74233 Commits

Author SHA1 Message Date
blam ee92b179e1 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (98 commits)
  build(deps): bump archiver from 5.0.2 to 5.1.0
  build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
  docs: Update lighthouse docs
  scaffolder-backend: clarify type detection error message
  scaffolder-backend: gitlab preparer uses integrations token
  core-api: ensure that routable extension components are discovered at boot
  core-api: memoize app element traversal and validation
  core-api: add lazy loading of component extensions
  Add changeset and add missing semicolon
  Add search plugin to new CLI created apps
  build(deps): bump graphql from 15.3.0 to 15.4.0
  core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state
  run prettier on the roadmap
  core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency
  core-api: add route validation to app + test
  core-api: default type parameters for BackstagePlugin to avoid breakage
  changeset: add changesets for new plugin extension API
  core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor
  core-api: rename BindRouteFunc to AppRouteBinder
  core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin
  ...
2020-12-21 10:37:32 +01:00
samiramkr 6a1183a349 Update IconLinkVertical.tsx 2020-12-21 10:32:15 +01:00
Patrik Oldsberg f60efae288 Update violet-sloths-reply.md 2020-12-21 10:31:35 +01:00
Samira Mokaram 33d603c58c change the export of Link 2020-12-21 10:29:04 +01:00
Ben Lambert 021afcf386 Merge pull request #3798 from backstage/dependabot/npm_and_yarn/archiver-5.1.0
build(deps): bump archiver from 5.0.2 to 5.1.0
2020-12-21 10:24:37 +01:00
Patrik Oldsberg 5c71d6cdfa Delete fuzzy-windows-cry.md 2020-12-21 10:24:07 +01:00
Patrik Oldsberg 7d72f9b098 Create violet-sloths-reply.md 2020-12-21 10:21:08 +01:00
Erik Larsson f3dc154965 Added changeset 2020-12-21 10:14:44 +01:00
Ben Lambert 23a0801a4c Merge pull request #3795 from erikxiv/fix/update-lighthouse-docs
docs: Update lighthouse docs
2020-12-21 10:11:20 +01:00
Ben Lambert d41610a4f0 Merge pull request #3797 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.45.1
build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
2020-12-21 10:10:26 +01:00
dependabot[bot] 6e65800eb6 build(deps): bump archiver from 5.0.2 to 5.1.0
Bumps [archiver](https://github.com/archiverjs/node-archiver) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/archiverjs/node-archiver/releases)
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/archiverjs/node-archiver/compare/5.0.2...5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 05:08:20 +00:00
dependabot[bot] 1d2708c6fe build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.45.0 to 0.45.1.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.45.0...v0.45.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 04:56:34 +00:00
Erik Larsson 20533789d6 docs: Update lighthouse docs 2020-12-21 00:13:22 +01:00
Erik Larsson 2837dec850 fix(app): listen to app.listen.host 2020-12-20 19:30:01 +01:00
Himanshu Mishra f7a79effaa release: Use draft releases to test the create-github-release script 2020-12-19 19:16:10 +01:00
Patrik Oldsberg e71d815ed7 Merge pull request #3756 from backstage/rugvip/clarify
scaffolder-backend: clarify type detection error message
2020-12-19 14:47:54 +01:00
Patrik Oldsberg aed8f7f12f scaffolder-backend: clarify type detection error message 2020-12-19 14:27:24 +01:00
Patrik Oldsberg 1fa02e5bb3 Merge pull request #3777 from backstage/mob/valid
core-api: ensure that routable extension components are discovered at boot
2020-12-19 12:52:08 +01:00
Himanshu Mishra 9af7248c45 docs: Update techdocs architecture features status 2020-12-19 11:21:03 +01:00
Ben Lambert 7ddbe019c4 Merge pull request #3778 from backstage/freben/scaffold-gitlab
scaffolder-backend: gitlab preparer uses integrations token
2020-12-19 01:53:58 +01:00
Himanshu Mishra da852bdec3 release: Add a script to create releases on GitHub 2020-12-18 20:35:33 +01:00
Fredrik Adelöw 33a82a7137 scaffolder-backend: gitlab preparer uses integrations token 2020-12-18 16:43:26 +01:00
Vince Allen e245d20b7f Minor text edit
Replaces the 'so' conjunction with 'and' and combines the two sentences which avoids misreading the second as a sentence fragment.
2020-12-18 10:20:50 -05:00
Patrik Oldsberg f0eda7e0aa core-api: ensure that routable extension components are discovered at boot
Co-authored-by: blam <ben@blam.sh>
2020-12-18 14:21:46 +01:00
Fredrik Adelöw 04ac603cd1 Merge pull request #3774 from tudi2d/3618-search-in-new-apps
Add search plugin to new CLI created apps
2020-12-18 14:00:40 +01:00
Fredrik Adelöw e3dc3e40cf Merge pull request #3767 from backstage/bug/csp
Updating CSP for unsafe eval
2020-12-18 13:58:49 +01:00
Patrik Oldsberg 1adc0443ad Merge pull request #3770 from backstage/rugvip/ghsession
core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state
2020-12-18 13:41:02 +01:00
Patrik Oldsberg 891628b3b5 Merge pull request #3753 from backstage/mob/rr
core-api: Introduce new plugin extension API
2020-12-18 13:28:16 +01:00
Fredrik Adelöw 31b75b039f Merge pull request #3524 from backstage/freben/relative-locations-everywhere
catalog-model: use relative location targets in examples
2020-12-18 12:20:24 +01:00
Fredrik Adelöw b0c4eb7ec2 Merge pull request #3766 from backstage/orkohunter/docs-update-project-structure
docs: Add integration and techdocs-common to project structure
2020-12-18 12:17:39 +01:00
Patrik Oldsberg c47ec51a94 core-api: memoize app element traversal and validation 2020-12-18 12:12:53 +01:00
Patrik Oldsberg c35554dc4c core-api: add lazy loading of component extensions
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
2020-12-18 12:12:53 +01:00
Philipp Hugenroth 0101c7a161 Add changeset and add missing semicolon 2020-12-18 11:31:16 +01:00
samiramkr eeda87fe01 Update AboutCard.tsx 2020-12-18 11:20:38 +01:00
Samira Mokaram 3c738ba247 refacor code 2020-12-18 11:17:00 +01:00
samiramkr 82e410d6b8 Update rotten-nails-impress.md 2020-12-18 11:09:20 +01:00
Fredrik Adelöw f6544baaf8 Merge pull request #3739 from keshann93/catalog-backend-schema
Introduced config schema for plugins/catalog-backend
2020-12-18 10:48:07 +01:00
Fredrik Adelöw 4d91b7372e Merge pull request #3773 from backstage/dependabot/npm_and_yarn/graphql-15.4.0
build(deps): bump graphql from 15.3.0 to 15.4.0
2020-12-18 10:45:21 +01:00
Philipp Hugenroth f742a8bf7b Add search plugin to new CLI created apps 2020-12-18 10:42:38 +01:00
dependabot[bot] 33627f3352 build(deps): bump graphql from 15.3.0 to 15.4.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.3.0 to 15.4.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v15.3.0...v15.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 05:11:53 +00:00
Patrik Oldsberg d681db2b50 core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state 2020-12-17 23:27:45 +01:00
Fredrik Adelöw 97ef4b9f8c Merge pull request #3754 from AlleyWei/patch-26
Edits for roadmap.md
2020-12-17 19:51:29 +01:00
Lee Mills 039e2ae121 run prettier on the roadmap 2020-12-17 18:12:02 +01:00
Samira Mokaram 54ce0ebdd6 remove AboutCard and rename IconLinkVertical and revert some changes 2020-12-17 16:26:13 +01:00
Patrik Oldsberg adb1afdc2b core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency
Co-authored-by: blam <ben@blam.sh>
2020-12-17 16:11:00 +01:00
Samira Mokaram 9a74e9a97d Merge branch 'master' of https://github.com/spotify/backstage into samiram/aboutCard 2020-12-17 15:19:16 +01:00
Patrik Oldsberg aeb9fb254e core-api: add route validation to app + test
Co-authored-by: blam <ben@blam.sh>
2020-12-17 13:49:21 +01:00
Patrik Oldsberg 6d263b0bdf core-api: default type parameters for BackstagePlugin to avoid breakage
Co-authored-by: blam <ben@blam.sh>
2020-12-17 13:35:36 +01:00
Patrik Oldsberg 1dc445e893 changeset: add changesets for new plugin extension API 2020-12-17 13:18:14 +01:00
Patrik Oldsberg eb6a928eb0 core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor 2020-12-17 13:18:14 +01:00