Commit Graph

560 Commits

Author SHA1 Message Date
Nikita Nek Dudnik 10980727a7 fix: github actions 2020-06-05 14:14:07 +02:00
Nikita Nek Dudnik 29f7f1c333 fix: make locations fetching work 2020-06-05 11:55:08 +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 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
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
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
Sebastian Qvarfordt 8e6df5f575 quickfix failing tests 2020-06-02 15:03:11 +02:00
Sebastian Qvarfordt dc81a30ff4 Initial github link 2020-06-02 14:56:22 +02:00
Patrik Oldsberg 5774ec46ce Merge pull request #1110 from spotify/rugvip/workflows
github workflow speedups
2020-06-02 14:23:03 +02:00
Patrik Oldsberg 33e12e3c50 Merge pull request #1097 from spotify/rugvip/idp
plugins/auth-backend: added basic SAML auth
2020-06-02 14:04:12 +02:00
Patrik Oldsberg 2b6cd94cfa github/workflows: use actions/cache@v2 2020-06-02 14:01:08 +02:00
Patrik Oldsberg cf5e4f367d plugins/auth-backend: docs for saml-idp 2020-06-02 13:42:15 +02:00
Patrik Oldsberg 5d24d086f5 plugins/auth-backend: added basic saml provider 2020-06-02 13:38:43 +02:00
Patrik Oldsberg 3c47bc4e23 plugins/auth-backend: refactor to allow non-oauth providers 2020-06-02 13:38:42 +02:00
Fredrik Adelöw 17a16f617c Break out the location refresh loop as well 2020-06-02 13:35:59 +02:00
Patrik Oldsberg cd180f6928 plugins: remove mock-idp-backend 2020-06-02 12:47:30 +02:00
Patrik Oldsberg 397e670a2e plugins/auth-backend: add script for starting up saml test idp 2020-06-02 12:47:29 +02:00
Patrik Oldsberg 3573c74fca plugins/mock-idp-backend: add saml-idp + test command 2020-06-02 12:47:29 +02:00
Patrik Oldsberg 922c028846 plugins/mock-idp-backend: generate some dev certs 2020-06-02 12:47:29 +02:00
Patrik Oldsberg 1010f4d6b1 plugins: added initial mock-idp-backend 2020-06-02 12:47:28 +02:00
Fredrik Adelöw bd7b9023aa Merge pull request #1101 from spotify/freben/location-fetch-store
Move addLocation to new HigherOrderOperations
2020-06-02 10:59:21 +02:00
Fredrik Adelöw 8d0e750bc2 Address comments and add tests 2020-06-02 10:49:23 +02:00
Marcus Eide 5567c5e2e5 Merge pull request #1074 from spotify/eide/github-auth
Add github auth
2020-06-02 10:45:00 +02:00