Patrik Oldsberg
b3fa6ffadd
plugins/auth-backend: refactor providers for exporting with consistent casing
2020-08-20 11:15:34 +02:00
Patrik Oldsberg
02fa3ca781
Merge pull request #2024 from spotify/rugvip/auth-config
...
plugins/auth-backend: refactor OAuthProvider to derive options from {app,backend}.baseUrl
2020-08-20 10:53:26 +02:00
Patrik Oldsberg
5e0341f01c
plugins/auth-backend: refactor OAuthProvider to derive options from app.baseUrl
2020-08-19 11:37:03 +02:00
Ivan Shmidt
c5ab3d0d76
Merge pull request #2013 from SDA-SE/tags
...
Add tags to catalog entities
2020-08-19 11:31:53 +02:00
dependabot-preview[bot]
0ed795bf06
chore(deps-dev): bump @types/codemirror from 0.0.96 to 0.0.97 ( #2021 )
...
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror ) from 0.0.96 to 0.0.97.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror )
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-19 10:53:58 +02:00
Niklas Ek
4618f0b76a
Update header background shapes and colors ( #2015 )
...
* Update header background shapes and colors
* Remove an unused type frmo PageThemeProvider
* Remove Waves.test as there is no more Waves.jsx
2020-08-19 09:34:15 +02:00
Oliver Sand
2172a8a698
fix: layout issue on the entity page
2020-08-18 22:44:15 +02:00
Oliver Sand
5e6f1c4248
feat(catalog): add filter by tags in the catalog
2020-08-18 22:22:20 +02:00
Oliver Sand
f06588def7
feat(catalog): show entity tags in the catalog table
2020-08-18 22:22:20 +02:00
Fredrik Adelöw
1f74e31ae9
Merge pull request #1945 from SDA-SE/feat/api-tabs
...
feat(catalog): update trivial tab implementation
2020-08-18 19:48:08 +02:00
Patrik Oldsberg
547d0a1390
auth-backend: nicer error message for missing env query
2020-08-18 12:08:38 +02:00
Dominik Henneke
f8c3a77062
fix(catalog): read correct property name implementsApis
2020-08-17 15:57:56 +02:00
Dominik Henneke
5374dcdb5d
feat(catalog): update trivial tab implementation
2020-08-17 15:57:56 +02:00
Raghunandan Balachandran
981e66d553
Merge branch 'master' of github.com:spotify/backstage into adds_auth0
2020-08-17 13:29:15 +02:00
Raghunandan Balachandran
033233d81f
Fix auth0 backend provider
2020-08-17 10:10:12 +02:00
msamad
42a885d07c
Add ingestor for private bitbucket cloud repositories ( #1938 )
...
* Add ingestor for private bitbucket cloud repositories
* Fix test to compare URL string value instead of object
* Fix tests for Github and Gitlab ingestor to compare URL string value instead of object
* Fix bitbucket password env variable for clarity
2020-08-17 08:01:36 +02:00
Oliver Sand
deb108d986
Add styling (especially dark mode) for the asyncAPI display component ( #1958 )
2020-08-16 15:19:40 +02:00
dependabot-preview[bot]
19775e4bd0
chore(deps): bump swr from 0.2.3 to 0.3.0
...
Bumps [swr](https://github.com/vercel/swr ) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/vercel/swr/releases )
- [Commits](https://github.com/vercel/swr/compare/0.2.3...0.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-16 11:40:17 +00:00
Fredrik Adelöw
b78e347375
Merge pull request #1923 from spotify/dependabot/npm_and_yarn/msw-0.20.5
...
chore(deps-dev): bump msw from 0.19.5 to 0.20.5
2020-08-16 13:32:40 +02:00
Oliver Sand
c74c8b4592
Improve styling of OpenAPI component (especially in dark mode) ( #1961 )
2020-08-16 09:10:28 +02:00
Dominik Henneke
69a496b0c7
test(catalog-backend): increase coverage of the yaml processor
...
Co-authored-by: Oliver Sand <oliver.sand@sda-se.com >
2020-08-15 09:04:55 +02:00
dependabot-preview[bot]
28387a3558
chore(deps-dev): bump msw from 0.19.5 to 0.20.5
...
Bumps [msw](https://github.com/mswjs/msw ) from 0.19.5 to 0.20.5.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Commits](https://github.com/mswjs/msw/compare/v0.19.5...v0.20.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-13 13:46:31 +00:00
Ivan Shmidt
6e8cf4651e
Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure
2020-08-13 14:55:25 +02:00
Dominik Henneke
356643416d
Merge branch 'master' into feat/api-catalog
2020-08-13 11:32:00 +02:00
Ivan Shmidt
045d796667
Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure
2020-08-13 10:15:01 +02:00
Patrik Oldsberg
5238813719
Merge pull request #1935 from spotify/rugvip/out
...
cli: fix stdout not being logged in e2e test cmd failures
2020-08-13 09:23:51 +02:00
Dominik Henneke
f809238e61
Update @types/swagger-ui-react
2020-08-13 08:30:44 +02:00
Patrik Oldsberg
aea535b0aa
catalog-backend: fix migration script not using uuid for ID
2020-08-13 01:19:29 +02:00
Fredrik Adelöw
65f3f4f95a
Merge pull request #1877 from andrewthauer/rollbar-updates
...
Add rollbar organization links, etc.
2020-08-12 22:22:05 +02:00
Ivan Shmidt
e79102cee7
Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure
2020-08-12 16:17:25 +02:00
Nikita Dudnik
d74066d045
Merge pull request #1930 from spotify/ndudnik/register-component-readme
...
docs: register component plugin
2020-08-12 16:13:58 +02:00
Ivan Shmidt
9b439375cf
Merge branch 'master' of github.com:spotify/backstage into mob/docusaurus-structure
2020-08-12 16:04:54 +02:00
Nikita Nek Dudnik
e53cfe1569
fix: compress images
2020-08-12 15:21:12 +02:00
Ivan Shmidt
882728ae1d
feat: the whole docs structure
...
Co-authored-by: Raghunandan Balachandran <meetraghu28@gmail.com >
Co-authored-by: Ben Lambert <ben@blam.sh >
2020-08-12 15:20:20 +02:00
Nikita Nek Dudnik
fa67538ca4
fix: update screenshots
2020-08-12 15:18:07 +02:00
Fredrik Adelöw
359594f9d3
Merge pull request #1890 from spotify/rugvip/static-loc
...
catalog-backend: add support for static location config + bootstrap location
2020-08-12 14:57:05 +02:00
Nikita Nek Dudnik
b8703403ae
docs: register component plugin
2020-08-12 14:36:16 +02:00
Dominik Henneke
237595f3b4
fix(api-docs): improve the styling of the asyncapi documentation in dark mode
2020-08-12 13:58:49 +02:00
Dominik Henneke
5a023c3c49
feat(api-docs): render documentation of type asyncapi
2020-08-12 13:58:48 +02:00
Dominik Henneke
3534c0804c
feat(api-docs): add routes to display all api entities
2020-08-12 13:57:02 +02:00
Dominik Henneke
9a23ea8bda
feat(catalog): add trivial tab implementation and add a tab to display all implemented apis
2020-08-12 13:56:44 +02:00
Dominik Henneke
812659c024
feat(api-docs): add plugin that provides widgets that display api docs
2020-08-12 13:53:34 +02:00
Oliver Sand
f33c3dba21
chore(catalog): add script to add the example entities
2020-08-12 13:53:34 +02:00
Andrew Thauer
aedcad72a5
feat: add rollbar links
2020-08-12 07:10:44 -04:00
Fredrik Adelöw
bb2a68b1d0
chore(jenkins): ran prettier
2020-08-12 12:54:06 +02:00
Fredrik Adelöw
3d450adb75
fix(jenkins): cleaned up deps a bit
2020-08-12 12:54:06 +02:00
Tim Jacomb
affd8f0a2d
Fix skipped
2020-08-12 12:54:06 +02:00
Tim Jacomb
88df61309e
Fix CI
2020-08-12 12:54:06 +02:00
Tim Jacomb
547604d973
Add test results to CI Table
2020-08-12 12:54:06 +02:00
Tim Jacomb
c85e952300
Add links to GitHub and include PR title on build info
2020-08-12 12:54:06 +02:00