Commit Graph

1366 Commits

Author SHA1 Message Date
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
Fredrik Adelöw b07e8af867 Add description, owner, and lifecycle to the catalog mode 2020-06-16 12:18:08 +02:00
Patrik Oldsberg adf6ea4a87 Merge pull request #1307 from spotify/alund/rm-home
Remove old Home plugin
2020-06-16 11:43:35 +02:00
Ivan Shmidt ae1cef1d52 Merge pull request #1238 from spotify/shmidt-i/backend-hmr-2
Backend HMR
2020-06-16 11:40:46 +02:00
Patrik Oldsberg 2ed4db0f00 packages/core-api: add IdentityApi to app and hook up to optional sign-in page component 2020-06-16 11:35:36 +02:00
Patrik Oldsberg 9a37995151 packages/core-api: split AppComponent into AppRouter and AppRoutes 2020-06-16 11:35:35 +02:00
Patrik Oldsberg b943eb065e packages/core-api: move config loading logic in AppProvider into separate hook 2020-06-16 11:21:54 +02:00
Ivan Shmidt 016e2d8855 fix(backend-common): move some @types to devdeps for now 2020-06-16 09:49:31 +02:00
Patrik Oldsberg 2a3303a8fe Merge pull request #1305 from spotify/rugvip/sideroute
packages/core: fix base path being ignored + sidebar highlighting
2020-06-16 09:45:23 +02:00
Ivan Shmidt 495dd1f50f fix: webpack-env types to the cli 2020-06-16 09:37:21 +02:00
Stefan Ålund f7930427c4 Removed 2020-06-16 09:22:28 +02:00
Stefan Ålund d197a41ccc Revert "Rm from package.json"
This reverts commit 579fefad5b.
2020-06-16 09:21:39 +02:00
Stefan Ålund 579fefad5b Rm from package.json 2020-06-16 09:14:36 +02:00
Ivan Shmidt 404bc724fb refactor(cli): split out bundling config for BE 2020-06-16 00:27:02 +02:00
Ivan Shmidt 417a4d538e feat: more clean hot hookz 2020-06-15 22:36:36 +02:00
Ivan Shmidt 9fe15e6726 feat: point all backend to src 2020-06-15 22:34:53 +02:00
Patrik Oldsberg 6692243b20 packages/core-api: use fragment instead of div to wrap app route 2020-06-15 19:25:11 +02:00
Patrik Oldsberg 972745a091 packages/core: refactor SidebarItem to avoid warnings 2020-06-15 19:23:34 +02:00
Patrik Oldsberg 90794fcb59 packages/core: fix base path being ignored + sidebar highlighting 2020-06-15 18:56:16 +02:00
Ivan Shmidt 0c27fc1a7b Merge branch 'master' of github.com:spotify/backstage into shmidt-i/backend-hmr-2 2020-06-15 15:46:23 +02:00
Ivan Shmidt 9ae3367168 Merge branch 'shmidt-i/backend-hmr' of github.com:spotify/backstage into shmidt-i/backend-hmr-2 2020-06-15 15:41:55 +02:00
Ivan Shmidt c5ac3dfbf8 Merge pull request #1290 from spotify/shmidt-i/yarn-tsc-error-message
More explicit error message when missing .d.ts files
2020-06-15 15:10:05 +02:00
Ivan Shmidt 2e369402a9 fix(cli): bump rollup-plugin-esbuild 2020-06-15 14:29:08 +02:00
Patrik Oldsberg 1e099a11dd Merge pull request #1300 from spotify/rugvip/nosrc
packages/cli: add lint rule to avoid cross-package src imports
2020-06-15 14:26:03 +02:00
Patrik Oldsberg 972451b4f9 packages/cli: add lint rule to avoid cross-package src imports 2020-06-15 14:00:01 +02:00
Patrik Oldsberg d6b5bd7769 Merge pull request #1296 from spotify/rugvip/identity
packages/core-api: add initial definition of IdentityApi
2020-06-15 12:40:11 +02:00