Commit Graph

490 Commits

Author SHA1 Message Date
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
Bilawal Hameed 01025bbd01 plugin(tech-radar): set private to false and publishConfig access to public 2020-05-27 12:50:09 +02:00
Stefan Ålund aeffe49ad3 Add Stories for Header variants (#1027)
* Add Stories for Header variants

* Set service type
2020-05-27 10:53:59 +02:00
Adil Alimbetov f72d97dc17 Sidebar logo update (#814)
* Testing logo ux

* Updated logo on sidebar

* removed unused vars

* adjusted types on icon components
2020-05-27 10:13:41 +02:00
Ivan Shmidt 9310ce5aee fix: test 2020-05-27 10:04:55 +02:00
Ivan Shmidt 66611b29bb Merge branch 'master' of github.com:spotify/backstage into shmidt-i/location-update-results 2020-05-27 10:02:56 +02:00
Raghunandan 86518a0210 add test cases for nonce checks 2020-05-27 09:40:18 +02:00
dependabot-preview[bot] 93263f6bd1 build(deps-dev): bump @types/uuid from 7.0.3 to 8.0.0 (#944)
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-26 22:59:26 +02:00
Fredrik Adelöw caada84661 Merge pull request #1015 from spotify/mob/entity-list-and-item
Implement /entities with filters, /entities/by-id, /entities/by-name
2020-05-26 22:34:15 +02:00
Ben Lambert c954f9d5ec Catalog Filters (#1000)
* feat(catalog-plugin): Starting to add the sidebar filters component for the different filters applicable

* chore(catalog-frontend): fixing pr code review comments

* feat(packages/core): export IconComponent for use in other packages

* chore(catalog-frontend): Added some tests for the catalog filter component to make sure it renders the correct data

* feat(catalog-frontend): added the ability for click handlers when changing selected filter

* feat(catalog-frontend): store state in the page component for active filter and moving out the mock data to a better place

* feat(catalog-frontend): reworking the selected state and fixing the selected text on the table when you choose the correct filter
2020-05-26 20:06:21 +02:00
Raghunandan 12d41d0f0a use providerFactory.provider instead of hardcoding google 2020-05-26 17:25:48 +02:00
Raghunandan fccdb7e3ef add nonce check for the google auth dance in popup 2020-05-26 17:25:48 +02:00
Raghunandan 77d1e7382d add check for x-requested-with header 2020-05-26 17:25:48 +02:00
Raghunandan Balachandran 07b0ec9a90 Merge pull request #997 from spotify/google-refreh-tokens
Implemented refresh endpoint for google provider
2020-05-26 17:23:59 +02:00
Raghunandan 3a7e998a16 fix review comments, more error handling, moar tests 2020-05-26 17:06:40 +02:00
Fredrik Adelöw f6fc811d0a Use spread 2020-05-26 16:45:24 +02:00