Commit Graph

5898 Commits

Author SHA1 Message Date
Ivan Shmidt 2ba33db74d Fix tests 2020-06-05 12:22:07 +02:00
Sebastian Qvarfordt c655a133a3 Slightly more robust edit link creation 2020-06-05 12:09:07 +02:00
Ivan Shmidt 63b1193cb8 /catalog/:namespace?/:kind/:name/ 2020-06-05 12:04:07 +02:00
Nikita Nek Dudnik 29f7f1c333 fix: make locations fetching work 2020-06-05 11:55:08 +02:00
Patrik Oldsberg e396996792 Merge pull request #1140 from spotify/auth-frontend-state
Auth frontend state
2020-06-05 11:48:16 +02:00
Nikita Nek Dudnik e1477fa635 feature: extract getLocationById method, wrap location fetching in useAsync 2020-06-05 11:36:52 +02:00
Sebastian Qvarfordt 78f5e50761 Merge branch 'master' of github.com:spotify/backstage into catalog-edit-link 2020-06-05 11:08:03 +02:00
Sebastian Qvarfordt 2f474224b0 Replace blob with edit in link 2020-06-05 11:03:30 +02:00
Patrik Oldsberg 0d1655c65b packages,plugins: use publishConfig to configure published entrypoints 2020-06-04 18:01:15 +02:00
Ivan Shmidt f0a95a9762 Fix types 2020-06-04 17:15:58 +02:00
Ivan Shmidt 82143b1d10 Merge branch 'master' of github.com:spotify/backstage into mob/register-unregister-components 2020-06-04 17:09:15 +02:00
Ivan Shmidt 163be0eafe Addressed PR comments 2020-06-04 17:06:09 +02:00
Sebastian Qvarfordt c2369b7be6 Added working link button 2020-06-04 17:05:51 +02:00
Ivan Shmidt 3cc59f3276 Fix tests 2020-06-04 16:55:14 +02:00
Sebastian Qvarfordt 2020979780 WIP 2020-06-04 16:33:10 +02:00
Raghunandan bacb2cf3a8 review fixes 2020-06-04 15:12:50 +02:00
Sebastian Qvarfordt 187d6c9103 Merge pull request #1112 from hooloovooo/catalog-github-link
Catalog GitHub link
2020-06-04 15:06:56 +02:00
Nikita Nek Dudnik e81cf61cb4 fix: make script executable 2020-06-04 14:47:09 +02:00
Nikita Dudnik a9d8263719 Merge pull request #1114 from spotify/ndudnik/edit-yaml
Catalog backed: use real DB instead of mocked  data
2020-06-04 14:38:44 +02:00
Nikita Nek Dudnik 109e5cf7c2 fix: add mock data script 2020-06-04 14:30:52 +02:00
Nikita Nek Dudnik 9922c4f5bc fix: rename mock db script 2020-06-04 14:23:32 +02:00
Nikita Nek Dudnik 443faf58b0 fix: rename database to knex for better readability 2020-06-04 14:22:30 +02:00
Nikita Nek Dudnik dd37c0dd33 fix: get rid of obsolete and duplicated code 2020-06-04 14:11:09 +02:00
Nikita Nek Dudnik fd635a80a0 fix: improve readability 2020-06-04 14:06:57 +02:00
Nikita Nek Dudnik 64673eaeba fix: mock data script 2020-06-04 14:04:52 +02:00
Raghunandan 499c784c97 minor fixes 2020-06-04 13:42:41 +02:00
Marcus Eide 1590977830 Merge pull request #1138 from spotify/eide/fix-logout
Auth: fix logout()
2020-06-04 13:04:39 +02:00
Sebastian Qvarfordt 5d3a972e4e Only set locations if component is still mounted 2020-06-04 11:44:01 +02:00
Marcus Eide b32441f89b Use post for logout 2020-06-04 11:07:46 +02:00
Raghunandan d1e78aa417 fetch profile on refresh to get user display name and picture 2020-06-04 10:45:12 +02:00
Raghunandan b68d8ccab1 Add TODOs 2020-06-04 10:45:12 +02:00
Raghunandan 578760956f Auth state working 2020-06-04 10:45:11 +02:00
Marcus Eide a53977997c Add tests for OAuthProvider class 2020-06-04 10:43:51 +02:00
Raghunandan a9680936d0 Add tests for OAuthProvider Utils test 2020-06-04 10:37:20 +02:00
Raghunandan ff50a98ac4 Add PassportStrategyHelper tests. Move util fns to OAuthProvider class. 2020-06-04 10:37:19 +02:00
Nikita Nek Dudnik da071e0afa fix: linting 2020-06-04 10:15:53 +02:00
Nikita Nek Dudnik 3dfbc6e160 fix: merge errors 2020-06-04 10:12:52 +02:00
Nikita Dudnik df3cb72f6b Merge branch 'master' into ndudnik/edit-yaml 2020-06-03 21:45:58 +02:00
Nikita Nek Dudnik 6d61fba0c5 feature: improve local database functionality
1. make locally run app use real DB with locations support
2. add shell script for filling up DB with mock data
2020-06-03 21:42:20 +02:00
dependabot-preview[bot] 8a86a1c4ba build(deps-dev): bump @types/codemirror from 0.0.93 to 0.0.95 (#1119)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.93 to 0.0.95.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 15:15:53 +02:00
Fredrik Adelöw a6ce6b28e0 Merge pull request #1123 from spotify/freben/local-catalog
Make local start of catalog work
2020-06-03 12:07:34 +02:00
Sebastian Qvarfordt 241a5a8944 Convert Array<Location | undefined> to Array<Location> 2020-06-03 11:10:51 +02:00
Sebastian Qvarfordt a47ebf902f Removed a few more any types 2020-06-03 10:49:58 +02:00
Sebastian Qvarfordt f7d232c1a8 Fixed hiding of github link actions when location isn't github 2020-06-03 10:34:53 +02:00
Sebastian Qvarfordt a2a3d7ea2b Fixed typo and added a type 2020-06-03 10:17:37 +02:00
Fredrik Adelöw cb6ef6ca36 Make local start of catalog work 2020-06-03 10:12:34 +02:00
Fredrik Adelöw 8a840b8426 Tweak the router tests, and fix one error 2020-06-03 09:36:26 +02:00
Fredrik Adelöw 62b1799f51 Forgot one member of the higher order type 2020-06-03 09:21:35 +02:00
Sebastian Qvarfordt d620646890 Updated types 2020-06-02 15:45:38 +02:00
Sebastian Qvarfordt 254d9089be Improved types slightly 2020-06-02 15:36:31 +02:00