@backstage-community/plugin-github-actions 0.17.0 → 0.18.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 +9 -9
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
11
11
|
declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
|
|
12
12
|
entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
13
13
|
}, {}, {
|
|
14
|
-
"api:github-actions": _backstage_frontend_plugin_api.
|
|
14
|
+
"api:github-actions": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
15
15
|
kind: "api";
|
|
16
16
|
name: undefined;
|
|
17
17
|
config: {};
|
|
@@ -22,7 +22,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
22
22
|
[x: string]: unknown;
|
|
23
23
|
}>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
|
|
24
24
|
}>;
|
|
25
|
-
"entity-card:github-actions/latest-branch-workflow-runs": _backstage_frontend_plugin_api.
|
|
25
|
+
"entity-card:github-actions/latest-branch-workflow-runs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
26
26
|
config: {
|
|
27
27
|
props: {
|
|
28
28
|
branch?: string | undefined;
|
|
@@ -50,8 +50,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
50
50
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
|
|
51
51
|
optional?: true | undefined;
|
|
52
52
|
}>, {
|
|
53
|
-
optional: boolean;
|
|
54
53
|
singleton: boolean;
|
|
54
|
+
optional: boolean;
|
|
55
55
|
}>;
|
|
56
56
|
};
|
|
57
57
|
kind: "entity-card";
|
|
@@ -62,7 +62,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
62
62
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
63
63
|
};
|
|
64
64
|
}>;
|
|
65
|
-
"entity-card:github-actions/latest-workflow-run": _backstage_frontend_plugin_api.
|
|
65
|
+
"entity-card:github-actions/latest-workflow-run": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
66
66
|
config: {
|
|
67
67
|
props: {
|
|
68
68
|
branch?: string | undefined;
|
|
@@ -90,8 +90,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
90
90
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
|
|
91
91
|
optional?: true | undefined;
|
|
92
92
|
}>, {
|
|
93
|
-
optional: boolean;
|
|
94
93
|
singleton: boolean;
|
|
94
|
+
optional: boolean;
|
|
95
95
|
}>;
|
|
96
96
|
};
|
|
97
97
|
kind: "entity-card";
|
|
@@ -102,7 +102,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
102
102
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
103
103
|
};
|
|
104
104
|
}>;
|
|
105
|
-
"entity-card:github-actions/recent-workflow-runs": _backstage_frontend_plugin_api.
|
|
105
|
+
"entity-card:github-actions/recent-workflow-runs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
106
106
|
config: {
|
|
107
107
|
props: {
|
|
108
108
|
dense: boolean;
|
|
@@ -134,8 +134,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
134
134
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
|
|
135
135
|
optional?: true | undefined;
|
|
136
136
|
}>, {
|
|
137
|
-
optional: boolean;
|
|
138
137
|
singleton: boolean;
|
|
138
|
+
optional: boolean;
|
|
139
139
|
}>;
|
|
140
140
|
};
|
|
141
141
|
kind: "entity-card";
|
|
@@ -146,7 +146,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
146
146
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
147
147
|
};
|
|
148
148
|
}>;
|
|
149
|
-
"entity-content:github-actions": _backstage_frontend_plugin_api.
|
|
149
|
+
"entity-content:github-actions": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
150
150
|
config: {
|
|
151
151
|
layout: "table" | "cards";
|
|
152
152
|
} & {
|
|
@@ -176,8 +176,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
176
176
|
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef<unknown, string, {
|
|
177
177
|
optional?: true | undefined;
|
|
178
178
|
}>, {
|
|
179
|
-
optional: boolean;
|
|
180
179
|
singleton: boolean;
|
|
180
|
+
optional: boolean;
|
|
181
181
|
}>;
|
|
182
182
|
};
|
|
183
183
|
kind: "entity-content";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-github-actions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.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.5.
|
|
72
|
-
"@backstage/core-components": "^0.18.
|
|
73
|
-
"@backstage/core-plugin-api": "^1.
|
|
74
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
75
|
-
"@backstage/integration": "^1.18.
|
|
76
|
-
"@backstage/integration-react": "^1.2.
|
|
77
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
70
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
71
|
+
"@backstage/core-compat-api": "^0.5.4",
|
|
72
|
+
"@backstage/core-components": "^0.18.3",
|
|
73
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
74
|
+
"@backstage/frontend-plugin-api": "^0.13.1",
|
|
75
|
+
"@backstage/integration": "^1.18.2",
|
|
76
|
+
"@backstage/integration-react": "^1.2.12",
|
|
77
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
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.34.
|
|
89
|
-
"@backstage/core-app-api": "^1.19.
|
|
90
|
-
"@backstage/dev-utils": "^1.1.
|
|
91
|
-
"@backstage/frontend-test-utils": "^0.4.
|
|
92
|
-
"@backstage/test-utils": "^1.7.
|
|
88
|
+
"@backstage/cli": "^0.34.5",
|
|
89
|
+
"@backstage/core-app-api": "^1.19.2",
|
|
90
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
91
|
+
"@backstage/frontend-test-utils": "^0.4.1",
|
|
92
|
+
"@backstage/test-utils": "^1.7.13",
|
|
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",
|