@backstage-community/plugin-code-coverage-backend 0.2.32
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 +1605 -0
- package/README.md +256 -0
- package/dist/index.cjs.js +650 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +37 -0
- package/migrations/20210302_init.js +65 -0
- package/package.json +61 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1605 @@
|
|
|
1
|
+
# @backstage-community/plugin-code-coverage-backend
|
|
2
|
+
|
|
3
|
+
## 0.2.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 193a2a3: Migrated from the [backstage/backstage](https://github.com/backstage/backstage) monorepo.
|
|
8
|
+
|
|
9
|
+
## 0.2.31
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d5a1fe1: Replaced winston logger with `LoggerService`
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/backend-common@0.21.7
|
|
16
|
+
- @backstage/backend-plugin-api@0.6.17
|
|
17
|
+
- @backstage/catalog-client@1.6.4
|
|
18
|
+
- @backstage/integration@1.10.0
|
|
19
|
+
- @backstage/catalog-model@1.4.5
|
|
20
|
+
- @backstage/config@1.2.0
|
|
21
|
+
- @backstage/errors@1.2.4
|
|
22
|
+
|
|
23
|
+
## 0.2.31-next.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/backend-common@0.21.7-next.1
|
|
29
|
+
- @backstage/backend-plugin-api@0.6.17-next.1
|
|
30
|
+
- @backstage/catalog-client@1.6.4-next.0
|
|
31
|
+
- @backstage/catalog-model@1.4.5
|
|
32
|
+
- @backstage/config@1.2.0
|
|
33
|
+
- @backstage/errors@1.2.4
|
|
34
|
+
- @backstage/integration@1.10.0-next.0
|
|
35
|
+
|
|
36
|
+
## 0.2.31-next.0
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @backstage/backend-common@0.21.7-next.0
|
|
42
|
+
- @backstage/integration@1.10.0-next.0
|
|
43
|
+
- @backstage/backend-plugin-api@0.6.17-next.0
|
|
44
|
+
- @backstage/catalog-client@1.6.3
|
|
45
|
+
- @backstage/catalog-model@1.4.5
|
|
46
|
+
- @backstage/config@1.2.0
|
|
47
|
+
- @backstage/errors@1.2.4
|
|
48
|
+
|
|
49
|
+
## 0.2.30
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies
|
|
54
|
+
- @backstage/catalog-client@1.6.3
|
|
55
|
+
- @backstage/backend-common@0.21.6
|
|
56
|
+
- @backstage/backend-plugin-api@0.6.16
|
|
57
|
+
- @backstage/catalog-model@1.4.5
|
|
58
|
+
- @backstage/config@1.2.0
|
|
59
|
+
- @backstage/errors@1.2.4
|
|
60
|
+
- @backstage/integration@1.9.1
|
|
61
|
+
|
|
62
|
+
## 0.2.29
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- Updated dependencies
|
|
67
|
+
- @backstage/catalog-client@1.6.2
|
|
68
|
+
- @backstage/backend-common@0.21.5
|
|
69
|
+
- @backstage/backend-plugin-api@0.6.15
|
|
70
|
+
- @backstage/catalog-model@1.4.5
|
|
71
|
+
- @backstage/config@1.2.0
|
|
72
|
+
- @backstage/errors@1.2.4
|
|
73
|
+
- @backstage/integration@1.9.1
|
|
74
|
+
|
|
75
|
+
## 0.2.28
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- 2bd1410: Removed unused dependencies
|
|
80
|
+
- 4467036: Allow unauthenticated access to health check endpoint.
|
|
81
|
+
- cceebae: Fix jacoco convertor to not require annotation to be set to scm-only.
|
|
82
|
+
- 8efe690: Migrated to support new auth services.
|
|
83
|
+
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
|
84
|
+
Updated dependency `@types/uuid` to `^9.0.0`.
|
|
85
|
+
- 1914e2a: Updated README
|
|
86
|
+
- Updated dependencies
|
|
87
|
+
- @backstage/backend-common@0.21.4
|
|
88
|
+
- @backstage/integration@1.9.1
|
|
89
|
+
- @backstage/config@1.2.0
|
|
90
|
+
- @backstage/errors@1.2.4
|
|
91
|
+
- @backstage/backend-plugin-api@0.6.14
|
|
92
|
+
- @backstage/catalog-client@1.6.1
|
|
93
|
+
- @backstage/catalog-model@1.4.5
|
|
94
|
+
|
|
95
|
+
## 0.2.28-next.2
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- 2bd1410: Removed unused dependencies
|
|
100
|
+
- 1914e2a: Updated README
|
|
101
|
+
- Updated dependencies
|
|
102
|
+
- @backstage/integration@1.9.1-next.2
|
|
103
|
+
- @backstage/catalog-client@1.6.1-next.1
|
|
104
|
+
- @backstage/backend-common@0.21.4-next.2
|
|
105
|
+
- @backstage/backend-plugin-api@0.6.14-next.2
|
|
106
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
107
|
+
- @backstage/config@1.2.0-next.1
|
|
108
|
+
- @backstage/errors@1.2.4-next.0
|
|
109
|
+
|
|
110
|
+
## 0.2.28-next.1
|
|
111
|
+
|
|
112
|
+
### Patch Changes
|
|
113
|
+
|
|
114
|
+
- Updated dependencies
|
|
115
|
+
- @backstage/config@1.2.0-next.1
|
|
116
|
+
- @backstage/backend-common@0.21.4-next.1
|
|
117
|
+
- @backstage/backend-plugin-api@0.6.14-next.1
|
|
118
|
+
- @backstage/integration@1.9.1-next.1
|
|
119
|
+
- @backstage/plugin-auth-node@0.4.9-next.1
|
|
120
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
121
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
122
|
+
- @backstage/errors@1.2.4-next.0
|
|
123
|
+
|
|
124
|
+
## 0.2.27-next.0
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- cceebae: Fix jacoco convertor to not require annotation to be set to scm-only.
|
|
129
|
+
- 8efe690: Migrated to support new auth services.
|
|
130
|
+
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
|
131
|
+
Updated dependency `@types/uuid` to `^9.0.0`.
|
|
132
|
+
- Updated dependencies
|
|
133
|
+
- @backstage/backend-common@0.21.3-next.0
|
|
134
|
+
- @backstage/plugin-auth-node@0.4.8-next.0
|
|
135
|
+
- @backstage/errors@1.2.4-next.0
|
|
136
|
+
- @backstage/backend-plugin-api@0.6.13-next.0
|
|
137
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
138
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
139
|
+
- @backstage/config@1.1.2-next.0
|
|
140
|
+
- @backstage/integration@1.9.1-next.0
|
|
141
|
+
|
|
142
|
+
## 0.2.24
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
147
|
+
- Updated dependencies
|
|
148
|
+
- @backstage/backend-common@0.21.0
|
|
149
|
+
- @backstage/plugin-auth-node@0.4.4
|
|
150
|
+
- @backstage/backend-plugin-api@0.6.10
|
|
151
|
+
- @backstage/catalog-model@1.4.4
|
|
152
|
+
- @backstage/integration@1.9.0
|
|
153
|
+
- @backstage/catalog-client@1.6.0
|
|
154
|
+
- @backstage/config@1.1.1
|
|
155
|
+
- @backstage/errors@1.2.3
|
|
156
|
+
|
|
157
|
+
## 0.2.24-next.3
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies
|
|
162
|
+
- @backstage/backend-common@0.21.0-next.3
|
|
163
|
+
- @backstage/integration@1.9.0-next.1
|
|
164
|
+
- @backstage/plugin-auth-node@0.4.4-next.3
|
|
165
|
+
- @backstage/backend-plugin-api@0.6.10-next.3
|
|
166
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
167
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
168
|
+
- @backstage/config@1.1.1
|
|
169
|
+
- @backstage/errors@1.2.3
|
|
170
|
+
|
|
171
|
+
## 0.2.24-next.2
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
176
|
+
- Updated dependencies
|
|
177
|
+
- @backstage/backend-common@0.21.0-next.2
|
|
178
|
+
- @backstage/backend-plugin-api@0.6.10-next.2
|
|
179
|
+
- @backstage/plugin-auth-node@0.4.4-next.2
|
|
180
|
+
- @backstage/config@1.1.1
|
|
181
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
182
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
183
|
+
- @backstage/errors@1.2.3
|
|
184
|
+
- @backstage/integration@1.9.0-next.0
|
|
185
|
+
|
|
186
|
+
## 0.2.24-next.1
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- Updated dependencies
|
|
191
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
192
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
193
|
+
- @backstage/backend-plugin-api@0.6.10-next.1
|
|
194
|
+
- @backstage/backend-common@0.21.0-next.1
|
|
195
|
+
- @backstage/integration@1.9.0-next.0
|
|
196
|
+
- @backstage/config@1.1.1
|
|
197
|
+
- @backstage/errors@1.2.3
|
|
198
|
+
- @backstage/plugin-auth-node@0.4.4-next.1
|
|
199
|
+
|
|
200
|
+
## 0.2.24-next.0
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- Updated dependencies
|
|
205
|
+
- @backstage/backend-common@0.21.0-next.0
|
|
206
|
+
- @backstage/catalog-client@1.6.0-next.0
|
|
207
|
+
- @backstage/plugin-auth-node@0.4.4-next.0
|
|
208
|
+
- @backstage/backend-plugin-api@0.6.10-next.0
|
|
209
|
+
- @backstage/catalog-model@1.4.3
|
|
210
|
+
- @backstage/config@1.1.1
|
|
211
|
+
- @backstage/errors@1.2.3
|
|
212
|
+
- @backstage/integration@1.8.0
|
|
213
|
+
|
|
214
|
+
## 0.2.23
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- 4016f21: Remove some unused dependencies
|
|
219
|
+
- Updated dependencies
|
|
220
|
+
- @backstage/backend-common@0.20.1
|
|
221
|
+
- @backstage/catalog-client@1.5.2
|
|
222
|
+
- @backstage/backend-plugin-api@0.6.9
|
|
223
|
+
- @backstage/plugin-auth-node@0.4.3
|
|
224
|
+
- @backstage/catalog-model@1.4.3
|
|
225
|
+
- @backstage/config@1.1.1
|
|
226
|
+
- @backstage/errors@1.2.3
|
|
227
|
+
- @backstage/integration@1.8.0
|
|
228
|
+
|
|
229
|
+
## 0.2.23-next.2
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- Updated dependencies
|
|
234
|
+
- @backstage/backend-plugin-api@0.6.9-next.2
|
|
235
|
+
- @backstage/backend-common@0.20.1-next.2
|
|
236
|
+
- @backstage/plugin-auth-node@0.4.3-next.2
|
|
237
|
+
|
|
238
|
+
## 0.2.23-next.1
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- Updated dependencies
|
|
243
|
+
- @backstage/backend-common@0.20.1-next.1
|
|
244
|
+
- @backstage/integration@1.8.0
|
|
245
|
+
- @backstage/config@1.1.1
|
|
246
|
+
- @backstage/plugin-auth-node@0.4.3-next.1
|
|
247
|
+
- @backstage/backend-plugin-api@0.6.9-next.1
|
|
248
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
249
|
+
- @backstage/catalog-model@1.4.3
|
|
250
|
+
- @backstage/errors@1.2.3
|
|
251
|
+
|
|
252
|
+
## 0.2.23-next.0
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- 4016f21: Remove some unused dependencies
|
|
257
|
+
- Updated dependencies
|
|
258
|
+
- @backstage/backend-common@0.20.1-next.0
|
|
259
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
260
|
+
- @backstage/backend-plugin-api@0.6.9-next.0
|
|
261
|
+
- @backstage/catalog-model@1.4.3
|
|
262
|
+
- @backstage/config@1.1.1
|
|
263
|
+
- @backstage/errors@1.2.3
|
|
264
|
+
- @backstage/integration@1.8.0
|
|
265
|
+
- @backstage/plugin-auth-node@0.4.3-next.0
|
|
266
|
+
|
|
267
|
+
## 0.2.22
|
|
268
|
+
|
|
269
|
+
### Patch Changes
|
|
270
|
+
|
|
271
|
+
- Updated dependencies
|
|
272
|
+
- @backstage/backend-common@0.20.0
|
|
273
|
+
- @backstage/catalog-client@1.5.0
|
|
274
|
+
- @backstage/integration@1.8.0
|
|
275
|
+
- @backstage/plugin-auth-node@0.4.2
|
|
276
|
+
- @backstage/backend-plugin-api@0.6.8
|
|
277
|
+
- @backstage/catalog-model@1.4.3
|
|
278
|
+
- @backstage/config@1.1.1
|
|
279
|
+
- @backstage/errors@1.2.3
|
|
280
|
+
|
|
281
|
+
## 0.2.22-next.3
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- Updated dependencies
|
|
286
|
+
- @backstage/backend-common@0.20.0-next.3
|
|
287
|
+
- @backstage/backend-plugin-api@0.6.8-next.3
|
|
288
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
289
|
+
- @backstage/catalog-model@1.4.3
|
|
290
|
+
- @backstage/config@1.1.1
|
|
291
|
+
- @backstage/errors@1.2.3
|
|
292
|
+
- @backstage/integration@1.8.0-next.1
|
|
293
|
+
- @backstage/plugin-auth-node@0.4.2-next.3
|
|
294
|
+
|
|
295
|
+
## 0.2.22-next.2
|
|
296
|
+
|
|
297
|
+
### Patch Changes
|
|
298
|
+
|
|
299
|
+
- Updated dependencies
|
|
300
|
+
- @backstage/backend-common@0.20.0-next.2
|
|
301
|
+
- @backstage/plugin-auth-node@0.4.2-next.2
|
|
302
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
303
|
+
- @backstage/backend-plugin-api@0.6.8-next.2
|
|
304
|
+
- @backstage/catalog-model@1.4.3
|
|
305
|
+
- @backstage/config@1.1.1
|
|
306
|
+
- @backstage/errors@1.2.3
|
|
307
|
+
- @backstage/integration@1.8.0-next.1
|
|
308
|
+
|
|
309
|
+
## 0.2.22-next.1
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
- Updated dependencies
|
|
314
|
+
- @backstage/catalog-client@1.5.0-next.0
|
|
315
|
+
- @backstage/integration@1.8.0-next.1
|
|
316
|
+
- @backstage/backend-common@0.20.0-next.1
|
|
317
|
+
- @backstage/backend-plugin-api@0.6.8-next.1
|
|
318
|
+
- @backstage/catalog-model@1.4.3
|
|
319
|
+
- @backstage/config@1.1.1
|
|
320
|
+
- @backstage/errors@1.2.3
|
|
321
|
+
- @backstage/plugin-auth-node@0.4.2-next.1
|
|
322
|
+
|
|
323
|
+
## 0.2.22-next.0
|
|
324
|
+
|
|
325
|
+
### Patch Changes
|
|
326
|
+
|
|
327
|
+
- Updated dependencies
|
|
328
|
+
- @backstage/backend-common@0.20.0-next.0
|
|
329
|
+
- @backstage/integration@1.8.0-next.0
|
|
330
|
+
- @backstage/plugin-auth-node@0.4.2-next.0
|
|
331
|
+
- @backstage/backend-plugin-api@0.6.8-next.0
|
|
332
|
+
- @backstage/catalog-client@1.4.6
|
|
333
|
+
- @backstage/catalog-model@1.4.3
|
|
334
|
+
- @backstage/config@1.1.1
|
|
335
|
+
- @backstage/errors@1.2.3
|
|
336
|
+
|
|
337
|
+
## 0.2.21
|
|
338
|
+
|
|
339
|
+
### Patch Changes
|
|
340
|
+
|
|
341
|
+
- 11f671eaa9: Added support for new backend system
|
|
342
|
+
- 013611b42e: `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
|
343
|
+
- Updated dependencies
|
|
344
|
+
- @backstage/integration@1.7.2
|
|
345
|
+
- @backstage/backend-common@0.19.9
|
|
346
|
+
- @backstage/backend-plugin-api@0.6.7
|
|
347
|
+
- @backstage/catalog-client@1.4.6
|
|
348
|
+
- @backstage/catalog-model@1.4.3
|
|
349
|
+
- @backstage/config@1.1.1
|
|
350
|
+
- @backstage/errors@1.2.3
|
|
351
|
+
- @backstage/plugin-auth-node@0.4.1
|
|
352
|
+
|
|
353
|
+
## 0.2.21-next.2
|
|
354
|
+
|
|
355
|
+
### Patch Changes
|
|
356
|
+
|
|
357
|
+
- [#20570](https://github.com/backstage/backstage/pull/20570) [`013611b42e`](https://github.com/backstage/backstage/commit/013611b42ed457fefa9bb85fddf416cf5e0c1f76) Thanks [@freben](https://github.com/freben)! - `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
|
358
|
+
|
|
359
|
+
- Updated dependencies
|
|
360
|
+
- @backstage/backend-plugin-api@0.6.7-next.2
|
|
361
|
+
- @backstage/backend-common@0.19.9-next.2
|
|
362
|
+
- @backstage/plugin-auth-node@0.4.1-next.2
|
|
363
|
+
|
|
364
|
+
## 0.2.21-next.1
|
|
365
|
+
|
|
366
|
+
### Patch Changes
|
|
367
|
+
|
|
368
|
+
- Updated dependencies
|
|
369
|
+
- @backstage/integration@1.7.2-next.0
|
|
370
|
+
- @backstage/backend-common@0.19.9-next.1
|
|
371
|
+
- @backstage/plugin-auth-node@0.4.1-next.1
|
|
372
|
+
- @backstage/backend-plugin-api@0.6.7-next.1
|
|
373
|
+
- @backstage/catalog-client@1.4.5
|
|
374
|
+
- @backstage/catalog-model@1.4.3
|
|
375
|
+
- @backstage/config@1.1.1
|
|
376
|
+
- @backstage/errors@1.2.3
|
|
377
|
+
|
|
378
|
+
## 0.2.21-next.0
|
|
379
|
+
|
|
380
|
+
### Patch Changes
|
|
381
|
+
|
|
382
|
+
- 11f671eaa9: Added support for new backend system
|
|
383
|
+
- Updated dependencies
|
|
384
|
+
- @backstage/backend-common@0.19.9-next.0
|
|
385
|
+
- @backstage/integration@1.7.1
|
|
386
|
+
- @backstage/backend-plugin-api@0.6.7-next.0
|
|
387
|
+
- @backstage/catalog-client@1.4.5
|
|
388
|
+
- @backstage/catalog-model@1.4.3
|
|
389
|
+
- @backstage/config@1.1.1
|
|
390
|
+
- @backstage/errors@1.2.3
|
|
391
|
+
- @backstage/plugin-auth-node@0.4.1-next.0
|
|
392
|
+
|
|
393
|
+
## 0.2.20
|
|
394
|
+
|
|
395
|
+
### Patch Changes
|
|
396
|
+
|
|
397
|
+
- 4aa27aa200: Added option to set body size limit
|
|
398
|
+
- Updated dependencies
|
|
399
|
+
- @backstage/backend-common@0.19.8
|
|
400
|
+
- @backstage/integration@1.7.1
|
|
401
|
+
- @backstage/plugin-auth-node@0.4.0
|
|
402
|
+
- @backstage/catalog-model@1.4.3
|
|
403
|
+
- @backstage/errors@1.2.3
|
|
404
|
+
- @backstage/catalog-client@1.4.5
|
|
405
|
+
- @backstage/config@1.1.1
|
|
406
|
+
|
|
407
|
+
## 0.2.20-next.2
|
|
408
|
+
|
|
409
|
+
### Patch Changes
|
|
410
|
+
|
|
411
|
+
- Updated dependencies
|
|
412
|
+
- @backstage/backend-common@0.19.8-next.2
|
|
413
|
+
- @backstage/plugin-auth-node@0.4.0-next.2
|
|
414
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
415
|
+
- @backstage/integration@1.7.1-next.1
|
|
416
|
+
- @backstage/errors@1.2.3-next.0
|
|
417
|
+
- @backstage/catalog-client@1.4.5-next.0
|
|
418
|
+
- @backstage/config@1.1.1-next.0
|
|
419
|
+
|
|
420
|
+
## 0.2.19-next.1
|
|
421
|
+
|
|
422
|
+
### Patch Changes
|
|
423
|
+
|
|
424
|
+
- Updated dependencies
|
|
425
|
+
- @backstage/backend-common@0.19.7-next.1
|
|
426
|
+
- @backstage/plugin-auth-node@0.3.2-next.1
|
|
427
|
+
- @backstage/config@1.1.0
|
|
428
|
+
- @backstage/catalog-client@1.4.4
|
|
429
|
+
- @backstage/catalog-model@1.4.2
|
|
430
|
+
- @backstage/errors@1.2.2
|
|
431
|
+
- @backstage/integration@1.7.1-next.0
|
|
432
|
+
|
|
433
|
+
## 0.2.19-next.0
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- 4aa27aa200: Added option to set body size limit
|
|
438
|
+
- Updated dependencies
|
|
439
|
+
- @backstage/integration@1.7.1-next.0
|
|
440
|
+
- @backstage/plugin-auth-node@0.3.2-next.0
|
|
441
|
+
- @backstage/backend-common@0.19.7-next.0
|
|
442
|
+
- @backstage/config@1.1.0
|
|
443
|
+
- @backstage/catalog-client@1.4.4
|
|
444
|
+
- @backstage/catalog-model@1.4.2
|
|
445
|
+
- @backstage/errors@1.2.2
|
|
446
|
+
|
|
447
|
+
## 0.2.17
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- 3f1367b956c6: Added support for LCOV coverage reports
|
|
452
|
+
- df005d9932fb: Add text body parser for LCOV reports
|
|
453
|
+
- 91ccb56fb418: Replace `express-xml-bodyparser` with `body-parser-xml`.
|
|
454
|
+
|
|
455
|
+
`express-xml-bodyparser` was last updated 8 years ago
|
|
456
|
+
and currently depends on a version of `xml2js` which
|
|
457
|
+
contains a vulnerability.
|
|
458
|
+
|
|
459
|
+
This change will swap it out in favor of `body-parser-xml`
|
|
460
|
+
which is more maintained and depends on a more recent `xml2js`
|
|
461
|
+
version without the vulnerability.
|
|
462
|
+
|
|
463
|
+
- 33e606a797ef: Include auth token when fetching entity
|
|
464
|
+
- d409ed988aed: Correct the line hits calculation for Cobertura reports
|
|
465
|
+
- cfc3ca6ce060: Changes needed to support MySQL
|
|
466
|
+
- Updated dependencies
|
|
467
|
+
- @backstage/backend-common@0.19.5
|
|
468
|
+
- @backstage/plugin-auth-node@0.3.0
|
|
469
|
+
- @backstage/config@1.1.0
|
|
470
|
+
- @backstage/catalog-client@1.4.4
|
|
471
|
+
- @backstage/catalog-model@1.4.2
|
|
472
|
+
- @backstage/errors@1.2.2
|
|
473
|
+
- @backstage/integration@1.7.0
|
|
474
|
+
|
|
475
|
+
## 0.2.17-next.3
|
|
476
|
+
|
|
477
|
+
### Patch Changes
|
|
478
|
+
|
|
479
|
+
- Updated dependencies
|
|
480
|
+
- @backstage/catalog-client@1.4.4-next.2
|
|
481
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
482
|
+
- @backstage/config@1.1.0-next.2
|
|
483
|
+
- @backstage/errors@1.2.2-next.0
|
|
484
|
+
- @backstage/integration@1.7.0-next.3
|
|
485
|
+
- @backstage/backend-common@0.19.5-next.3
|
|
486
|
+
- @backstage/plugin-auth-node@0.3.0-next.3
|
|
487
|
+
|
|
488
|
+
## 0.2.17-next.2
|
|
489
|
+
|
|
490
|
+
### Patch Changes
|
|
491
|
+
|
|
492
|
+
- df005d9932fb: Add text body parser for LCOV reports
|
|
493
|
+
- 91ccb56fb418: Replace `express-xml-bodyparser` with `body-parser-xml`.
|
|
494
|
+
|
|
495
|
+
`express-xml-bodyparser` was last updated 8 years ago
|
|
496
|
+
and currently depends on a version of `xml2js` which
|
|
497
|
+
contains a vulnerability.
|
|
498
|
+
|
|
499
|
+
This change will swap it out in favor of `body-parser-xml`
|
|
500
|
+
which is more maintained and depends on a more recent `xml2js`
|
|
501
|
+
version without the vulnerability.
|
|
502
|
+
|
|
503
|
+
- 33e606a797ef: Include auth token when fetching entity
|
|
504
|
+
- Updated dependencies
|
|
505
|
+
- @backstage/config@1.1.0-next.1
|
|
506
|
+
- @backstage/backend-common@0.19.5-next.2
|
|
507
|
+
- @backstage/plugin-auth-node@0.3.0-next.2
|
|
508
|
+
- @backstage/integration@1.7.0-next.2
|
|
509
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
510
|
+
- @backstage/catalog-client@1.4.4-next.1
|
|
511
|
+
- @backstage/errors@1.2.1
|
|
512
|
+
|
|
513
|
+
## 0.2.17-next.1
|
|
514
|
+
|
|
515
|
+
### Patch Changes
|
|
516
|
+
|
|
517
|
+
- d409ed988aed: Correct the line hits calculation for Cobertura reports
|
|
518
|
+
- Updated dependencies
|
|
519
|
+
- @backstage/config@1.1.0-next.0
|
|
520
|
+
- @backstage/integration@1.7.0-next.1
|
|
521
|
+
- @backstage/backend-common@0.19.5-next.1
|
|
522
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
523
|
+
- @backstage/catalog-client@1.4.4-next.0
|
|
524
|
+
- @backstage/errors@1.2.1
|
|
525
|
+
|
|
526
|
+
## 0.2.16-next.0
|
|
527
|
+
|
|
528
|
+
### Patch Changes
|
|
529
|
+
|
|
530
|
+
- 3f1367b956c6: Added support for LCOV coverage reports
|
|
531
|
+
- cfc3ca6ce060: Changes needed to support MySQL
|
|
532
|
+
- Updated dependencies
|
|
533
|
+
- @backstage/backend-common@0.19.4-next.0
|
|
534
|
+
- @backstage/integration@1.7.0-next.0
|
|
535
|
+
- @backstage/catalog-client@1.4.3
|
|
536
|
+
- @backstage/catalog-model@1.4.1
|
|
537
|
+
- @backstage/config@1.0.8
|
|
538
|
+
- @backstage/errors@1.2.1
|
|
539
|
+
|
|
540
|
+
## 0.2.14
|
|
541
|
+
|
|
542
|
+
### Patch Changes
|
|
543
|
+
|
|
544
|
+
- 12a8c94eda8d: Add package repository and homepage metadata
|
|
545
|
+
- Updated dependencies
|
|
546
|
+
- @backstage/backend-common@0.19.2
|
|
547
|
+
- @backstage/integration@1.6.0
|
|
548
|
+
- @backstage/catalog-client@1.4.3
|
|
549
|
+
- @backstage/catalog-model@1.4.1
|
|
550
|
+
- @backstage/config@1.0.8
|
|
551
|
+
- @backstage/errors@1.2.1
|
|
552
|
+
|
|
553
|
+
## 0.2.14-next.2
|
|
554
|
+
|
|
555
|
+
### Patch Changes
|
|
556
|
+
|
|
557
|
+
- Updated dependencies
|
|
558
|
+
- @backstage/backend-common@0.19.2-next.2
|
|
559
|
+
|
|
560
|
+
## 0.2.14-next.1
|
|
561
|
+
|
|
562
|
+
### Patch Changes
|
|
563
|
+
|
|
564
|
+
- 12a8c94eda8d: Add package repository and homepage metadata
|
|
565
|
+
- Updated dependencies
|
|
566
|
+
- @backstage/backend-common@0.19.2-next.1
|
|
567
|
+
- @backstage/integration@1.5.1
|
|
568
|
+
- @backstage/catalog-client@1.4.3
|
|
569
|
+
- @backstage/catalog-model@1.4.1
|
|
570
|
+
- @backstage/config@1.0.8
|
|
571
|
+
- @backstage/errors@1.2.1
|
|
572
|
+
|
|
573
|
+
## 0.2.14-next.0
|
|
574
|
+
|
|
575
|
+
### Patch Changes
|
|
576
|
+
|
|
577
|
+
- Updated dependencies
|
|
578
|
+
- @backstage/backend-common@0.19.2-next.0
|
|
579
|
+
- @backstage/catalog-client@1.4.3
|
|
580
|
+
- @backstage/catalog-model@1.4.1
|
|
581
|
+
- @backstage/config@1.0.8
|
|
582
|
+
- @backstage/errors@1.2.1
|
|
583
|
+
- @backstage/integration@1.5.1
|
|
584
|
+
|
|
585
|
+
## 0.2.13
|
|
586
|
+
|
|
587
|
+
### Patch Changes
|
|
588
|
+
|
|
589
|
+
- Updated dependencies
|
|
590
|
+
- @backstage/errors@1.2.1
|
|
591
|
+
- @backstage/backend-common@0.19.1
|
|
592
|
+
- @backstage/catalog-client@1.4.3
|
|
593
|
+
- @backstage/catalog-model@1.4.1
|
|
594
|
+
- @backstage/config@1.0.8
|
|
595
|
+
- @backstage/integration@1.5.1
|
|
596
|
+
|
|
597
|
+
## 0.2.13-next.0
|
|
598
|
+
|
|
599
|
+
### Patch Changes
|
|
600
|
+
|
|
601
|
+
- Updated dependencies
|
|
602
|
+
- @backstage/errors@1.2.1-next.0
|
|
603
|
+
- @backstage/backend-common@0.19.1-next.0
|
|
604
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
605
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
606
|
+
- @backstage/config@1.0.8
|
|
607
|
+
- @backstage/integration@1.5.1-next.0
|
|
608
|
+
|
|
609
|
+
## 0.2.12
|
|
610
|
+
|
|
611
|
+
### Patch Changes
|
|
612
|
+
|
|
613
|
+
- a83cb4e5624e: Updated dependency `xml2js` to `^0.6.0`.
|
|
614
|
+
- Updated dependencies
|
|
615
|
+
- @backstage/backend-common@0.19.0
|
|
616
|
+
- @backstage/catalog-client@1.4.2
|
|
617
|
+
- @backstage/integration@1.5.0
|
|
618
|
+
- @backstage/catalog-model@1.4.0
|
|
619
|
+
- @backstage/errors@1.2.0
|
|
620
|
+
- @backstage/config@1.0.8
|
|
621
|
+
|
|
622
|
+
## 0.2.12-next.3
|
|
623
|
+
|
|
624
|
+
### Patch Changes
|
|
625
|
+
|
|
626
|
+
- Updated dependencies
|
|
627
|
+
- @backstage/backend-common@0.19.0-next.2
|
|
628
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
629
|
+
- @backstage/catalog-client@1.4.2-next.2
|
|
630
|
+
- @backstage/config@1.0.7
|
|
631
|
+
- @backstage/errors@1.2.0-next.0
|
|
632
|
+
- @backstage/integration@1.5.0-next.0
|
|
633
|
+
|
|
634
|
+
## 0.2.12-next.2
|
|
635
|
+
|
|
636
|
+
### Patch Changes
|
|
637
|
+
|
|
638
|
+
- a83cb4e5624e: Updated dependency `xml2js` to `^0.6.0`.
|
|
639
|
+
- Updated dependencies
|
|
640
|
+
- @backstage/config@1.0.7
|
|
641
|
+
|
|
642
|
+
## 0.2.12-next.1
|
|
643
|
+
|
|
644
|
+
### Patch Changes
|
|
645
|
+
|
|
646
|
+
- Updated dependencies
|
|
647
|
+
- @backstage/backend-common@0.19.0-next.1
|
|
648
|
+
- @backstage/integration@1.5.0-next.0
|
|
649
|
+
- @backstage/errors@1.2.0-next.0
|
|
650
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
651
|
+
- @backstage/catalog-client@1.4.2-next.1
|
|
652
|
+
- @backstage/config@1.0.7
|
|
653
|
+
|
|
654
|
+
## 0.2.12-next.0
|
|
655
|
+
|
|
656
|
+
### Patch Changes
|
|
657
|
+
|
|
658
|
+
- Updated dependencies
|
|
659
|
+
- @backstage/catalog-client@1.4.2-next.0
|
|
660
|
+
- @backstage/backend-common@0.18.6-next.0
|
|
661
|
+
- @backstage/integration@1.4.5
|
|
662
|
+
- @backstage/config@1.0.7
|
|
663
|
+
- @backstage/catalog-model@1.3.0
|
|
664
|
+
- @backstage/errors@1.1.5
|
|
665
|
+
|
|
666
|
+
## 0.2.11
|
|
667
|
+
|
|
668
|
+
### Patch Changes
|
|
669
|
+
|
|
670
|
+
- Updated dependencies
|
|
671
|
+
- @backstage/backend-common@0.18.5
|
|
672
|
+
- @backstage/integration@1.4.5
|
|
673
|
+
- @backstage/catalog-client@1.4.1
|
|
674
|
+
- @backstage/catalog-model@1.3.0
|
|
675
|
+
- @backstage/config@1.0.7
|
|
676
|
+
- @backstage/errors@1.1.5
|
|
677
|
+
|
|
678
|
+
## 0.2.11-next.1
|
|
679
|
+
|
|
680
|
+
### Patch Changes
|
|
681
|
+
|
|
682
|
+
- Updated dependencies
|
|
683
|
+
- @backstage/backend-common@0.18.5-next.1
|
|
684
|
+
- @backstage/config@1.0.7
|
|
685
|
+
|
|
686
|
+
## 0.2.11-next.0
|
|
687
|
+
|
|
688
|
+
### Patch Changes
|
|
689
|
+
|
|
690
|
+
- Updated dependencies
|
|
691
|
+
- @backstage/backend-common@0.18.5-next.0
|
|
692
|
+
- @backstage/integration@1.4.5-next.0
|
|
693
|
+
- @backstage/catalog-client@1.4.1
|
|
694
|
+
- @backstage/catalog-model@1.3.0
|
|
695
|
+
- @backstage/config@1.0.7
|
|
696
|
+
- @backstage/errors@1.1.5
|
|
697
|
+
|
|
698
|
+
## 0.2.10
|
|
699
|
+
|
|
700
|
+
### Patch Changes
|
|
701
|
+
|
|
702
|
+
- d3645a62b74: Bump `xml2js` from 0.4.23 to 0.5.0
|
|
703
|
+
- Updated dependencies
|
|
704
|
+
- @backstage/backend-common@0.18.4
|
|
705
|
+
- @backstage/catalog-client@1.4.1
|
|
706
|
+
- @backstage/catalog-model@1.3.0
|
|
707
|
+
- @backstage/integration@1.4.4
|
|
708
|
+
- @backstage/config@1.0.7
|
|
709
|
+
- @backstage/errors@1.1.5
|
|
710
|
+
|
|
711
|
+
## 0.2.10-next.3
|
|
712
|
+
|
|
713
|
+
### Patch Changes
|
|
714
|
+
|
|
715
|
+
- d3645a62b74: Bump `xml2js` from 0.4.23 to 0.5.0
|
|
716
|
+
- Updated dependencies
|
|
717
|
+
- @backstage/catalog-model@1.3.0-next.0
|
|
718
|
+
- @backstage/backend-common@0.18.4-next.2
|
|
719
|
+
- @backstage/catalog-client@1.4.1-next.1
|
|
720
|
+
- @backstage/config@1.0.7
|
|
721
|
+
- @backstage/errors@1.1.5
|
|
722
|
+
- @backstage/integration@1.4.4-next.0
|
|
723
|
+
|
|
724
|
+
## 0.2.10-next.2
|
|
725
|
+
|
|
726
|
+
### Patch Changes
|
|
727
|
+
|
|
728
|
+
- Updated dependencies
|
|
729
|
+
- @backstage/backend-common@0.18.4-next.2
|
|
730
|
+
- @backstage/catalog-client@1.4.1-next.0
|
|
731
|
+
- @backstage/catalog-model@1.2.1
|
|
732
|
+
- @backstage/config@1.0.7
|
|
733
|
+
- @backstage/errors@1.1.5
|
|
734
|
+
- @backstage/integration@1.4.4-next.0
|
|
735
|
+
|
|
736
|
+
## 0.2.10-next.1
|
|
737
|
+
|
|
738
|
+
### Patch Changes
|
|
739
|
+
|
|
740
|
+
- Updated dependencies
|
|
741
|
+
- @backstage/integration@1.4.4-next.0
|
|
742
|
+
- @backstage/backend-common@0.18.4-next.1
|
|
743
|
+
- @backstage/catalog-client@1.4.0
|
|
744
|
+
- @backstage/catalog-model@1.2.1
|
|
745
|
+
- @backstage/config@1.0.7
|
|
746
|
+
- @backstage/errors@1.1.5
|
|
747
|
+
|
|
748
|
+
## 0.2.10-next.0
|
|
749
|
+
|
|
750
|
+
### Patch Changes
|
|
751
|
+
|
|
752
|
+
- Updated dependencies
|
|
753
|
+
- @backstage/backend-common@0.18.4-next.0
|
|
754
|
+
- @backstage/config@1.0.7
|
|
755
|
+
- @backstage/integration@1.4.3
|
|
756
|
+
- @backstage/catalog-client@1.4.0
|
|
757
|
+
- @backstage/catalog-model@1.2.1
|
|
758
|
+
- @backstage/errors@1.1.5
|
|
759
|
+
|
|
760
|
+
## 0.2.9
|
|
761
|
+
|
|
762
|
+
### Patch Changes
|
|
763
|
+
|
|
764
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
765
|
+
- Updated dependencies
|
|
766
|
+
- @backstage/catalog-client@1.4.0
|
|
767
|
+
- @backstage/backend-common@0.18.3
|
|
768
|
+
- @backstage/errors@1.1.5
|
|
769
|
+
- @backstage/catalog-model@1.2.1
|
|
770
|
+
- @backstage/integration@1.4.3
|
|
771
|
+
- @backstage/config@1.0.7
|
|
772
|
+
|
|
773
|
+
## 0.2.9-next.2
|
|
774
|
+
|
|
775
|
+
### Patch Changes
|
|
776
|
+
|
|
777
|
+
- Updated dependencies
|
|
778
|
+
- @backstage/backend-common@0.18.3-next.2
|
|
779
|
+
- @backstage/config@1.0.7-next.0
|
|
780
|
+
- @backstage/integration@1.4.3-next.0
|
|
781
|
+
|
|
782
|
+
## 0.2.9-next.1
|
|
783
|
+
|
|
784
|
+
### Patch Changes
|
|
785
|
+
|
|
786
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
787
|
+
- Updated dependencies
|
|
788
|
+
- @backstage/errors@1.1.5-next.0
|
|
789
|
+
- @backstage/backend-common@0.18.3-next.1
|
|
790
|
+
- @backstage/catalog-client@1.4.0-next.1
|
|
791
|
+
- @backstage/integration@1.4.3-next.0
|
|
792
|
+
- @backstage/config@1.0.7-next.0
|
|
793
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
794
|
+
|
|
795
|
+
## 0.2.9-next.0
|
|
796
|
+
|
|
797
|
+
### Patch Changes
|
|
798
|
+
|
|
799
|
+
- Updated dependencies
|
|
800
|
+
- @backstage/catalog-client@1.4.0-next.0
|
|
801
|
+
- @backstage/backend-common@0.18.3-next.0
|
|
802
|
+
- @backstage/catalog-model@1.2.1-next.0
|
|
803
|
+
- @backstage/config@1.0.6
|
|
804
|
+
- @backstage/errors@1.1.4
|
|
805
|
+
- @backstage/integration@1.4.2
|
|
806
|
+
|
|
807
|
+
## 0.2.8
|
|
808
|
+
|
|
809
|
+
### Patch Changes
|
|
810
|
+
|
|
811
|
+
- c51efce2a0: Update docs to always use `yarn add --cwd` for app & backend
|
|
812
|
+
- Updated dependencies
|
|
813
|
+
- @backstage/backend-common@0.18.2
|
|
814
|
+
- @backstage/catalog-model@1.2.0
|
|
815
|
+
- @backstage/catalog-client@1.3.1
|
|
816
|
+
- @backstage/config@1.0.6
|
|
817
|
+
- @backstage/errors@1.1.4
|
|
818
|
+
- @backstage/integration@1.4.2
|
|
819
|
+
|
|
820
|
+
## 0.2.8-next.2
|
|
821
|
+
|
|
822
|
+
### Patch Changes
|
|
823
|
+
|
|
824
|
+
- Updated dependencies
|
|
825
|
+
- @backstage/backend-common@0.18.2-next.2
|
|
826
|
+
- @backstage/catalog-model@1.2.0-next.1
|
|
827
|
+
- @backstage/catalog-client@1.3.1-next.1
|
|
828
|
+
- @backstage/config@1.0.6
|
|
829
|
+
- @backstage/errors@1.1.4
|
|
830
|
+
- @backstage/integration@1.4.2
|
|
831
|
+
|
|
832
|
+
## 0.2.8-next.1
|
|
833
|
+
|
|
834
|
+
### Patch Changes
|
|
835
|
+
|
|
836
|
+
- Updated dependencies
|
|
837
|
+
- @backstage/backend-common@0.18.2-next.1
|
|
838
|
+
- @backstage/catalog-client@1.3.1-next.0
|
|
839
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
840
|
+
- @backstage/config@1.0.6
|
|
841
|
+
- @backstage/errors@1.1.4
|
|
842
|
+
- @backstage/integration@1.4.2
|
|
843
|
+
|
|
844
|
+
## 0.2.8-next.0
|
|
845
|
+
|
|
846
|
+
### Patch Changes
|
|
847
|
+
|
|
848
|
+
- Updated dependencies
|
|
849
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
850
|
+
- @backstage/backend-common@0.18.2-next.0
|
|
851
|
+
- @backstage/catalog-client@1.3.1-next.0
|
|
852
|
+
|
|
853
|
+
## 0.2.6
|
|
854
|
+
|
|
855
|
+
### Patch Changes
|
|
856
|
+
|
|
857
|
+
- dcfdaeccd3: `RouterOptions` now accepts an optional `catalogApi` argument, allowing custom catalog clients to be used. This is leveraged in the local standalone development runner to pass in a catalog client that returns fake data.
|
|
858
|
+
- Updated dependencies
|
|
859
|
+
- @backstage/backend-common@0.18.0
|
|
860
|
+
- @backstage/catalog-model@1.1.5
|
|
861
|
+
- @backstage/catalog-client@1.3.0
|
|
862
|
+
- @backstage/config@1.0.6
|
|
863
|
+
- @backstage/errors@1.1.4
|
|
864
|
+
- @backstage/integration@1.4.2
|
|
865
|
+
|
|
866
|
+
## 0.2.6-next.2
|
|
867
|
+
|
|
868
|
+
### Patch Changes
|
|
869
|
+
|
|
870
|
+
- Updated dependencies
|
|
871
|
+
- @backstage/backend-common@0.18.0-next.1
|
|
872
|
+
- @backstage/catalog-client@1.3.0-next.2
|
|
873
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
874
|
+
- @backstage/config@1.0.6-next.0
|
|
875
|
+
- @backstage/errors@1.1.4
|
|
876
|
+
- @backstage/integration@1.4.2-next.0
|
|
877
|
+
|
|
878
|
+
## 0.2.6-next.1
|
|
879
|
+
|
|
880
|
+
### Patch Changes
|
|
881
|
+
|
|
882
|
+
- Updated dependencies
|
|
883
|
+
- @backstage/backend-common@0.18.0-next.0
|
|
884
|
+
- @backstage/config@1.0.6-next.0
|
|
885
|
+
- @backstage/catalog-client@1.3.0-next.1
|
|
886
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
887
|
+
- @backstage/errors@1.1.4
|
|
888
|
+
- @backstage/integration@1.4.2-next.0
|
|
889
|
+
|
|
890
|
+
## 0.2.6-next.0
|
|
891
|
+
|
|
892
|
+
### Patch Changes
|
|
893
|
+
|
|
894
|
+
- dcfdaeccd3: `RouterOptions` now accepts an optional `catalogApi` argument, allowing custom catalog clients to be used. This is leveraged in the local standalone development runner to pass in a catalog client that returns fake data.
|
|
895
|
+
- Updated dependencies
|
|
896
|
+
- @backstage/catalog-model@1.1.5-next.0
|
|
897
|
+
- @backstage/catalog-client@1.3.0-next.0
|
|
898
|
+
- @backstage/backend-common@0.17.0
|
|
899
|
+
- @backstage/config@1.0.5
|
|
900
|
+
- @backstage/errors@1.1.4
|
|
901
|
+
- @backstage/integration@1.4.1
|
|
902
|
+
|
|
903
|
+
## 0.2.5
|
|
904
|
+
|
|
905
|
+
### Patch Changes
|
|
906
|
+
|
|
907
|
+
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
|
908
|
+
- Updated dependencies
|
|
909
|
+
- @backstage/catalog-client@1.2.0
|
|
910
|
+
- @backstage/backend-common@0.17.0
|
|
911
|
+
- @backstage/errors@1.1.4
|
|
912
|
+
- @backstage/integration@1.4.1
|
|
913
|
+
- @backstage/catalog-model@1.1.4
|
|
914
|
+
- @backstage/config@1.0.5
|
|
915
|
+
|
|
916
|
+
## 0.2.5-next.3
|
|
917
|
+
|
|
918
|
+
### Patch Changes
|
|
919
|
+
|
|
920
|
+
- Updated dependencies
|
|
921
|
+
- @backstage/backend-common@0.17.0-next.3
|
|
922
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
923
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
924
|
+
- @backstage/config@1.0.5-next.1
|
|
925
|
+
- @backstage/errors@1.1.4-next.1
|
|
926
|
+
- @backstage/integration@1.4.1-next.1
|
|
927
|
+
|
|
928
|
+
## 0.2.5-next.2
|
|
929
|
+
|
|
930
|
+
### Patch Changes
|
|
931
|
+
|
|
932
|
+
- Updated dependencies
|
|
933
|
+
- @backstage/backend-common@0.17.0-next.2
|
|
934
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
935
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
936
|
+
- @backstage/config@1.0.5-next.1
|
|
937
|
+
- @backstage/errors@1.1.4-next.1
|
|
938
|
+
- @backstage/integration@1.4.1-next.1
|
|
939
|
+
|
|
940
|
+
## 0.2.5-next.1
|
|
941
|
+
|
|
942
|
+
### Patch Changes
|
|
943
|
+
|
|
944
|
+
- Updated dependencies
|
|
945
|
+
- @backstage/backend-common@0.17.0-next.1
|
|
946
|
+
- @backstage/config@1.0.5-next.1
|
|
947
|
+
- @backstage/integration@1.4.1-next.1
|
|
948
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
949
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
950
|
+
- @backstage/errors@1.1.4-next.1
|
|
951
|
+
|
|
952
|
+
## 0.2.5-next.0
|
|
953
|
+
|
|
954
|
+
### Patch Changes
|
|
955
|
+
|
|
956
|
+
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
|
957
|
+
- Updated dependencies
|
|
958
|
+
- @backstage/catalog-client@1.2.0-next.0
|
|
959
|
+
- @backstage/backend-common@0.16.1-next.0
|
|
960
|
+
- @backstage/integration@1.4.1-next.0
|
|
961
|
+
- @backstage/catalog-model@1.1.4-next.0
|
|
962
|
+
- @backstage/config@1.0.5-next.0
|
|
963
|
+
- @backstage/errors@1.1.4-next.0
|
|
964
|
+
|
|
965
|
+
## 0.2.4
|
|
966
|
+
|
|
967
|
+
### Patch Changes
|
|
968
|
+
|
|
969
|
+
- fcab2579a0: Adds installation instructions
|
|
970
|
+
- Updated dependencies
|
|
971
|
+
- @backstage/backend-common@0.16.0
|
|
972
|
+
- @backstage/integration@1.4.0
|
|
973
|
+
- @backstage/catalog-model@1.1.3
|
|
974
|
+
- @backstage/catalog-client@1.1.2
|
|
975
|
+
- @backstage/config@1.0.4
|
|
976
|
+
- @backstage/errors@1.1.3
|
|
977
|
+
|
|
978
|
+
## 0.2.4-next.1
|
|
979
|
+
|
|
980
|
+
### Patch Changes
|
|
981
|
+
|
|
982
|
+
- fcab2579a0: Adds installation instructions
|
|
983
|
+
- Updated dependencies
|
|
984
|
+
- @backstage/backend-common@0.16.0-next.1
|
|
985
|
+
- @backstage/catalog-client@1.1.2-next.0
|
|
986
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
987
|
+
- @backstage/config@1.0.4-next.0
|
|
988
|
+
- @backstage/errors@1.1.3-next.0
|
|
989
|
+
- @backstage/integration@1.4.0-next.0
|
|
990
|
+
|
|
991
|
+
## 0.2.4-next.0
|
|
992
|
+
|
|
993
|
+
### Patch Changes
|
|
994
|
+
|
|
995
|
+
- Updated dependencies
|
|
996
|
+
- @backstage/backend-common@0.16.0-next.0
|
|
997
|
+
- @backstage/integration@1.4.0-next.0
|
|
998
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
999
|
+
- @backstage/catalog-client@1.1.2-next.0
|
|
1000
|
+
- @backstage/config@1.0.4-next.0
|
|
1001
|
+
- @backstage/errors@1.1.3-next.0
|
|
1002
|
+
|
|
1003
|
+
## 0.2.3
|
|
1004
|
+
|
|
1005
|
+
### Patch Changes
|
|
1006
|
+
|
|
1007
|
+
- Updated dependencies
|
|
1008
|
+
- @backstage/catalog-model@1.1.2
|
|
1009
|
+
- @backstage/backend-common@0.15.2
|
|
1010
|
+
- @backstage/catalog-client@1.1.1
|
|
1011
|
+
- @backstage/config@1.0.3
|
|
1012
|
+
- @backstage/errors@1.1.2
|
|
1013
|
+
- @backstage/integration@1.3.2
|
|
1014
|
+
|
|
1015
|
+
## 0.2.3-next.2
|
|
1016
|
+
|
|
1017
|
+
### Patch Changes
|
|
1018
|
+
|
|
1019
|
+
- Updated dependencies
|
|
1020
|
+
- @backstage/backend-common@0.15.2-next.2
|
|
1021
|
+
- @backstage/catalog-client@1.1.1-next.2
|
|
1022
|
+
- @backstage/catalog-model@1.1.2-next.2
|
|
1023
|
+
- @backstage/config@1.0.3-next.2
|
|
1024
|
+
- @backstage/errors@1.1.2-next.2
|
|
1025
|
+
- @backstage/integration@1.3.2-next.2
|
|
1026
|
+
|
|
1027
|
+
## 0.2.3-next.1
|
|
1028
|
+
|
|
1029
|
+
### Patch Changes
|
|
1030
|
+
|
|
1031
|
+
- Updated dependencies
|
|
1032
|
+
- @backstage/catalog-client@1.1.1-next.1
|
|
1033
|
+
- @backstage/backend-common@0.15.2-next.1
|
|
1034
|
+
- @backstage/catalog-model@1.1.2-next.1
|
|
1035
|
+
- @backstage/config@1.0.3-next.1
|
|
1036
|
+
- @backstage/errors@1.1.2-next.1
|
|
1037
|
+
- @backstage/integration@1.3.2-next.1
|
|
1038
|
+
|
|
1039
|
+
## 0.2.3-next.0
|
|
1040
|
+
|
|
1041
|
+
### Patch Changes
|
|
1042
|
+
|
|
1043
|
+
- Updated dependencies
|
|
1044
|
+
- @backstage/catalog-model@1.1.2-next.0
|
|
1045
|
+
- @backstage/catalog-client@1.1.1-next.0
|
|
1046
|
+
- @backstage/backend-common@0.15.2-next.0
|
|
1047
|
+
- @backstage/config@1.0.3-next.0
|
|
1048
|
+
- @backstage/errors@1.1.2-next.0
|
|
1049
|
+
- @backstage/integration@1.3.2-next.0
|
|
1050
|
+
|
|
1051
|
+
## 0.2.2
|
|
1052
|
+
|
|
1053
|
+
### Patch Changes
|
|
1054
|
+
|
|
1055
|
+
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
|
1056
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
1057
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
1058
|
+
- 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
|
|
1059
|
+
- Updated dependencies
|
|
1060
|
+
- @backstage/backend-common@0.15.1
|
|
1061
|
+
- @backstage/integration@1.3.1
|
|
1062
|
+
- @backstage/catalog-client@1.1.0
|
|
1063
|
+
- @backstage/catalog-model@1.1.1
|
|
1064
|
+
- @backstage/config@1.0.2
|
|
1065
|
+
- @backstage/errors@1.1.1
|
|
1066
|
+
|
|
1067
|
+
## 0.2.2-next.2
|
|
1068
|
+
|
|
1069
|
+
### Patch Changes
|
|
1070
|
+
|
|
1071
|
+
- Updated dependencies
|
|
1072
|
+
- @backstage/catalog-client@1.1.0-next.2
|
|
1073
|
+
- @backstage/catalog-model@1.1.1-next.0
|
|
1074
|
+
- @backstage/config@1.0.2-next.0
|
|
1075
|
+
- @backstage/errors@1.1.1-next.0
|
|
1076
|
+
- @backstage/integration@1.3.1-next.2
|
|
1077
|
+
- @backstage/backend-common@0.15.1-next.3
|
|
1078
|
+
|
|
1079
|
+
## 0.2.2-next.1
|
|
1080
|
+
|
|
1081
|
+
### Patch Changes
|
|
1082
|
+
|
|
1083
|
+
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
|
1084
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
1085
|
+
- Updated dependencies
|
|
1086
|
+
- @backstage/backend-common@0.15.1-next.2
|
|
1087
|
+
- @backstage/integration@1.3.1-next.1
|
|
1088
|
+
- @backstage/catalog-client@1.0.5-next.1
|
|
1089
|
+
|
|
1090
|
+
## 0.2.2-next.0
|
|
1091
|
+
|
|
1092
|
+
### Patch Changes
|
|
1093
|
+
|
|
1094
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
1095
|
+
- 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
|
|
1096
|
+
- Updated dependencies
|
|
1097
|
+
- @backstage/backend-common@0.15.1-next.0
|
|
1098
|
+
- @backstage/catalog-client@1.0.5-next.0
|
|
1099
|
+
- @backstage/integration@1.3.1-next.0
|
|
1100
|
+
|
|
1101
|
+
## 0.2.1
|
|
1102
|
+
|
|
1103
|
+
### Patch Changes
|
|
1104
|
+
|
|
1105
|
+
- Updated dependencies
|
|
1106
|
+
- @backstage/backend-common@0.15.0
|
|
1107
|
+
- @backstage/integration@1.3.0
|
|
1108
|
+
|
|
1109
|
+
## 0.2.1-next.0
|
|
1110
|
+
|
|
1111
|
+
### Patch Changes
|
|
1112
|
+
|
|
1113
|
+
- Updated dependencies
|
|
1114
|
+
- @backstage/backend-common@0.15.0-next.0
|
|
1115
|
+
- @backstage/integration@1.3.0-next.0
|
|
1116
|
+
|
|
1117
|
+
## 0.2.0
|
|
1118
|
+
|
|
1119
|
+
### Minor Changes
|
|
1120
|
+
|
|
1121
|
+
- d70aaa7622: Cleaned up API exports.
|
|
1122
|
+
|
|
1123
|
+
The `CodeCoverageApi` and `makeRouter` exports have been removed from the backend, since they were not meant to be exported in the first place.
|
|
1124
|
+
|
|
1125
|
+
### Patch Changes
|
|
1126
|
+
|
|
1127
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
1128
|
+
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
|
|
1129
|
+
- 679b32172e: Updated dependency `knex` to `^2.0.0`.
|
|
1130
|
+
- Updated dependencies
|
|
1131
|
+
- @backstage/backend-common@0.14.1
|
|
1132
|
+
- @backstage/catalog-model@1.1.0
|
|
1133
|
+
- @backstage/integration@1.2.2
|
|
1134
|
+
- @backstage/catalog-client@1.0.4
|
|
1135
|
+
- @backstage/errors@1.1.0
|
|
1136
|
+
|
|
1137
|
+
## 0.2.0-next.3
|
|
1138
|
+
|
|
1139
|
+
### Minor Changes
|
|
1140
|
+
|
|
1141
|
+
- d70aaa7622: Cleaned up API exports.
|
|
1142
|
+
|
|
1143
|
+
The `CodeCoverageApi` and `makeRouter` exports have been removed from the backend, since they were not meant to be exported in the first place.
|
|
1144
|
+
|
|
1145
|
+
### Patch Changes
|
|
1146
|
+
|
|
1147
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
1148
|
+
- Updated dependencies
|
|
1149
|
+
- @backstage/backend-common@0.14.1-next.3
|
|
1150
|
+
- @backstage/catalog-client@1.0.4-next.2
|
|
1151
|
+
- @backstage/integration@1.2.2-next.3
|
|
1152
|
+
- @backstage/catalog-model@1.1.0-next.3
|
|
1153
|
+
|
|
1154
|
+
## 0.1.32-next.2
|
|
1155
|
+
|
|
1156
|
+
### Patch Changes
|
|
1157
|
+
|
|
1158
|
+
- 679b32172e: Updated dependency `knex` to `^2.0.0`.
|
|
1159
|
+
- Updated dependencies
|
|
1160
|
+
- @backstage/catalog-model@1.1.0-next.2
|
|
1161
|
+
- @backstage/backend-common@0.14.1-next.2
|
|
1162
|
+
- @backstage/integration@1.2.2-next.2
|
|
1163
|
+
|
|
1164
|
+
## 0.1.32-next.1
|
|
1165
|
+
|
|
1166
|
+
### Patch Changes
|
|
1167
|
+
|
|
1168
|
+
- Updated dependencies
|
|
1169
|
+
- @backstage/catalog-model@1.1.0-next.1
|
|
1170
|
+
- @backstage/backend-common@0.14.1-next.1
|
|
1171
|
+
- @backstage/errors@1.1.0-next.0
|
|
1172
|
+
- @backstage/catalog-client@1.0.4-next.1
|
|
1173
|
+
- @backstage/integration@1.2.2-next.1
|
|
1174
|
+
|
|
1175
|
+
## 0.1.32-next.0
|
|
1176
|
+
|
|
1177
|
+
### Patch Changes
|
|
1178
|
+
|
|
1179
|
+
- Updated dependencies
|
|
1180
|
+
- @backstage/backend-common@0.14.1-next.0
|
|
1181
|
+
- @backstage/catalog-model@1.1.0-next.0
|
|
1182
|
+
- @backstage/integration@1.2.2-next.0
|
|
1183
|
+
- @backstage/catalog-client@1.0.4-next.0
|
|
1184
|
+
|
|
1185
|
+
## 0.1.31
|
|
1186
|
+
|
|
1187
|
+
### Patch Changes
|
|
1188
|
+
|
|
1189
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
1190
|
+
- Updated dependencies
|
|
1191
|
+
- @backstage/backend-common@0.14.0
|
|
1192
|
+
- @backstage/integration@1.2.1
|
|
1193
|
+
- @backstage/catalog-client@1.0.3
|
|
1194
|
+
- @backstage/catalog-model@1.0.3
|
|
1195
|
+
|
|
1196
|
+
## 0.1.31-next.2
|
|
1197
|
+
|
|
1198
|
+
### Patch Changes
|
|
1199
|
+
|
|
1200
|
+
- Updated dependencies
|
|
1201
|
+
- @backstage/backend-common@0.14.0-next.2
|
|
1202
|
+
- @backstage/integration@1.2.1-next.2
|
|
1203
|
+
|
|
1204
|
+
## 0.1.31-next.1
|
|
1205
|
+
|
|
1206
|
+
### Patch Changes
|
|
1207
|
+
|
|
1208
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
1209
|
+
- Updated dependencies
|
|
1210
|
+
- @backstage/backend-common@0.13.6-next.1
|
|
1211
|
+
- @backstage/catalog-client@1.0.3-next.0
|
|
1212
|
+
- @backstage/integration@1.2.1-next.1
|
|
1213
|
+
- @backstage/catalog-model@1.0.3-next.0
|
|
1214
|
+
|
|
1215
|
+
## 0.1.31-next.0
|
|
1216
|
+
|
|
1217
|
+
### Patch Changes
|
|
1218
|
+
|
|
1219
|
+
- Updated dependencies
|
|
1220
|
+
- @backstage/backend-common@0.13.6-next.0
|
|
1221
|
+
- @backstage/integration@1.2.1-next.0
|
|
1222
|
+
|
|
1223
|
+
## 0.1.30
|
|
1224
|
+
|
|
1225
|
+
### Patch Changes
|
|
1226
|
+
|
|
1227
|
+
- Updated dependencies
|
|
1228
|
+
- @backstage/backend-common@0.13.3
|
|
1229
|
+
- @backstage/integration@1.2.0
|
|
1230
|
+
- @backstage/config@1.0.1
|
|
1231
|
+
- @backstage/catalog-client@1.0.2
|
|
1232
|
+
- @backstage/catalog-model@1.0.2
|
|
1233
|
+
|
|
1234
|
+
## 0.1.30-next.1
|
|
1235
|
+
|
|
1236
|
+
### Patch Changes
|
|
1237
|
+
|
|
1238
|
+
- Updated dependencies
|
|
1239
|
+
- @backstage/backend-common@0.13.3-next.2
|
|
1240
|
+
- @backstage/config@1.0.1-next.0
|
|
1241
|
+
- @backstage/catalog-model@1.0.2-next.0
|
|
1242
|
+
- @backstage/integration@1.2.0-next.1
|
|
1243
|
+
- @backstage/catalog-client@1.0.2-next.0
|
|
1244
|
+
|
|
1245
|
+
## 0.1.30-next.0
|
|
1246
|
+
|
|
1247
|
+
### Patch Changes
|
|
1248
|
+
|
|
1249
|
+
- Updated dependencies
|
|
1250
|
+
- @backstage/backend-common@0.13.3-next.0
|
|
1251
|
+
- @backstage/integration@1.2.0-next.0
|
|
1252
|
+
|
|
1253
|
+
## 0.1.29
|
|
1254
|
+
|
|
1255
|
+
### Patch Changes
|
|
1256
|
+
|
|
1257
|
+
- Updated dependencies
|
|
1258
|
+
- @backstage/integration@1.1.0
|
|
1259
|
+
- @backstage/catalog-model@1.0.1
|
|
1260
|
+
- @backstage/backend-common@0.13.2
|
|
1261
|
+
- @backstage/catalog-client@1.0.1
|
|
1262
|
+
|
|
1263
|
+
## 0.1.29-next.1
|
|
1264
|
+
|
|
1265
|
+
### Patch Changes
|
|
1266
|
+
|
|
1267
|
+
- Updated dependencies
|
|
1268
|
+
- @backstage/integration@1.1.0-next.1
|
|
1269
|
+
- @backstage/backend-common@0.13.2-next.1
|
|
1270
|
+
|
|
1271
|
+
## 0.1.29-next.0
|
|
1272
|
+
|
|
1273
|
+
### Patch Changes
|
|
1274
|
+
|
|
1275
|
+
- Updated dependencies
|
|
1276
|
+
- @backstage/catalog-model@1.0.1-next.0
|
|
1277
|
+
- @backstage/backend-common@0.13.2-next.0
|
|
1278
|
+
- @backstage/integration@1.0.1-next.0
|
|
1279
|
+
- @backstage/catalog-client@1.0.1-next.0
|
|
1280
|
+
|
|
1281
|
+
## 0.1.28
|
|
1282
|
+
|
|
1283
|
+
### Patch Changes
|
|
1284
|
+
|
|
1285
|
+
- efc73db10c: Use `better-sqlite3` instead of `@vscode/sqlite3`
|
|
1286
|
+
- f24ef7864e: Minor typo fixes
|
|
1287
|
+
- Updated dependencies
|
|
1288
|
+
- @backstage/backend-common@0.13.1
|
|
1289
|
+
- @backstage/catalog-model@1.0.0
|
|
1290
|
+
- @backstage/integration@1.0.0
|
|
1291
|
+
- @backstage/catalog-client@1.0.0
|
|
1292
|
+
- @backstage/config@1.0.0
|
|
1293
|
+
- @backstage/errors@1.0.0
|
|
1294
|
+
|
|
1295
|
+
## 0.1.27
|
|
1296
|
+
|
|
1297
|
+
### Patch Changes
|
|
1298
|
+
|
|
1299
|
+
- Updated dependencies
|
|
1300
|
+
- @backstage/backend-common@0.13.0
|
|
1301
|
+
- @backstage/catalog-model@0.13.0
|
|
1302
|
+
- @backstage/catalog-client@0.9.0
|
|
1303
|
+
|
|
1304
|
+
## 0.1.27-next.0
|
|
1305
|
+
|
|
1306
|
+
### Patch Changes
|
|
1307
|
+
|
|
1308
|
+
- Updated dependencies
|
|
1309
|
+
- @backstage/backend-common@0.13.0-next.0
|
|
1310
|
+
- @backstage/catalog-model@0.13.0-next.0
|
|
1311
|
+
- @backstage/catalog-client@0.9.0-next.0
|
|
1312
|
+
|
|
1313
|
+
## 0.1.26
|
|
1314
|
+
|
|
1315
|
+
### Patch Changes
|
|
1316
|
+
|
|
1317
|
+
- 899f196af5: Use `getEntityByRef` instead of `getEntityByName` in the catalog client
|
|
1318
|
+
- 36aa63022b: Use `CompoundEntityRef` instead of `EntityName`, and `getCompoundEntityRef` instead of `getEntityName`, from `@backstage/catalog-model`.
|
|
1319
|
+
- Updated dependencies
|
|
1320
|
+
- @backstage/catalog-model@0.12.0
|
|
1321
|
+
- @backstage/catalog-client@0.8.0
|
|
1322
|
+
- @backstage/backend-common@0.12.0
|
|
1323
|
+
- @backstage/integration@0.8.0
|
|
1324
|
+
|
|
1325
|
+
## 0.1.25
|
|
1326
|
+
|
|
1327
|
+
### Patch Changes
|
|
1328
|
+
|
|
1329
|
+
- 67a7c02d26: Remove usages of `EntityRef` and `parseEntityName` from `@backstage/catalog-model`
|
|
1330
|
+
- Updated dependencies
|
|
1331
|
+
- @backstage/backend-common@0.11.0
|
|
1332
|
+
- @backstage/catalog-model@0.11.0
|
|
1333
|
+
- @backstage/catalog-client@0.7.2
|
|
1334
|
+
- @backstage/integration@0.7.5
|
|
1335
|
+
|
|
1336
|
+
## 0.1.24
|
|
1337
|
+
|
|
1338
|
+
### Patch Changes
|
|
1339
|
+
|
|
1340
|
+
- Fix for the previous release with missing type declarations.
|
|
1341
|
+
- Updated dependencies
|
|
1342
|
+
- @backstage/backend-common@0.10.9
|
|
1343
|
+
- @backstage/catalog-client@0.7.1
|
|
1344
|
+
- @backstage/catalog-model@0.10.1
|
|
1345
|
+
- @backstage/config@0.1.15
|
|
1346
|
+
- @backstage/errors@0.2.2
|
|
1347
|
+
- @backstage/integration@0.7.4
|
|
1348
|
+
|
|
1349
|
+
## 0.1.23
|
|
1350
|
+
|
|
1351
|
+
### Patch Changes
|
|
1352
|
+
|
|
1353
|
+
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
1354
|
+
- Updated dependencies
|
|
1355
|
+
- @backstage/backend-common@0.10.8
|
|
1356
|
+
- @backstage/catalog-client@0.7.0
|
|
1357
|
+
- @backstage/errors@0.2.1
|
|
1358
|
+
- @backstage/integration@0.7.3
|
|
1359
|
+
- @backstage/catalog-model@0.10.0
|
|
1360
|
+
- @backstage/config@0.1.14
|
|
1361
|
+
|
|
1362
|
+
## 0.1.22
|
|
1363
|
+
|
|
1364
|
+
### Patch Changes
|
|
1365
|
+
|
|
1366
|
+
- 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
|
|
1367
|
+
|
|
1368
|
+
This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
|
|
1369
|
+
|
|
1370
|
+
- Updated dependencies
|
|
1371
|
+
- @backstage/catalog-client@0.6.0
|
|
1372
|
+
- @backstage/backend-common@0.10.7
|
|
1373
|
+
|
|
1374
|
+
## 0.1.22-next.0
|
|
1375
|
+
|
|
1376
|
+
### Patch Changes
|
|
1377
|
+
|
|
1378
|
+
- 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
|
|
1379
|
+
|
|
1380
|
+
This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
|
|
1381
|
+
|
|
1382
|
+
- Updated dependencies
|
|
1383
|
+
- @backstage/backend-common@0.10.7-next.0
|
|
1384
|
+
|
|
1385
|
+
## 0.1.21
|
|
1386
|
+
|
|
1387
|
+
### Patch Changes
|
|
1388
|
+
|
|
1389
|
+
- Updated dependencies
|
|
1390
|
+
- @backstage/backend-common@0.10.6
|
|
1391
|
+
|
|
1392
|
+
## 0.1.21-next.0
|
|
1393
|
+
|
|
1394
|
+
### Patch Changes
|
|
1395
|
+
|
|
1396
|
+
- Updated dependencies
|
|
1397
|
+
- @backstage/backend-common@0.10.6-next.0
|
|
1398
|
+
|
|
1399
|
+
## 0.1.20
|
|
1400
|
+
|
|
1401
|
+
### Patch Changes
|
|
1402
|
+
|
|
1403
|
+
- Updated dependencies
|
|
1404
|
+
- @backstage/integration@0.7.2
|
|
1405
|
+
- @backstage/backend-common@0.10.4
|
|
1406
|
+
- @backstage/config@0.1.13
|
|
1407
|
+
- @backstage/catalog-model@0.9.10
|
|
1408
|
+
- @backstage/catalog-client@0.5.5
|
|
1409
|
+
|
|
1410
|
+
## 0.1.20-next.0
|
|
1411
|
+
|
|
1412
|
+
### Patch Changes
|
|
1413
|
+
|
|
1414
|
+
- Updated dependencies
|
|
1415
|
+
- @backstage/backend-common@0.10.4-next.0
|
|
1416
|
+
- @backstage/config@0.1.13-next.0
|
|
1417
|
+
- @backstage/catalog-model@0.9.10-next.0
|
|
1418
|
+
- @backstage/catalog-client@0.5.5-next.0
|
|
1419
|
+
- @backstage/integration@0.7.2-next.0
|
|
1420
|
+
|
|
1421
|
+
## 0.1.19
|
|
1422
|
+
|
|
1423
|
+
### Patch Changes
|
|
1424
|
+
|
|
1425
|
+
- 5333451def: Cleaned up API exports
|
|
1426
|
+
- Updated dependencies
|
|
1427
|
+
- @backstage/config@0.1.12
|
|
1428
|
+
- @backstage/integration@0.7.1
|
|
1429
|
+
- @backstage/backend-common@0.10.3
|
|
1430
|
+
- @backstage/errors@0.2.0
|
|
1431
|
+
- @backstage/catalog-client@0.5.4
|
|
1432
|
+
- @backstage/catalog-model@0.9.9
|
|
1433
|
+
|
|
1434
|
+
## 0.1.18
|
|
1435
|
+
|
|
1436
|
+
### Patch Changes
|
|
1437
|
+
|
|
1438
|
+
- Updated dependencies
|
|
1439
|
+
- @backstage/backend-common@0.10.1
|
|
1440
|
+
- @backstage/integration@0.7.0
|
|
1441
|
+
|
|
1442
|
+
## 0.1.17
|
|
1443
|
+
|
|
1444
|
+
### Patch Changes
|
|
1445
|
+
|
|
1446
|
+
- Updated dependencies
|
|
1447
|
+
- @backstage/backend-common@0.10.0
|
|
1448
|
+
- @backstage/catalog-client@0.5.3
|
|
1449
|
+
|
|
1450
|
+
## 0.1.16
|
|
1451
|
+
|
|
1452
|
+
### Patch Changes
|
|
1453
|
+
|
|
1454
|
+
- b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
|
|
1455
|
+
- Updated dependencies
|
|
1456
|
+
- @backstage/integration@0.6.10
|
|
1457
|
+
- @backstage/backend-common@0.9.12
|
|
1458
|
+
|
|
1459
|
+
## 0.1.15
|
|
1460
|
+
|
|
1461
|
+
### Patch Changes
|
|
1462
|
+
|
|
1463
|
+
- bab752e2b3: Change default port of backend from 7000 to 7007.
|
|
1464
|
+
|
|
1465
|
+
This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.
|
|
1466
|
+
|
|
1467
|
+
You can change the port back to 7000 or any other value by providing an `app-config.yaml` with the following values:
|
|
1468
|
+
|
|
1469
|
+
```
|
|
1470
|
+
backend:
|
|
1471
|
+
listen: 0.0.0.0:7123
|
|
1472
|
+
baseUrl: http://localhost:7123
|
|
1473
|
+
```
|
|
1474
|
+
|
|
1475
|
+
More information can be found here: https://backstage.io/docs/conf/writing
|
|
1476
|
+
|
|
1477
|
+
- Updated dependencies
|
|
1478
|
+
- @backstage/errors@0.1.5
|
|
1479
|
+
- @backstage/backend-common@0.9.11
|
|
1480
|
+
|
|
1481
|
+
## 0.1.14
|
|
1482
|
+
|
|
1483
|
+
### Patch Changes
|
|
1484
|
+
|
|
1485
|
+
- 36e67d2f24: Internal updates to apply more strict checks to throw errors.
|
|
1486
|
+
- Updated dependencies
|
|
1487
|
+
- @backstage/backend-common@0.9.7
|
|
1488
|
+
- @backstage/errors@0.1.3
|
|
1489
|
+
- @backstage/catalog-model@0.9.5
|
|
1490
|
+
|
|
1491
|
+
## 0.1.13
|
|
1492
|
+
|
|
1493
|
+
### Patch Changes
|
|
1494
|
+
|
|
1495
|
+
- da9241530a: check for existence of lines property in files
|
|
1496
|
+
- Updated dependencies
|
|
1497
|
+
- @backstage/integration@0.6.8
|
|
1498
|
+
|
|
1499
|
+
## 0.1.12
|
|
1500
|
+
|
|
1501
|
+
### Patch Changes
|
|
1502
|
+
|
|
1503
|
+
- Updated dependencies
|
|
1504
|
+
- @backstage/catalog-model@0.9.4
|
|
1505
|
+
- @backstage/backend-common@0.9.6
|
|
1506
|
+
- @backstage/catalog-client@0.5.0
|
|
1507
|
+
- @backstage/integration@0.6.7
|
|
1508
|
+
|
|
1509
|
+
## 0.1.11
|
|
1510
|
+
|
|
1511
|
+
### Patch Changes
|
|
1512
|
+
|
|
1513
|
+
- Updated dependencies
|
|
1514
|
+
- @backstage/integration@0.6.5
|
|
1515
|
+
- @backstage/catalog-client@0.4.0
|
|
1516
|
+
- @backstage/catalog-model@0.9.3
|
|
1517
|
+
- @backstage/backend-common@0.9.4
|
|
1518
|
+
- @backstage/config@0.1.10
|
|
1519
|
+
|
|
1520
|
+
## 0.1.10
|
|
1521
|
+
|
|
1522
|
+
### Patch Changes
|
|
1523
|
+
|
|
1524
|
+
- Updated dependencies
|
|
1525
|
+
- @backstage/backend-common@0.9.0
|
|
1526
|
+
- @backstage/integration@0.6.2
|
|
1527
|
+
- @backstage/config@0.1.8
|
|
1528
|
+
|
|
1529
|
+
## 0.1.9
|
|
1530
|
+
|
|
1531
|
+
### Patch Changes
|
|
1532
|
+
|
|
1533
|
+
- Updated dependencies
|
|
1534
|
+
- @backstage/integration@0.6.0
|
|
1535
|
+
- @backstage/backend-common@0.8.9
|
|
1536
|
+
|
|
1537
|
+
## 0.1.8
|
|
1538
|
+
|
|
1539
|
+
### Patch Changes
|
|
1540
|
+
|
|
1541
|
+
- Updated dependencies
|
|
1542
|
+
- @backstage/integration@0.5.8
|
|
1543
|
+
- @backstage/catalog-model@0.9.0
|
|
1544
|
+
- @backstage/backend-common@0.8.5
|
|
1545
|
+
- @backstage/catalog-client@0.3.16
|
|
1546
|
+
|
|
1547
|
+
## 0.1.7
|
|
1548
|
+
|
|
1549
|
+
### Patch Changes
|
|
1550
|
+
|
|
1551
|
+
- 3108ff7bf: Make `yarn dev` respect the `PLUGIN_PORT` environment variable.
|
|
1552
|
+
- Updated dependencies
|
|
1553
|
+
- @backstage/backend-common@0.8.3
|
|
1554
|
+
- @backstage/catalog-model@0.8.3
|
|
1555
|
+
|
|
1556
|
+
## 0.1.6
|
|
1557
|
+
|
|
1558
|
+
### Patch Changes
|
|
1559
|
+
|
|
1560
|
+
- Updated dependencies [0fd4ea443]
|
|
1561
|
+
- Updated dependencies [add62a455]
|
|
1562
|
+
- Updated dependencies [704875e26]
|
|
1563
|
+
- @backstage/integration@0.5.4
|
|
1564
|
+
- @backstage/catalog-client@0.3.12
|
|
1565
|
+
- @backstage/catalog-model@0.8.0
|
|
1566
|
+
|
|
1567
|
+
## 0.1.5
|
|
1568
|
+
|
|
1569
|
+
### Patch Changes
|
|
1570
|
+
|
|
1571
|
+
- Updated dependencies [22fd8ce2a]
|
|
1572
|
+
- Updated dependencies [10c008a3a]
|
|
1573
|
+
- Updated dependencies [f9fb4a205]
|
|
1574
|
+
- Updated dependencies [16be1d093]
|
|
1575
|
+
- @backstage/backend-common@0.8.0
|
|
1576
|
+
- @backstage/catalog-model@0.7.9
|
|
1577
|
+
|
|
1578
|
+
## 0.1.4
|
|
1579
|
+
|
|
1580
|
+
### Patch Changes
|
|
1581
|
+
|
|
1582
|
+
- Updated dependencies [e0bfd3d44]
|
|
1583
|
+
- Updated dependencies [38ca05168]
|
|
1584
|
+
- Updated dependencies [d8b81fd28]
|
|
1585
|
+
- Updated dependencies [d1b1306d9]
|
|
1586
|
+
- @backstage/backend-common@0.7.0
|
|
1587
|
+
- @backstage/integration@0.5.2
|
|
1588
|
+
- @backstage/catalog-model@0.7.8
|
|
1589
|
+
- @backstage/config@0.1.5
|
|
1590
|
+
- @backstage/catalog-client@0.3.11
|
|
1591
|
+
|
|
1592
|
+
## 0.1.3
|
|
1593
|
+
|
|
1594
|
+
### Patch Changes
|
|
1595
|
+
|
|
1596
|
+
- d47c2628b: Include migrations
|
|
1597
|
+
|
|
1598
|
+
## 0.1.2
|
|
1599
|
+
|
|
1600
|
+
### Patch Changes
|
|
1601
|
+
|
|
1602
|
+
- 55b2fc0c0: Update tests to function in windows
|
|
1603
|
+
- Updated dependencies [d367f63b5]
|
|
1604
|
+
- Updated dependencies [b42531cfe]
|
|
1605
|
+
- @backstage/backend-common@0.6.3
|