Commit Graph

2935 Commits

Author SHA1 Message Date
Fredrik Adelöw 3bff1d6a68 address comments 2020-06-18 13:28:19 +02:00
Fredrik Adelöw 8d961027a9 chore(catalog-model): move shared entity model logic here 2020-06-18 13:06:51 +02:00
Patrik Oldsberg 4b4451acd7 Merge pull request #1369 from spotify/rugvip/modelsrc
packages,plugins: remove main:src machinery
2020-06-18 12:57:33 +02:00
Patrik Oldsberg 6e64cf8a40 Merge pull request #1367 from spotify/rugvip/confget
packages/config: added get and getOptional
2020-06-18 12:56:11 +02:00
Patrik Oldsberg a098ebca27 packages,plugins: remove main:src and fix some main fields 2020-06-18 12:25:25 +02:00
Patrik Oldsberg 02b74c376a packages/config: added get and getOptional 2020-06-18 11:59:53 +02:00
Patrik Oldsberg 2ef5380c5b Merge pull request #1364 from spotify/rugvip/optconf
packages/config: add getOptionalConfig and getOptionalConfigArray to mirror other accessors
2020-06-18 11:30:45 +02:00
Lee Mills 82157cbe55 Merge pull request #1365 from spotify/leem/auth-caret
changed  down caret to be up caret on user profile in the sidebar
2020-06-18 11:30:17 +02:00
Lee Mills a23c276bb3 changed down caret to be up caret on user profile in the sidebar 2020-06-18 11:12:46 +02:00
Patrik Oldsberg 32a4da583c packages/config: add getOptionalConfig and getOptionalConfigArray to mirror other accessors 2020-06-18 11:03:42 +02:00
Patrik Oldsberg 5d65170597 Merge pull request #1363 from spotify/rugvip/confctx
packages/config: add context to config to display better errors messages
2020-06-18 10:36:21 +02:00
Patrik Oldsberg 41621a66b7 Merge pull request #1350 from spotify/rugvip/confkeys
packages/config: added .keys()
2020-06-18 10:36:14 +02:00
Patrik Oldsberg f078eca619 Merge pull request #1348 from spotify/rugvip/confpaths
packages/config: keep track of key prefix to display nicer error messages + optimizations
2020-06-18 10:36:05 +02:00
Patrik Oldsberg 06cf743d7a Merge pull request #1346 from spotify/rugvip/mustconf
packages/config: added must* variant for reading required primitive values
2020-06-18 10:30:10 +02:00
Patrik Oldsberg b010319400 packages/config-loader,core: update config usage to include context 2020-06-18 10:17:31 +02:00
dependabot-preview[bot] 44f717deee build(deps): bump @types/react from 16.9.25 to 16.9.37 (#1342)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.25 to 16.9.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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-18 09:17:48 +02:00
dependabot-preview[bot] 15b840acb6 build(deps): bump rollup-plugin-esbuild from 2.0.0 to 2.1.0 (#1361)
Bumps rollup-plugin-esbuild from 2.0.0 to 2.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-18 09:17:22 +02:00
dependabot-preview[bot] 66a0bab7f9 build(deps-dev): bump lint-staged from 10.2.9 to 10.2.11 (#1359)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.9 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.9...v10.2.11)

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-18 09:16:59 +02:00
Stefan Ålund 1150e0a125 Polishing the Create page (#1353)
* Polishing the Create page

* Review comments
2020-06-17 22:57:25 +02:00
Stefan Ålund f763729120 Add some air between sidebar sections (#1355) 2020-06-17 22:44:21 +02:00
Stefan Ålund 0f1ba02bc7 Starred icon is yellow (#1351) 2020-06-17 22:38:45 +02:00
Nikki Beesetti 19f4e434db Updated FAQ with Gitlab link (#1352)
* Updated FAQ with Gitlab link

added gitlab link

* Update FAQ.md

Co-authored-by: Stefan Ålund <alund@spotify.com>
2020-06-17 21:21:35 +02:00
dependabot-preview[bot] d4653864fb build(deps): bump react-helmet from 6.0.0 to 6.1.0 (#1327)
Bumps [react-helmet](https://github.com/nfl/react-helmet) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/nfl/react-helmet/releases)
- [Changelog](https://github.com/nfl/react-helmet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nfl/react-helmet/compare/6.0.0...6.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-17 21:18:38 +02:00
Patrik Oldsberg ef4991fc2b packages/config: added context to keep track of where config is from for error messages 2020-06-17 20:18:07 +02:00
Patrik Oldsberg 8cda915c70 packages/config: added .keys() 2020-06-17 20:17:39 +02:00
Patrik Oldsberg 625a50989d packages/config: keep track of key prefix to display better error messages 2020-06-17 20:17:24 +02:00
Patrik Oldsberg 5294d71fe9 packages/config: optimize some error message handling 2020-06-17 20:17:24 +02:00
Patrik Oldsberg c9ee24b8bb packages/config: allow config readers to be backed by undefined data 2020-06-17 20:17:24 +02:00
Patrik Oldsberg 3dcef70e3c packages/config: flip around must* and get* to get* and getOptional* 2020-06-17 20:10:44 +02:00
Nikita Dudnik b9b933e523 Merge pull request #1347 from spotify/rugvip/order
packages/core-api: fix invocation order when continuing to app after sign-in
2020-06-17 18:22:24 +02:00
Patrik Oldsberg 32971c811d packages/core-api: fix invocation order when continuing to app after sign-in 2020-06-17 17:45:18 +02:00
Patrik Oldsberg af7a9022fb Merge pull request #1345 from spotify/rugvip/backconf
packages/backend: load config and make it part of plugin env + use in auth-backend
2020-06-17 17:37:45 +02:00
Patrik Oldsberg 31585800a4 packages/config: added must* variant for reading required primitive values 2020-06-17 17:17:19 +02:00
Patrik Oldsberg 9793bebce4 packages/core-api: re-use Config type from config package 2020-06-17 17:07:39 +02:00
Patrik Oldsberg 034c04c259 plugins/auth-backend: load config in standalone environment 2020-06-17 17:06:03 +02:00
Patrik Oldsberg 73898f3084 Merge pull request #1344 from spotify/rugvip/lag
packages: bump lagging package versions
2020-06-17 16:57:25 +02:00
Patrik Oldsberg e923d751a7 plugins/auth-backend: read backend.baseUrl from config 2020-06-17 16:54:02 +02:00
Patrik Oldsberg 64a8bd2187 packages/backend: load config and make it part of plugin env 2020-06-17 16:52:57 +02:00
Raghunandan Balachandran 70f174a5b9 Merge pull request #1343 from spotify/fix-identity-backend-data
Consume identity data from ts instead of Json
2020-06-17 16:41:22 +02:00
Patrik Oldsberg aae6f1503a packages: bump lagging package versions 2020-06-17 16:35:33 +02:00
dependabot-preview[bot] 455362285d build(deps): bump swr from 0.2.2 to 0.2.3 (#1326)
Bumps [swr](https://github.com/zeit/swr) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/zeit/swr/releases)
- [Commits](https://github.com/zeit/swr/compare/0.2.2...0.2.3)

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-17 16:35:33 +02:00
Raghunandan 4a1fa314af Consume identity data from ts instead of Json 2020-06-17 16:31:22 +02:00
Fredrik Adelöw 89168d4d36 Merge pull request #1340 from spotify/freben/public
Release v0.1.1-alpha.9 with almost all packages public
2020-06-17 16:03:24 +02:00
Fredrik Adelöw 03bbb41f2c fix: move deps to where they need to be 2020-06-17 15:47:08 +02:00
Fredrik Adelöw 5d1ff328ce Merge pull request #1339 from spotify/freben/schema2
chore(docs): more tweaks to the schema
2020-06-17 15:28:12 +02:00
Fredrik Adelöw 38ba897857 v0.1.1-alpha.9 2020-06-17 15:24:54 +02:00
Fredrik Adelöw aa2916e5b8 release: make almost all packages public 2020-06-17 15:23:00 +02:00
Patrik Oldsberg ec6b0e6d03 Merge pull request #1337 from spotify/rugvip/cleanli
packages/cli: remove watch-deps and build-cache
2020-06-17 15:01:04 +02:00
Raghunandan Balachandran 6326d0d6a8 Merge pull request #1333 from spotify/identity-static-adapter
Add static json adapter to serve user groups
2020-06-17 14:44:07 +02:00
Fredrik Adelöw fedfbfae58 chore(docs): more tweaks to the schema 2020-06-17 14:41:10 +02:00