Raghunandan
2c6b8659d3
review fixes
2020-06-12 14:40:06 +02:00
Raghunandan
5f13a53c6a
Making auth backend work based on config. Config is yet to be read from the YAML and passed in. Localhost development will fail gracefully if AUTH config env vars are not set
2020-06-12 12:06:46 +02:00
Raghunandan Balachandran
9d169240dd
Merge pull request #1210 from spotify/mob/observe-auth
...
auth: Observe changes in session for providers.
2020-06-11 09:51:10 +02:00
Fredrik Adelöw
576e09c068
Merge pull request #1242 from spotify/freben/no-more-component
...
chore(catalog): the component type is gone
2020-06-11 09:36:31 +02:00
Fredrik Adelöw
888c049915
Merge pull request #1241 from spotify/freben/yarn-again
...
yarn.lock again...
2020-06-11 09:36:01 +02:00
Fredrik Adelöw
d7d3bbeaeb
chore(catalog): the component type is gone
2020-06-11 09:08:31 +02:00
Fredrik Adelöw
dadd9c7705
yarn.lock again...
2020-06-11 08:48:38 +02:00
Raghunandan
d1160d0849
review fixes. i thought about another force update for a moment :D
2020-06-10 21:22:09 +02:00
Raghunandan
7accc4c0c0
move components to separate files
2020-06-10 18:03:03 +02:00
Fredrik Adelöw
7b123baf40
Merge pull request #1231 from spotify/freben/URL
...
Use URLSearchParams
2020-06-10 17:26:36 +02:00
Fredrik Adelöw
a6ec92a50d
Use URLSearchParams
2020-06-10 16:49:41 +02:00
Fredrik Adelöw
dd9f0d9043
Merge pull request #1227 from spotify/freben/table-without-component
...
chore(catalog): clean up CatalogTable, use only Entity
2020-06-10 16:17:15 +02:00
Fredrik Adelöw
75c196f44c
Merge pull request #1226 from spotify/freben/page-without-component
...
chore(catalog): clean up ComponentPage, use only Entity
2020-06-10 16:17:00 +02:00
Fredrik Adelöw
100a5bd896
Merge pull request #1224 from spotify/freben/entity-by-name
...
chore(catalog): tweak getEntityByName a bit, handle 404s properly
2020-06-10 16:16:42 +02:00
Fredrik Adelöw
5a8aee4a5c
Use location?.type once more
2020-06-10 16:07:09 +02:00
Fredrik Adelöw
4ba017d1e8
chore(catalog): clean up CatalogTable, use only Entity
2020-06-10 16:07:09 +02:00
Fredrik Adelöw
5a128f3f40
chore(catalog): clean up ComponentPage, use only Entity
2020-06-10 16:05:28 +02:00
Fredrik Adelöw
36d4dfcfa7
chore(catalog): tweak getEntityByName a bit, handle 404s properly
2020-06-10 16:02:18 +02:00
Ben Lambert
47e9c9ea20
Merge pull request #1214 from spotify/feat/star-components
...
Ability to star items in the catalog table
2020-06-10 14:10:56 +02:00
blam
b619490fe0
chore(catalog/star): only set the cache if there are entries from the response
2020-06-10 13:58:50 +02:00
blam
983c119c78
chore(catalog/star): added a comment about why we are using a simple cache here
2020-06-10 13:57:17 +02:00
blam
27879655a7
chore(catalog/star): removing msw dependency, wrong branch
2020-06-10 13:53:55 +02:00
blam
f4375dcfe1
Merge branch 'master' of github.com:spotify/backstage into feat/star-components
...
* 'master' of github.com:spotify/backstage:
chore(catalog): consistent use of named exports
fix(core): Tabs useEffect dependency list
Optional namespace and name as one part of URL
Remove deleted UserBadge component from Sidebar story
remove LoggedUserBadge
make the sidebar pin button show up again
feat(backend-common): add common code for service shell
await promise.all when setting isSignedIn
PinButton wip
List auth providers in UserSettings
Collapsible sidebar item for auth providers
fix(core): lint error
refactor(core): update tabs
Fix tests
/catalog/:namespace?/:kind/:name/
feat(core): add Tabs component
2020-06-10 12:32:38 +02:00
Fredrik Adelöw
388cb18ed2
Merge pull request #1194 from spotify/freben/backend-common-service
...
feat(backend-common): add common code for service shell
2020-06-10 11:33:24 +02:00
Raghunandan
4c205d039d
refactoring to have side item components based on provider type
2020-06-10 10:31:38 +02:00
Raghunandan
76b8e1310d
review fixes
2020-06-10 10:31:36 +02:00
Marcus Eide
8ea1c74153
Refactor auth provider classes to extend ObservableSession class
2020-06-10 10:30:43 +02:00
Marcus Eide
fa320b5e34
Observe login/logout changes for providers
2020-06-10 10:30:43 +02:00
Niklas Ek
990ab12669
Merge pull request #1215 from spotify/mob/sidebar-auth
...
List auth providers
2020-06-10 10:22:30 +02:00
Sebastian Qvarfordt
4cc80f8915
Merge pull request #1076 from ayshiff/feature/tabs-component
...
feat(core): Tabs component
2020-06-10 10:10:50 +02:00
Fredrik Adelöw
3c13b2ee93
Merge pull request #1223 from spotify/freben/named
...
chore(catalog): consistent use of named exports
2020-06-10 09:03:31 +02:00
Fredrik Adelöw
9964044ed6
chore(catalog): consistent use of named exports
2020-06-10 08:36:32 +02:00
Fredrik Adelöw
2c26f1f781
Merge pull request #1156 from spotify/shmidt-i/followup-register-flow
...
Change URL for the entity view
2020-06-10 08:21:30 +02:00
blam
01d0f3ae80
chore(msw): Added msw dependency
...
(cherry picked from commit 1c73ca376b )
2020-06-10 02:18:27 +02:00
blam
01868352cf
chore(catalog/star): fixing issues with unmocked deps
2020-06-10 02:16:36 +02:00
blam
74b087daf8
chore(catalog/star): adding a simple cache to stop flicker as a stopgap
2020-06-10 02:04:41 +02:00
blam
7d0f8a2aac
chore(catalog/star): reworking how the starring works, it now stores uri sort of references for entities
2020-06-10 00:12:02 +02:00
blam
d79649a029
Merge branch 'master' of github.com:spotify/backstage into feat/star-components
...
* 'master' of github.com:spotify/backstage:
docs: format with prettier (#1218 )
docs/auth: added overview, oauth description and glossary
docs: added plantuml generation script
docs: added prettier config
v0.1.1-alpha.7
Moved edit button in catalog to actions menu
2020-06-10 00:11:21 +02:00
Ivan Shmidt
cb12daf51b
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/followup-register-flow
2020-06-09 23:35:38 +02:00
Patrik Oldsberg
1a747c5e5a
Merge pull request #1217 from spotify/rugvip/authdocs
...
docs/auth: add overview and implementation docs
2020-06-09 22:20:18 +02:00
Rémi DOREAU
40aca74b19
fix(core): Tabs useEffect dependency list
2020-06-09 19:52:05 +02:00
Patrik Oldsberg
a633dce818
docs: format with prettier ( #1218 )
2020-06-09 19:50:41 +02:00
Ivan Shmidt
2b5b3903f7
Optional namespace and name as one part of URL
2020-06-09 18:32:41 +02:00
Patrik Oldsberg
4f3375073d
docs/auth: added overview, oauth description and glossary
2020-06-09 18:29:16 +02:00
Patrik Oldsberg
250db6cc2a
docs: added plantuml generation script
2020-06-09 18:29:15 +02:00
Patrik Oldsberg
c8294b3285
docs: added prettier config
2020-06-09 18:29:15 +02:00
nikek
2b39be42f0
Remove deleted UserBadge component from Sidebar story
2020-06-09 18:17:19 +02:00
Ivan Shmidt
8fbd7f867a
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/followup-register-flow
2020-06-09 18:14:27 +02:00
nikek
9e8cab219a
remove LoggedUserBadge
2020-06-09 15:36:24 +02:00
nikek
8a3b1ec93e
make the sidebar pin button show up again
2020-06-09 15:32:34 +02:00