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
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
Nikita Nek Dudnik
29a88c3e9c
fix(catalog): tests
2020-06-17 17:00:10 +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
Patrik Oldsberg
aae6f1503a
packages: bump lagging package versions
2020-06-17 16:35:33 +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
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
3ab7a24172
packages/cli: remove watch-deps and build-cache
2020-06-17 14:14:00 +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
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
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
Nikita Nek Dudnik
3b19d7f37a
feat(catalog): add placeholder for identity API implementation
2020-06-17 10:28:05 +02:00
Ivan Shmidt
fcf48aa3a7
Merge branch 'master' into shmidt-i/backend-plugins-standalone-builds-fix
2020-06-17 10:02:42 +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
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
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
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
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
8628235562
Make DEFAULT_RESERVED_ENTITY_FIELDS list of strings again
2020-06-16 12:18:09 +02:00