74233 Commits

Author SHA1 Message Date
Patrik Oldsberg c385bae436 Merge pull request #1312 from spotify/rugvip/idp
packages/core-api: refactor App API to make room for a sign-in page and IdentityApi implementation
2020-06-17 11:43:22 +02:00
Raghunandan 83f331caf5 Add static json adapter to serve user groups 2020-06-17 11:24:49 +02:00
blam bbef36c91a chore(scaffolder): Remove the old storage API's as the catalog api is now in charge of thestorage of templkates 2020-06-17 10:49:26 +02:00
Nikki Beesetti b073b610f4 Updated FAQ.md with the correct links (#1308)
* Updated FAQ.md with the correct links

Two links regarding plugins were broken and now they have been fixed.

* Updated FAQ.md with correct links
2020-06-17 10:30:39 +02:00
Nikita Nek Dudnik 3b19d7f37a feat(catalog): add placeholder for identity API implementation 2020-06-17 10:28:05 +02:00
Nikita Nek Dudnik 806790ea89 feat(catalog): use identity API for filtering owned entites 2020-06-17 10:28:05 +02:00
Nikita Nek Dudnik 6ef5f53fde chore(catalog): clean up code 2020-06-17 10:28:05 +02:00
Nikita Nek Dudnik c8797d6d7a fix(catalog): starred entities count 2020-06-17 10:28:05 +02:00
Nikita Nek Dudnik bb09898b51 feat(catalog): extract useEntitiesStore 2020-06-17 10:28:04 +02:00
Ivan Shmidt 4cc2e67e43 Merge pull request #1331 from spotify/shmidt-i/backend-plugins-standalone-builds-fix
Serve standalone backend plugins
2020-06-17 10:23:54 +02:00
Ivan Shmidt fcf48aa3a7 Merge branch 'master' into shmidt-i/backend-plugins-standalone-builds-fix 2020-06-17 10:02:42 +02:00
Patrik Oldsberg 23d43f572c Merge pull request #1325 from spotify/rugvip/backbuild
packages/cli: add backend:build and use in all backend packages
2020-06-17 10:01:22 +02:00
Wesley Yee 06bdeadb00 Template card component (#1322) 2020-06-17 09:57:45 +02:00
Stefan Ålund 947c752468 Add Welcome msgs to catalog (#1306)
* Add Welcome msgs to catalog

* Fix importing of greetings

* Fix broken test
2020-06-17 09:54:52 +02:00
Ivan Shmidt f47782834d fix(backend): server standalone backend plugins 2020-06-17 09:54:28 +02:00
Patrik Oldsberg 6c25e61279 packages/backend-common: move express and cors types to deps 2020-06-17 09:41:13 +02:00
Patrik Oldsberg af25113b58 packages/storybook: added mock identity api 2020-06-17 00:08:21 +02:00
Patrik Oldsberg b4284e7b3e packages/app: add sign-in page 2020-06-17 00:08:21 +02:00
Patrik Oldsberg afc4ba85c8 packages/core: added custom sign-in provider 2020-06-17 00:08:21 +02:00
Patrik Oldsberg f65f982b1c packages/core: added google sign-in provider 2020-06-17 00:08:21 +02:00
Patrik Oldsberg 730b73aff1 packages/core: separate list of sign-in provider IDs to avoid exporting internal types 2020-06-17 00:08:20 +02:00
Patrik Oldsberg 506f209742 packages/core: split up SignInPage and make it display progress 2020-06-17 00:08:20 +02:00
Patrik Oldsberg 76fd9f9401 packages,plugins: use backend:build for all backend packages + publish config and no tsconfig 2020-06-17 00:03:28 +02:00
Patrik Oldsberg a7c9b8a078 packages/cli: added backend:build 2020-06-16 23:58:13 +02:00
Patrik Oldsberg ecbfa5f093 packages/auth-backend: fix for errors not being forwarded properly in EnvironmentHandler 2020-06-16 23:56:51 +02:00
Ben Lambert 17bda8b46e Merge pull request #1316 from spotify/mob/move-templates-into-service-catalog
Add support for the Template kind in the Catalog
2020-06-16 16:58:09 +02:00
Patrik Oldsberg 9b5fa0da86 packages/core: pluggable sign-in providers and re-loading of session 2020-06-16 16:52:05 +02:00
Patrik Oldsberg b365d0ee6b packages/core-api: add useApiHolder hook for when you want defer api access outside of react tree 2020-06-16 16:45:05 +02:00
Ben Lambert 3d26f7bfb6 Merge pull request #1317 from spotify/mob/update-scaffolder-to-latest-boilerplate
Updating Scaffolder Boilerplate
2020-06-16 16:42:39 +02:00
Patrik Oldsberg 70042fb378 packages/core: use app title as SignInPage header 2020-06-16 15:20:06 +02:00
Patrik Oldsberg d221bc0daf packages/core: add logout and provider storage to SignInPage 2020-06-16 15:18:46 +02:00
Patrik Oldsberg e7165fd887 packages/core: add logout item to user settings in sidebar 2020-06-16 15:16:14 +02:00
Patrik Oldsberg b2c54fd4ba packages/core: add initial simple SignInPage with guest provider 2020-06-16 15:16:14 +02:00
Patrik Oldsberg ee7f6f2b2e packages/core-api: add logout to IdentityApi and properly handle multiple sign-in attempts 2020-06-16 15:15:55 +02:00
Patrik Oldsberg 09c16fb554 packages/core-api: make idToken and logout optional in SignInResult 2020-06-16 15:06:47 +02:00
Marcus Eide 53f1426bc9 [auth]: Add openapi specification (#1309)
* Add openapi specification for the auth api

* Review comments

* Add more information about the responses in frame/handler
2020-06-16 15:05:42 +02:00
blam d5f5e83fe7 chore(scaffolder): Updating the boilerplate for the scaffolder backend 2020-06-16 15:03:21 +02:00
blam 1e5e270bb7 chore(scaffolder): reset the template-info for now so tests will still pass on PR 2020-06-16 14:48:46 +02:00
blam 45ce4b133a chore(scaffolder): load from file source instead 2020-06-16 14:47:15 +02:00
blam 4615718167 feat(catalog): added the ability to load mock data into the catalog from the scaffolder too 2020-06-16 14:40:43 +02:00
blam ea6cc76447 feat(catalog): adding kind:Template validation so that we can add templates into the service catalog 2020-06-16 14:30:40 +02:00
Fredrik Adelöw 0ba4cca3c8 Merge pull request #1209 from spotify/freben/model-more-fields
Add description, owner, and lifecycle to the catalog model
2020-06-16 13:34:24 +02:00
Fredrik Adelöw 7d8c50bdac Remove remaining occurrences of v1beta1 2020-06-16 13:28:10 +02:00
Ivan Shmidt e67f35b56a Merge pull request #1313 from spotify/shmidt-i/fix-hmr
Fix HMR memoize
2020-06-16 13:16:26 +02:00
Fredrik Adelöw e01fae0a28 use alpha versioning in the catalog instead 2020-06-16 13:00:31 +02:00
Ivan Shmidt 9050b2011c fix: hmr memoize 2020-06-16 12:59:45 +02:00
Fredrik Adelöw 8b1c795840 Point to ADR instead of issue for catalog kinds 2020-06-16 12:18:09 +02:00
Fredrik Adelöw 8628235562 Make DEFAULT_RESERVED_ENTITY_FIELDS list of strings again 2020-06-16 12:18:09 +02:00
Fredrik Adelöw 15ebc3cf15 Add documentation 2020-06-16 12:18:09 +02:00
Fredrik Adelöw b07e8af867 Add description, owner, and lifecycle to the catalog mode 2020-06-16 12:18:08 +02:00