@red-hat-developer-hub/backstage-plugin-orchestrator-backend 4.1.1
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 +740 -0
- package/README.md +5 -0
- package/app-config.yaml +3 -0
- package/dist/helpers/errorBuilder.cjs.js +36 -0
- package/dist/helpers/errorBuilder.cjs.js.map +1 -0
- package/dist/helpers/filterBuilder.cjs.js +197 -0
- package/dist/helpers/filterBuilder.cjs.js.map +1 -0
- package/dist/helpers/queryBuilder.cjs.js +40 -0
- package/dist/helpers/queryBuilder.cjs.js.map +1 -0
- package/dist/index.cjs.js +10 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/package.json.cjs.js +6 -0
- package/dist/package.json.cjs.js.map +1 -0
- package/dist/plugin.cjs.js +45 -0
- package/dist/plugin.cjs.js.map +1 -0
- package/dist/routerWrapper/index.cjs.js +31 -0
- package/dist/routerWrapper/index.cjs.js.map +1 -0
- package/dist/service/DataIndexService.cjs.js +405 -0
- package/dist/service/DataIndexService.cjs.js.map +1 -0
- package/dist/service/DataInputSchemaService.cjs.js +12 -0
- package/dist/service/DataInputSchemaService.cjs.js.map +1 -0
- package/dist/service/DevModeService.cjs.js +144 -0
- package/dist/service/DevModeService.cjs.js.map +1 -0
- package/dist/service/GitService.cjs.js +72 -0
- package/dist/service/GitService.cjs.js.map +1 -0
- package/dist/service/GitWrapper/git.cjs.js +219 -0
- package/dist/service/GitWrapper/git.cjs.js.map +1 -0
- package/dist/service/Helper.cjs.js +66 -0
- package/dist/service/Helper.cjs.js.map +1 -0
- package/dist/service/OrchestratorService.cjs.js +119 -0
- package/dist/service/OrchestratorService.cjs.js.map +1 -0
- package/dist/service/ScaffolderService.cjs.js +94 -0
- package/dist/service/ScaffolderService.cjs.js.map +1 -0
- package/dist/service/SonataFlowService.cjs.js +188 -0
- package/dist/service/SonataFlowService.cjs.js.map +1 -0
- package/dist/service/WorkflowCacheService.cjs.js +91 -0
- package/dist/service/WorkflowCacheService.cjs.js.map +1 -0
- package/dist/service/api/mapping/V2Mappings.cjs.js +150 -0
- package/dist/service/api/mapping/V2Mappings.cjs.js.map +1 -0
- package/dist/service/api/v2.cjs.js +187 -0
- package/dist/service/api/v2.cjs.js.map +1 -0
- package/dist/service/constants.cjs.js +10 -0
- package/dist/service/constants.cjs.js.map +1 -0
- package/dist/service/router.cjs.js +626 -0
- package/dist/service/router.cjs.js.map +1 -0
- package/dist/types/pagination.cjs.js +30 -0
- package/dist/types/pagination.cjs.js.map +1 -0
- package/package.json +110 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,740 @@
|
|
|
1
|
+
### Dependencies
|
|
2
|
+
|
|
3
|
+
## 4.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 54daa8c: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).
|
|
8
|
+
- Updated dependencies [54daa8c]
|
|
9
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.24.1
|
|
10
|
+
|
|
11
|
+
## 4.1.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 25f1787: Add enum filters to orchestrator plugin
|
|
16
|
+
- 603a162: make error handling consistent in backend and UI
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [25f1787]
|
|
21
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.24.0
|
|
22
|
+
|
|
23
|
+
## 4.0.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 0e6bfd3: feat: update Backstage to the latest version
|
|
28
|
+
|
|
29
|
+
Update to Backstage 1.32.5
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [0e6bfd3]
|
|
32
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.23.1
|
|
33
|
+
- @janus-idp/backstage-plugin-audit-log-node@1.7.1
|
|
34
|
+
- @janus-idp/backstage-plugin-rbac-common@1.12.1
|
|
35
|
+
|
|
36
|
+
## 4.0.0
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- 8244f28: chore(deps): update to backstage 1.32
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [8244f28]
|
|
45
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.23.0
|
|
46
|
+
- @janus-idp/backstage-plugin-audit-log-node@1.7.0
|
|
47
|
+
- @janus-idp/backstage-plugin-rbac-common@1.12.0
|
|
48
|
+
|
|
49
|
+
## 3.0.1
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages
|
|
54
|
+
|
|
55
|
+
This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version.
|
|
56
|
+
|
|
57
|
+
## 3.0.0
|
|
58
|
+
|
|
59
|
+
### Minor Changes
|
|
60
|
+
|
|
61
|
+
- d9551ae: feat(deps): update to backstage 1.31
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- d9551ae: Change local package references to a `*`
|
|
66
|
+
- d9551ae: pin the @janus-idp/cli package
|
|
67
|
+
- d9551ae: upgrade to yarn v3
|
|
68
|
+
- d9551ae: Change the export-dynamic script to no longer use any flags and remove the tracking of the dist-dynamic folder
|
|
69
|
+
- Updated dependencies [d9551ae]
|
|
70
|
+
- Updated dependencies [d9551ae]
|
|
71
|
+
- Updated dependencies [d9551ae]
|
|
72
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@1.22.0
|
|
73
|
+
- @janus-idp/backstage-plugin-rbac-common@1.11.0
|
|
74
|
+
- @janus-idp/backstage-plugin-audit-log-node@1.6.0
|
|
75
|
+
|
|
76
|
+
* **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.21.0
|
|
77
|
+
|
|
78
|
+
### Dependencies
|
|
79
|
+
|
|
80
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.20.0
|
|
81
|
+
- **@janus-idp/cli:** upgraded to 1.15.2
|
|
82
|
+
|
|
83
|
+
### Dependencies
|
|
84
|
+
|
|
85
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.19.0
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
- **@janus-idp/backstage-plugin-audit-log-node:** upgraded to 1.5.1
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
- **@janus-idp/cli:** upgraded to 1.15.1
|
|
94
|
+
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.18.2
|
|
98
|
+
|
|
99
|
+
### Dependencies
|
|
100
|
+
|
|
101
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.18.1
|
|
102
|
+
|
|
103
|
+
### Dependencies
|
|
104
|
+
|
|
105
|
+
- **@janus-idp/cli:** upgraded to 1.15.0
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.18.0
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.17.3
|
|
114
|
+
|
|
115
|
+
### Dependencies
|
|
116
|
+
|
|
117
|
+
- **@janus-idp/cli:** upgraded to 1.14.0
|
|
118
|
+
- **@janus-idp/backstage-plugin-audit-log-node:** upgraded to 1.5.0
|
|
119
|
+
- **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.10.0
|
|
120
|
+
|
|
121
|
+
### Dependencies
|
|
122
|
+
|
|
123
|
+
- **@janus-idp/cli:** upgraded to 1.13.2
|
|
124
|
+
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
- **@janus-idp/backstage-plugin-audit-log-node:** upgraded to 1.4.1
|
|
128
|
+
|
|
129
|
+
### Dependencies
|
|
130
|
+
|
|
131
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.17.2
|
|
132
|
+
|
|
133
|
+
### Dependencies
|
|
134
|
+
|
|
135
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.17.1
|
|
136
|
+
|
|
137
|
+
### Dependencies
|
|
138
|
+
|
|
139
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.17.0
|
|
140
|
+
|
|
141
|
+
### Dependencies
|
|
142
|
+
|
|
143
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.16.0
|
|
144
|
+
|
|
145
|
+
### Dependencies
|
|
146
|
+
|
|
147
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.15.2
|
|
148
|
+
|
|
149
|
+
### Dependencies
|
|
150
|
+
|
|
151
|
+
- **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.9.0
|
|
152
|
+
|
|
153
|
+
### Dependencies
|
|
154
|
+
|
|
155
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.15.1
|
|
156
|
+
|
|
157
|
+
### Dependencies
|
|
158
|
+
|
|
159
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.15.0
|
|
160
|
+
|
|
161
|
+
### Dependencies
|
|
162
|
+
|
|
163
|
+
- **@janus-idp/cli:** upgraded to 1.13.1
|
|
164
|
+
|
|
165
|
+
### Dependencies
|
|
166
|
+
|
|
167
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.14.0
|
|
168
|
+
|
|
169
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.17.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.3) (2024-08-06)
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
- **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.2
|
|
174
|
+
|
|
175
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.17.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.2) (2024-08-05)
|
|
176
|
+
|
|
177
|
+
### Dependencies
|
|
178
|
+
|
|
179
|
+
- **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.1
|
|
180
|
+
|
|
181
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.17.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.1) (2024-08-02)
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
- **orchestrator:** remove default pagination on v2 endpoints ([#1983](https://github.com/janus-idp/backstage-plugins/issues/1983)) ([5e30274](https://github.com/janus-idp/backstage-plugins/commit/5e302748a25cbad127122407e5258576054eac3d))
|
|
186
|
+
|
|
187
|
+
### Dependencies
|
|
188
|
+
|
|
189
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.13.1
|
|
190
|
+
|
|
191
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.17.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.16.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.17.0) (2024-07-26)
|
|
192
|
+
|
|
193
|
+
### Features
|
|
194
|
+
|
|
195
|
+
- **deps:** update to backstage 1.29 ([#1900](https://github.com/janus-idp/backstage-plugins/issues/1900)) ([f53677f](https://github.com/janus-idp/backstage-plugins/commit/f53677fb02d6df43a9de98c43a9f101a6db76802))
|
|
196
|
+
- **orchestrator:** use v2 endpoints to retrieve instances ([#1956](https://github.com/janus-idp/backstage-plugins/issues/1956)) ([537502b](https://github.com/janus-idp/backstage-plugins/commit/537502b9d2ac13f2fb3f79188422d2c6e97f41fb))
|
|
197
|
+
|
|
198
|
+
### Dependencies
|
|
199
|
+
|
|
200
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.13.0
|
|
201
|
+
- **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.0
|
|
202
|
+
|
|
203
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.16.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.16.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.16.1) (2024-07-24)
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
- **deps:** rollback unreleased plugins ([#1951](https://github.com/janus-idp/backstage-plugins/issues/1951)) ([8b77969](https://github.com/janus-idp/backstage-plugins/commit/8b779694f02f8125587296305276b84cdfeeaebe))
|
|
208
|
+
|
|
209
|
+
### Dependencies
|
|
210
|
+
|
|
211
|
+
- **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.7.2
|
|
212
|
+
|
|
213
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.16.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.15.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.16.0) (2024-07-24)
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
- **deps:** update to backstage 1.28 ([#1891](https://github.com/janus-idp/backstage-plugins/issues/1891)) ([1ba1108](https://github.com/janus-idp/backstage-plugins/commit/1ba11088e0de60e90d138944267b83600dc446e5))
|
|
218
|
+
- **orchestrator:** use v2 endpoints to retrieve workflow overviews ([#1892](https://github.com/janus-idp/backstage-plugins/issues/1892)) ([cca1e53](https://github.com/janus-idp/backstage-plugins/commit/cca1e53bc6b3019b1c544f2f62bed8723ebf6130))
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
- **orchestrator:** resolve broken dynamic plugin publish ([#1906](https://github.com/janus-idp/backstage-plugins/issues/1906)) ([5f99043](https://github.com/janus-idp/backstage-plugins/commit/5f990438ebebf8b23c0c8706852753ad0812c55a))
|
|
223
|
+
|
|
224
|
+
### Dependencies
|
|
225
|
+
|
|
226
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.12.0
|
|
227
|
+
|
|
228
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.15.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.14.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.15.0) (2024-07-12)
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
- **orchestrator:** fix version ([#1886](https://github.com/janus-idp/backstage-plugins/issues/1886)) ([65c5917](https://github.com/janus-idp/backstage-plugins/commit/65c5917b8fc066a869d1a8e76d5e7b6cb4c8327c))
|
|
233
|
+
|
|
234
|
+
### Dependencies
|
|
235
|
+
|
|
236
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.11.0
|
|
237
|
+
|
|
238
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.14.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.13.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.14.0) (2024-07-11)
|
|
239
|
+
|
|
240
|
+
### Features
|
|
241
|
+
|
|
242
|
+
- **orchestrator:** change openapi client generator ([#1864](https://github.com/janus-idp/backstage-plugins/issues/1864)) ([d6a4f4c](https://github.com/janus-idp/backstage-plugins/commit/d6a4f4ccfedfd55356305131029fd3d8ca0ab9c5))
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.11.0
|
|
247
|
+
|
|
248
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.13.1) (2024-07-01)
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
- **rbac:** update rbac common to fix compilation ([#1858](https://github.com/janus-idp/backstage-plugins/issues/1858)) ([48f142b](https://github.com/janus-idp/backstage-plugins/commit/48f142b447f0d1677ba3f16b2a3c8972b22d0588))
|
|
253
|
+
|
|
254
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.13.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.12.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.13.0) (2024-06-28)
|
|
255
|
+
|
|
256
|
+
### Features
|
|
257
|
+
|
|
258
|
+
- **orchestrator:** fix build failure from [#1833](https://github.com/janus-idp/backstage-plugins/issues/1833) ([#1850](https://github.com/janus-idp/backstage-plugins/issues/1850)) ([c0c73e6](https://github.com/janus-idp/backstage-plugins/commit/c0c73e638f66c03dae565614b8186938b38d7032))
|
|
259
|
+
- **orchestrator:** remove unneeded orchestrator jira integration and endpoint ([#1833](https://github.com/janus-idp/backstage-plugins/issues/1833)) ([d2a76fd](https://github.com/janus-idp/backstage-plugins/commit/d2a76fd3db028f9774c821759bee5f38b7131c94))
|
|
260
|
+
|
|
261
|
+
### Dependencies
|
|
262
|
+
|
|
263
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.10.0
|
|
264
|
+
|
|
265
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.12.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.11.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.12.0) (2024-06-26)
|
|
266
|
+
|
|
267
|
+
### Features
|
|
268
|
+
|
|
269
|
+
- **orchestrator:** disable buttons based on permissions ([#1818](https://github.com/janus-idp/backstage-plugins/issues/1818)) ([36504b0](https://github.com/janus-idp/backstage-plugins/commit/36504b05d96dbbf0b2395dc6e5c155c21fa73bcd))
|
|
270
|
+
|
|
271
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.11.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.10.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.11.0) (2024-06-25)
|
|
272
|
+
|
|
273
|
+
### Features
|
|
274
|
+
|
|
275
|
+
- **orchestrator:** add auditLog and reorganize endpoints declaration ([#1820](https://github.com/janus-idp/backstage-plugins/issues/1820)) ([00d9216](https://github.com/janus-idp/backstage-plugins/commit/00d9216ba76c13fac86933a8605102d6e1768929))
|
|
276
|
+
|
|
277
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.10.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.10.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.10.1) (2024-06-19)
|
|
278
|
+
|
|
279
|
+
### Bug Fixes
|
|
280
|
+
|
|
281
|
+
- **orchestrator:** change log level of cache messages to be debug ([#1824](https://github.com/janus-idp/backstage-plugins/issues/1824)) ([4224612](https://github.com/janus-idp/backstage-plugins/commit/422461224e31b419cd8394e2432af71ed10a986e))
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
- **@janus-idp/cli:** upgraded to 1.11.1
|
|
286
|
+
|
|
287
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.10.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.8...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.10.0) (2024-06-13)
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
- **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))
|
|
292
|
+
|
|
293
|
+
### Dependencies
|
|
294
|
+
|
|
295
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.9.0
|
|
296
|
+
- **@janus-idp/cli:** upgraded to 1.11.0
|
|
297
|
+
|
|
298
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.8](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.7...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.8) (2024-06-13)
|
|
299
|
+
|
|
300
|
+
### Dependencies
|
|
301
|
+
|
|
302
|
+
- **@janus-idp/cli:** upgraded to 1.10.1
|
|
303
|
+
|
|
304
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.7](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.6...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.7) (2024-06-11)
|
|
305
|
+
|
|
306
|
+
### Bug Fixes
|
|
307
|
+
|
|
308
|
+
- **orchestrator:** fix error handling in case data index failed to start ([#1804](https://github.com/janus-idp/backstage-plugins/issues/1804)) ([27affb7](https://github.com/janus-idp/backstage-plugins/commit/27affb7815e02127721fd854f7903dca3525dede))
|
|
309
|
+
|
|
310
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.6](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.5...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.6) (2024-06-05)
|
|
311
|
+
|
|
312
|
+
### Dependencies
|
|
313
|
+
|
|
314
|
+
- **@janus-idp/cli:** upgraded to 1.10.0
|
|
315
|
+
|
|
316
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.5](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.4...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.5) (2024-06-04)
|
|
317
|
+
|
|
318
|
+
### Dependencies
|
|
319
|
+
|
|
320
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.8.1
|
|
321
|
+
|
|
322
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.4](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.3...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.4) (2024-06-03)
|
|
323
|
+
|
|
324
|
+
### Dependencies
|
|
325
|
+
|
|
326
|
+
- **@janus-idp/cli:** upgraded to 1.9.0
|
|
327
|
+
|
|
328
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.3) (2024-05-29)
|
|
329
|
+
|
|
330
|
+
### Dependencies
|
|
331
|
+
|
|
332
|
+
- **@janus-idp/cli:** upgraded to 1.8.10
|
|
333
|
+
|
|
334
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.2) (2024-05-29)
|
|
335
|
+
|
|
336
|
+
### Dependencies
|
|
337
|
+
|
|
338
|
+
- **@janus-idp/cli:** upgraded to 1.8.9
|
|
339
|
+
|
|
340
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.1) (2024-05-28)
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
- **orchestrator:** fixed broken workflow viewer ([#1717](https://github.com/janus-idp/backstage-plugins/issues/1717)) ([19cc79b](https://github.com/janus-idp/backstage-plugins/commit/19cc79bb9c1422556ddb9f85a2ac323186808321))
|
|
345
|
+
|
|
346
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.9.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.7...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.9.0) (2024-05-22)
|
|
347
|
+
|
|
348
|
+
### Features
|
|
349
|
+
|
|
350
|
+
- **orchestrator:** add permissions to orchestrator plugin ([#1599](https://github.com/janus-idp/backstage-plugins/issues/1599)) ([d0a4531](https://github.com/janus-idp/backstage-plugins/commit/d0a453181e177eb1da7b1e231253b76a2d9356a8))
|
|
351
|
+
|
|
352
|
+
### Bug Fixes
|
|
353
|
+
|
|
354
|
+
- **orchestrator:** fix the common package reference version ([#1704](https://github.com/janus-idp/backstage-plugins/issues/1704)) ([942b2a3](https://github.com/janus-idp/backstage-plugins/commit/942b2a3b6eb29c0fe88f9c98dea581309d02fded))
|
|
355
|
+
|
|
356
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.7](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.6...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.7) (2024-05-21)
|
|
357
|
+
|
|
358
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.6](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.5...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.6) (2024-05-20)
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
- **orchestrator:** fixes many security-related issues ([#1681](https://github.com/janus-idp/backstage-plugins/issues/1681)) ([3e801c8](https://github.com/janus-idp/backstage-plugins/commit/3e801c84015f925bdecd226a161ef81a5fc69432))
|
|
363
|
+
|
|
364
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.5](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.4...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.5) (2024-05-16)
|
|
365
|
+
|
|
366
|
+
### Dependencies
|
|
367
|
+
|
|
368
|
+
- **@janus-idp/cli:** upgraded to 1.8.7
|
|
369
|
+
|
|
370
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.4](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.3...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.4) (2024-05-15)
|
|
371
|
+
|
|
372
|
+
### Documentation
|
|
373
|
+
|
|
374
|
+
- **orchestrator:** removes instructions related to the editor ([#1664](https://github.com/janus-idp/backstage-plugins/issues/1664)) ([10a75b2](https://github.com/janus-idp/backstage-plugins/commit/10a75b2706c72751bd774d6fae4332bbc527dc2b))
|
|
375
|
+
|
|
376
|
+
### Dependencies
|
|
377
|
+
|
|
378
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.7.2
|
|
379
|
+
|
|
380
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.3) (2024-05-15)
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
- **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](https://github.com/janus-idp/backstage-plugins/issues/1644)) ([4a9d1f8](https://github.com/janus-idp/backstage-plugins/commit/4a9d1f821a30437e73631fac98b1aabc65473fba))
|
|
385
|
+
|
|
386
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.2) (2024-05-09)
|
|
387
|
+
|
|
388
|
+
### Dependencies
|
|
389
|
+
|
|
390
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.7.1
|
|
391
|
+
- **@janus-idp/cli:** upgraded to 1.8.6
|
|
392
|
+
|
|
393
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.1) (2024-05-09)
|
|
394
|
+
|
|
395
|
+
### Dependencies
|
|
396
|
+
|
|
397
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.7.0
|
|
398
|
+
|
|
399
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.8.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.4...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.8.0) (2024-05-06)
|
|
400
|
+
|
|
401
|
+
### Features
|
|
402
|
+
|
|
403
|
+
- **orchestrator:** make the internal sonata podman compatible ([#1612](https://github.com/janus-idp/backstage-plugins/issues/1612)) ([e4e528e](https://github.com/janus-idp/backstage-plugins/commit/e4e528e2c10536d029ffec11953f3a1d0309b0c5))
|
|
404
|
+
|
|
405
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.7.4](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.3...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.4) (2024-05-02)
|
|
406
|
+
|
|
407
|
+
### Dependencies
|
|
408
|
+
|
|
409
|
+
- **@janus-idp/cli:** upgraded to 1.8.5
|
|
410
|
+
|
|
411
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.7.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.3) (2024-05-02)
|
|
412
|
+
|
|
413
|
+
### Dependencies
|
|
414
|
+
|
|
415
|
+
- **@janus-idp/cli:** upgraded to 1.8.4
|
|
416
|
+
|
|
417
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.7.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.2) (2024-04-30)
|
|
418
|
+
|
|
419
|
+
### Dependencies
|
|
420
|
+
|
|
421
|
+
- **@janus-idp/cli:** upgraded to 1.8.3
|
|
422
|
+
|
|
423
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.7.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.1) (2024-04-30)
|
|
424
|
+
|
|
425
|
+
### Dependencies
|
|
426
|
+
|
|
427
|
+
- **@janus-idp/cli:** upgraded to 1.8.2
|
|
428
|
+
|
|
429
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.7.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.8...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.7.0) (2024-04-25)
|
|
430
|
+
|
|
431
|
+
### Features
|
|
432
|
+
|
|
433
|
+
- **orchestrator:** add endpoint to retrigger workflow in error state ([#1343](https://github.com/janus-idp/backstage-plugins/issues/1343)) ([328d23a](https://github.com/janus-idp/backstage-plugins/commit/328d23a7992da125becc8d7775a4ebd68165f243))
|
|
434
|
+
|
|
435
|
+
### Dependencies
|
|
436
|
+
|
|
437
|
+
- **@janus-idp/cli:** upgraded to 1.8.1
|
|
438
|
+
|
|
439
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.8](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.7...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.8) (2024-04-18)
|
|
440
|
+
|
|
441
|
+
### Bug Fixes
|
|
442
|
+
|
|
443
|
+
- **orchestrator:** allows serving the editor envelope in disconnected environments ([#1450](https://github.com/janus-idp/backstage-plugins/issues/1450)) ([1e778d8](https://github.com/janus-idp/backstage-plugins/commit/1e778d88336dfec79d48ece4fd8d2a035133b70e))
|
|
444
|
+
|
|
445
|
+
### Dependencies
|
|
446
|
+
|
|
447
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.6.4
|
|
448
|
+
|
|
449
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.7](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.6...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.7) (2024-04-15)
|
|
450
|
+
|
|
451
|
+
### Dependencies
|
|
452
|
+
|
|
453
|
+
- **@janus-idp/cli:** upgraded to 1.8.0
|
|
454
|
+
|
|
455
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.6](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.5...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.6) (2024-04-09)
|
|
456
|
+
|
|
457
|
+
### Dependencies
|
|
458
|
+
|
|
459
|
+
- **@janus-idp/cli:** upgraded to 1.7.10
|
|
460
|
+
|
|
461
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.5](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.4...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.5) (2024-04-09)
|
|
462
|
+
|
|
463
|
+
### Dependencies
|
|
464
|
+
|
|
465
|
+
- **@janus-idp/cli:** upgraded to 1.7.9
|
|
466
|
+
|
|
467
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.4](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.3...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.4) (2024-04-05)
|
|
468
|
+
|
|
469
|
+
### Dependencies
|
|
470
|
+
|
|
471
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.6.3
|
|
472
|
+
- **@janus-idp/cli:** upgraded to 1.7.8
|
|
473
|
+
|
|
474
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.3) (2024-04-04)
|
|
475
|
+
|
|
476
|
+
### Bug Fixes
|
|
477
|
+
|
|
478
|
+
- **orchestrator:** add lastRunId to overview endpoints ([#1449](https://github.com/janus-idp/backstage-plugins/issues/1449)) ([cce56f7](https://github.com/janus-idp/backstage-plugins/commit/cce56f7de3acc41ecd30b1b9962d7817be69de7d))
|
|
479
|
+
- **orchestrator:** only inputs inherited from the assessment workflow should be disabled ([#1436](https://github.com/janus-idp/backstage-plugins/issues/1436)) ([32d9bdf](https://github.com/janus-idp/backstage-plugins/commit/32d9bdfc38c07c4e60f0ce7670fc3813ad0d92c3))
|
|
480
|
+
|
|
481
|
+
### Dependencies
|
|
482
|
+
|
|
483
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.6.2
|
|
484
|
+
|
|
485
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.2) (2024-04-02)
|
|
486
|
+
|
|
487
|
+
### Dependencies
|
|
488
|
+
|
|
489
|
+
- **@janus-idp/cli:** upgraded to 1.7.7
|
|
490
|
+
|
|
491
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.1) (2024-03-29)
|
|
492
|
+
|
|
493
|
+
### Bug Fixes
|
|
494
|
+
|
|
495
|
+
- **orchestrator:** fixes v2/instances endpoint ([#1414](https://github.com/janus-idp/backstage-plugins/issues/1414)) ([88b49df](https://github.com/janus-idp/backstage-plugins/commit/88b49df35cf10e231ba69c239e873cb10e7cc25b))
|
|
496
|
+
|
|
497
|
+
### Dependencies
|
|
498
|
+
|
|
499
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.6.1
|
|
500
|
+
- **@janus-idp/cli:** upgraded to 1.7.6
|
|
501
|
+
|
|
502
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.3...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.6.0) (2024-03-14)
|
|
503
|
+
|
|
504
|
+
### Features
|
|
505
|
+
|
|
506
|
+
- **orchestrator:** verify availability and cache workflow definition IDs ([#1309](https://github.com/janus-idp/backstage-plugins/issues/1309)) ([4d322f1](https://github.com/janus-idp/backstage-plugins/commit/4d322f1fc5b6f8b1afedf40cfe1b24b2edae2ac1))
|
|
507
|
+
|
|
508
|
+
### Dependencies
|
|
509
|
+
|
|
510
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.6.0
|
|
511
|
+
|
|
512
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.5.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.3) (2024-03-12)
|
|
513
|
+
|
|
514
|
+
### Dependencies
|
|
515
|
+
|
|
516
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.5.1
|
|
517
|
+
|
|
518
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.5.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.2) (2024-03-11)
|
|
519
|
+
|
|
520
|
+
### Dependencies
|
|
521
|
+
|
|
522
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.5.0
|
|
523
|
+
|
|
524
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.1) (2024-03-11)
|
|
525
|
+
|
|
526
|
+
### Other changes
|
|
527
|
+
|
|
528
|
+
- **orchestrator:** add unit tests for v2 endpoints ([#1300](https://github.com/janus-idp/backstage-plugins/issues/1300)) ([9a13138](https://github.com/janus-idp/backstage-plugins/commit/9a13138c61d3cc7331f739da80f020bb68dd61e5))
|
|
529
|
+
|
|
530
|
+
### Dependencies
|
|
531
|
+
|
|
532
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.4.1
|
|
533
|
+
|
|
534
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.12...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.5.0) (2024-03-07)
|
|
535
|
+
|
|
536
|
+
### Features
|
|
537
|
+
|
|
538
|
+
- **orchestrator:** support pagination for /instances and /overview ([#1313](https://github.com/janus-idp/backstage-plugins/issues/1313)) ([79d5988](https://github.com/janus-idp/backstage-plugins/commit/79d598816f16c8346b6868bff4cc30d695cad518))
|
|
539
|
+
|
|
540
|
+
### Dependencies
|
|
541
|
+
|
|
542
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.4.0
|
|
543
|
+
|
|
544
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.12](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.11...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.12) (2024-03-04)
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
- **orchestrator:** increase the number of attempts to fetch the instance after execution ([#1301](https://github.com/janus-idp/backstage-plugins/issues/1301)) ([77dcce3](https://github.com/janus-idp/backstage-plugins/commit/77dcce3adceaf12b583bda5e74be69a5cc273ba1))
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
- **@janus-idp/cli:** upgraded to 1.7.5
|
|
553
|
+
|
|
554
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.10...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.11) (2024-03-03)
|
|
555
|
+
|
|
556
|
+
### Bug Fixes
|
|
557
|
+
|
|
558
|
+
- **orchestrator:** stop fetching workflow URI ([#1297](https://github.com/janus-idp/backstage-plugins/issues/1297)) ([2456a28](https://github.com/janus-idp/backstage-plugins/commit/2456a287dbff955a0916b9600e89a39511cd537a))
|
|
559
|
+
|
|
560
|
+
### Dependencies
|
|
561
|
+
|
|
562
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.7
|
|
563
|
+
|
|
564
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.10](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.9...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.10) (2024-02-29)
|
|
565
|
+
|
|
566
|
+
### Bug Fixes
|
|
567
|
+
|
|
568
|
+
- **orchestrator:** refactor 500 response to use ErrorResponse object ([#1290](https://github.com/janus-idp/backstage-plugins/issues/1290)) ([2580f3d](https://github.com/janus-idp/backstage-plugins/commit/2580f3d38cecf78334964666eb7c127c21b00924))
|
|
569
|
+
|
|
570
|
+
### Dependencies
|
|
571
|
+
|
|
572
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.6
|
|
573
|
+
|
|
574
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.9](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.8...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.9) (2024-02-28)
|
|
575
|
+
|
|
576
|
+
### Bug Fixes
|
|
577
|
+
|
|
578
|
+
- **orchestrator:** clean up the plugin code ([#1292](https://github.com/janus-idp/backstage-plugins/issues/1292)) ([ad27fb8](https://github.com/janus-idp/backstage-plugins/commit/ad27fb8e98913a6b80feb38ff58a7864e1953a7e))
|
|
579
|
+
|
|
580
|
+
### Dependencies
|
|
581
|
+
|
|
582
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.5
|
|
583
|
+
|
|
584
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.7...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.8) (2024-02-28)
|
|
585
|
+
|
|
586
|
+
### Dependencies
|
|
587
|
+
|
|
588
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.4
|
|
589
|
+
|
|
590
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.6...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.7) (2024-02-28)
|
|
591
|
+
|
|
592
|
+
### Bug Fixes
|
|
593
|
+
|
|
594
|
+
- **orchestrator:** handle nullable start/state properties of process instance ([#1277](https://github.com/janus-idp/backstage-plugins/issues/1277)) ([d8a43a5](https://github.com/janus-idp/backstage-plugins/commit/d8a43a5a164f83fc90d037ae3d7a355f5de543e0))
|
|
595
|
+
|
|
596
|
+
### Dependencies
|
|
597
|
+
|
|
598
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.3
|
|
599
|
+
|
|
600
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.5...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.6) (2024-02-27)
|
|
601
|
+
|
|
602
|
+
### Bug Fixes
|
|
603
|
+
|
|
604
|
+
- **orchestrator:** workflowId parameter wrongly parsed in getWorkflowOverviewById (v2) ([#1283](https://github.com/janus-idp/backstage-plugins/issues/1283)) ([2cd70d0](https://github.com/janus-idp/backstage-plugins/commit/2cd70d048d707a3b117c5273a1d8bc9fdc03fff7))
|
|
605
|
+
|
|
606
|
+
### Dependencies
|
|
607
|
+
|
|
608
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.2
|
|
609
|
+
|
|
610
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.5](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.4...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.5) (2024-02-27)
|
|
611
|
+
|
|
612
|
+
### Bug Fixes
|
|
613
|
+
|
|
614
|
+
- **orchestrator:** warn "unknown format X ignored in schema at path Y" ([#1270](https://github.com/janus-idp/backstage-plugins/issues/1270)) ([de3c734](https://github.com/janus-idp/backstage-plugins/commit/de3c734299189b753d924c87aa9b5c9b5f94683c)), closes [/github.com/janus-idp/backstage-plugins/blob/903c7f37a1cf138ac96ef3f631f951866c2014fa/plugins/notifications-backend/src/service/router.ts#L45-L52](https://github.com/janus-idp//github.com/janus-idp/backstage-plugins/blob/903c7f37a1cf138ac96ef3f631f951866c2014fa/plugins/notifications-backend/src/service/router.ts/issues/L45-L52)
|
|
615
|
+
|
|
616
|
+
### Dependencies
|
|
617
|
+
|
|
618
|
+
- **@janus-idp/cli:** upgraded to 1.7.4
|
|
619
|
+
|
|
620
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.3...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.4) (2024-02-26)
|
|
621
|
+
|
|
622
|
+
### Dependencies
|
|
623
|
+
|
|
624
|
+
- **@janus-idp/cli:** upgraded to 1.7.3
|
|
625
|
+
|
|
626
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.3](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.3) (2024-02-23)
|
|
627
|
+
|
|
628
|
+
### Bug Fixes
|
|
629
|
+
|
|
630
|
+
- **orchestrator:** handle api endpoint failure ([#1254](https://github.com/janus-idp/backstage-plugins/issues/1254)) ([503de1b](https://github.com/janus-idp/backstage-plugins/commit/503de1b028e134cafb5a04045068768f30519409))
|
|
631
|
+
|
|
632
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.2) (2024-02-22)
|
|
633
|
+
|
|
634
|
+
### Bug Fixes
|
|
635
|
+
|
|
636
|
+
- **orchestrator:** improvements to backend services ([#1252](https://github.com/janus-idp/backstage-plugins/issues/1252)) ([af8e072](https://github.com/janus-idp/backstage-plugins/commit/af8e072f35bc033f5111207c87711c9c0f9ff386))
|
|
637
|
+
|
|
638
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.1) (2024-02-21)
|
|
639
|
+
|
|
640
|
+
### Bug Fixes
|
|
641
|
+
|
|
642
|
+
- **orchestrator:** implementation of getWorkflowById (v2) ([#1233](https://github.com/janus-idp/backstage-plugins/issues/1233)) ([f9f9008](https://github.com/janus-idp/backstage-plugins/commit/f9f9008d29f244c2ae6d688d3e2dc9b65b705e5b))
|
|
643
|
+
- **orchestrator:** minor improvements and fixes ([#1242](https://github.com/janus-idp/backstage-plugins/issues/1242)) ([c9ec4cb](https://github.com/janus-idp/backstage-plugins/commit/c9ec4cbe1847268e8068edc69c7937c5e133c315))
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.1
|
|
648
|
+
- **@janus-idp/cli:** upgraded to 1.7.2
|
|
649
|
+
|
|
650
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.3.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.4.0) (2024-02-20)
|
|
651
|
+
|
|
652
|
+
### Features
|
|
653
|
+
|
|
654
|
+
- **orchestrator:** add OpenAPI v2 implementations ([#1182](https://github.com/janus-idp/backstage-plugins/issues/1182)) ([43ac2f3](https://github.com/janus-idp/backstage-plugins/commit/43ac2f3f492b5c977142a3cfd9868d5e193ceb02))
|
|
655
|
+
|
|
656
|
+
### Bug Fixes
|
|
657
|
+
|
|
658
|
+
- **orchestrator:** decommission the ProcessInstance.lastUpdate field ([#1230](https://github.com/janus-idp/backstage-plugins/issues/1230)) ([9724e27](https://github.com/janus-idp/backstage-plugins/commit/9724e27eaa84fe73d7724f28c86409681b7f79f8))
|
|
659
|
+
|
|
660
|
+
### Dependencies
|
|
661
|
+
|
|
662
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.3.0
|
|
663
|
+
|
|
664
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.3.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.3.1) (2024-02-16)
|
|
665
|
+
|
|
666
|
+
### Bug Fixes
|
|
667
|
+
|
|
668
|
+
- **orchestrator:** resolve mismatch between execution data and composed schema ([#1217](https://github.com/janus-idp/backstage-plugins/issues/1217)) ([af85114](https://github.com/janus-idp/backstage-plugins/commit/af851148935e1ed083709cac145520d7551de737))
|
|
669
|
+
|
|
670
|
+
### Dependencies
|
|
671
|
+
|
|
672
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.2.1
|
|
673
|
+
|
|
674
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.2.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.3.0) (2024-02-16)
|
|
675
|
+
|
|
676
|
+
### Features
|
|
677
|
+
|
|
678
|
+
- **orchestrator:** add OpenAPI support ([#1123](https://github.com/janus-idp/backstage-plugins/issues/1123)) ([bd88e23](https://github.com/janus-idp/backstage-plugins/commit/bd88e2304c93761ce6754985074f004a5a3c8c4b))
|
|
679
|
+
|
|
680
|
+
### Dependencies
|
|
681
|
+
|
|
682
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.2.0
|
|
683
|
+
|
|
684
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.2.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.2.2) (2024-02-13)
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
- **orchestrator:** filter out `null` values from action input ([#1199](https://github.com/janus-idp/backstage-plugins/issues/1199)) ([55c3927](https://github.com/janus-idp/backstage-plugins/commit/55c3927fb5211e1ec78719fd38740eb29e481962))
|
|
689
|
+
|
|
690
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.2.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.2.1) (2024-02-05)
|
|
691
|
+
|
|
692
|
+
### Dependencies
|
|
693
|
+
|
|
694
|
+
- **@janus-idp/cli:** upgraded to 1.7.1
|
|
695
|
+
|
|
696
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.1.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.2.0) (2024-02-02)
|
|
697
|
+
|
|
698
|
+
### Features
|
|
699
|
+
|
|
700
|
+
- **orchestrator:** add the ability to rerun workflows in a new instance ([#1141](https://github.com/janus-idp/backstage-plugins/issues/1141)) ([fe326df](https://github.com/janus-idp/backstage-plugins/commit/fe326df569caa5a9e7b7ec809c1c371a2a936010))
|
|
701
|
+
|
|
702
|
+
### Bug Fixes
|
|
703
|
+
|
|
704
|
+
- add missing alpha dynamic plugin entry points ([#1161](https://github.com/janus-idp/backstage-plugins/issues/1161)) ([36e9d91](https://github.com/janus-idp/backstage-plugins/commit/36e9d910b8f534fd9db2f8210c9aa7a24560f01d))
|
|
705
|
+
|
|
706
|
+
### Dependencies
|
|
707
|
+
|
|
708
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.1.0
|
|
709
|
+
|
|
710
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.0.2...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.1.0) (2024-01-30)
|
|
711
|
+
|
|
712
|
+
### Features
|
|
713
|
+
|
|
714
|
+
- add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](https://github.com/janus-idp/backstage-plugins/issues/1132)) ([06e16fd](https://github.com/janus-idp/backstage-plugins/commit/06e16fdcf64257dd08297cb727445d9a8a23c522))
|
|
715
|
+
|
|
716
|
+
### Dependencies
|
|
717
|
+
|
|
718
|
+
- **@janus-idp/cli:** upgraded to 1.7.0
|
|
719
|
+
|
|
720
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.0.2](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.0.1...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.0.2) (2024-01-25)
|
|
721
|
+
|
|
722
|
+
### Dependencies
|
|
723
|
+
|
|
724
|
+
- **@janus-idp/cli:** upgraded to 1.6.0
|
|
725
|
+
|
|
726
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend [1.0.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.0.0...@red-hat-developer-hub/backstage-plugin-orchestrator-backend@1.0.1) (2024-01-18)
|
|
727
|
+
|
|
728
|
+
### Bug Fixes
|
|
729
|
+
|
|
730
|
+
- **orchestrator:** regenerate `orchestrator-backend/dist-dynamic/package.json` ([#1083](https://github.com/janus-idp/backstage-plugins/issues/1083)) ([8a8051c](https://github.com/janus-idp/backstage-plugins/commit/8a8051c5eded7bdd3e05d1532e8354709aaccb8b))
|
|
731
|
+
|
|
732
|
+
## @red-hat-developer-hub/backstage-plugin-orchestrator-backend 1.0.0 (2024-01-17)
|
|
733
|
+
|
|
734
|
+
### Features
|
|
735
|
+
|
|
736
|
+
- **orchestrator:** add orchestrator plugin ([#783](https://github.com/janus-idp/backstage-plugins/issues/783)) ([cf5fe74](https://github.com/janus-idp/backstage-plugins/commit/cf5fe74db6992d9f51f5073bbcf20c8c346357a1)), closes [#28](https://github.com/janus-idp/backstage-plugins/issues/28) [#38](https://github.com/janus-idp/backstage-plugins/issues/38) [#35](https://github.com/janus-idp/backstage-plugins/issues/35) [#21](https://github.com/janus-idp/backstage-plugins/issues/21)
|
|
737
|
+
|
|
738
|
+
### Dependencies
|
|
739
|
+
|
|
740
|
+
- **@red-hat-developer-hub/backstage-plugin-orchestrator-common:** upgraded to 1.0.0
|