* 'blam/react-router' of github.com:spotify/backstage:
chore(catalog/swr): Removing superfluous import for useEffect
feat(catalog/swr): simplify the code significantly. now we are talking. this library is the nutz
feat(catalog/swr): Added a nice stale-while-revalidate pattern for fetching data
chore(swr): Updating the yarn.lock
* 'master' of github.com:spotify/backstage: (76 commits)
Fix incorrect backend path in docs (#1258)
packages/core-api: temporary solution for giving access to config when creating APIs
chore(catalog): simplify the filter types a little
fix(catalog-backend): update the mock-data script to point to new example entities
renamed example_components to example-components and deleted old exampled
feat(catalog): add back ability for OR/IN type searches
Add sample plugins to sidebar (#1243)
chore(catalog): rename all pages and components to use Entity nomenclature
fix(catalog): moar clean up
Updated examples
fix(catalog): add types and clean up code
Added owner and lifecycle to catalog table, slightly updated examples
chore(catalog): the component type is gone
yarn.lock again...
fix(catalog): merge errors
review fixes. i thought about another force update for a moment :D
move components to separate files
Use URLSearchParams
fix(catalog): moar clean up
fix(catalog): make code intention clear by renaming
...
* 'master' of github.com:spotify/backstage:
Fix incorrect backend path in docs (#1258)
packages/core-api: temporary solution for giving access to config when creating APIs
* 'master' of github.com:spotify/backstage: (45 commits)
chore(catalog): simplify the filter types a little
fix(catalog-backend): update the mock-data script to point to new example entities
renamed example_components to example-components and deleted old exampled
feat(catalog): add back ability for OR/IN type searches
Add sample plugins to sidebar (#1243)
chore(catalog): rename all pages and components to use Entity nomenclature
fix(catalog): moar clean up
Updated examples
fix(catalog): add types and clean up code
Added owner and lifecycle to catalog table, slightly updated examples
chore(catalog): the component type is gone
yarn.lock again...
fix(catalog): merge errors
review fixes. i thought about another force update for a moment :D
move components to separate files
fix(catalog): moar clean up
fix(catalog): make code intention clear by renaming
Merge pull request #1214 from spotify/feat/star-components
Merge pull request #1194 from spotify/freben/backend-common-service
Merge pull request #1215 from spotify/mob/sidebar-auth
...
* 'master' of github.com:spotify/backstage: (89 commits)
Use URLSearchParams
Use location?.type once more
chore(catalog): clean up CatalogTable, use only Entity
chore(catalog): clean up ComponentPage, use only Entity
chore(catalog): tweak getEntityByName a bit, handle 404s properly
chore(catalog/star): only set the cache if there are entries from the response
chore(catalog/star): added a comment about why we are using a simple cache here
chore(catalog/star): removing msw dependency, wrong branch
chore(catalog): consistent use of named exports
chore(msw): Added msw dependency
chore(catalog/star): fixing issues with unmocked deps
chore(catalog/star): adding a simple cache to stop flicker as a stopgap
chore(catalog/star): reworking how the starring works, it now stores uri sort of references for entities
fix(core): Tabs useEffect dependency list
docs: format with prettier (#1218)
Optional namespace and name as one part of URL
docs/auth: added overview, oauth description and glossary
docs: added plantuml generation script
docs: added prettier config
Remove deleted UserBadge component from Sidebar story
...