dependabot[bot]
c03f71a4cc
chore(deps-dev): bump @changesets/cli from 2.20.0 to 2.21.0
...
Bumps [@changesets/cli](https://github.com/changesets/changesets ) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.20.0...@changesets/cli@2.21.0 )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 04:34:41 +00:00
dependabot[bot]
d733bf633a
chore(deps-dev): bump @types/humanize-duration from 3.25.1 to 3.27.1
...
Bumps [@types/humanize-duration](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/humanize-duration ) from 3.25.1 to 3.27.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/humanize-duration )
---
updated-dependencies:
- dependency-name: "@types/humanize-duration"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 04:23:30 +00:00
dependabot[bot]
f2dfc04607
chore(deps-dev): bump @types/xml2js from 0.4.8 to 0.4.9
...
Bumps [@types/xml2js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml2js ) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/xml2js )
---
updated-dependencies:
- dependency-name: "@types/xml2js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 04:21:14 +00:00
dependabot[bot]
37bcc9ec52
chore(deps): bump vm2 from 3.9.7 to 3.9.8
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.7...3.9.8 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 04:15:17 +00:00
dependabot[bot]
02473f82a6
chore(deps-dev): bump @types/color from 3.0.2 to 3.0.3
...
Bumps [@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/color )
---
updated-dependencies:
- dependency-name: "@types/color"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 04:13:10 +00:00
dependabot[bot]
63dc066dcd
chore(deps-dev): bump @graphql-codegen/typescript from 2.4.2 to 2.4.5
...
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript ) from 2.4.2 to 2.4.5.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases )
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md )
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@2.4.5/packages/plugins/typescript/typescript )
---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 04:06:43 +00:00
Fredrik Adelöw
d788fa8495
Merge pull request #9665 from djamaile/feature-flag-scaffolding
...
feat(scaffolder): remove sections or fields based on a feature flag
2022-02-21 21:53:40 +01:00
blam
5b7079a696
chore review comments
...
Signed-off-by: blam <ben@blam.sh >
Signed-off-by: blam <ben@blam.sh >
2022-02-21 20:52:27 +01:00
djamaile
04d4829cf4
refactor: respond to comments #2
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-02-21 20:26:54 +01:00
Fredrik Adelöw
b212bed480
Merge pull request #9605 from moltenice-forks/airbrake-connect
...
Make the Airbrake plugin useable
2022-02-21 19:49:03 +01:00
Mike Lewis
b2f8bb99d3
backend-common: make configuration objects optional in config schema
...
The previous schema meant that if any other plugin introduced something
under backend.auth, the keys property would be mandatory, which isn't
correct. This commit relaxes the requirement so that backend.auth.keys
is always optional, even if backend.auth is configured.
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2022-02-21 18:30:00 +00:00
Eric Peterson
78e31e6b68
Merge pull request #9244 from jonathan-ash/techdocs-reader-custom-error-page
...
Added the option to supply a custom error page to TechDocsPage
2022-02-21 17:50:03 +01:00
Eric Peterson
3675e7120c
Minor feedback
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-02-21 17:12:50 +01:00
Fredrik Adelöw
1b7d5e5bea
Merge pull request #9686 from backstage/dependabot/npm_and_yarn/graphql-modules-2.0.0
...
chore(deps): bump graphql-modules from 1.4.4 to 2.0.0
2022-02-21 16:59:39 +01:00
Karan Shah
96e8c9fd59
Refactor to not need core-app-api
...
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk >
2022-02-21 15:38:07 +00:00
djamaile
5c5362137a
refactor: respond to comments
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-02-21 16:30:04 +01:00
Johan Haals
ac27092211
Merge pull request #9698 from backstage/jhaals/cleanup-catalog-backend
...
catalog-backend: Cleanup API report
2022-02-21 16:14:31 +01:00
blam
b1744f1153
chore: added changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-02-21 16:13:07 +01:00
blam
5042a822f6
chore: fix auth provided
...
Signed-off-by: blam <ben@blam.sh >
2022-02-21 16:08:16 +01:00
blam
1a864a3b68
chore: updating the api report
...
Signed-off-by: blam <ben@blam.sh >
2022-02-21 15:57:18 +01:00
Emma Indal
f6666642d2
Merge pull request #9546 from backstage/emmaindal/techdocs-cli-tests
...
[TechDocs CLI] adding cypress testing
2022-02-21 15:54:53 +01:00
blam
9553964f28
chore: providing a new helper for generating octokit credentialsProvider
...
Signed-off-by: blam <ben@blam.sh >
2022-02-21 15:41:30 +01:00
blam
afee525a36
chore: deprecating the OctokitProvider
...
Signed-off-by: blam <ben@blam.sh >
2022-02-21 15:40:38 +01:00
Karan Shah
f62ce97a15
This is needed
...
https://github.com/backstage/backstage/runs/5275475872?check_suite_focus=true
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk >
2022-02-21 14:33:09 +00:00
Karan Shah
4abc806f23
Remove unnecessary dependency
...
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk >
2022-02-21 14:15:23 +00:00
Karan Shah
c9e1ebed25
No need for this as it isn't actually enabled anyway
...
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk >
2022-02-21 14:13:53 +00:00
Ben Lambert
416032660b
Merge pull request #9670 from backstage/blam/deprecations/3
...
deprecations: More small type fixes and deprecations for `scaffolder-backend`
2022-02-21 15:01:12 +01:00
Fredrik Adelöw
92f8b539f1
Merge pull request #9674 from djamaile/feat/link-log-lines
...
feat(core-components): add line linking in the log viewer
2022-02-21 15:00:09 +01:00
Fredrik Adelöw
c503e588b5
Merge pull request #9673 from backstage/server-permission-client-error
...
[Permissions] Improve error message for backend-to-backend authn setup
2022-02-21 14:59:01 +01:00
Johan Haals
750f7dffdb
Merge pull request #9695 from backstage/jhaals/deprecate-useEntityListProvider
...
catalog-react: Rename useEntityListProvider hook to useEntityList
2022-02-21 14:57:49 +01:00
Fredrik Adelöw
7c4a51ae0e
Merge pull request #9640 from backstage/dependabot/npm_and_yarn/asyncapi/react-component-1.0.0-next.33
...
chore(deps): bump @asyncapi/react-component from 1.0.0-next.32 to 1.0.0-next.33
2022-02-21 14:56:05 +01:00
Johan Haals
6d994fd9da
catalog-backend: Cleanup API report
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-02-21 14:55:34 +01:00
Emma Indal
61ff215e08
add changeset
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-02-21 14:27:10 +01:00
Emma Indal
0cbeaf04ce
Merge pull request #9697 from backstage/emmaindal/techdocs-backend-api-report
...
[TechDocs] clean up techdocs backend api report
2022-02-21 14:20:09 +01:00
Johan Haals
b776ce5aab
catalog-react: Rename useEntityListProvider hook to useEntityList
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-02-21 13:32:37 +01:00
Johan Haals
1482bb9349
Merge pull request #9690 from backstage/jhaals/deprecate-useEntityKinds
...
catalog-react: deprecate useEntityKinds
2022-02-21 13:25:36 +01:00
Emma Indal
68abf6e837
Update plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com >
2022-02-21 13:24:56 +01:00
Emma Indal
a925ba8385
add changeset
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-02-21 13:23:50 +01:00
Emma Indal
e60175e87a
clean up deprecated code
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-02-21 12:06:43 +01:00
Emma Indal
81b6d0fabe
clean up api report
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-02-21 12:02:50 +01:00
Camila Belo
8651981680
Merge pull request #9569 from backstage/bump-mkdocs-material
...
[TechDocs] Adjust theme styles
2022-02-21 11:38:07 +01:00
Johan Haals
e1e9b72cba
Merge pull request #9662 from backstage/jhaals/useEntityFromUrl
...
catalog: Deprecate `useEntityFromUrl` and `useEntityCompoundName`
2022-02-21 11:34:11 +01:00
Fredrik Adelöw
8cf39de043
Merge pull request #9564 from kim5566/feature/todo-exclude-folders
...
[TODO] filter out certain folders from plugin
2022-02-21 11:17:36 +01:00
Fredrik Adelöw
61e539e99f
Merge pull request #9694 from backstage/freben/gocd-readme
...
forgot changeset for gocd change
2022-02-21 11:14:10 +01:00
Fredrik Adelöw
29f952c667
forgot changeset for gocd change
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-02-21 11:02:28 +01:00
Fredrik Adelöw
4b526c9565
Merge pull request #9692 from julioz/screenshot-gocd-plugin-readme
...
Add screenshot to GoCD plugin README
2022-02-21 11:00:54 +01:00
Johan Haals
b0f2c7d3a6
chore: Rename file
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-02-21 10:41:09 +01:00
Julio Zynger
2d7afdf100
Add screenshot to GoCD plugin README
...
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com >
2022-02-21 10:36:09 +01:00
Johan Haals
4c91f2d3b1
update api report
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-02-21 10:32:42 +01:00
Camila Belo
89edb124f5
refactor: apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-02-21 10:29:35 +01:00