Fredrik Adelöw
6a8e975c85
Move local concerns into CatalogTable
2020-06-27 22:44:44 +02:00
Fredrik Adelöw
85efb75b1f
Merge pull request #1467 from spotify/freben/mock-storage
...
feat(test-utils): mock storage api
2020-06-26 13:35:32 +02:00
Fredrik Adelöw
879bc21893
feat(test-utils): mock storage api
2020-06-26 13:24:31 +02:00
Patrik Oldsberg
93eeda55c6
Merge pull request #1458 from spotify/mob/pack
...
cli: add backend:build-image command and use in backend
2020-06-26 12:34:33 +02:00
Nicholas Pirrello
72387eb720
Fix linting and tsc issues
2020-06-25 18:28:51 -04:00
Nicholas Pirrello
144a3b9294
Fix build and add okta oauth2 scope normalization
2020-06-25 18:20:13 -04:00
Patrik Oldsberg
c06c7d7e6b
packages/backend,cli: revert publish config and remove postpack script requirement from image-build
2020-06-25 19:58:10 +02:00
Patrik Oldsberg
66e2bfe073
backend: update packaging and add build-image command + Dockerfile
...
Co-authored-by: Ivan Shmidt <bahoc47@gmail.com >
2020-06-25 18:08:47 +02:00
Patrik Oldsberg
84b55c10ca
cli: added backend:build-image command
...
Co-authored-by: Ivan Shmidt <bahoc47@gmail.com >
2020-06-25 18:08:47 +02:00
Patrik Oldsberg
d286e3b93f
cli: add packager lib for packaging packages into a dist workspace
...
Co-authored-by: Ivan Shmidt <bahoc47@gmail.com >
Co-authored-by: Raghunandan <soapraj@gmail.com >
2020-06-25 18:07:35 +02:00
Nicholas Pirrello
686018f811
Add correct link for okta resouce scopes
2020-06-25 08:44:55 -04:00
Nicholas Pirrello
fe4efbd84d
Merge branch 'master' of https://github.com/spotify/backstage into add-okta-sso
2020-06-25 08:34:52 -04:00
Patrik Oldsberg
c9a1b99af2
cli: rename packager to builder
2020-06-25 11:39:28 +02:00
Patrik Oldsberg
e73f3fbab7
cli: implement postpack
2020-06-25 10:58:33 +02:00
Nicholas Pirrello
907371ffe0
Add ui implementation for okta sso integration
2020-06-24 22:56:10 -04:00
blam
13666d860f
Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
...
* 'master' of github.com:spotify/backstage:
Updating FAQ.md related to issue #1441 (#1443 )
docs/auth: add some more information about Identities
plugins/lighthouse: fix CreateAudit test selecting child of button
app,cli/templates: install @types/react-dom in app for @testing-library/react
packages: bump @testing-library packages to latest versions
docs/auth: rename overview to README
rollback package install
fixes build errors
update plugin template to not trigger the notice header warning
2020-06-25 04:29:19 +02:00
Patrik Oldsberg
365e8d744b
Merge pull request #1445 from spotify/rugvip/tlbump
...
packages: bump @testing-library packages to latest versions
2020-06-24 20:03:42 +02:00
Patrik Oldsberg
dbf6686818
app,cli/templates: install @types/react-dom in app for @testing-library/react
2020-06-24 19:00:45 +02:00
Patrik Oldsberg
17adaefc5d
packages: bump @testing-library packages to latest versions
2020-06-24 18:50:13 +02:00
Rob Tirserio
da60f9e504
rollback package install
2020-06-24 11:51:17 -04:00
Rob Tirserio
e7fdca9f3b
fixes build errors
2020-06-24 11:45:09 -04:00
blam
e3ec510f4c
Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
...
* 'master' of github.com:spotify/backstage: (43 commits)
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
fixup
...
2020-06-24 17:39:30 +02:00
Rob Tirserio
6ff00f26f5
update plugin template to not trigger the notice header warning
2020-06-24 11:06:17 -04:00
Patrik Oldsberg
207765bfdd
Merge pull request #1433 from spotify/rugvip/authid
...
auth-backend: leave it to the providers to figure out the backstage identity
2020-06-24 12:04:18 +02:00
Patrik Oldsberg
91022ff1ec
catalog-model: let the guest take care of some services
2020-06-24 11:45:51 +02:00
Patrik Oldsberg
cc0e6b0d30
auth-backend: leave it to the providers to figure out the backstage identity
2020-06-24 11:37:30 +02:00
Patrik Oldsberg
45c518272c
core-api: move session state tracking to auth session managers
2020-06-24 11:11:58 +02:00
blam
18a6a68dd0
Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
...
* 'master' of github.com:spotify/backstage: (21 commits)
auth-backend: clean up comments + fix getting email from profile
feat(catalog): show owner and lifecycle in header
chore(catalog): move the entity examples to catalog-model
plugins/graphiql: grayscale icon
app: add graphiql plugin with gitlab and github endpoints
dev-utils: add google and github auth APIs to default api factories
plugins/graphiql: add GitHub endpoint with automatic scope detection
build(deps): bump yup from 0.28.5 to 0.29.1
v0.1.1-alpha.12
packages: publish entire dist folder
build(deps-dev): bump @storybook/addon-links from 5.3.18 to 5.3.19 (#1414 )
v0.1.1-alpha.11
cli: include assets-types in published package
storybook: update identity api mock
core-api: update loginPopup tests
core: fix sign-in hot reloading issues and unmounted component access
core-api: update web message response handling in loginPopup to expect RFC format
Identity and profile work, wip
build(deps): bump @rollup/plugin-node-resolve from 7.1.3 to 8.1.0
backend - fix types + refactoring
...
2020-06-24 10:50:34 +02:00
blam
7ead8675dd
chore(scaffolder): code review comments, passing down the docker client
2020-06-24 10:47:43 +02:00
Fredrik Adelöw
38a63c4472
Merge pull request #1428 from spotify/freben/examples
...
chore(catalog): move the entity examples to catalog-model
2020-06-24 10:47:28 +02:00
Patrik Oldsberg
5ff8582eb6
Merge pull request #1422 from spotify/mob/auth-std-profile
...
auth: refactor to include backstage identity and use more explicit types
2020-06-24 10:40:28 +02:00
Patrik Oldsberg
a0772a2263
Merge pull request #1425 from spotify/rugvip/graphiql
...
graphiql: add GitHub endpoint and add to App
2020-06-24 10:25:10 +02:00
Fredrik Adelöw
afc2e37056
chore(catalog): move the entity examples to catalog-model
2020-06-24 08:47:55 +02:00
Fredrik Adelöw
1ca24a1b19
Merge pull request #1416 from spotify/dependabot/npm_and_yarn/rollup/plugin-node-resolve-8.1.0
...
build(deps): bump @rollup/plugin-node-resolve from 7.1.3 to 8.1.0
2020-06-24 08:39:11 +02:00
Fredrik Adelöw
bbd0c08f96
Merge pull request #1182 from spotify/dependabot/npm_and_yarn/rollup/plugin-commonjs-13.0.0
...
build(deps): bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0
2020-06-24 08:34:54 +02:00
Patrik Oldsberg
2b3713f7b6
app: add graphiql plugin with gitlab and github endpoints
2020-06-24 00:31:37 +02:00
Patrik Oldsberg
c6b9d27a71
dev-utils: add google and github auth APIs to default api factories
2020-06-24 00:30:40 +02:00
dependabot-preview[bot]
61f89dd90b
build(deps): bump yup from 0.28.5 to 0.29.1
...
Bumps [yup](https://github.com/jquense/yup ) from 0.28.5 to 0.29.1.
- [Release notes](https://github.com/jquense/yup/releases )
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jquense/yup/compare/v0.28.5...v0.29.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-23 21:29:26 +00:00
Patrik Oldsberg
dcaee07754
v0.1.1-alpha.12
2020-06-23 22:25:25 +02:00
Patrik Oldsberg
4d94f4cbb4
packages: publish entire dist folder
2020-06-23 22:24:55 +02:00
Patrik Oldsberg
910057bc8a
v0.1.1-alpha.11
2020-06-23 21:27:58 +02:00
Patrik Oldsberg
60db4adb18
cli: include assets-types in published package
2020-06-23 21:27:45 +02:00
Patrik Oldsberg
005ca191a8
storybook: update identity api mock
2020-06-23 19:29:04 +02:00
Patrik Oldsberg
a6815e3543
core-api: update loginPopup tests
2020-06-23 19:21:15 +02:00
Patrik Oldsberg
cc3664faf1
core: fix sign-in hot reloading issues and unmounted component access
2020-06-23 18:38:34 +02:00
Patrik Oldsberg
6300d4a917
v0.1.1-alpha.10
2020-06-23 16:08:05 +02:00
Patrik Oldsberg
593cc2c6e6
core-api: update web message response handling in loginPopup to expect RFC format
2020-06-23 16:06:26 +02:00
Marcus Eide
a5785b80fa
Identity and profile work, wip
2020-06-23 15:45:48 +02:00
dependabot-preview[bot]
7bee339222
build(deps): bump @rollup/plugin-node-resolve from 7.1.3 to 8.1.0
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins ) from 7.1.3 to 8.1.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v7.1.3...node-resolve-v8.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-23 12:08:45 +00:00
Patrik Oldsberg
3ebad8911e
Merge pull request #1410 from spotify/rugvip/svg
...
Fix types for static assets and handle svg imports
2020-06-23 14:04:05 +02:00