Commit Graph

2022 Commits

Author SHA1 Message Date
Patrik Oldsberg 30fcae37cd Merge pull request #2409 from spotify/rugvip/docsync
create-app: sync backend Dockerfile
2020-09-10 20:56:43 +02:00
Oliver Sand 226c548804 Merge pull request #2394 from SDA-SE/feat/raw-api-type
Add option to display raw API definitions
2020-09-10 18:38:21 +02:00
Patrik Oldsberg 30f42d7655 create-app: sync backend Dockerfile 2020-09-10 18:08:21 +02:00
Oliver Sand 500038a300 fix: allow copying multiline text 2020-09-10 17:55:54 +02:00
Oliver Sand 2615cafd5d feat: add showCopyCodeButton to CodeSnippet component
This allows to easiy copy the content of the code snippet.
2020-09-10 17:55:54 +02:00
Patrik Oldsberg eab7b041d2 Merge pull request #2403 from spotify/rugvip/dar
dev-utils: fix deprecated routes not being wrapped in router
2020-09-10 15:48:50 +02:00
Patrik Oldsberg be104f473b dev-utils: fix deprecated routes not being wrapped in router 2020-09-10 15:36:00 +02:00
dependabot[bot] 01c32f8a66 chore(deps): bump @svgr/plugin-svgo from 4.3.1 to 5.4.0 (#2378)
Bumps [@svgr/plugin-svgo](https://github.com/gregberge/svgr) from 4.3.1 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.1...v5.4.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 14:54:55 +02:00
Patrik Oldsberg e3ab3814a3 core-api: refactor most auth implementations to use the OAuth2 one 2020-09-10 10:49:28 +02:00
Marcus Eide 6a6fe5eef8 Merge pull request #2357 from spotify/eide/lighthouse-new-routing-api
lighthouse: Refactor to new routing api
2020-09-10 08:37:57 +02:00
Patrik Oldsberg c8100b015c Merge pull request #2326 from kingasieminiak/enable-oauth2-provider-usage
Enable usage of oAuth2 frontend provider
2020-09-09 23:43:38 +02:00
Sebastian Qvarfordt d865f88344 [TechDocs] Rebuild docs if the github source is newer than last docs build (#2353)
* Added age check for documentation in github to make sure it's up to date

* Updated failing tests

* Updated docs to explain requestUrl and storageUrl

* Updated failing tests

* Update packages/create-app/templates/default-app/app-config.yaml.hbs

* Update docs/features/techdocs/getting-started.md

Co-authored-by: Emma Indal <emmai@spotify.com>
2020-09-09 16:05:28 +02:00
Marcus Eide 6446bf493a Merge branch 'master' into eide/lighthouse-new-routing-api 2020-09-09 16:01:53 +02:00
Ivan Shmidt 2a666f0b4e Merge pull request #2345 from spotify/shmidt-i/fix-register-component-plugin-catalog-link
Fix link to catalog after component was registered
2020-09-09 14:58:00 +02:00
Marcus Eide 7edb45055c typo 2020-09-09 12:01:01 +02:00
Fredrik Adelöw 1521e27069 Merge pull request #2354 from spotify/freben/accordion
chore: bump mui to the create-app resolved version, to lose Accordion warnings
2020-09-09 11:58:07 +02:00
Marcus Eide d32a911c43 Refactor to new routing api 2020-09-09 11:57:57 +02:00
Ivan Shmidt 58557ac413 Merge pull request #2329 from ilyamkin/patch-1
Allow paths with dots
2020-09-09 11:26:56 +02:00
Fredrik Adelöw 0a24df743f chore: bump mui to the create-app resolved version, to lose Accordion warnings 2020-09-09 11:18:18 +02:00
Fredrik Adelöw 01a0fad9b7 Merge pull request #2351 from spotify/freben/scaffolder-key
fix(scaffolder): avoid missing key prop console warning
2020-09-09 11:14:38 +02:00
Fredrik Adelöw 7e07d2907d fix(scaffolder): avoid missing key prop console warning 2020-09-09 10:48:09 +02:00
nikek b6053c0821 Use blue color from figma in theme 2020-09-09 10:28:28 +02:00
Ivan Shmidt e43df1de20 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/circle-ci-plugin-new-route-api 2020-09-09 01:07:07 +02:00
Ivan Shmidt 3181398b20 fix(register-component): pass through the catalog router ref 2020-09-09 01:00:32 +02:00
Patrik Oldsberg ef701773c3 Merge pull request #2285 from spotify/rugvip/di
Switch to automatic dependency injection of Utility APIs
2020-09-08 18:51:23 +02:00
Patrik Oldsberg 71097dbbe0 Merge branch 'master' into ryanv/infocard-forward-classes-prop 2020-09-08 16:48:05 +02:00
Patrik Oldsberg 6cdad09d3b core: fix InfoCard type troubles 2020-09-08 16:34:15 +02:00
Ilya Lyamkin ec87e8b53d Allow paths with dots 2020-09-08 15:43:37 +02:00
Stefan Ålund 1b9673799f Remove Explore from sidebar (#2327)
* Remove Explore from sidebar

* Also in app
2020-09-08 14:39:49 +02:00
Kinga Sieminiak 61d1f0267e Keep 'defaultScopes' value as an empty array by default 2020-09-08 12:16:31 +02:00
Kinga Sieminiak d712d20505 Enable usage of oauth2 frontend provider 2020-09-08 11:43:48 +02:00
Patrik Oldsberg 0178f37706 dev-utils: added test for DevApp 2020-09-08 11:31:49 +02:00
Patrik Oldsberg b3770859eb create-app: update apis.ts for auto DI 2020-09-08 11:31:49 +02:00
Patrik Oldsberg 38b6703102 core-api: change ApiFactory.implements to .api 2020-09-08 11:31:48 +02:00
Patrik Oldsberg beb9269841 core-api: docs for ApiFactoryRegistry and do not override same scope 2020-09-08 11:31:48 +02:00
Patrik Oldsberg c4f794aacb core-api: remove ApiTestRegistry 2020-09-08 11:31:48 +02:00
Patrik Oldsberg a5741ff0aa test-utils: switch to new auto DI api 2020-09-08 11:31:48 +02:00
Patrik Oldsberg e7c04aedab dev-utils: remove separate ApiTestRegistry setup 2020-09-08 11:31:47 +02:00
Patrik Oldsberg bcaa188860 core: add default DiscoveryApi factory that uses /api 2020-09-08 11:31:47 +02:00
Patrik Oldsberg aa235dd154 app: move api factories out to plugins 2020-09-08 11:31:47 +02:00
Patrik Oldsberg db291ab323 app: move a bunch of APIs to defaultApis in core 2020-09-08 11:30:31 +02:00
Patrik Oldsberg 1067ae85e7 core-api: make it possible for plugins to include ApiFactories 2020-09-08 11:30:31 +02:00
Patrik Oldsberg c8faa6a73d core-api,app: switch to auto DI with ApiResolver and ApiFactories 2020-09-08 11:30:31 +02:00
Patrik Oldsberg 4e390d6e9d core-api: simplify ApiFactory type 2020-09-08 11:30:30 +02:00
Patrik Oldsberg d1eeb01b01 core-api: overload createApiFactory with a singleton helper 2020-09-08 11:30:30 +02:00
Patrik Oldsberg b9e838c8b7 core-api: added ApiResolver 2020-09-08 11:30:29 +02:00
Patrik Oldsberg d0567352a5 core-api: refine api types and add ApiFactoryHolder 2020-09-08 11:30:29 +02:00
Patrik Oldsberg 98b626fefb core-api: added ApiFactoryRegistry 2020-09-08 11:30:29 +02:00
Patrik Oldsberg d4505128cb core-api: remove save functionality from ApiTestRegistry + any type 2020-09-08 11:30:27 +02:00
Patrik Oldsberg 493e8052b8 graphiql: move to new plugin pattern 2020-09-08 10:36:24 +02:00