Commit Graph

2338 Commits

Author SHA1 Message Date
Patrik Oldsberg f9e4e557f8 packages/cli: enable TS isolatedModules 2020-06-01 16:09:11 +02:00
Patrik Oldsberg 7da845e844 packages/cli: use own tsconfig 2020-06-01 16:09:11 +02:00
Patrik Oldsberg 9f50e7c1b4 packages,plugins: fix lint issues 2020-06-01 16:09:10 +02:00
Patrik Oldsberg f67f928afc packages/cli: remove direct web-scripts dependency and use config packages instead 2020-06-01 15:52:06 +02:00
Patrik Oldsberg 9a6df0bf18 packages/cli: call eslint directly 2020-06-01 15:51:00 +02:00
Patrik Oldsberg 2fedc2320f Merge pull request #1092 from spotify/rugvip/verify-types
scripts: add check-type-dependencies to make sure @type dependencies are listed correctly
2020-06-01 15:33:28 +02:00
Patrik Oldsberg d45a753f22 Merge pull request #1057 from spotify/rugvip/appwrapp
packages/test-utils: do app wrapping with actual app + remove wrapInThemedTestApp
2020-06-01 15:18:44 +02:00
Raghunandan Balachandran 69a22a8f1b Merge pull request #1061 from spotify/freben/add-delete
Add routes for add/delete entity to the catalog
2020-06-01 15:07:09 +02:00
Patrik Oldsberg 65ab1685f4 packages/core-api: make App configLoader optional and synchronous when missing 2020-06-01 14:59:28 +02:00
Fredrik Adelöw a90e6ab44f Update plugins/catalog-backend/src/catalog/DatabaseEntitiesCatalog.test.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2020-06-01 14:52:31 +02:00
Patrik Oldsberg 12f38f399d Merge pull request #1081 from spotify/rugvip/dev-root
packages/dev-utils: added OAuthRequestApi + addRootChild
2020-06-01 14:32:59 +02:00
Raghunandan Balachandran 664ff10e02 Merge pull request #1082 from spotify/google-auth-tests
Auth tests: PassportStrategyHelper
2020-06-01 14:32:35 +02:00
Raghunandan c2877e0a1a Add PassportStrategyHelper tests. Move util fns to OAuthProvider class. 2020-06-01 14:26:04 +02:00
Stefan Ålund 9c415c351f Add ADR link to README (#1069)
* Add ADR link to README

* Update README.md

* rm extra line
2020-06-01 14:24:27 +02:00
Patrik Oldsberg 44f61015f5 packages/test-utils: add missing wrappapper props 2020-06-01 14:19:23 +02:00
Patrik Oldsberg e32f5a49ff packages/test-utils: do app wrapping with actual app + remove wrapInThemedTestApp 2020-06-01 13:43:51 +02:00
Patrik Oldsberg 7c820941a6 workflows: verify type dependencies 2020-06-01 12:35:47 +02:00
Patrik Oldsberg 54ca975bc1 package.json: add lint:type-deps script 2020-06-01 12:35:40 +02:00
Patrik Oldsberg c6abe12e45 packages,plugins: fix incorrect type dependencies 2020-06-01 12:27:29 +02:00
Patrik Oldsberg 25a4d6ed6b scripts: added check-type-dependencies 2020-06-01 12:26:58 +02:00
Stefan Ålund 63221f6fc5 Fix incorrect markdown links (#1088) 2020-06-01 10:58:23 +02:00
dependabot-preview[bot] 15a4d93576 build(deps-dev): bump start-server-and-test from 1.10.11 to 1.11.0 (#1085)
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.11 to 1.11.0.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.11...v1.11.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-01 09:45:15 +02:00
Fredrik Adelöw 0f41ac4bf7 Add the MockedMemberFunctions helper 2020-06-01 09:45:00 +02:00
dependabot-preview[bot] cc44775ecd build(deps-dev): bump cypress from 4.6.0 to 4.7.0 (#1086)
Bumps [cypress](https://github.com/cypress-io/cypress) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Commits](https://github.com/cypress-io/cypress/compare/v4.6.0...v4.7.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-01 09:36:52 +02:00
dependabot-preview[bot] 53ec396aeb build(deps): bump clsx from 1.1.0 to 1.1.1 (#1084)
Bumps [clsx](https://github.com/lukeed/clsx) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v1.1.0...v1.1.1)

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-01 09:34:15 +02:00
Patrik Oldsberg 6f955a5366 packages/dev-utils: add oauthRequestApi factory + dialog 2020-05-31 19:41:09 +02:00
Patrik Oldsberg 43795b8576 packages/dev-utils: added addRootChild to DevAppBuilder 2020-05-31 19:41:09 +02:00
Patrik Oldsberg 5e87a349b0 Merge pull request #1046 from spotify/rugvip/config
packages/core-api: add ConfigApi + implementation and createApp option
2020-05-31 19:02:41 +02:00
Fredrik Adelöw 9ccf617b82 Add routes for add/delete entity to the catalog 2020-05-30 20:34:33 +02:00
Raghunandan Balachandran 156a0bb7e4 Merge pull request #1078 from spotify/remove-github-login
Auth Frontend: remove github login page
2020-05-30 20:20:04 +02:00
Fredrik Adelöw 189beee790 Merge pull request #1079 from spotify/fix-catalog-plugin-deps
Catalog plugin: Add catalog-model dep
2020-05-30 15:01:15 +02:00
dependabot-preview[bot] a8e42631d2 build(deps): bump rollup-plugin-dts from 1.4.6 to 1.4.7 (#1021)
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v1.4.6...v1.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-30 14:39:30 +02:00
Himanshu Mishra a0a891a193 Fix overlap issue with Sidebar and Dismissable banner (#1077)
* Increase zIndex of Sidebar to be on top of the page

As of now, the Sidebar is being overlapped by Dismissable banner component

* Unset z-index of Dismissable Banner

It inherits a z-index of 1400 from Material UI's snackbar component
2020-05-30 14:37:54 +02:00
Raghunandan 43d13afba5 Add catalog-model dep 2020-05-30 13:57:26 +02:00
Raghunandan 8f56253f2a remove github login page 2020-05-30 13:54:48 +02:00
Patrik Oldsberg d120e5f8cb packages/core-api: add Progress as a configurable app component 2020-05-29 16:43:55 +02:00
Patrik Oldsberg a115bd6331 packages/app: add mock config loader and use in welcome plugin 2020-05-29 16:36:23 +02:00
Patrik Oldsberg bdf32a00a0 packages/core-api: add configLoader option to App 2020-05-29 16:36:21 +02:00
Patrik Oldsberg 1ab6499bbb packages/core-api: export ConfigApi + implementation 2020-05-29 16:36:20 +02:00
Patrik Oldsberg 810de67f9c packages/core-api: some more tests for ConfigReader to make sure deep merge is correct 2020-05-29 16:36:20 +02:00
Patrik Oldsberg d471182708 packages/core-api: add fallback capability to ConfigReader 2020-05-29 16:36:19 +02:00
Patrik Oldsberg 0c6dbe0545 packages/core-api: added initial ConfigReader 2020-05-29 16:36:18 +02:00
Patrik Oldsberg ce22236c3c packages/core-api: added initial ConfigApi 2020-05-29 16:36:18 +02:00
Nikita Dudnik 827a6289e6 Merge pull request #1043 from spotify/ndudnik/use-catalog-backend
Ndudnik/use catalog backend
2020-05-29 14:16:17 +02:00
Fredrik Adelöw 67029f0f19 Merge pull request #1059 from spotify/freben/defaultttt
Add default namespace if none was given
2020-05-29 11:02:43 +02:00
Nikita Nek Dudnik 77136363b6 Merge branch 'master' of github.com:spotify/backstage into ndudnik/use-catalog-backend 2020-05-29 10:54:16 +02:00
Nikita Nek Dudnik df4dcd8640 fix: merge errors 2020-05-29 10:37:23 +02:00
Ivan Shmidt b8bd90b2a9 Merge pull request #1017 from spotify/shmidt-i/location-update-results
Location update results
2020-05-29 10:37:09 +02:00
Nikita Nek Dudnik f71c9df9b7 Merge remote-tracking branch 'upstream/master' into ndudnik/use-catalog-backend 2020-05-29 10:13:18 +02:00
Nikita Nek Dudnik d90913b028 fix: split catalog api into types and implementation 2020-05-29 10:08:55 +02:00