Commit Graph

3119 Commits

Author SHA1 Message Date
blam 85d1fbaf3c chore(backend-common): expose a create logger function 2020-06-24 13:57:19 +02:00
blam 7787eb9986 feat(scaffolder): implementing a basic API for the processor to mutate the entity state 2020-06-24 13:56:43 +02:00
blam 73c8c69c1c feat(scaffolder): starting to write a job processor 2020-06-24 13:56:25 +02:00
blam f42a541ade chore(backend-common): Fixing the headers sent issue so we dont send the response twice 2020-06-24 11:18: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
Patrik Oldsberg b709889fb5 auth-backend: clean up comments + fix getting email from profile 2020-06-24 10:24:06 +02:00
Fredrik Adelöw 9d8048897b Merge pull request #1429 from spotify/freben/header-labels
feat(catalog): show owner and lifecycle in header
2020-06-24 10:08:20 +02:00
Fredrik Adelöw 9396682f3a feat(catalog): show owner and lifecycle in header 2020-06-24 09:34:25 +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
Fredrik Adelöw 6375a0ec04 Merge pull request #1415 from spotify/dependabot/npm_and_yarn/yup-0.29.1
build(deps): bump yup from 0.28.5 to 0.29.1
2020-06-24 08:33:59 +02:00
Patrik Oldsberg 96c4b7ffa5 plugins/graphiql: grayscale icon 2020-06-24 00:31:38 +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
Patrik Oldsberg cd7c1efb13 plugins/graphiql: add GitHub endpoint with automatic scope detection 2020-06-24 00:30:39 +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 45cdbdd4b7 Merge pull request #1426 from spotify/rugvip/fix-dist
packages: include all contents of dist folder for published packages
2020-06-23 23:24:35 +02: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
dependabot-preview[bot] 086417829d build(deps-dev): bump @storybook/addon-links from 5.3.18 to 5.3.19 (#1414)
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/links)

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-23 22:19:32 +02:00
Patrik Oldsberg 3d373602d2 Merge pull request #1424 from spotify/rugvip/cli-fix
cli: include missing folder and release alpha.11
2020-06-23 21:49:38 +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
blam d10b99e55d Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
* 'master' of github.com:spotify/backstage:
  v0.1.1-alpha.10
2020-06-23 18:09:24 +02:00
blam 0fe8e594f2 refactor(scaffolder): Moving out the dockerish logic into something that is easy to consume for other templaters 2020-06-23 18:07:03 +02:00
Patrik Oldsberg 1253f82057 Merge pull request #1419 from spotify/rugvip/release
Release v0.1.1-alpha.10
2020-06-23 16:58:10 +02:00
blam 81ab44eae8 Merge branch 'master' of github.com:spotify/backstage into mob/cookiecutter-templater
* 'master' of github.com:spotify/backstage: (42 commits)
  chore(techdocs-core): remove the extremely narrow python version requirement
  fix(techdocs-core): add empty line
  fix(techdocs-core): correct development status classifier
  fix(techdocs-core): add empty line
  fix(techdocs-core): update email
  fix(techdocs-core): corrected license
  fix(techdocs-core): add license headers
  Update setup.py
  fix(techdocs-core): remove generated .gitignore
  feat(techdocs-core): Adds skeleton of techdocs-core defaults
  Create adopters.md (#1412)
  fix(mkdocs): update index.md
  fix(mkdocs): update site name
  docs(mkdocs): add readme
  docs(techdocs): update readme with link to mkdocs readme
  feat(mkdocs): mkdocs docker container
  cli: added jest transform for static assets
  plugins/graphiql: move graphiql icon out as separate icon svg
  core: move error page MicDrop out as separate svg file
  cli: allow svg imports and special .icon.svg import
  ...
2020-06-23 16:54:39 +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
Sebastian Qvarfordt aabbc3462d Merge pull request #1417 from spotify/mob/techdocs-core
feat(techdocs-core): Adds skeleton of techdocs-core defaults
2020-06-23 15:33:10 +02:00
Ivan Shmidt e59cac61fd feat(scaffolder): error handling, log propagation
Co-authored-by: Ben Lambert <ben@blam.sh>
2020-06-23 15:30:38 +02:00
Sebastian Qvarfordt ddc7701329 chore(techdocs-core): remove the extremely narrow python version requirement 2020-06-23 15:26:25 +02:00
Emma Indal ae892ac19d fix(techdocs-core): add empty line 2020-06-23 15:23:33 +02:00
Bilawal Hameed 27b32140fc fix(techdocs-core): correct development status classifier 2020-06-23 15:23:25 +02:00
Emma Indal 219d55a691 fix(techdocs-core): add empty line 2020-06-23 15:23:21 +02:00
Bilawal Hameed 017797454c fix(techdocs-core): update email 2020-06-23 15:22:02 +02:00
Bilawal Hameed 17c342fbba fix(techdocs-core): corrected license 2020-06-23 15:21:15 +02:00
Emma Indal c19be944b3 fix(techdocs-core): add license headers 2020-06-23 15:15:38 +02:00
Bilawal Hameed a133bf542a Update setup.py 2020-06-23 15:07:12 +02:00
Bilawal Hameed f16673d857 fix(techdocs-core): remove generated .gitignore 2020-06-23 15:06:45 +02:00
Sebastian Qvarfordt 0972f301e7 feat(techdocs-core): Adds skeleton of techdocs-core defaults 2020-06-23 15:01:43 +02:00