@backstage-community/plugin-github-actions 0.10.0 → 0.11.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 +6 -0
- package/dist/alpha.d.ts +17 -17
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
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 react from 'react';
|
|
4
4
|
import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
|
|
5
5
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
@@ -11,7 +11,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
11
11
|
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
12
12
|
entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
13
13
|
}, {}, {
|
|
14
|
-
|
|
14
|
+
[x: `api:${string}`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
15
15
|
kind: "api";
|
|
16
16
|
name: undefined;
|
|
17
17
|
config: {};
|
|
@@ -22,7 +22,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
22
22
|
factory: _backstage_core_plugin_api.AnyApiFactory;
|
|
23
23
|
};
|
|
24
24
|
}>;
|
|
25
|
-
|
|
25
|
+
[x: `entity-card:${string}/latest-branch-workflow-runs`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
26
26
|
config: {
|
|
27
27
|
props: {
|
|
28
28
|
branch: string;
|
|
@@ -39,7 +39,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
39
39
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
40
40
|
type?: "content" | "summary" | "info" | undefined;
|
|
41
41
|
};
|
|
42
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
42
|
+
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", {
|
|
43
43
|
optional: true;
|
|
44
44
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
45
45
|
optional: true;
|
|
@@ -56,11 +56,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
56
56
|
name: "latest-branch-workflow-runs";
|
|
57
57
|
params: {
|
|
58
58
|
loader: () => Promise<JSX.Element>;
|
|
59
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
59
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
60
60
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
61
61
|
};
|
|
62
62
|
}>;
|
|
63
|
-
|
|
63
|
+
[x: `entity-card:${string}/latest-workflow-run`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
64
64
|
config: {
|
|
65
65
|
props: {
|
|
66
66
|
branch: string;
|
|
@@ -77,7 +77,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
77
77
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
78
78
|
type?: "content" | "summary" | "info" | undefined;
|
|
79
79
|
};
|
|
80
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
80
|
+
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", {
|
|
81
81
|
optional: true;
|
|
82
82
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
83
83
|
optional: true;
|
|
@@ -94,11 +94,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
94
94
|
name: "latest-workflow-run";
|
|
95
95
|
params: {
|
|
96
96
|
loader: () => Promise<JSX.Element>;
|
|
97
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
97
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
98
98
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
99
99
|
};
|
|
100
100
|
}>;
|
|
101
|
-
|
|
101
|
+
[x: `entity-card:${string}/recent-workflow-runs`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
102
102
|
config: {
|
|
103
103
|
props: {
|
|
104
104
|
dense: boolean;
|
|
@@ -119,7 +119,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
119
119
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
120
120
|
type?: "content" | "summary" | "info" | undefined;
|
|
121
121
|
};
|
|
122
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
122
|
+
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", {
|
|
123
123
|
optional: true;
|
|
124
124
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
125
125
|
optional: true;
|
|
@@ -136,11 +136,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
136
136
|
name: "recent-workflow-runs";
|
|
137
137
|
params: {
|
|
138
138
|
loader: () => Promise<JSX.Element>;
|
|
139
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
139
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
140
140
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
141
141
|
};
|
|
142
142
|
}>;
|
|
143
|
-
|
|
143
|
+
[x: `entity-card:${string}/workflow-runs`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
144
144
|
kind: "entity-card";
|
|
145
145
|
name: "workflow-runs";
|
|
146
146
|
config: {
|
|
@@ -151,7 +151,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
151
151
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
152
152
|
type?: "content" | "summary" | "info" | undefined;
|
|
153
153
|
};
|
|
154
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
154
|
+
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", {
|
|
155
155
|
optional: true;
|
|
156
156
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
157
157
|
optional: true;
|
|
@@ -161,11 +161,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
161
161
|
inputs: {};
|
|
162
162
|
params: {
|
|
163
163
|
loader: () => Promise<JSX.Element>;
|
|
164
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
164
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
165
165
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
166
166
|
};
|
|
167
167
|
}>;
|
|
168
|
-
|
|
168
|
+
[x: `entity-content:${string}/entity`]: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
169
169
|
kind: "entity-content";
|
|
170
170
|
name: "entity";
|
|
171
171
|
config: {
|
|
@@ -182,7 +182,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
182
182
|
};
|
|
183
183
|
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", {
|
|
184
184
|
optional: true;
|
|
185
|
-
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity:
|
|
185
|
+
}> | _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", {
|
|
186
186
|
optional: true;
|
|
187
187
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
188
188
|
optional: true;
|
|
@@ -196,7 +196,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
196
196
|
defaultTitle: string;
|
|
197
197
|
defaultGroup?: (string & {}) | "development" | "deployment" | "overview" | "documentation" | "operation" | "observability" | undefined;
|
|
198
198
|
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
199
|
-
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity:
|
|
199
|
+
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
200
200
|
};
|
|
201
201
|
}>;
|
|
202
202
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-github-actions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards GitHub Actions",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"test": "backstage-cli package test"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@backstage/catalog-model": "^1.7.
|
|
71
|
-
"@backstage/core-compat-api": "^0.4.
|
|
72
|
-
"@backstage/core-components": "^0.17.
|
|
73
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
74
|
-
"@backstage/frontend-plugin-api": "^0.10.
|
|
75
|
-
"@backstage/integration": "^1.
|
|
76
|
-
"@backstage/integration-react": "^1.2.
|
|
77
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
70
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
71
|
+
"@backstage/core-compat-api": "^0.4.2",
|
|
72
|
+
"@backstage/core-components": "^0.17.2",
|
|
73
|
+
"@backstage/core-plugin-api": "^1.10.7",
|
|
74
|
+
"@backstage/frontend-plugin-api": "^0.10.2",
|
|
75
|
+
"@backstage/integration": "^1.17.0",
|
|
76
|
+
"@backstage/integration-react": "^1.2.7",
|
|
77
|
+
"@backstage/plugin-catalog-react": "^1.18.0",
|
|
78
78
|
"@material-ui/core": "^4.12.2",
|
|
79
79
|
"@material-ui/icons": "^4.9.1",
|
|
80
80
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"react-use": "^17.2.4"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "^0.32.
|
|
89
|
-
"@backstage/core-app-api": "^1.
|
|
90
|
-
"@backstage/dev-utils": "^1.1.
|
|
91
|
-
"@backstage/frontend-test-utils": "^0.3.
|
|
92
|
-
"@backstage/test-utils": "^1.7.
|
|
88
|
+
"@backstage/cli": "^0.32.1",
|
|
89
|
+
"@backstage/core-app-api": "^1.17.0",
|
|
90
|
+
"@backstage/dev-utils": "^1.1.10",
|
|
91
|
+
"@backstage/frontend-test-utils": "^0.3.2",
|
|
92
|
+
"@backstage/test-utils": "^1.7.8",
|
|
93
93
|
"@testing-library/dom": "^10.0.0",
|
|
94
94
|
"@testing-library/jest-dom": "^6.0.0",
|
|
95
95
|
"@testing-library/react": "^15.0.0",
|