Patrik Oldsberg
70885dd9c7
scripts: add script for migrating away from deprecated location types
2020-12-21 11:21:33 +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
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
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
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
Fredrik Adelöw
33a82a7137
scaffolder-backend: gitlab preparer uses integrations token
2020-12-18 16:43:26 +01: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
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
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
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
Patrik Oldsberg
b3e7780d8f
core-api: rename BindRouteFunc to AppRouteBinder
2020-12-17 13:18:14 +01:00
Patrik Oldsberg
ad66d1c8c4
core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin
...
Co-authored-by: blam <ben@blam.sh >
2020-12-17 13:18:14 +01:00
Fredrik Adelöw
797d170873
core-api: add full PrivateAppImpl test for bindRoutes
2020-12-17 13:18:13 +01:00
Fredrik Adelöw
5d52e20a44
core-api: run bindRoutes in the app impl and inject provider
2020-12-17 13:18:13 +01:00
Patrik Oldsberg
ad5eab923c
core-api: add unused optional bindRoutes method to AppOptions
2020-12-17 13:18:13 +01:00
Patrik Oldsberg
c78bc66cfb
core-api: add routes and externalRoutes to plugin interface
...
Co-authored-by: blam <ben@blam.sh >
2020-12-17 13:18:13 +01:00
Patrik Oldsberg
e2aa76f19b
core-api: initial implementation of external route refs
...
Co-authored-by: blam <ben@blam.sh >
2020-12-17 13:18:12 +01:00
Ben Lambert
ebbc133eaa
Merge pull request #3668 from backstage/changeset-release/master
...
Version Packages
2020-12-17 12:28:05 +01:00
Himanshu Mishra
e1335a221f
docs: Add integration and techdocs-common to project structure
2020-12-17 11:58:11 +01:00
blam
5ade7101ec
Merge branch 'changeset-release/master' of github.com:backstage/backstage into changeset-release/master
...
* 'changeset-release/master' of github.com:backstage/backstage:
Version Packages
fix(microsite): make the anchor link icon show up
fix(microsite): make the anchor link icon show up
2020-12-17 11:52:13 +01:00
blam
606b988cd9
bump some packages
2020-12-17 11:51:43 +01:00
github-actions[bot]
fd15959d6c
Version Packages
2020-12-17 10:48:05 +00:00
Fredrik Adelöw
c4660094cf
Merge pull request #3763 from AdnCodez/master
...
fix(microsite): make the anchor link icon show up
2020-12-17 11:43:47 +01:00
AdnCodez
0d02fb2a59
fix(microsite): make the anchor link icon show up
2020-12-17 11:36:39 +01:00
github-actions[bot]
6e9f4d4a15
Version Packages
2020-12-17 10:16:33 +00:00
AdnCodez
e56022c3bd
fix(microsite): make the anchor link icon show up
2020-12-17 11:14:15 +01:00