Merge branch 'master' into go/cache-azure-tokens
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e73075a301: Implement ADR plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-adr-common@0.1.0
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/plugin-search-common@0.3.4
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.1.0-next.1",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,14 +29,14 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-adr-common": "^0.1.0-next.1",
|
||||
"@backstage/plugin-search-common": "^0.3.4-next.0",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-adr-common": "^0.1.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4",
|
||||
"luxon": "^2.0.2",
|
||||
"marked": "^4.0.14",
|
||||
"winston": "^3.2.1",
|
||||
@@ -44,7 +44,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/marked": "^4.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-adr-common
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e73075a301: Implement ADR plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/plugin-search-common@0.3.4
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-common",
|
||||
"description": "Common functionalities for the adr plugin",
|
||||
"version": "0.1.0-next.1",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,12 +30,12 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-search-common": "^0.3.4-next.0"
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2"
|
||||
"@backstage/cli": "^0.17.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e73075a301: Implement ADR plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/plugin-adr-common@0.1.0
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/integration-react@1.1.0
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
+10
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.1.0-next.0",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -22,11 +22,11 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.4-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.0",
|
||||
"@backstage/integration-react": "^1.1.0-next.1",
|
||||
"@backstage/plugin-adr-common": "^0.1.0-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/integration-react": "^1.1.0",
|
||||
"@backstage/plugin-adr-common": "^0.1.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -43,10 +43,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.1",
|
||||
"@backstage/core-app-api": "^1.0.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.2-next.1",
|
||||
"@backstage/test-utils": "^1.1.0-next.1",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
|
||||
## 0.2.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.2.5-next.1",
|
||||
"version": "0.2.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -22,8 +22,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@types/express": "*",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/http-proxy-middleware": "^0.19.3",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/test-utils@1.1.0
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/dev-utils@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.3.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.5-next.2",
|
||||
"version": "0.3.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,12 +23,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -40,10 +40,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/app-defaults": "^1.0.2-next.0",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/app-defaults": "^1.0.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.21-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -6,8 +6,14 @@
|
||||
/// <reference types="react" />
|
||||
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "ALLURE_PROJECT_ID_ANNOTATION" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const ALLURE_PROJECT_ID_ANNOTATION = 'qameta.io/allure-project';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "allurePlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
@@ -22,4 +28,9 @@ export const allurePlugin: BackstagePlugin<
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const EntityAllureReportContent: () => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "isAllureReportAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const isAllureReportAvailable: (entity: Entity) => boolean;
|
||||
```
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"version": "0.1.21-next.2",
|
||||
"version": "0.1.21",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -25,10 +25,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -40,10 +40,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -21,3 +21,7 @@
|
||||
*/
|
||||
|
||||
export { allurePlugin, EntityAllureReportContent } from './plugin';
|
||||
export {
|
||||
isAllureReportAvailable,
|
||||
ALLURE_PROJECT_ID_ANNOTATION,
|
||||
} from './components/annotationHelpers';
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-analytics-module-ga
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/config@1.0.1
|
||||
|
||||
## 0.1.16-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga",
|
||||
"version": "0.1.16-next.1",
|
||||
"version": "0.1.16",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,9 +24,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -38,10 +38,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-apache-airflow
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
|
||||
## 0.1.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apache-airflow",
|
||||
"version": "0.1.13-next.0",
|
||||
"version": "0.1.13",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,8 +23,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
@@ -36,10 +36,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.8.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2c279df4eb: Updated dependency `graphiql` to `^1.8.8`.
|
||||
- 4274844a8c: Use InfoCardVariants on custom cards variant attribute
|
||||
- 09fa05e5d7: Bumped @asyncapi/react-component > openapi-sampler > json-pointer to resolve security vulnerability CVE-2021-23820
|
||||
- 165790975d: Updated dependency `@asyncapi/react-component` to `1.0.0-next.37`.
|
||||
- 7f6f97d151: Updated dependency `@asyncapi/react-component` to `1.0.0-next.38`.
|
||||
- 91d0c9d186: Add the dependency `graphql-ws` to fix the latest release of `@graphiql/toolkit` that has a missing dependency
|
||||
- 433a609a15: Updated the rendering of AsyncApi definitions to be able to resolve absolute HTTP \$ref references.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog@1.2.0
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.8.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"version": "0.8.5-next.2",
|
||||
"version": "0.8.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,11 +34,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@asyncapi/react-component": "1.0.0-next.38",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog": "^1.2.0-next.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog": "^1.2.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -57,10 +57,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/config-loader@1.1.1
|
||||
|
||||
## 0.3.32-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"version": "0.3.32-next.1",
|
||||
"version": "0.3.32",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,9 +33,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/config-loader": "^1.1.1-next.1",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/config-loader": "^1.1.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"globby": "^11.0.0",
|
||||
@@ -50,8 +50,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"mock-fs": "^5.1.0",
|
||||
|
||||
@@ -1,5 +1,43 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2df2f01a29: Removed the explicit `disableRefresh` option from `OAuthAdapter`. Refresh can still be disabled for a provider by not implementing the `refresh` method.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cac3ba68a2: Fixed a bug that was introduced in `0.13.1-next.0` which caused the `ent` claim of issued tokens to be dropped.
|
||||
- 5d268623dd: Updates the OAuth2 Proxy provider to require less infrastructure configuration.
|
||||
|
||||
The auth result object of the OAuth2 Proxy now provides access to the request headers, both through the `headers` object as well as `getHeader` method. The existing logic that parses and extracts the user information from ID tokens is deprecated and will be removed in a future release. See the OAuth2 Proxy provider documentation for more details.
|
||||
|
||||
The OAuth2 Proxy provider now also has a default `authHandler` implementation that reads the display name and email from the incoming request headers.
|
||||
|
||||
- 2df2f01a29: The Auth0 adapter no longer disables session refreshing.
|
||||
- cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
|
||||
- 787ae0d541: Add more common predefined sign-in resolvers to auth providers.
|
||||
|
||||
Add the existing resolver to more providers (already available at `google`):
|
||||
|
||||
- `providers.microsoft.resolvers.emailLocalPartMatchingUserEntityName()`
|
||||
- `providers.okta.resolvers.emailLocalPartMatchingUserEntityName()`
|
||||
|
||||
Add a new resolver for simple email-to-email matching:
|
||||
|
||||
- `providers.google.resolvers.emailMatchingUserEntityProfileEmail()`
|
||||
- `providers.microsoft.resolvers.emailMatchingUserEntityProfileEmail()`
|
||||
- `providers.okta.resolvers.emailMatchingUserEntityProfileEmail()`
|
||||
|
||||
- 9ec4e0613e: Update to `jose` 4.6.0
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/plugin-auth-node@0.2.1
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.13.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.13.1-next.2",
|
||||
"version": "0.14.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,11 +33,11 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-auth-node": "^0.2.1-next.1",
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.1",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@google-cloud/firestore": "^5.0.2",
|
||||
@@ -76,8 +76,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/express-session": "^1.17.2",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9ec4e0613e: Update to `jose` 4.6.0
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
|
||||
## 0.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.2.1-next.1",
|
||||
"version": "0.2.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,15 +23,15 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"jose": "^4.6.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.35.0",
|
||||
"uuid": "^8.0.0"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/plugin-azure-devops-common@0.2.3
|
||||
|
||||
## 0.3.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.3.11-next.1",
|
||||
"version": "0.3.11",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,9 +23,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3",
|
||||
"@types/express": "^4.17.6",
|
||||
"azure-devops-node-api": "^11.0.1",
|
||||
"express": "^4.17.1",
|
||||
@@ -35,7 +35,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
"msw": "^0.35.0"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/plugin-azure-devops-common
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-common",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -32,7 +32,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2"
|
||||
"@backstage/cli": "^0.17.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-azure-devops
|
||||
|
||||
## 0.1.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/plugin-azure-devops-common@0.2.3
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.21-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops",
|
||||
"version": "0.1.21-next.2",
|
||||
"version": "0.1.21",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,12 +30,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -49,10 +49,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-badges-backend
|
||||
|
||||
## 0.1.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.26-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges-backend",
|
||||
"description": "A Backstage backend plugin that generates README badges for your entities",
|
||||
"version": "0.1.26-next.1",
|
||||
"version": "0.1.26",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,10 +34,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"badge-maker": "^3.3.0",
|
||||
@@ -48,7 +48,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-badges
|
||||
|
||||
## 0.2.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.2.29-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges",
|
||||
"description": "A Backstage plugin that generates README badges for your entities",
|
||||
"version": "0.2.29-next.2",
|
||||
"version": "0.2.29",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,11 +30,11 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -46,10 +46,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-bazaar-backend
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/backend-test-utils@0.1.24
|
||||
|
||||
## 0.1.16-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar-backend",
|
||||
"version": "0.1.16-next.1",
|
||||
"version": "0.1.16",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,9 +23,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2"
|
||||
"@backstage/cli": "^0.17.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-bazaar
|
||||
|
||||
## 0.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 84c9e35a2f: Exported the SortView component from the Bazaar plugin for use directly
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/cli@0.17.1
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog@1.2.0
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.20-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+10
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar",
|
||||
"version": "0.1.20-next.2",
|
||||
"version": "0.1.20",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,13 +24,13 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog": "^1.2.0-next.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog": "^1.2.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@date-io/luxon": "1.x",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -47,8 +47,8 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-bitrise
|
||||
|
||||
## 0.1.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.32-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitrise",
|
||||
"description": "A Backstage plugin that integrates towards Bitrise",
|
||||
"version": "0.1.32-next.2",
|
||||
"version": "0.1.32",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,10 +24,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -43,10 +43,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bffec1c96a: Fix S3 object URL creation at AwsS3EntityProvider by
|
||||
|
||||
- handle absence of region config,
|
||||
- handle regions with region-less URIs (us-east-1),
|
||||
- apply URI encoding,
|
||||
- and simplify the logic overall.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/backend-tasks@0.3.1
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+44
-22
@@ -14,27 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
interface AwsS3Config {
|
||||
/**
|
||||
* (Required) AWS S3 Bucket Name
|
||||
* @visibility backend
|
||||
*/
|
||||
bucketName: string;
|
||||
/**
|
||||
* (Optional) AWS S3 Object key prefix
|
||||
* If not set, all keys will be accepted, no filtering will be applied.
|
||||
* @visibility backend
|
||||
*/
|
||||
prefix?: string;
|
||||
/**
|
||||
* (Optional) AWS Region.
|
||||
* If not set, AWS_REGION environment variable or aws config file will be used.
|
||||
* @see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html
|
||||
* @visibility backend
|
||||
*/
|
||||
region?: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
catalog?: {
|
||||
/**
|
||||
@@ -62,7 +41,50 @@ export interface Config {
|
||||
*
|
||||
* Uses "default" as default id for the single config variant.
|
||||
*/
|
||||
awsS3?: AwsS3Config | Record<string, AwsS3Config>;
|
||||
awsS3?:
|
||||
| {
|
||||
/**
|
||||
* (Required) AWS S3 Bucket Name
|
||||
* @visibility backend
|
||||
*/
|
||||
bucketName: string;
|
||||
/**
|
||||
* (Optional) AWS S3 Object key prefix
|
||||
* If not set, all keys will be accepted, no filtering will be applied.
|
||||
* @visibility backend
|
||||
*/
|
||||
prefix?: string;
|
||||
/**
|
||||
* (Optional) AWS Region.
|
||||
* If not set, AWS_REGION environment variable or aws config file will be used.
|
||||
* @see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html
|
||||
* @visibility backend
|
||||
*/
|
||||
region?: string;
|
||||
}
|
||||
| Record<
|
||||
string,
|
||||
{
|
||||
/**
|
||||
* (Required) AWS S3 Bucket Name
|
||||
* @visibility backend
|
||||
*/
|
||||
bucketName: string;
|
||||
/**
|
||||
* (Optional) AWS S3 Object key prefix
|
||||
* If not set, all keys will be accepted, no filtering will be applied.
|
||||
* @visibility backend
|
||||
*/
|
||||
prefix?: string;
|
||||
/**
|
||||
* (Optional) AWS Region.
|
||||
* If not set, AWS_REGION environment variable or aws config file will be used.
|
||||
* @see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html
|
||||
* @visibility backend
|
||||
*/
|
||||
region?: string;
|
||||
}
|
||||
>;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"version": "0.1.5-next.1",
|
||||
"version": "0.1.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,13 +33,13 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.1-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/backend-tasks": "^0.3.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"aws-sdk": "^2.840.0",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -48,7 +48,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"aws-sdk-mock": "^5.2.1",
|
||||
"yaml": "^1.9.2"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
||||
"version": "0.1.3-next.1",
|
||||
"version": "0.1.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,12 +33,12 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.35.0",
|
||||
@@ -46,8 +46,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
|
||||
"version": "0.1.3-next.1",
|
||||
"version": "0.1.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,12 +33,12 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.35.0",
|
||||
@@ -46,8 +46,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 566407bf8a: Initial version of the `plugin-catalog-backend-module-gerrit` plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 57f684f59c: Fix incorrect main path in `publishConfig`
|
||||
- cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/backend-tasks@0.3.1
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+22
-21
@@ -14,26 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
interface GerritConfig {
|
||||
/**
|
||||
* (Required) The host of the Gerrit integration to use.
|
||||
* @visibility backend
|
||||
*/
|
||||
host: string;
|
||||
/**
|
||||
* (Required) The query to use for the "List Projects" API call. Used to limit the
|
||||
* scope of the projects that the provider tries to ingest.
|
||||
* @visibility backend
|
||||
*/
|
||||
query: string;
|
||||
/**
|
||||
* (Optional) Branch.
|
||||
* The branch where the provider will try to find entities. Defaults to "master".
|
||||
* @visibility backend
|
||||
*/
|
||||
branch?: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
catalog?: {
|
||||
/**
|
||||
@@ -45,7 +25,28 @@ export interface Config {
|
||||
*
|
||||
* Maps provider id with configuration.
|
||||
*/
|
||||
gerrit?: Record<string, GerritConfig>;
|
||||
gerrit?: Record<
|
||||
string,
|
||||
{
|
||||
/**
|
||||
* (Required) The host of the Gerrit integration to use.
|
||||
* @visibility backend
|
||||
*/
|
||||
host: string;
|
||||
/**
|
||||
* (Required) The query to use for the "List Projects" API call. Used to limit the
|
||||
* scope of the projects that the provider tries to ingest.
|
||||
* @visibility backend
|
||||
*/
|
||||
query: string;
|
||||
/**
|
||||
* (Optional) Branch.
|
||||
* The branch where the provider will try to find entities. Defaults to "master".
|
||||
* @visibility backend
|
||||
*/
|
||||
branch?: string;
|
||||
}
|
||||
>;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.1.0-next.2",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -28,13 +28,13 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.1-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/backend-tasks": "^0.3.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"fs-extra": "10.1.0",
|
||||
"msw": "^0.35.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
@@ -42,8 +42,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/fs-extra": "^9.0.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,38 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a7de43f648: `GitHubOrgEntityProvider.fromConfig` now supports a `schedule` option like other
|
||||
entity providers, that makes it more convenient to leverage using the common
|
||||
task scheduler.
|
||||
|
||||
If you want to use this in your own project, it is used something like the following:
|
||||
|
||||
```ts
|
||||
// In packages/backend/src/plugins/catalog.ts
|
||||
builder.addEntityProvider(
|
||||
GitHubOrgEntityProvider.fromConfig(env.config, {
|
||||
id: 'production',
|
||||
orgUrl: 'https://github.com/backstage',
|
||||
schedule: env.scheduler.createScheduledTaskRunner({
|
||||
frequency: { cron: '*/30 * * * *' },
|
||||
timeout: { minutes: 10 },
|
||||
}),
|
||||
logger: env.logger,
|
||||
}),
|
||||
);
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/backend-tasks@0.3.1
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
||||
"version": "0.1.3-next.1",
|
||||
"version": "0.1.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,13 +33,13 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.1-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/backend-tasks": "^0.3.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@octokit/graphql": "^4.5.8",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -49,8 +49,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"version": "0.1.3-next.1",
|
||||
"version": "0.1.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,12 +33,12 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.35.0",
|
||||
@@ -46,8 +46,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-ldap
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/backend-tasks@0.3.1
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.4.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-ldap",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
|
||||
"version": "0.4.3-next.1",
|
||||
"version": "0.4.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,11 +33,11 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-tasks": "^0.3.1-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/ldapjs": "^2.2.0",
|
||||
"ldapjs": "^2.2.0",
|
||||
@@ -46,7 +46,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,42 @@
|
||||
# @backstage/plugin-catalog-backend-module-msgraph
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8d9f673106: Add annotation `microsoft.com/email` when using the `defaultUserTransformer`.
|
||||
|
||||
This will allow users of the Microsoft auth provider to utilize the predefined
|
||||
SignIn resolver instead of maintaining their own.
|
||||
|
||||
```typescript
|
||||
// backend/plugins/auth.ts
|
||||
|
||||
// [...]
|
||||
|
||||
export default async function createPlugin(
|
||||
env: PluginEnvironment,
|
||||
): Promise<Router> {
|
||||
return await createRouter({
|
||||
// [...]
|
||||
providerFactories: {
|
||||
microsoft: providers.microsoft.create({
|
||||
signIn: {
|
||||
resolver:
|
||||
providers.microsoft.resolvers.emailMatchingUserEntityAnnotation(),
|
||||
},
|
||||
}),
|
||||
},
|
||||
});
|
||||
}
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.1.2
|
||||
- @backstage/backend-tasks@0.3.1
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.3.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
||||
"version": "0.3.2-next.1",
|
||||
"version": "0.3.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,10 +34,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/msal-node": "^1.1.0",
|
||||
"@backstage/backend-tasks": "^0.3.1-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.1.2",
|
||||
"@microsoft/microsoft-graph-types": "^2.6.0",
|
||||
"@types/node-fetch": "^2.5.12",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -48,9 +48,9 @@
|
||||
"qs": "^6.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"msw": "^0.35.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @backstage/plugin-catalog-backend
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 16a40ac4c0: Fix wrong return type of the `isGroupEntity` function.
|
||||
- 55e09b29dd: Fixing broken types for `knex` when checking returned rows
|
||||
- 1ccbe081cc: Minor internal tweak to support TypeScript 4.6
|
||||
- cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
|
||||
- 2909746147: Updated parseEntityTransformParams to handle keys with '.' in them. This will allow for querying of entities based off annotations such as 'backstage.io/orgin-location' or other entity field keys that have '.' in them.
|
||||
- 8cc75993a6: Fixed issue in `PermissionEvaluator` instance check that would cause unexpected "invalid union" errors.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/plugin-scaffolder-common@1.1.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/plugin-search-common@0.3.4
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
- @backstage/plugin-catalog-common@1.0.2
|
||||
- @backstage/plugin-permission-common@0.6.1
|
||||
- @backstage/plugin-permission-node@0.6.1
|
||||
|
||||
## 1.1.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -110,11 +110,21 @@ export class BuiltinKindsEntityProcessor implements CatalogProcessor {
|
||||
|
||||
// @public
|
||||
export class CatalogBuilder {
|
||||
addEntityPolicy(...policies: EntityPolicy[]): CatalogBuilder;
|
||||
addEntityProvider(...providers: EntityProvider[]): CatalogBuilder;
|
||||
addEntityPolicy(
|
||||
...policies: Array<EntityPolicy | Array<EntityPolicy>>
|
||||
): CatalogBuilder;
|
||||
addEntityProvider(
|
||||
...providers: Array<EntityProvider | Array<EntityProvider>>
|
||||
): CatalogBuilder;
|
||||
// @alpha
|
||||
addPermissionRules(...permissionRules: CatalogPermissionRule[]): void;
|
||||
addProcessor(...processors: CatalogProcessor[]): CatalogBuilder;
|
||||
addPermissionRules(
|
||||
...permissionRules: Array<
|
||||
CatalogPermissionRule | Array<CatalogPermissionRule>
|
||||
>
|
||||
): void;
|
||||
addProcessor(
|
||||
...processors: Array<CatalogProcessor | Array<CatalogProcessor>>
|
||||
): CatalogBuilder;
|
||||
build(): Promise<{
|
||||
processingEngine: CatalogProcessingEngine;
|
||||
router: Router;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend",
|
||||
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
||||
"version": "1.1.2-next.2",
|
||||
"version": "1.1.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,17 +34,17 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.1-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.1-next.1",
|
||||
"@backstage/plugin-scaffolder-common": "^1.1.0-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4-next.0",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.1",
|
||||
"@backstage/plugin-permission-node": "^0.6.1",
|
||||
"@backstage/plugin-scaffolder-common": "^1.1.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"codeowners-utils": "^1.0.2",
|
||||
@@ -68,10 +68,10 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.24-next.1",
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.1-next.0",
|
||||
"@backstage/plugin-search-backend-node": "0.6.1-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.24",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/plugin-permission-common": "^0.6.1",
|
||||
"@backstage/plugin-search-backend-node": "0.6.1",
|
||||
"@types/core-js": "^2.5.4",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
"@types/lodash": "^4.14.151",
|
||||
|
||||
@@ -172,8 +172,10 @@ export class CatalogBuilder {
|
||||
*
|
||||
* @param policies - One or more policies
|
||||
*/
|
||||
addEntityPolicy(...policies: EntityPolicy[]): CatalogBuilder {
|
||||
this.entityPolicies.push(...policies);
|
||||
addEntityPolicy(
|
||||
...policies: Array<EntityPolicy | Array<EntityPolicy>>
|
||||
): CatalogBuilder {
|
||||
this.entityPolicies.push(...policies.flat());
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -268,8 +270,10 @@ export class CatalogBuilder {
|
||||
*
|
||||
* @param providers - One or more entity providers
|
||||
*/
|
||||
addEntityProvider(...providers: EntityProvider[]): CatalogBuilder {
|
||||
this.entityProviders.push(...providers);
|
||||
addEntityProvider(
|
||||
...providers: Array<EntityProvider | Array<EntityProvider>>
|
||||
): CatalogBuilder {
|
||||
this.entityProviders.push(...providers.flat());
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -279,8 +283,10 @@ export class CatalogBuilder {
|
||||
*
|
||||
* @param processors - One or more processors
|
||||
*/
|
||||
addProcessor(...processors: CatalogProcessor[]): CatalogBuilder {
|
||||
this.processors.push(...processors);
|
||||
addProcessor(
|
||||
...processors: Array<CatalogProcessor | Array<CatalogProcessor>>
|
||||
): CatalogBuilder {
|
||||
this.processors.push(...processors.flat());
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -341,8 +347,12 @@ export class CatalogBuilder {
|
||||
* @param permissionRules - Additional permission rules
|
||||
* @alpha
|
||||
*/
|
||||
addPermissionRules(...permissionRules: CatalogPermissionRule[]) {
|
||||
this.permissionRules.push(...permissionRules);
|
||||
addPermissionRules(
|
||||
...permissionRules: Array<
|
||||
CatalogPermissionRule | Array<CatalogPermissionRule>
|
||||
>
|
||||
) {
|
||||
this.permissionRules.push(...permissionRules.flat());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-common
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/search-common@0.3.4
|
||||
- @backstage/plugin-permission-common@0.6.1
|
||||
|
||||
## 1.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-common",
|
||||
"description": "Common functionalities for the catalog plugin",
|
||||
"version": "1.0.2-next.0",
|
||||
"version": "1.0.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,11 +34,11 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-permission-common": "^0.6.1-next.0",
|
||||
"@backstage/search-common": "^0.3.4-next.0"
|
||||
"@backstage/plugin-permission-common": "^0.6.1",
|
||||
"@backstage/search-common": "^0.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2"
|
||||
"@backstage/cli": "^0.17.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-graph
|
||||
|
||||
## 0.2.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f2d4136b72: Fix kind filter error in the dev app
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.2.17-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-graph",
|
||||
"version": "0.2.17-next.2",
|
||||
"version": "0.2.17",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,11 +24,11 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -45,11 +45,11 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/plugin-catalog": "^1.2.0-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/plugin-catalog": "^1.2.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-graphql
|
||||
|
||||
## 0.3.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.3.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-graphql",
|
||||
"description": "An experimental Backstage catalog GraphQL module",
|
||||
"version": "0.3.9-next.0",
|
||||
"version": "0.3.9",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,8 +34,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"apollo-server": "^3.0.0",
|
||||
"graphql": "^16.0.0",
|
||||
@@ -46,8 +46,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@graphql-codegen/cli": "^2.3.1",
|
||||
"@graphql-codegen/graphql-modules-preset": "^2.3.2",
|
||||
"@graphql-codegen/typescript": "^2.4.2",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-import
|
||||
|
||||
## 0.8.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/integration-react@1.1.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.8.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-import",
|
||||
"description": "A Backstage plugin the helps you import entities into your catalog",
|
||||
"version": "0.8.8-next.2",
|
||||
"version": "0.8.8",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,15 +34,15 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/integration-react": "^1.1.0-next.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/integration-react": "^1.1.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
@@ -60,10 +60,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @backstage/plugin-catalog-react
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4274844a8c: Use InfoCardVariants on custom cards variant attribute
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0418447669: Added menu parent role for menu items accessibility
|
||||
- b7514d19ff: Update the rendering of links in the entity inspector so that values starting with `https?://` are rendered as links as well.
|
||||
- b880c0e092: Fix `EntityTypeFilter` so generating available types is case insensitive
|
||||
- 57f41fb8d6: Make Menu item on filters accessible through keyboard
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
- @backstage/plugin-catalog-common@1.0.2
|
||||
- @backstage/plugin-permission-common@0.6.1
|
||||
- @backstage/plugin-permission-react@0.4.1
|
||||
|
||||
## 1.1.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-react",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
||||
"version": "1.1.0-next.2",
|
||||
"version": "1.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,15 +34,15 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.1-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.1-next.1",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@backstage/version-bridge": "^1.0.1",
|
||||
@@ -63,11 +63,11 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
|
||||
"@backstage/plugin-scaffolder-common": "^1.1.0-next.0",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2",
|
||||
"@backstage/plugin-scaffolder-common": "^1.1.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -89,26 +89,30 @@ export function Container(props: {
|
||||
);
|
||||
}
|
||||
|
||||
// Extracts a link from a value, if possible
|
||||
function findLink(value: string): string | undefined {
|
||||
if (value.match(/^url:https?:\/\//)) {
|
||||
return value.slice('url:'.length);
|
||||
}
|
||||
if (value.match(/^https?:\/\//)) {
|
||||
return value;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
export function KeyValueListItem(props: {
|
||||
indent?: boolean;
|
||||
entry: [string, string];
|
||||
}) {
|
||||
const [key, value] = props.entry;
|
||||
const link = findLink(value);
|
||||
|
||||
return (
|
||||
<ListItem>
|
||||
{props.indent && <ListItemIcon />}
|
||||
<ListItemText
|
||||
primary={key}
|
||||
secondary={
|
||||
!value.match(/^url:https?:\/\//) ? (
|
||||
value
|
||||
) : (
|
||||
<>
|
||||
{value.substring(0, 4)}
|
||||
<Link to={value.substring(4)}>{value.substring(4)}</Link>
|
||||
</>
|
||||
)
|
||||
}
|
||||
secondary={link ? <Link to={link}>{value}</Link> : value}
|
||||
/>
|
||||
</ListItem>
|
||||
);
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-catalog
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4274844a8c: Use InfoCardVariants on custom cards variant attribute
|
||||
- ceca63d149: Added the prop `NotFoundComponent` to `EntityLayout` which can be used to include a custom component when an entity is not found in the catalog
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 051fc60258: Lighthouse was reporting this button as having invalid aria- values, as the popover doesn't exist until clicked. This adds additional labels to the button to make it valid aria
|
||||
- 2bcb0a0e2b: Sidebar NAV now includes aria-label. Component AboutField now uses h2 variant instead of subtitle2 (font properties unchanged)
|
||||
- 3a74e203a8: Updated search result components to support rendering content with highlighted matched terms
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/integration-react@1.1.0
|
||||
- @backstage/plugin-search-react@0.2.0
|
||||
- @backstage/plugin-search-common@0.3.4
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
- @backstage/plugin-catalog-common@1.0.2
|
||||
|
||||
## 1.2.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -371,13 +371,17 @@ export interface HasSystemsCardProps {
|
||||
}
|
||||
|
||||
// @public
|
||||
export function isComponentType(type: string): (entity: Entity) => boolean;
|
||||
export function isComponentType(
|
||||
types: string | string[],
|
||||
): (entity: Entity) => boolean;
|
||||
|
||||
// @public
|
||||
export function isKind(kind: string): (entity: Entity) => boolean;
|
||||
export function isKind(kinds: string | string[]): (entity: Entity) => boolean;
|
||||
|
||||
// @public
|
||||
export function isNamespace(namespace: string): (entity: Entity) => boolean;
|
||||
export function isNamespace(
|
||||
namespaces: string | string[],
|
||||
): (entity: Entity) => boolean;
|
||||
|
||||
// @public
|
||||
export function isOrphan(entity: Entity): boolean;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog",
|
||||
"description": "The Backstage plugin for browsing the Backstage catalog",
|
||||
"version": "1.2.0-next.2",
|
||||
"version": "1.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,16 +34,16 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration-react": "^1.1.0-next.2",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/plugin-search-common": "^0.3.4-next.0",
|
||||
"@backstage/plugin-search-react": "^0.2.0-next.2",
|
||||
"@backstage/integration-react": "^1.1.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4",
|
||||
"@backstage/plugin-search-react": "^0.2.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -61,11 +61,11 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/plugin-permission-react": "^0.4.1-next.1",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/plugin-permission-react": "^0.4.1",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -0,0 +1,110 @@
|
||||
/*
|
||||
* Copyright 2022 The Backstage Authors
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { isComponentType, isKind, isNamespace } from './conditions';
|
||||
|
||||
const serviceComponent: Entity = {
|
||||
apiVersion: '',
|
||||
kind: 'component',
|
||||
metadata: { name: 'aService' },
|
||||
spec: { type: 'service' },
|
||||
};
|
||||
|
||||
const websiteComponent: Entity = {
|
||||
apiVersion: '',
|
||||
kind: 'component',
|
||||
metadata: { name: 'aService' },
|
||||
spec: { type: 'website' },
|
||||
};
|
||||
|
||||
const notComponent: Entity = {
|
||||
apiVersion: '',
|
||||
kind: 'not-component',
|
||||
metadata: { name: 'aService' },
|
||||
spec: { type: 'service' },
|
||||
};
|
||||
|
||||
const apiKind: Entity = {
|
||||
apiVersion: '',
|
||||
kind: 'api',
|
||||
metadata: { name: 'api' },
|
||||
spec: { type: 'api' },
|
||||
};
|
||||
|
||||
const aNamespace: Entity = {
|
||||
apiVersion: '',
|
||||
kind: 'component',
|
||||
metadata: { name: 'aService', namespace: 'a' },
|
||||
spec: { type: 'service' },
|
||||
};
|
||||
|
||||
const bNamespace: Entity = {
|
||||
apiVersion: '',
|
||||
kind: 'component',
|
||||
metadata: { name: 'aService', namespace: 'b' },
|
||||
spec: { type: 'service' },
|
||||
};
|
||||
|
||||
describe('isComponentType', () => {
|
||||
it('should false on non component kinds', () => {
|
||||
const checkEntity = isComponentType('service');
|
||||
|
||||
expect(checkEntity(notComponent)).not.toBeTruthy();
|
||||
});
|
||||
it('should check for the intended type', () => {
|
||||
const checkEntity = isComponentType('service');
|
||||
|
||||
expect(checkEntity(websiteComponent)).not.toBeTruthy();
|
||||
expect(checkEntity(serviceComponent)).toBeTruthy();
|
||||
});
|
||||
it('should check for multiple types', () => {
|
||||
const checkEntity = isComponentType(['service', 'website']);
|
||||
|
||||
expect(checkEntity(serviceComponent)).toBeTruthy();
|
||||
expect(checkEntity(websiteComponent)).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
describe('isKind', () => {
|
||||
it('should check for the intended kind', () => {
|
||||
const checkEntity = isKind('component');
|
||||
|
||||
expect(checkEntity(notComponent)).not.toBeTruthy();
|
||||
expect(checkEntity(serviceComponent)).toBeTruthy();
|
||||
});
|
||||
it('should check for multiple types', () => {
|
||||
const checkEntity = isKind(['component', 'api']);
|
||||
|
||||
expect(checkEntity(serviceComponent)).toBeTruthy();
|
||||
expect(checkEntity(apiKind)).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
describe('isNamespace', () => {
|
||||
it('should check for the intended type', () => {
|
||||
const checkEntity = isNamespace('a');
|
||||
|
||||
expect(checkEntity(aNamespace)).toBeTruthy();
|
||||
expect(checkEntity(bNamespace)).not.toBeTruthy();
|
||||
});
|
||||
it('should check for multiple types', () => {
|
||||
const checkEntity = isNamespace(['a', 'b']);
|
||||
|
||||
expect(checkEntity(aNamespace)).toBeTruthy();
|
||||
expect(checkEntity(bNamespace)).toBeTruthy();
|
||||
});
|
||||
});
|
||||
@@ -22,25 +22,31 @@ function strCmp(a: string | undefined, b: string | undefined): boolean {
|
||||
);
|
||||
}
|
||||
|
||||
function strCmpAll(value: string | undefined, cmpValues: string | string[]) {
|
||||
return typeof cmpValues === 'string'
|
||||
? strCmp(value, cmpValues)
|
||||
: cmpValues.some(cmpVal => strCmp(value, cmpVal));
|
||||
}
|
||||
|
||||
/**
|
||||
* For use in EntitySwitch.Case. Matches if the entity is of a given kind.
|
||||
* @public
|
||||
*/
|
||||
export function isKind(kind: string) {
|
||||
return (entity: Entity) => strCmp(entity.kind, kind);
|
||||
export function isKind(kinds: string | string[]) {
|
||||
return (entity: Entity) => strCmpAll(entity.kind, kinds);
|
||||
}
|
||||
|
||||
/**
|
||||
* For use in EntitySwitch.Case. Matches if the entity is a Component of a given spec.type.
|
||||
* @public
|
||||
*/
|
||||
export function isComponentType(type: string) {
|
||||
export function isComponentType(types: string | string[]) {
|
||||
return (entity: Entity) => {
|
||||
if (!strCmp(entity.kind, 'component')) {
|
||||
return false;
|
||||
}
|
||||
const componentEntity = entity as ComponentEntity;
|
||||
return strCmp(componentEntity.spec.type, type);
|
||||
return strCmpAll(componentEntity.spec.type, types);
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +54,6 @@ export function isComponentType(type: string) {
|
||||
* For use in EntitySwitch.Case. Matches if the entity is in a given namespace.
|
||||
* @public
|
||||
*/
|
||||
export function isNamespace(namespace: string) {
|
||||
return (entity: Entity) => strCmp(entity.metadata?.namespace, namespace);
|
||||
export function isNamespace(namespaces: string | string[]) {
|
||||
return (entity: Entity) => strCmpAll(entity.metadata?.namespace, namespaces);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-cicd-statistics-module-gitlab
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
- @backstage/plugin-cicd-statistics@0.1.7
|
||||
|
||||
## 0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-cicd-statistics-module-gitlab",
|
||||
"description": "CI/CD Statistics plugin module; Gitlab CICD",
|
||||
"version": "0.1.1-next.2",
|
||||
"version": "0.1.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,16 +29,16 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-cicd-statistics": "^0.1.7-next.2",
|
||||
"@backstage/plugin-cicd-statistics": "^0.1.7",
|
||||
"@gitbeaker/browser": "^35.6.0",
|
||||
"@gitbeaker/core": "^35.6.0",
|
||||
"luxon": "^2.0.2",
|
||||
"p-limit": "^4.0.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0"
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2"
|
||||
"@backstage/cli": "^0.17.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-cicd-statistics
|
||||
|
||||
## 0.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-cicd-statistics",
|
||||
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
|
||||
"version": "0.1.7-next.2",
|
||||
"version": "0.1.7",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -37,9 +37,9 @@
|
||||
"@types/luxon": "^2.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@date-io/luxon": "^1.3.13",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-circleci
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.3.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-circleci",
|
||||
"description": "A Backstage plugin that integrates towards Circle CI",
|
||||
"version": "0.3.5-next.2",
|
||||
"version": "0.3.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -35,10 +35,10 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -55,10 +55,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-cloudbuild
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.3.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-cloudbuild",
|
||||
"description": "A Backstage plugin that integrates towards Google Cloud Build",
|
||||
"version": "0.3.5-next.2",
|
||||
"version": "0.3.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,10 +34,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -52,10 +52,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-code-climate
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-code-climate",
|
||||
"version": "0.1.5-next.2",
|
||||
"version": "0.1.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,10 +23,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -40,9 +40,9 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-code-coverage-backend
|
||||
|
||||
## 0.1.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.3
|
||||
- @backstage/integration@1.2.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-client@1.0.2
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.30-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-code-coverage-backend",
|
||||
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
|
||||
"version": "0.1.30-next.1",
|
||||
"version": "0.1.30",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,12 +23,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.3-next.2",
|
||||
"@backstage/catalog-client": "^1.0.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.3",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.0-next.1",
|
||||
"@backstage/integration": "^1.2.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -39,7 +39,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@types/express-xml-bodyparser": "^0.3.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"msw": "^0.35.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-code-coverage
|
||||
|
||||
## 0.1.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/plugin-catalog-react@1.1.0
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.1.32-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-code-coverage",
|
||||
"description": "A Backstage plugin that helps you keep track of your code coverage",
|
||||
"version": "0.1.32-next.2",
|
||||
"version": "0.1.32",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,12 +24,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2-next.0",
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -46,10 +46,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-codescene
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9bc6e9493f: Add CodeScene plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 95598f4fd5: Updated dependency `@testing-library/user-event` to `^14.0.0`.
|
||||
- e462112be5: Updated dependency `rc-progress` to `3.3.2`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/config@1.0.1
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-codescene",
|
||||
"version": "0.1.0-next.0",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -22,9 +22,9 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.9.10",
|
||||
@@ -38,10 +38,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-config-schema
|
||||
|
||||
## 0.1.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/config@1.0.1
|
||||
|
||||
## 0.1.28-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-config-schema",
|
||||
"description": "A Backstage plugin that lets you browse the configuration schema of your app",
|
||||
"version": "0.1.28-next.1",
|
||||
"version": "0.1.28",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,9 +24,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1-next.0",
|
||||
"@backstage/core-components": "^0.9.4-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.4",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^1.0.0",
|
||||
@@ -41,10 +41,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.2",
|
||||
"@backstage/core-app-api": "^1.0.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.0-next.2",
|
||||
"@backstage/cli": "^0.17.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-cost-insights
|
||||
|
||||
## 0.11.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.4
|
||||
- @backstage/core-plugin-api@1.0.2
|
||||
- @backstage/config@1.0.1
|
||||
- @backstage/catalog-model@1.0.2
|
||||
|
||||
## 0.11.27-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Vendored
+1
-1
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
interface Config {
|
||||
export interface Config {
|
||||
costInsights: {
|
||||
/**
|
||||
* @visibility frontend
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user