Commit Graph

2388 Commits

Author SHA1 Message Date
dependabot-preview[bot] 903d2dd233 build(deps-dev): bump lerna from 3.20.2 to 3.22.0 (#1116)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.20.2 to 3.22.0.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.22.0/core/lerna)

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:19:00 +02:00
dependabot-preview[bot] f522182f32 build(deps-dev): bump @storybook/addon-storysource from 5.3.18 to 5.3.19 (#1118)
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/storysource)

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:17:01 +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 6d879d0ff9 Merge pull request #1126 from spotify/freben/clean-coverage
feat(cli): delete coverage dir during clean
2020-06-03 15:11:21 +02:00
Fredrik Adelöw 4da5cace1f feat(cli): delete coverage dir during clean 2020-06-03 14:31:49 +02:00
Stefan Ålund 5b9f77f151 Fix image link in ADR 5 (#1125) 2020-06-03 13:19:07 +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
Fredrik Adelöw ea2dba5bab Merge pull request #1121 from spotify/freben/router-test
Tweak the router tests, and fix one error!
2020-06-03 12:07:09 +02:00
Patrik Oldsberg a604e62a55 Merge pull request #1124 from spotify/freben-patch-2
Update development-environment.md
2020-06-03 11:15:45 +02:00
Fredrik Adelöw e02a2d1e56 Update development-environment.md 2020-06-03 10:18:42 +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 3276db8716 Merge pull request #1120 from spotify/freben/refresh-t
Forgot one member of the higher order type
2020-06-03 09:35:34 +02:00
Fredrik Adelöw 62b1799f51 Forgot one member of the higher order type 2020-06-03 09:21:35 +02:00
Patrik Oldsberg 87f7f90df1 Merge pull request #1072 from mbruggmann/catalog-entities-adr
ADR: Core entities in the catalog
2020-06-02 22:20:57 +02:00
Patrik Oldsberg 27a7c352ee Merge pull request #1113 from spotify/rugvip/config
package/cli,core: add static configuration loading for frontend
2020-06-02 21:43:55 +02:00
Patrik Oldsberg d0fb818c4d package/app: move app config to yaml 2020-06-02 17:49:22 +02:00
Patrik Oldsberg 41dd61984c packages/cli: make cli read app config and inject into APP_CONFIG at compile-time 2020-06-02 17:30:49 +02:00
Patrik Oldsberg 483fa94d0e packages/core: make AppConfigLoader return an array, and added defaultConfigLoader + tests 2020-06-02 17:30:49 +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 5afd535546 github/workflows: split cli build to skip more builds on windows 2020-06-02 14:00:19 +02:00
Fredrik Adelöw 387c0ceba3 Merge pull request #1109 from spotify/freben/extract-refresh
Break out the location refresh loop as well
2020-06-02 13:47:21 +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
Marcus Eide 7d4c044d1a Rename test to clarify what it is doing 2020-06-02 10:04:20 +02:00
dependabot-preview[bot] 9db24c79b8 build(deps): bump ts-jest from 26.0.0 to 26.1.0 (#1099)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.0.0 to 26.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.0.0...v26.1.0)

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-02 09:46:12 +02:00
Fredrik Adelöw f7ef6d4921 Move addLocation to new HigherOrderOperations 2020-06-02 09:41:36 +02:00
Fredrik Adelöw 5094dc75a5 Add ability to specify locationId on addOrUpdateEntity 2020-06-01 21:38:45 +02:00
Patrik Oldsberg 2f1256e2ad Merge pull request #1096 from spotify/rugvip/tdfix
scripts/check-type-dependencies: only verify type deps for packages that have been built
2020-06-01 17:25:56 +02:00
Marc Bruggmann 37ca9e1434 Clarify that we start by only implementing the Component entity 2020-06-01 17:06:00 +02:00
Patrik Oldsberg 2ee6f5d87f github/workflows: remove scripts from cli deps 2020-06-01 17:02:11 +02:00
Patrik Oldsberg 067d44181b scripts/check-type-dependencies: only verify type deps for packages that have been built 2020-06-01 17:00:50 +02:00
Patrik Oldsberg fa24d73bba Merge pull request #1073 from spotify/rugvip/jestbump
packages/cli: fix linting and enable TS isolatedModules
2020-06-01 16:41:02 +02:00
Patrik Oldsberg f9e4e557f8 packages/cli: enable TS isolatedModules 2020-06-01 16:09:11 +02:00
Patrik Oldsberg 7da845e844 packages/cli: use own tsconfig 2020-06-01 16:09:11 +02:00
Patrik Oldsberg 9f50e7c1b4 packages,plugins: fix lint issues 2020-06-01 16:09:10 +02:00
Patrik Oldsberg f67f928afc packages/cli: remove direct web-scripts dependency and use config packages instead 2020-06-01 15:52:06 +02:00
Patrik Oldsberg 9a6df0bf18 packages/cli: call eslint directly 2020-06-01 15:51:00 +02:00