@backstage-community/plugin-azure-devops 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/alpha.d.ts +15 -15
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage-community/plugin-azure-devops
|
|
2
2
|
|
|
3
|
+
## 0.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- dd67a17: Backstage version bump to v1.39.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [dd67a17]
|
|
12
|
+
- @backstage-community/plugin-azure-devops-common@0.11.0
|
|
13
|
+
|
|
3
14
|
## 0.15.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import * as
|
|
2
|
+
import * as _backstage_catalog_model from '@backstage/catalog-model';
|
|
3
3
|
import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
@@ -7,7 +7,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
7
7
|
|
|
8
8
|
/** @alpha */
|
|
9
9
|
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
10
|
-
|
|
10
|
+
[x: `api:${string}`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
11
11
|
kind: "api";
|
|
12
12
|
name: undefined;
|
|
13
13
|
config: {};
|
|
@@ -18,7 +18,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
18
18
|
factory: _backstage_core_plugin_api.AnyApiFactory;
|
|
19
19
|
};
|
|
20
20
|
}>;
|
|
21
|
-
|
|
21
|
+
[x: `entity-card:${string}/readme`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
22
22
|
kind: "entity-card";
|
|
23
23
|
name: "readme";
|
|
24
24
|
config: {
|
|
@@ -29,7 +29,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
29
29
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
30
30
|
type?: "content" | "summary" | "info" | undefined;
|
|
31
31
|
};
|
|
32
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
32
|
+
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
33
33
|
optional: true;
|
|
34
34
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
35
35
|
optional: true;
|
|
@@ -39,11 +39,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
39
39
|
inputs: {};
|
|
40
40
|
params: {
|
|
41
41
|
loader: () => Promise<JSX.Element>;
|
|
42
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
42
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
43
43
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
44
44
|
};
|
|
45
45
|
}>;
|
|
46
|
-
|
|
46
|
+
[x: `entity-content:${string}/git-tags`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
47
47
|
kind: "entity-content";
|
|
48
48
|
name: "git-tags";
|
|
49
49
|
config: {
|
|
@@ -60,7 +60,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
60
60
|
};
|
|
61
61
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
62
62
|
optional: true;
|
|
63
|
-
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
63
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
64
64
|
optional: true;
|
|
65
65
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
66
66
|
optional: true;
|
|
@@ -74,10 +74,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
74
74
|
defaultTitle: string;
|
|
75
75
|
defaultGroup?: (string & {}) | "development" | "deployment" | "overview" | "documentation" | "operation" | "observability" | undefined;
|
|
76
76
|
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
77
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
77
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
78
78
|
};
|
|
79
79
|
}>;
|
|
80
|
-
|
|
80
|
+
[x: `entity-content:${string}/pipelines`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
81
81
|
kind: "entity-content";
|
|
82
82
|
name: "pipelines";
|
|
83
83
|
config: {
|
|
@@ -94,7 +94,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
94
94
|
};
|
|
95
95
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
96
96
|
optional: true;
|
|
97
|
-
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
97
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
98
98
|
optional: true;
|
|
99
99
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
100
100
|
optional: true;
|
|
@@ -108,10 +108,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
108
108
|
defaultTitle: string;
|
|
109
109
|
defaultGroup?: (string & {}) | "development" | "deployment" | "overview" | "documentation" | "operation" | "observability" | undefined;
|
|
110
110
|
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
111
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
111
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
112
112
|
};
|
|
113
113
|
}>;
|
|
114
|
-
|
|
114
|
+
[x: `entity-content:${string}/pull-requests`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
115
115
|
kind: "entity-content";
|
|
116
116
|
name: "pull-requests";
|
|
117
117
|
config: {
|
|
@@ -128,7 +128,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
128
128
|
};
|
|
129
129
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
130
130
|
optional: true;
|
|
131
|
-
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
131
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
132
132
|
optional: true;
|
|
133
133
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
134
134
|
optional: true;
|
|
@@ -142,10 +142,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
142
142
|
defaultTitle: string;
|
|
143
143
|
defaultGroup?: (string & {}) | "development" | "deployment" | "overview" | "documentation" | "operation" | "observability" | undefined;
|
|
144
144
|
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
145
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
145
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
146
146
|
};
|
|
147
147
|
}>;
|
|
148
|
-
|
|
148
|
+
[x: `page:${string}`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
149
149
|
kind: "page";
|
|
150
150
|
name: undefined;
|
|
151
151
|
config: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-azure-devops",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "azure-devops",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage-community/plugin-azure-devops-common": "^0.
|
|
67
|
-
"@backstage/catalog-model": "^1.7.
|
|
68
|
-
"@backstage/core-compat-api": "^0.4.
|
|
69
|
-
"@backstage/core-components": "^0.17.
|
|
70
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
66
|
+
"@backstage-community/plugin-azure-devops-common": "^0.11.0",
|
|
67
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
68
|
+
"@backstage/core-compat-api": "^0.4.2",
|
|
69
|
+
"@backstage/core-components": "^0.17.2",
|
|
70
|
+
"@backstage/core-plugin-api": "^1.10.7",
|
|
71
71
|
"@backstage/errors": "^1.2.7",
|
|
72
|
-
"@backstage/frontend-plugin-api": "^0.10.
|
|
73
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
74
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
72
|
+
"@backstage/frontend-plugin-api": "^0.10.2",
|
|
73
|
+
"@backstage/plugin-catalog-react": "^1.18.0",
|
|
74
|
+
"@backstage/plugin-permission-react": "^0.4.34",
|
|
75
75
|
"@material-ui/core": "^4.12.2",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
77
77
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"react-use": "^17.2.4"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/cli": "^0.32.
|
|
84
|
-
"@backstage/dev-utils": "^1.1.
|
|
85
|
-
"@backstage/test-utils": "^1.7.
|
|
83
|
+
"@backstage/cli": "^0.32.1",
|
|
84
|
+
"@backstage/dev-utils": "^1.1.10",
|
|
85
|
+
"@backstage/test-utils": "^1.7.8",
|
|
86
86
|
"@testing-library/dom": "^10.0.0",
|
|
87
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
88
88
|
"@testing-library/react": "^15.0.0",
|