@backstage/plugin-scaffolder-backend 1.22.8 → 1.22.10
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 +186 -4
- package/alpha/package.json +2 -2
- package/dist/alpha.cjs.js +1 -1
- package/dist/alpha.d.ts +1 -1
- package/dist/cjs/{router-Bj9ovbjU.cjs.js → router-BtUx0eIt.cjs.js} +212 -272
- package/dist/cjs/router-BtUx0eIt.cjs.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +33 -24
- package/dist/cjs/router-Bj9ovbjU.cjs.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,198 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
-
## 1.22.
|
|
3
|
+
## 1.22.10
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.23.1
|
|
9
|
+
- @backstage/backend-tasks@0.5.25
|
|
10
|
+
- @backstage/plugin-auth-node@0.4.15
|
|
11
|
+
- @backstage/plugin-permission-node@0.7.31
|
|
12
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.3.1
|
|
13
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.2
|
|
14
|
+
- @backstage/plugin-scaffolder-node@0.4.6
|
|
15
|
+
- @backstage/backend-plugin-api@0.6.20
|
|
16
|
+
- @backstage/catalog-client@1.6.5
|
|
17
|
+
- @backstage/catalog-model@1.5.0
|
|
18
|
+
- @backstage/config@1.2.0
|
|
19
|
+
- @backstage/errors@1.2.4
|
|
20
|
+
- @backstage/integration@1.12.0
|
|
21
|
+
- @backstage/types@1.1.1
|
|
22
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.18
|
|
23
|
+
- @backstage/plugin-catalog-node@1.12.2
|
|
24
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
25
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.12
|
|
26
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.10
|
|
27
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.10
|
|
28
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.10
|
|
29
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.12
|
|
30
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.10
|
|
31
|
+
- @backstage/plugin-scaffolder-common@1.5.3
|
|
32
|
+
|
|
33
|
+
## 1.22.9
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 78a0b08: Internal refactor to handle `BackendFeature` contract change.
|
|
38
|
+
- 5c65785: Fixing issues with log redaction in the scaffolder logs
|
|
39
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
40
|
+
- 7d30d95: Fixing issue with log meta fields possibly being circular refs
|
|
41
|
+
- d617103: Updating the logger redaction message to something less dramatic
|
|
42
|
+
- f4c8486: Increase max wait time in debug:wait action to 10 minutes
|
|
43
|
+
- bcec60f: added the following new permissions to the scaffolder backend endpoints:
|
|
44
|
+
|
|
45
|
+
- `scaffolder.task.create`
|
|
46
|
+
- `scaffolder.task.cancel`
|
|
47
|
+
- `scaffolder.task.read`
|
|
48
|
+
|
|
49
|
+
- Updated dependencies
|
|
50
|
+
- @backstage/backend-common@0.23.0
|
|
51
|
+
- @backstage/backend-plugin-api@0.6.19
|
|
52
|
+
- @backstage/backend-tasks@0.5.24
|
|
53
|
+
- @backstage/plugin-auth-node@0.4.14
|
|
54
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.3.0
|
|
55
|
+
- @backstage/integration@1.12.0
|
|
56
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17
|
|
57
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9
|
|
58
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9
|
|
59
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9
|
|
60
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11
|
|
61
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1
|
|
62
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.11
|
|
63
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9
|
|
64
|
+
- @backstage/plugin-catalog-node@1.12.1
|
|
65
|
+
- @backstage/plugin-permission-node@0.7.30
|
|
66
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
67
|
+
- @backstage/plugin-scaffolder-common@1.5.3
|
|
68
|
+
- @backstage/plugin-scaffolder-node@0.4.5
|
|
69
|
+
- @backstage/catalog-client@1.6.5
|
|
70
|
+
- @backstage/catalog-model@1.5.0
|
|
71
|
+
- @backstage/config@1.2.0
|
|
72
|
+
- @backstage/errors@1.2.4
|
|
73
|
+
- @backstage/types@1.1.1
|
|
74
|
+
|
|
75
|
+
## 1.22.8-next.3
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
80
|
+
- f4c8486: Increase max wait time in debug:wait action to 10 minutes
|
|
81
|
+
- Updated dependencies
|
|
82
|
+
- @backstage/backend-plugin-api@0.6.19-next.3
|
|
83
|
+
- @backstage/plugin-auth-node@0.4.14-next.3
|
|
84
|
+
- @backstage/integration@1.12.0-next.1
|
|
85
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.3
|
|
86
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.2
|
|
87
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.2
|
|
88
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.2
|
|
89
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11-next.2
|
|
90
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.3.0-next.3
|
|
91
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1-next.3
|
|
92
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.11-next.2
|
|
93
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9-next.3
|
|
94
|
+
- @backstage/plugin-permission-common@0.7.14-next.0
|
|
95
|
+
- @backstage/plugin-scaffolder-common@1.5.3-next.1
|
|
96
|
+
- @backstage/plugin-permission-node@0.7.30-next.3
|
|
97
|
+
- @backstage/plugin-scaffolder-node@0.4.5-next.3
|
|
98
|
+
- @backstage/plugin-catalog-node@1.12.1-next.2
|
|
99
|
+
- @backstage/backend-tasks@0.5.24-next.3
|
|
100
|
+
- @backstage/backend-common@0.23.0-next.3
|
|
101
|
+
- @backstage/catalog-client@1.6.5
|
|
102
|
+
- @backstage/catalog-model@1.5.0
|
|
103
|
+
- @backstage/config@1.2.0
|
|
104
|
+
- @backstage/errors@1.2.4
|
|
105
|
+
- @backstage/types@1.1.1
|
|
8
106
|
|
|
9
|
-
## 1.22.
|
|
107
|
+
## 1.22.8-next.2
|
|
10
108
|
|
|
11
109
|
### Patch Changes
|
|
12
110
|
|
|
13
|
-
-
|
|
111
|
+
- Updated dependencies
|
|
112
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1-next.2
|
|
113
|
+
- @backstage/backend-plugin-api@0.6.19-next.2
|
|
114
|
+
- @backstage/backend-common@0.23.0-next.2
|
|
115
|
+
- @backstage/integration@1.12.0-next.0
|
|
116
|
+
- @backstage/plugin-permission-node@0.7.30-next.2
|
|
117
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.3.0-next.2
|
|
118
|
+
- @backstage/backend-tasks@0.5.24-next.2
|
|
119
|
+
- @backstage/plugin-auth-node@0.4.14-next.2
|
|
120
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.2
|
|
121
|
+
- @backstage/plugin-catalog-node@1.12.1-next.1
|
|
122
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.11-next.1
|
|
123
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.1
|
|
124
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.1
|
|
125
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.1
|
|
126
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11-next.1
|
|
127
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9-next.2
|
|
128
|
+
- @backstage/plugin-scaffolder-node@0.4.5-next.2
|
|
129
|
+
- @backstage/catalog-client@1.6.5
|
|
130
|
+
- @backstage/catalog-model@1.5.0
|
|
131
|
+
- @backstage/config@1.2.0
|
|
132
|
+
- @backstage/errors@1.2.4
|
|
133
|
+
- @backstage/types@1.1.1
|
|
134
|
+
- @backstage/plugin-permission-common@0.7.13
|
|
135
|
+
- @backstage/plugin-scaffolder-common@1.5.3-next.0
|
|
136
|
+
|
|
137
|
+
## 1.22.8-next.1
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- bcec60f: added the following new permissions to the scaffolder backend endpoints:
|
|
142
|
+
|
|
143
|
+
- `scaffolder.task.create`
|
|
144
|
+
- `scaffolder.task.cancel`
|
|
145
|
+
- `scaffolder.task.read`
|
|
146
|
+
|
|
147
|
+
- Updated dependencies
|
|
148
|
+
- @backstage/backend-tasks@0.5.24-next.1
|
|
149
|
+
- @backstage/backend-plugin-api@0.6.19-next.1
|
|
150
|
+
- @backstage/plugin-permission-node@0.7.30-next.1
|
|
151
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9-next.1
|
|
152
|
+
- @backstage/backend-common@0.23.0-next.1
|
|
153
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1-next.1
|
|
154
|
+
- @backstage/plugin-scaffolder-common@1.5.3-next.0
|
|
155
|
+
- @backstage/plugin-auth-node@0.4.14-next.1
|
|
156
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.1
|
|
157
|
+
- @backstage/plugin-catalog-node@1.12.1-next.0
|
|
158
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.0
|
|
159
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.0
|
|
160
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.0
|
|
161
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11-next.0
|
|
162
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.2.9-next.1
|
|
163
|
+
- @backstage/plugin-scaffolder-node@0.4.5-next.1
|
|
164
|
+
|
|
165
|
+
## 1.22.8-next.0
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- 7d30d95: Fixing issue with log meta fields possibly being circular refs
|
|
170
|
+
- d617103: Updating the logger redaction message to something less dramatic
|
|
171
|
+
- Updated dependencies
|
|
172
|
+
- @backstage/backend-tasks@0.5.24-next.0
|
|
173
|
+
- @backstage/backend-common@0.22.1-next.0
|
|
174
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.2.9-next.0
|
|
175
|
+
- @backstage/backend-plugin-api@0.6.19-next.0
|
|
176
|
+
- @backstage/plugin-auth-node@0.4.14-next.0
|
|
177
|
+
- @backstage/plugin-permission-node@0.7.30-next.0
|
|
178
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1-next.0
|
|
179
|
+
- @backstage/plugin-scaffolder-node@0.4.5-next.0
|
|
180
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.11-next.0
|
|
181
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.0
|
|
182
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.0
|
|
183
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.0
|
|
184
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11-next.0
|
|
185
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9-next.0
|
|
186
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.0
|
|
187
|
+
- @backstage/plugin-catalog-node@1.12.1-next.0
|
|
188
|
+
- @backstage/catalog-client@1.6.5
|
|
189
|
+
- @backstage/catalog-model@1.5.0
|
|
190
|
+
- @backstage/config@1.2.0
|
|
191
|
+
- @backstage/errors@1.2.4
|
|
192
|
+
- @backstage/integration@1.11.0
|
|
193
|
+
- @backstage/types@1.1.1
|
|
194
|
+
- @backstage/plugin-permission-common@0.7.13
|
|
195
|
+
- @backstage/plugin-scaffolder-common@1.5.2
|
|
14
196
|
|
|
15
197
|
## 1.22.6
|
|
16
198
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.cjs.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var alpha = require('@backstage/plugin-scaffolder-common/alpha');
|
|
6
6
|
var pluginPermissionNode = require('@backstage/plugin-permission-node');
|
|
7
|
-
var router = require('./cjs/router-
|
|
7
|
+
var router = require('./cjs/router-BtUx0eIt.cjs.js');
|
|
8
8
|
var backendPluginApi = require('@backstage/backend-plugin-api');
|
|
9
9
|
var backendCommon = require('@backstage/backend-common');
|
|
10
10
|
var integration = require('@backstage/integration');
|
package/dist/alpha.d.ts
CHANGED
|
@@ -94,6 +94,6 @@ declare const scaffolderActionConditions: _backstage_plugin_permission_node.Cond
|
|
|
94
94
|
*
|
|
95
95
|
* @alpha
|
|
96
96
|
*/
|
|
97
|
-
declare const scaffolderPlugin:
|
|
97
|
+
declare const scaffolderPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
|
|
98
98
|
|
|
99
99
|
export { createScaffolderActionConditionalDecision, createScaffolderTemplateConditionalDecision, scaffolderPlugin as default, scaffolderActionConditions, scaffolderTemplateConditions };
|