dependabot[bot]
3c15ad9a55
chore(deps): bump @octokit/webhooks from 9.17.0 to 9.18.0
...
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js ) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/octokit/webhooks.js/releases )
- [Commits](https://github.com/octokit/webhooks.js/compare/v9.17.0...v9.18.0 )
---
updated-dependencies:
- dependency-name: "@octokit/webhooks"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-22 04:13:50 +00:00
Tim Hansen
acd0b2b939
Merge pull request #8183 from adamdmharvey/script-var-typo
...
chore(utility): Refactor script var typo
2021-11-21 20:44:32 -07:00
Adam Harvey
58aaad546e
Refactor script var typo
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-11-21 22:01:33 -05:00
Fredrik Adelöw
07699d303f
Fix broken frontmatter on blog entries
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-21 21:15:01 +01:00
goenning
563b039f0b
add api-report and changeset
...
Signed-off-by: goenning <me@goenning.net >
2021-11-21 14:51:33 +00:00
goenning
ac724ea8ae
adding tests
...
Signed-off-by: goenning <me@goenning.net >
2021-11-21 14:45:41 +00:00
Colton Padden
5919df85d1
Add .snyk ignore file for @techdocs/cli
...
Ignores with 6-month duration for vulnerabilities that have also been ignored
for @backstage/cli:
- SNYK-JS-BROWSERSLIST-1090194
- SNYK-JS-IMMER-1540542
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-11-21 09:39:02 -05:00
Patrik Oldsberg
08dc0d6788
scripts/list-deprecations: allow args to be passed to filter packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-21 15:09:42 +01:00
Patrik Oldsberg
05ccc8276c
scripts/list-deprecations: improve release lookup to check for actual release
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-21 13:53:33 +01:00
goenning
51e42bc2c8
add support for search queries
...
Signed-off-by: goenning <me@goenning.net >
2021-11-20 21:20:47 +00:00
Patrik Oldsberg
910c2674b5
test-utils: review fixes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 15:52:01 +01:00
Patrik Oldsberg
2cd2bab86a
scripts: add script for listing deprecations
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 15:32:16 +01:00
Patrik Oldsberg
7673d7b2b3
set initial version of packages to 0.0.0
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 14:58:57 +01:00
Patrik Oldsberg
ab31a2c286
updated release process to not release new packages immediately
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 14:58:57 +01:00
Patrik Oldsberg
dde216acf4
cli: switch to v8 coverage provider
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 11:32:22 +01:00
Patrik Oldsberg
719cc87d2f
cli: disable ES transform in tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-20 11:24:08 +01:00
goenning
0179bd1f13
draft implementation for AzureDevOps Discovery
...
Signed-off-by: goenning <me@goenning.net >
2021-11-20 09:43:01 +00:00
Chad Jensen
0f7665a10b
fixing other prettier issue
...
Signed-off-by: Chad Jensen <Chad.Jensen@c2fo.com >
2021-11-19 22:13:16 -06:00
Tim Hansen
2b00e00f18
Merge pull request #8151 from backstage/permission-client-pass-config
...
permission-common: accept configApi in PermissionClient constructor
2021-11-19 20:18:32 -07:00
Chad Jensen
142ae64a58
fixing prettier issue
...
Signed-off-by: Chad Jensen <Chad.Jensen@c2fo.com >
2021-11-19 15:51:06 -06:00
Himanshu Mishra
c4328a1274
Merge pull request #8167 from awanlin/bug/fix-azure-devops-readme-missed-naming-change
...
Fixed missed naming and typos in Azure DevOps README
2021-11-19 20:29:05 +05:30
Eric Peterson
5bfead02ec
Merge pull request #8141 from backstage/emmaindal/techdocs-search-default-app
...
Add techdocs search to default app
2021-11-19 15:56:41 +01:00
Andre Wanlin
a519640e67
Rushing, this is the correct change
...
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com >
2021-11-19 07:34:56 -06:00
Andre Wanlin
ab7f280cb4
Fixed missed naming and typos
...
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com >
2021-11-19 07:31:10 -06:00
Himanshu Mishra
d0ced15700
Merge pull request #8152 from RoadieHQ/sidebar-pin-default
...
Pin Sidebar by default
2021-11-19 17:24:06 +05:30
Nicolas Arnold
3c6141c37a
Fix return type
...
Signed-off-by: Nicolas Arnold <nic@roadie.io >
2021-11-19 11:09:37 +00:00
Nicolas Arnold
8866b62f3d
Fail when adding duplicate locations using the dry run flag
...
This change here adds in logic to the DefaultLocationService that will prematurely terminate the dry run addition of locations if there is a duplicate entity in the unprocessed entities.
Adding this logic here will avoid an infinite loop if a monorepo arch is used (for example if a target references itself). It will also enforce some best practices.
I have also added tests.
You can test this out using this catalog-info.yaml: https://github.com/RoadieHQ/monorepo-infinte-loop/blob/main/catalog-info.yaml
Signed-off-by: Nicolas Arnold <nic@roadie.io >
2021-11-19 11:04:36 +00:00
Himanshu Mishra
a2d82ed3dc
Merge pull request #8161 from petejespersqbe/feature/add-qbe-adopter
...
Add QBE as a Backstage adopter
2021-11-19 16:33:36 +05:30
Himanshu Mishra
7c4ae26d71
Merge pull request #8159 from gotson/disable-snyk-workflow-on-forks
...
disable snyk workflow on forks
2021-11-19 16:33:24 +05:30
Pete Jespers
8c4397730c
Add QBE as a Backstage adopter
...
Signed-off-by: Pete Jespers <pete.jespers@uk.qbe.com >
2021-11-19 10:30:20 +00:00
Mike Lewis
92439056fb
add changeset for new PermissionClient constructor signature
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:36:02 +00:00
Mike Lewis
d1dcd7e309
permission-common: make permission.enabled config optional
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:36:02 +00:00
Mike Lewis
430b3f7a8f
permission-common: accept configApi in PermissionClient constructor
...
Moving the responsibility of pulling the right configuration key inside
the PermissionClient keeps it as the responsibility of
permission-common, whereas putting it on the outside means anyone
constructing a PermissionClient has to know which key to use.
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-11-19 09:35:09 +00:00
Patrik Oldsberg
2d03529828
Merge pull request #8144 from backstage/jhaals/errorz
...
errors: rework error response naming
2021-11-19 09:49:39 +01:00
Gauthier Roebroeck
20900440a3
disable snyk workflow on forks
...
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com >
2021-11-19 16:43:10 +08:00
Fredrik Adelöw
d83ce65d5b
Merge pull request #8148 from backstage/freben/notitle
...
use id instead of title in the default plugin routes
2021-11-19 09:38:24 +01:00
Patrik Oldsberg
784cfe482d
Merge pull request #8157 from backstage/dependabot/npm_and_yarn/types/diff-5.0.1
...
chore(deps-dev): bump @types/diff from 5.0.0 to 5.0.1
2021-11-19 09:24:43 +01:00
dependabot[bot]
0496f6497c
chore(deps-dev): bump @types/diff from 5.0.0 to 5.0.1
...
Bumps [@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff )
---
updated-dependencies:
- dependency-name: "@types/diff"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-19 04:07:58 +00:00
Patrik Oldsberg
db8d694229
Merge pull request #8153 from backstage/rugvip/typfix
...
core-app-api: fix and release accidental createApp type breakage
2021-11-19 00:09:22 +01:00
Patrik Oldsberg
0fae9f2c0b
core-app-api: fix and release accidental createApp type breakage
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-18 22:54:46 +01:00
Fredrik Adelöw
eb780ea9e7
Merge pull request #8155 from caeugusmao/master
...
Add Globo as a Backstage Developer Portal adapter
2021-11-18 22:44:38 +01:00
Carlos Eugenio Rodrigues Gusmão
478c4e180a
Add Globo as a Backstage Developer Portal adapter
2021-11-18 18:12:41 -03:00
sblausten
157530187a
Add Changeset
...
Signed-off-by: sblausten <sam@roadie.io >
2021-11-18 19:00:28 +01:00
sblausten
bfa5957669
Change sidebar to be pinned by default
...
Signed-off-by: sblausten <sam@roadie.io >
2021-11-18 18:25:43 +01:00
Otto Sichert
97b8c8c8fc
Ensure all relevant port references are updated and document changes
...
Signed-off-by: Otto Sichert <git@ottosichert.de >
2021-11-18 17:23:43 +01:00
Fredrik Adelöw
ee055cf6db
use id instead of title in the default plugin routes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-18 17:00:39 +01:00
goenning
2017de90da
add changeset
...
Signed-off-by: goenning <me@goenning.net >
2021-11-18 15:54:10 +00:00
Otto Sichert
bab752e2b3
Add changeset
...
Signed-off-by: Otto Sichert <git@ottosichert.de >
2021-11-18 16:45:57 +01:00
Otto Sichert
b23bc7f9c3
Change default port of backend to 7007 due to MacOS Control Center update
...
Signed-off-by: Otto Sichert <git@ottosichert.de >
2021-11-18 16:45:57 +01:00
Fredrik Adelöw
fb03c47c8b
Merge pull request #8142 from gotson/patch-1
...
[Doc] fix typos in todo plugin Readme
2021-11-18 15:40:13 +01:00