Commit Graph

1858 Commits

Author SHA1 Message Date
Patrik Oldsberg c319de51a7 backend-common: add resolvePackagePath 2020-09-01 19:33:49 +02:00
Patrik Oldsberg c8e77cfc45 app: mark as bundled 2020-09-01 18:28:39 +02:00
Patrik Oldsberg 12e6d6e820 Merge pull request #2214 from spotify/rugvip/testenv
cli: set NODE_ENV to test when running tests if not already set
2020-09-01 16:06:07 +02:00
Patrik Oldsberg b14fc69bc5 Merge pull request #2193 from spotify/rugvip/versionfix
cli: fix version management in create-app
2020-09-01 16:06:00 +02:00
Patrik Oldsberg f234f17853 cli: fix version management in create-app 2020-09-01 15:15:39 +02:00
Patrik Oldsberg f3528c8664 Merge pull request #2208 from spotify/rugvip/rules
catalog-backend: wrap location-specific rules in an additional rules field
2020-09-01 15:10:02 +02:00
Patrik Oldsberg 379e5186bd cli: set NODE_ENV to test when running tests if not already set 2020-09-01 15:07:16 +02:00
Fredrik Adelöw 1c0ac74b9e Merge pull request #2210 from spotify/freben/no-default-json
BREAKING CHANGE: no longer add express.json() by default to backend
2020-09-01 13:08:39 +02:00
Fredrik Adelöw 568f398aa9 BREAKING CHANGE: no longer add express.json() by default to backend 2020-09-01 11:59:31 +02:00
Patrik Oldsberg 6e8f4ca44a catalog-backend: wrap location-specific rules in an additional rules field 2020-09-01 11:31:07 +02:00
Patrik Oldsberg 7fce2aace7 Merge pull request #2206 from spotify/rugvip/templ
config,docs: add templates as allowed kind and document process
2020-09-01 11:27:37 +02:00
Marcus Eide 765f0ea534 Merge pull request #2207 from spotify/eide/plugin-route-in-isolation-fix
devApp: Add non-legacy routes too
2020-09-01 11:26:33 +02:00
Niklas Ek a87fd23c4c Merge pull request #2198 from spotify/nikek/aboutcard
Add AboutCard component to EntityPageOverview
2020-09-01 11:15:48 +02:00
Marcus Eide 042f2cbb44 Fix formatting in plugin template 2020-09-01 10:53:55 +02:00
Marcus Eide a85ca3123c Add non-legacy routes when in isolation 2020-09-01 10:46:52 +02:00
Patrik Oldsberg 81cb294dac config,docs: add templates as allowed kind and document process 2020-09-01 10:40:19 +02:00
Fredrik Adelöw 501f8b2c25 Merge pull request #2195 from spotify/rugvip/buildinfo
cli: define BUILD_INFO in builds
2020-09-01 09:14:30 +02:00
Andrew Thauer 329b663c93 refactor: cleanup & renames to common db code 2020-08-31 19:45:16 -04:00
nikek 660de68e7e Add AboutCard component to EntityPageOverview 2020-08-31 23:01:40 +02:00
Patrik Oldsberg 4788ee073a cli: use regexps to match paths for rollup plugins 2020-08-31 20:36:05 +02:00
Patrik Oldsberg 0d40a302ff cli: define BUILD_INFO in builds 2020-08-31 17:57:54 +02:00
Fredrik Adelöw f55a66021c Merge pull request #2176 from spotify/dependabot/npm_and_yarn/svgr/webpack-5.4.0
chore(deps): bump @svgr/webpack from 4.3.3 to 5.4.0
2020-08-31 16:45:32 +02:00
Emma Indal b602a7b729 Remove WIP (#2185) 2020-08-31 15:13:42 +02:00
Fredrik Adelöw 761fd82d2e Merge pull request #2171 from andrewthauer/lighthouse-config
Make lighthouse url configurable in example app
2020-08-31 14:02:41 +02:00
Patrik Oldsberg 674c777be6 Merge pull request #1986 from spotify/rugvip/bapp
Add app-backend plugin for serving app content
2020-08-31 13:51:18 +02:00
Fredrik Adelöw c55471caf2 Merge pull request #2168 from spotify/dependabot/npm_and_yarn/react-hook-form-6.6.0
chore(deps): bump react-hook-form from 5.7.2 to 6.6.0
2020-08-31 13:38:54 +02:00
Patrik Oldsberg 5c0446617b Merge branch 'master' into rugvip/bapp 2020-08-31 13:19:02 +02:00
Fredrik Adelöw 764239fa7a fix 2020-08-31 11:52:57 +02:00
Fredrik Adelöw 82ba3169fe chore(deps): prepare us to typescript 4 2020-08-31 10:46:56 +02:00
Fredrik Adelöw 058d297460 Merge pull request #2159 from spotify/dependabot/npm_and_yarn/commander-6.1.0
chore(deps): bump commander from 4.1.1 to 6.1.0
2020-08-31 09:44:51 +02:00
dependabot-preview[bot] 3713248dd0 chore(deps): bump @svgr/webpack from 4.3.3 to 5.4.0
Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 4.3.3 to 5.4.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v4.3.3...v5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 07:38:56 +00:00
dependabot-preview[bot] efd99bcaec chore(deps): bump @svgr/plugin-jsx from 4.3.3 to 5.4.0 (#2164)
Bumps [@svgr/plugin-jsx](https://github.com/gregberge/svgr) from 4.3.3 to 5.4.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v4.3.3...v5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-31 09:31:33 +02:00
Emma Indal 3ce229981a TechDocs: add techdocs plugins to create app (#2143)
* add techdocs plugins to create app

* add docs to sidebar in default app

* add mocked techdocs config to test

* Update packages/create-app/templates/default-app/app-config.yaml.hbs
2020-08-31 09:18:45 +02:00
dependabot-preview[bot] 0d4ade32eb chore(deps): bump commander from 4.1.1 to 6.1.0
Bumps [commander](https://github.com/tj/commander.js) from 4.1.1 to 6.1.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v4.1.1...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 06:03:49 +00:00
Andrew Thauer d8877d4b7c feat: make lighthouse url configurable 2020-08-29 17:25:38 -04:00
dependabot-preview[bot] 1d2def9cb1 chore(deps): bump react-hook-form from 5.7.2 to 6.6.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 5.7.2 to 6.6.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v5.7.2...v6.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-29 01:10:51 +00:00
Fredrik Adelöw a542a31613 Merge pull request #2132 from spotify/freben/proxy-config
feat(proxy-backend): more proxy config tweaks and docs
2020-08-28 16:23:47 +02:00
Fredrik Adelöw 8e9bbacf2d Merge pull request #2114 from spotify/rugvip/op
cli: introduce jest transformModules options for providing a list of modules to transform
2020-08-28 14:37:45 +02:00
Fredrik Adelöw b2f62347e8 fix tests 2020-08-28 14:36:13 +02:00
Fredrik Adelöw 6d774764cd feat(proxy-backend): more proxy config tweaks and docs 2020-08-28 14:36:13 +02:00
Fredrik Adelöw 0d7e998d20 Merge pull request #2045 from SDA-SE/feat/refactor-sidebar-user-settings
refactor(core): change SidebarUserSettings to accept a list of providerSettings
2020-08-28 14:02:20 +02:00
Fredrik Adelöw 54c3967440 Merge pull request #2137 from spotify/freben/more-create-app
fix(create-app): updated the backend template to match new functionality
2020-08-28 13:50:01 +02:00
Oliver Sand a7fdb17356 refactor(core): change SidebarUserSettings to accept a list of providerSettings
This allows to configure custom provider settings without the need to modify the core package.
2020-08-28 12:17:32 +02:00
Oliver Sand f5c0aadbe4 feat(backend-common): make metrics configurable 2020-08-28 12:16:47 +02:00
Oliver Sand 8f6038951f feat(backend-common): introduce metrics for the backend
Add a /metrics endpoint that exposes metrics about the backend. It provides general runtime metrics (memory, gc, utilization) as well as request metrics.
2020-08-28 12:16:46 +02:00
Fredrik Adelöw a164990658 fix(create-app): updated the backend template to match new functionality 2020-08-28 11:59:29 +02:00
Ivan Shmidt 7bbbfa1e6a fix: discovery api leftovers 2020-08-28 10:31:28 +02:00
Raghunandan Balachandran 304b7bcb13 Merge pull request #2074 from spotify/rugvip/discovery
[RFC] Add DiscoveryApi
2020-08-27 15:07:21 +02:00
Patrik Oldsberg 5cb3cf7b90 backend: install app-backend 2020-08-27 07:26:32 +02:00
Patrik Oldsberg c13de0b115 config-loader: rename readEnv to readEnvConfig and export from package 2020-08-27 07:22:14 +02:00