74233 Commits

Author SHA1 Message Date
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
Ivan Shmidt 16054a87ca feat(scaffolder): load data from catalog api 2020-06-17 21:21:32 +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
Ivan Shmidt 23c58be525 test(scaffolder): add nested template test 2020-06-17 20:49:14 +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
Nikita Nek Dudnik f6012daa77 fix(catalog): identity is done in a wrong order 2020-06-17 17:50:12 +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
blam 58866e6a62 feat(scaffolder): Fixing the path resolution for temporary directory and copy all files apart from the template.yaml definition 2020-06-17 17:39:47 +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
Nikita Nek Dudnik cdbf37c061 Merge remote-tracking branch 'origin/master' into ndudnik/filter-by-identity 2020-06-17 17:13:52 +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
Nikita Nek Dudnik 29a88c3e9c fix(catalog): tests 2020-06-17 17:00:10 +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
Nikita Nek Dudnik 739882c144 chore(catalog): rename stuff 2020-06-17 15:29:29 +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
Nikita Nek Dudnik ec03d68fe7 Merge remote-tracking branch 'origin/master' into ndudnik/filter-by-identity 2020-06-17 15:17:38 +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
blam b01217cdb5 feat(scaffolder): starting to move things around and remove the old scaffolder data 2020-06-17 14:56:30 +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
Raghunandan 42ec009228 refactor IdentityApi 2020-06-17 14:29:22 +02:00
Fredrik Adelöw ea3744707b Merge pull request #1338 from spotify/freben/schema-prettier
chore(docs): just ran prettier on the entity schema
2020-06-17 14:28:03 +02:00
Fredrik Adelöw e69a4bcdd4 chore(docs): just ran prettier on the entity schema 2020-06-17 14:15:58 +02:00
Fredrik Adelöw 00348cddb3 Merge pull request #1163 from JordiPolo/schema_file
Initial version of a json schema for the service specification
2020-06-17 14:14:27 +02:00
Patrik Oldsberg 3ab7a24172 packages/cli: remove watch-deps and build-cache 2020-06-17 14:14:00 +02:00
Patrik Oldsberg cc3b32aae3 Merge pull request #1336 from spotify/disable-refresh-fix
set disable refresh in options passed to OAuthProviders
2020-06-17 14:04:34 +02:00
Nikita Nek Dudnik 92629f5f5d fix(catalog): tests and rebase on master 2020-06-17 13:39:18 +02:00
Raghunandan 242827b363 set disable refresh in options passed to OAuthProviders 2020-06-17 13:31:47 +02:00
Patrik Oldsberg 5da6e6e9c7 Merge pull request #1324 from spotify/rugvip/autherr
packages/auth-backend: fix for errors not being forwarded properly in EnvironmentHandler
2020-06-17 12:04:51 +02:00
Sebastian Qvarfordt 8658ea3f27 Working catalog type filter (#1267)
* WIP Working type filter

* Fixed type error

* Some interactivity between type filters and subfilters

* Revert "Some interactivity between type filters and subfilters"

This reverts commit 91a99f6c5759c33f1d35100f365af397d4ee9810.

* Rename services to entities in catalog filter menu
2020-06-17 12:03:23 +02:00
blam 55e6414d85 feat(scaffolder): Moving the storage to more task based appraches, and creating preparers 2020-06-17 11:56:42 +02:00
Patrik Oldsberg e57a2a48f5 Merge pull request #1320 from spotify/rugvip/signin
Add sign-in page with a couple of providers and storage
2020-06-17 11:43:29 +02:00