* '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
...
* Befind work of replacing tables with new Table component
* Removed test plugins and fixed test
* Fixed lint issue
* Removed toolbar from lighthouse audit page
* Moved column out of auditstables render function, no no interation with useInterval
* Initial table component with storybook example
* Moved dependencies to package/core
* Removed dependency to @backstage/core from base package.json
* Clean up some examples and remove type from columns, replacing with property align instead
* Removed more unused stuff and added toggle for filter input
* Fixed some lint issues
* Added example with material-table
* Convert column array passed into MaterialTable Backstage component into MT column array. Allow multiple values in one cell
* Removed subheader from MT
* Nicer double value cell
* Added custom sorting to example
* Cleaned up stories a bit
* Setting field instead of customSort
* Improve styling. Still needs better theme integration
* Using more colors from theme
* Fixed typing issue
* Removed react-table implementation and cleaned up material-table implementation
* Fixed some type issues
* Fixed lint issues
* Fix error when using yarn lint
* Update logic for create app
* Add eslint-react-hooks
* Move common utils to utils.ts
* Add AuditListRow that refetches the audit
* Fixed Audit state using a react component
* Change AuditListRow to AuditRow
* Fixed some eslint-react-hooks warnings
* Change AuditListRow to AuditRow
* Merge
* Fixes tests in AuditListTable.test.tsx
* Refactored based on freben's review
* Remove eslint-plugin-react-hooks