Commit Graph

505 Commits

Author SHA1 Message Date
Patrik Oldsberg f9e4e557f8 packages/cli: enable TS isolatedModules 2020-06-01 16:09:11 +02:00
Patrik Oldsberg 9f50e7c1b4 packages,plugins: fix lint issues 2020-06-01 16:09:10 +02:00
Patrik Oldsberg 2fedc2320f Merge pull request #1092 from spotify/rugvip/verify-types
scripts: add check-type-dependencies to make sure @type dependencies are listed correctly
2020-06-01 15:33:28 +02:00
Patrik Oldsberg d45a753f22 Merge pull request #1057 from spotify/rugvip/appwrapp
packages/test-utils: do app wrapping with actual app + remove wrapInThemedTestApp
2020-06-01 15:18:44 +02:00
Raghunandan Balachandran 69a22a8f1b Merge pull request #1061 from spotify/freben/add-delete
Add routes for add/delete entity to the catalog
2020-06-01 15:07:09 +02:00
Fredrik Adelöw a90e6ab44f Update plugins/catalog-backend/src/catalog/DatabaseEntitiesCatalog.test.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2020-06-01 14:52:31 +02:00
Raghunandan Balachandran 664ff10e02 Merge pull request #1082 from spotify/google-auth-tests
Auth tests: PassportStrategyHelper
2020-06-01 14:32:35 +02:00
Raghunandan c2877e0a1a Add PassportStrategyHelper tests. Move util fns to OAuthProvider class. 2020-06-01 14:26:04 +02:00
Patrik Oldsberg e32f5a49ff packages/test-utils: do app wrapping with actual app + remove wrapInThemedTestApp 2020-06-01 13:43:51 +02:00
Patrik Oldsberg c6abe12e45 packages,plugins: fix incorrect type dependencies 2020-06-01 12:27:29 +02:00
Fredrik Adelöw 0f41ac4bf7 Add the MockedMemberFunctions helper 2020-06-01 09:45:00 +02:00
Patrik Oldsberg 5e87a349b0 Merge pull request #1046 from spotify/rugvip/config
packages/core-api: add ConfigApi + implementation and createApp option
2020-05-31 19:02:41 +02:00
Fredrik Adelöw 9ccf617b82 Add routes for add/delete entity to the catalog 2020-05-30 20:34:33 +02:00
Raghunandan 43d13afba5 Add catalog-model dep 2020-05-30 13:57:26 +02:00
Patrik Oldsberg a115bd6331 packages/app: add mock config loader and use in welcome plugin 2020-05-29 16:36:23 +02:00
Nikita Nek Dudnik 77136363b6 Merge branch 'master' of github.com:spotify/backstage into ndudnik/use-catalog-backend 2020-05-29 10:54:16 +02:00
Nikita Nek Dudnik df4dcd8640 fix: merge errors 2020-05-29 10:37:23 +02:00
Nikita Nek Dudnik f71c9df9b7 Merge remote-tracking branch 'upstream/master' into ndudnik/use-catalog-backend 2020-05-29 10:13:18 +02:00
Nikita Nek Dudnik d90913b028 fix: split catalog api into types and implementation 2020-05-29 10:08:55 +02:00
Ivan Shmidt 4d0c519553 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/location-update-results 2020-05-29 10:06:01 +02:00
Raghunandan Balachandran 2112095487 Merge pull request #1062 from spotify/refactor-google-providder
Auth Backend: Refactor google provider
2020-05-29 09:55:58 +02:00
Raghunandan 95c92a52aa unbreak the test runner 2020-05-29 09:21:25 +02:00
Fredrik Adelöw e9ba121b8d Merge pull request #1053 from spotify/freben/names
Make metadata and name mandatory
2020-05-29 09:13:18 +02:00
Raghunandan d16dfdc55b move refresh token response to provider 2020-05-29 09:09:48 +02:00
Fredrik Adelöw 273f009297 Merge pull request #1047 from spotify/freben/catalog-model
Move the model into a plugin-catalog-model for sharing outside the backend
2020-05-29 07:02:12 +02:00
Raghunandan c35c9d8023 remove unused packages 2020-05-28 21:55:39 +02:00
Raghunandan e607ecfb3d remove tests. all routes for google auth working 2020-05-28 21:31:09 +02:00
Fredrik Adelöw 60e1ad28aa Make metadata and name mandatory 2020-05-28 21:03:53 +02:00
Fredrik Adelöw dad0b8390c Update plugins/catalog-backend/src/ingestion/source/index.ts
Co-authored-by: Ivan Shmidt <bahoc47@gmail.com>
2020-05-28 20:54:02 +02:00
Fredrik Adelöw 709e3381d8 Address comments 2020-05-28 20:50:46 +02:00
Patrik Oldsberg 6a6a901a2b preparations for isolated TS modules 2020-05-28 18:37:13 +02:00
Fredrik Adelöw 1d6324a92d Move the model into a plugin-catalog-model for sharing outside the backend 2020-05-28 16:07:31 +02:00
Ivan Shmidt 02aea7b8ff Merge branch 'freben/catalog-model' of github.com:spotify/backstage into shmidt-i/location-update-results 2020-05-28 16:06:33 +02:00
Fredrik Adelöw add55f64a8 Create the packages/catalog-model package 2020-05-28 16:05:56 +02:00
Nikita Nek Dudnik 4e9d5a10c4 feature: add real get entity by name 2020-05-28 16:04:52 +02:00
Ivan Shmidt b716214752 Merge branch 'master' of github.com:spotify/backstage into shmidt-i/location-update-results 2020-05-28 15:56:38 +02:00
Fredrik Adelöw cdd1d89a43 Rename DescriptorEnvelope to Entity 2020-05-28 15:46:55 +02:00
Fredrik Adelöw 3673722f69 Move the model into a plugin-catalog-model for sharing outside the backend 2020-05-28 15:29:17 +02:00
Raghunandan 9918e36b6b refactor all the things and comment out tests 2020-05-28 14:54:38 +02:00
Nikita Nek Dudnik 81229772aa fix:cleanup 2020-05-28 14:36:01 +02:00
Nikita Nek Dudnik fa02aa113e Merge branch 'master' of github.com:spotify/backstage into ndudnik/use-catalog-backend
# Conflicts:
#	plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx
#	plugins/catalog/src/components/CatalogPage/CatalogPage.tsx
#	plugins/catalog/src/components/ComponentPage/ComponentPage.tsx
#	plugins/catalog/src/data/mock-factory.ts
#	plugins/catalog/src/plugin.ts
2020-05-28 14:28:00 +02:00
Nikita Nek Dudnik 3fa037ad18 feature: add description field to Component 2020-05-28 13:42:49 +02:00
Nikita Nek Dudnik 13dae31935 fix: add missing type 2020-05-28 13:29:25 +02:00
Nikita Nek Dudnik 02531bb872 fix: tests 2020-05-28 13:26:24 +02:00
Nikita Nek Dudnik f4887f08b1 feature: implement useApi logic for fetching components 2020-05-28 12:51:50 +02:00
Stefan Ålund 3d4334fdb9 New home: service catalog (#1018)
* New home: service catalog

* Add banner

* Remove extra <>

* Re-enable test

* Review comments

* Update DismissableBanner.stories.tsx
2020-05-28 12:46:23 +02:00
Ivan Shmidt 6b2be283a0 fix: PR edits 2020-05-28 11:50:53 +02:00
Govind Goel eeb69c5617 Set the correct page title in /create (#1037)
This commit will fix the page title error in /create
2020-05-28 08:47:19 +02:00
Nikita Nek Dudnik 8d26fb5c5f feature: naive implementation of entities API usage 2020-05-27 16:34:11 +02:00
Raghunandan Balachandran 43552302c3 Merge pull request #1025 from spotify/nonce-headers
Auth backend: Nonce and header checks
2020-05-27 16:00:06 +02:00