@backstage-community/plugin-tech-insights-backend 0.5.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 +1965 -0
- package/README.md +386 -0
- package/config.d.ts +37 -0
- package/dist/index.cjs.js +826 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +240 -0
- package/migrations/202109061111_fact_schemas.js +60 -0
- package/migrations/202109061212_facts.js +72 -0
- package/migrations/2022060100821_facts_timestamp_precision.js +36 -0
- package/migrations/20230213170839_latest-facts-index.js +36 -0
- package/migrations/20230925145017_increase_filter_fact_schemas_size.js +37 -0
- package/package.json +73 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1965 @@
|
|
|
1
|
+
# @backstage-community/plugin-tech-insights-backend
|
|
2
|
+
|
|
3
|
+
## 0.5.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 193a2a3: Migrated from the [backstage/backstage](https://github.com/backstage/backstage) monorepo.
|
|
8
|
+
- Updated dependencies [193a2a3]
|
|
9
|
+
- @backstage-community/plugin-tech-insights-common@0.2.13
|
|
10
|
+
- @backstage-community/plugin-tech-insights-node@0.6.1
|
|
11
|
+
|
|
12
|
+
## 0.5.31
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- d5a1fe1: Replaced winston logger with `LoggerService`
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/backend-common@0.21.7
|
|
19
|
+
- @backstage-community/plugin-tech-insights-node@0.6.0
|
|
20
|
+
- @backstage/backend-plugin-api@0.6.17
|
|
21
|
+
- @backstage/backend-tasks@0.5.22
|
|
22
|
+
- @backstage/catalog-client@1.6.4
|
|
23
|
+
- @backstage/catalog-model@1.4.5
|
|
24
|
+
- @backstage/config@1.2.0
|
|
25
|
+
- @backstage/errors@1.2.4
|
|
26
|
+
- @backstage/types@1.1.1
|
|
27
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
28
|
+
|
|
29
|
+
## 0.5.31-next.1
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/backend-common@0.21.7-next.1
|
|
35
|
+
- @backstage/backend-plugin-api@0.6.17-next.1
|
|
36
|
+
- @backstage/catalog-client@1.6.4-next.0
|
|
37
|
+
- @backstage/backend-tasks@0.5.22-next.1
|
|
38
|
+
- @backstage-community/plugin-tech-insights-node@0.5.3-next.1
|
|
39
|
+
- @backstage/catalog-model@1.4.5
|
|
40
|
+
- @backstage/config@1.2.0
|
|
41
|
+
- @backstage/errors@1.2.4
|
|
42
|
+
- @backstage/types@1.1.1
|
|
43
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
44
|
+
|
|
45
|
+
## 0.5.31-next.0
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Updated dependencies
|
|
50
|
+
- @backstage/backend-common@0.21.7-next.0
|
|
51
|
+
- @backstage/backend-plugin-api@0.6.17-next.0
|
|
52
|
+
- @backstage/backend-tasks@0.5.22-next.0
|
|
53
|
+
- @backstage/catalog-client@1.6.3
|
|
54
|
+
- @backstage/catalog-model@1.4.5
|
|
55
|
+
- @backstage/config@1.2.0
|
|
56
|
+
- @backstage/errors@1.2.4
|
|
57
|
+
- @backstage/types@1.1.1
|
|
58
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
59
|
+
- @backstage-community/plugin-tech-insights-node@0.5.3-next.0
|
|
60
|
+
|
|
61
|
+
## 0.5.30
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- Updated dependencies
|
|
66
|
+
- @backstage/catalog-client@1.6.3
|
|
67
|
+
- @backstage/backend-common@0.21.6
|
|
68
|
+
- @backstage/backend-plugin-api@0.6.16
|
|
69
|
+
- @backstage/backend-tasks@0.5.21
|
|
70
|
+
- @backstage-community/plugin-tech-insights-node@0.5.2
|
|
71
|
+
- @backstage/catalog-model@1.4.5
|
|
72
|
+
- @backstage/config@1.2.0
|
|
73
|
+
- @backstage/errors@1.2.4
|
|
74
|
+
- @backstage/types@1.1.1
|
|
75
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
76
|
+
|
|
77
|
+
## 0.5.29
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies
|
|
82
|
+
- @backstage/catalog-client@1.6.2
|
|
83
|
+
- @backstage/backend-common@0.21.5
|
|
84
|
+
- @backstage/backend-tasks@0.5.20
|
|
85
|
+
- @backstage-community/plugin-tech-insights-node@0.5.1
|
|
86
|
+
- @backstage/backend-plugin-api@0.6.15
|
|
87
|
+
- @backstage/catalog-model@1.4.5
|
|
88
|
+
- @backstage/config@1.2.0
|
|
89
|
+
- @backstage/errors@1.2.4
|
|
90
|
+
- @backstage/types@1.1.1
|
|
91
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
92
|
+
|
|
93
|
+
## 0.5.28
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
|
98
|
+
Updated dependency `@types/uuid` to `^9.0.0`.
|
|
99
|
+
- d621468: Added support for the new `AuthService`.
|
|
100
|
+
- Updated dependencies
|
|
101
|
+
- @backstage/backend-common@0.21.4
|
|
102
|
+
- @backstage/config@1.2.0
|
|
103
|
+
- @backstage/errors@1.2.4
|
|
104
|
+
- @backstage/backend-plugin-api@0.6.14
|
|
105
|
+
- @backstage/catalog-client@1.6.1
|
|
106
|
+
- @backstage/backend-tasks@0.5.19
|
|
107
|
+
- @backstage-community/plugin-tech-insights-node@0.5.0
|
|
108
|
+
- @backstage/catalog-model@1.4.5
|
|
109
|
+
- @backstage/types@1.1.1
|
|
110
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
111
|
+
|
|
112
|
+
## 0.5.28-next.2
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies
|
|
117
|
+
- @backstage/catalog-client@1.6.1-next.1
|
|
118
|
+
- @backstage/backend-common@0.21.4-next.2
|
|
119
|
+
- @backstage/backend-plugin-api@0.6.14-next.2
|
|
120
|
+
- @backstage/backend-tasks@0.5.19-next.2
|
|
121
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
122
|
+
- @backstage/config@1.2.0-next.1
|
|
123
|
+
- @backstage/errors@1.2.4-next.0
|
|
124
|
+
- @backstage/types@1.1.1
|
|
125
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
126
|
+
- @backstage-community/plugin-tech-insights-node@0.5.0-next.2
|
|
127
|
+
|
|
128
|
+
## 0.5.28-next.1
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- Updated dependencies
|
|
133
|
+
- @backstage/config@1.2.0-next.1
|
|
134
|
+
- @backstage/backend-common@0.21.4-next.1
|
|
135
|
+
- @backstage/backend-plugin-api@0.6.14-next.1
|
|
136
|
+
- @backstage/backend-tasks@0.5.19-next.1
|
|
137
|
+
- @backstage-community/plugin-tech-insights-node@0.5.0-next.1
|
|
138
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
139
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
140
|
+
- @backstage/errors@1.2.4-next.0
|
|
141
|
+
- @backstage/types@1.1.1
|
|
142
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
143
|
+
|
|
144
|
+
## 0.5.27-next.0
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
|
149
|
+
Updated dependency `@types/uuid` to `^9.0.0`.
|
|
150
|
+
- d621468: Added support for the new `AuthService`.
|
|
151
|
+
- Updated dependencies
|
|
152
|
+
- @backstage/backend-common@0.21.3-next.0
|
|
153
|
+
- @backstage/errors@1.2.4-next.0
|
|
154
|
+
- @backstage/backend-plugin-api@0.6.13-next.0
|
|
155
|
+
- @backstage/backend-tasks@0.5.18-next.0
|
|
156
|
+
- @backstage-community/plugin-tech-insights-node@0.5.0-next.0
|
|
157
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
158
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
159
|
+
- @backstage/config@1.1.2-next.0
|
|
160
|
+
- @backstage/types@1.1.1
|
|
161
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
162
|
+
|
|
163
|
+
## 0.5.24
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- 7201af3: Add support for the new backend system.
|
|
168
|
+
|
|
169
|
+
A new backend plugin for the tech-insights backend
|
|
170
|
+
was added and exported as `default`.
|
|
171
|
+
|
|
172
|
+
You can use it with the new backend system like
|
|
173
|
+
|
|
174
|
+
```ts title="packages/backend/src/index.ts"
|
|
175
|
+
backend.add(import('@backstage-community/plugin-tech-insights-backend'));
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
179
|
+
- 341c2a2: Move `FactRetrieverRegistry` and `PersistenceContext` to `@backstage-community/plugin-tech-insights-node`.
|
|
180
|
+
|
|
181
|
+
Original exports are marked as deprecated and re-export the moved types.
|
|
182
|
+
|
|
183
|
+
Please replace uses like
|
|
184
|
+
|
|
185
|
+
```ts
|
|
186
|
+
import {
|
|
187
|
+
FactRetrieverRegistry,
|
|
188
|
+
PersistenceContext,
|
|
189
|
+
} from '@backstage-community/plugin-tech-insights-backend';
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
with
|
|
193
|
+
|
|
194
|
+
```ts
|
|
195
|
+
import {
|
|
196
|
+
FactRetrieverRegistry,
|
|
197
|
+
PersistenceContext,
|
|
198
|
+
} from '@backstage-community/plugin-tech-insights-node';
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
- Updated dependencies
|
|
202
|
+
- @backstage/backend-common@0.21.0
|
|
203
|
+
- @backstage-community/plugin-tech-insights-node@0.4.16
|
|
204
|
+
- @backstage/backend-plugin-api@0.6.10
|
|
205
|
+
- @backstage/backend-tasks@0.5.15
|
|
206
|
+
- @backstage/catalog-model@1.4.4
|
|
207
|
+
- @backstage/catalog-client@1.6.0
|
|
208
|
+
- @backstage/config@1.1.1
|
|
209
|
+
- @backstage/errors@1.2.3
|
|
210
|
+
- @backstage/types@1.1.1
|
|
211
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
212
|
+
|
|
213
|
+
## 0.5.24-next.3
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Updated dependencies
|
|
218
|
+
- @backstage/backend-common@0.21.0-next.3
|
|
219
|
+
- @backstage/backend-tasks@0.5.15-next.3
|
|
220
|
+
- @backstage-community/plugin-tech-insights-node@0.4.16-next.3
|
|
221
|
+
- @backstage/backend-plugin-api@0.6.10-next.3
|
|
222
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
223
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
224
|
+
- @backstage/config@1.1.1
|
|
225
|
+
- @backstage/errors@1.2.3
|
|
226
|
+
- @backstage/types@1.1.1
|
|
227
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
228
|
+
|
|
229
|
+
## 0.5.24-next.2
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- 7201af3: Add support for the new backend system.
|
|
234
|
+
|
|
235
|
+
A new backend plugin for the tech-insights backend
|
|
236
|
+
was added and exported as `default`.
|
|
237
|
+
|
|
238
|
+
You can use it with the new backend system like
|
|
239
|
+
|
|
240
|
+
```ts title="packages/backend/src/index.ts"
|
|
241
|
+
backend.add(import('@backstage-community/plugin-tech-insights-backend'));
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
245
|
+
- 341c2a2: Move `FactRetrieverRegistry` and `PersistenceContext` to `@backstage-community/plugin-tech-insights-node`.
|
|
246
|
+
|
|
247
|
+
Original exports are marked as deprecated and re-export the moved types.
|
|
248
|
+
|
|
249
|
+
Please replace uses like
|
|
250
|
+
|
|
251
|
+
```ts
|
|
252
|
+
import {
|
|
253
|
+
FactRetrieverRegistry,
|
|
254
|
+
PersistenceContext,
|
|
255
|
+
} from '@backstage-community/plugin-tech-insights-backend';
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
with
|
|
259
|
+
|
|
260
|
+
```ts
|
|
261
|
+
import {
|
|
262
|
+
FactRetrieverRegistry,
|
|
263
|
+
PersistenceContext,
|
|
264
|
+
} from '@backstage-community/plugin-tech-insights-node';
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
- Updated dependencies
|
|
268
|
+
- @backstage/backend-common@0.21.0-next.2
|
|
269
|
+
- @backstage-community/plugin-tech-insights-node@0.4.16-next.2
|
|
270
|
+
- @backstage/backend-plugin-api@0.6.10-next.2
|
|
271
|
+
- @backstage/backend-tasks@0.5.15-next.2
|
|
272
|
+
- @backstage/config@1.1.1
|
|
273
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
274
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
275
|
+
- @backstage/errors@1.2.3
|
|
276
|
+
- @backstage/types@1.1.1
|
|
277
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
278
|
+
|
|
279
|
+
## 0.5.24-next.1
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- Updated dependencies
|
|
284
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
285
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
286
|
+
- @backstage/backend-common@0.21.0-next.1
|
|
287
|
+
- @backstage/backend-tasks@0.5.15-next.1
|
|
288
|
+
- @backstage/config@1.1.1
|
|
289
|
+
- @backstage/errors@1.2.3
|
|
290
|
+
- @backstage/types@1.1.1
|
|
291
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
292
|
+
- @backstage-community/plugin-tech-insights-node@0.4.16-next.1
|
|
293
|
+
|
|
294
|
+
## 0.5.24-next.0
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- Updated dependencies
|
|
299
|
+
- @backstage/backend-common@0.21.0-next.0
|
|
300
|
+
- @backstage/catalog-client@1.6.0-next.0
|
|
301
|
+
- @backstage/backend-tasks@0.5.15-next.0
|
|
302
|
+
- @backstage-community/plugin-tech-insights-node@0.4.16-next.0
|
|
303
|
+
- @backstage/catalog-model@1.4.3
|
|
304
|
+
- @backstage/config@1.1.1
|
|
305
|
+
- @backstage/errors@1.2.3
|
|
306
|
+
- @backstage/types@1.1.1
|
|
307
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
308
|
+
|
|
309
|
+
## 0.5.23
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
- Updated dependencies
|
|
314
|
+
- @backstage/backend-common@0.20.1
|
|
315
|
+
- @backstage/catalog-client@1.5.2
|
|
316
|
+
- @backstage-community/plugin-tech-insights-node@0.4.15
|
|
317
|
+
- @backstage/backend-tasks@0.5.14
|
|
318
|
+
- @backstage/catalog-model@1.4.3
|
|
319
|
+
- @backstage/config@1.1.1
|
|
320
|
+
- @backstage/errors@1.2.3
|
|
321
|
+
- @backstage/types@1.1.1
|
|
322
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
323
|
+
|
|
324
|
+
## 0.5.23-next.2
|
|
325
|
+
|
|
326
|
+
### Patch Changes
|
|
327
|
+
|
|
328
|
+
- Updated dependencies
|
|
329
|
+
- @backstage/backend-common@0.20.1-next.2
|
|
330
|
+
- @backstage/backend-tasks@0.5.14-next.2
|
|
331
|
+
- @backstage-community/plugin-tech-insights-node@0.4.15-next.2
|
|
332
|
+
|
|
333
|
+
## 0.5.23-next.1
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- Updated dependencies
|
|
338
|
+
- @backstage/backend-common@0.20.1-next.1
|
|
339
|
+
- @backstage/config@1.1.1
|
|
340
|
+
- @backstage/backend-tasks@0.5.14-next.1
|
|
341
|
+
- @backstage-community/plugin-tech-insights-node@0.4.15-next.1
|
|
342
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
343
|
+
- @backstage/catalog-model@1.4.3
|
|
344
|
+
- @backstage/errors@1.2.3
|
|
345
|
+
- @backstage/types@1.1.1
|
|
346
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
347
|
+
|
|
348
|
+
## 0.5.23-next.0
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- Updated dependencies
|
|
353
|
+
- @backstage/backend-common@0.20.1-next.0
|
|
354
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
355
|
+
- @backstage-community/plugin-tech-insights-node@0.4.15-next.0
|
|
356
|
+
- @backstage/backend-tasks@0.5.14-next.0
|
|
357
|
+
- @backstage/catalog-model@1.4.3
|
|
358
|
+
- @backstage/config@1.1.1
|
|
359
|
+
- @backstage/errors@1.2.3
|
|
360
|
+
- @backstage/types@1.1.1
|
|
361
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
362
|
+
|
|
363
|
+
## 0.5.22
|
|
364
|
+
|
|
365
|
+
### Patch Changes
|
|
366
|
+
|
|
367
|
+
- Updated dependencies
|
|
368
|
+
- @backstage/backend-common@0.20.0
|
|
369
|
+
- @backstage/catalog-client@1.5.0
|
|
370
|
+
- @backstage/backend-tasks@0.5.13
|
|
371
|
+
- @backstage-community/plugin-tech-insights-node@0.4.14
|
|
372
|
+
- @backstage/catalog-model@1.4.3
|
|
373
|
+
- @backstage/config@1.1.1
|
|
374
|
+
- @backstage/errors@1.2.3
|
|
375
|
+
- @backstage/types@1.1.1
|
|
376
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
377
|
+
|
|
378
|
+
## 0.5.22-next.3
|
|
379
|
+
|
|
380
|
+
### Patch Changes
|
|
381
|
+
|
|
382
|
+
- Updated dependencies
|
|
383
|
+
- @backstage/backend-common@0.20.0-next.3
|
|
384
|
+
- @backstage/backend-tasks@0.5.13-next.3
|
|
385
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
386
|
+
- @backstage/catalog-model@1.4.3
|
|
387
|
+
- @backstage/config@1.1.1
|
|
388
|
+
- @backstage/errors@1.2.3
|
|
389
|
+
- @backstage/types@1.1.1
|
|
390
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
391
|
+
- @backstage-community/plugin-tech-insights-node@0.4.14-next.3
|
|
392
|
+
|
|
393
|
+
## 0.5.22-next.2
|
|
394
|
+
|
|
395
|
+
### Patch Changes
|
|
396
|
+
|
|
397
|
+
- Updated dependencies
|
|
398
|
+
- @backstage/backend-common@0.20.0-next.2
|
|
399
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
400
|
+
- @backstage/backend-tasks@0.5.13-next.2
|
|
401
|
+
- @backstage/catalog-model@1.4.3
|
|
402
|
+
- @backstage/config@1.1.1
|
|
403
|
+
- @backstage/errors@1.2.3
|
|
404
|
+
- @backstage/types@1.1.1
|
|
405
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
406
|
+
- @backstage-community/plugin-tech-insights-node@0.4.14-next.2
|
|
407
|
+
|
|
408
|
+
## 0.5.22-next.1
|
|
409
|
+
|
|
410
|
+
### Patch Changes
|
|
411
|
+
|
|
412
|
+
- Updated dependencies
|
|
413
|
+
- @backstage/catalog-client@1.5.0-next.0
|
|
414
|
+
- @backstage/backend-common@0.20.0-next.1
|
|
415
|
+
- @backstage/backend-tasks@0.5.13-next.1
|
|
416
|
+
- @backstage/catalog-model@1.4.3
|
|
417
|
+
- @backstage/config@1.1.1
|
|
418
|
+
- @backstage/errors@1.2.3
|
|
419
|
+
- @backstage/types@1.1.1
|
|
420
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
421
|
+
- @backstage-community/plugin-tech-insights-node@0.4.14-next.1
|
|
422
|
+
|
|
423
|
+
## 0.5.22-next.0
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- Updated dependencies
|
|
428
|
+
- @backstage/backend-common@0.20.0-next.0
|
|
429
|
+
- @backstage/backend-tasks@0.5.13-next.0
|
|
430
|
+
- @backstage-community/plugin-tech-insights-node@0.4.14-next.0
|
|
431
|
+
- @backstage/catalog-client@1.4.6
|
|
432
|
+
- @backstage/catalog-model@1.4.3
|
|
433
|
+
- @backstage/config@1.1.1
|
|
434
|
+
- @backstage/errors@1.2.3
|
|
435
|
+
- @backstage/types@1.1.1
|
|
436
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
437
|
+
|
|
438
|
+
## 0.5.21
|
|
439
|
+
|
|
440
|
+
### Patch Changes
|
|
441
|
+
|
|
442
|
+
- 013611b42e: `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
|
443
|
+
- 193ad022bb: Add `factRetrieverId` to the fact retriever's logger metadata.
|
|
444
|
+
- Updated dependencies
|
|
445
|
+
- @backstage/backend-common@0.19.9
|
|
446
|
+
- @backstage/backend-tasks@0.5.12
|
|
447
|
+
- @backstage/catalog-client@1.4.6
|
|
448
|
+
- @backstage/catalog-model@1.4.3
|
|
449
|
+
- @backstage/config@1.1.1
|
|
450
|
+
- @backstage/errors@1.2.3
|
|
451
|
+
- @backstage/types@1.1.1
|
|
452
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
453
|
+
- @backstage-community/plugin-tech-insights-node@0.4.13
|
|
454
|
+
|
|
455
|
+
## 0.5.21-next.2
|
|
456
|
+
|
|
457
|
+
### Patch Changes
|
|
458
|
+
|
|
459
|
+
- [#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.
|
|
460
|
+
|
|
461
|
+
- Updated dependencies
|
|
462
|
+
- @backstage/backend-common@0.19.9-next.2
|
|
463
|
+
- @backstage/backend-tasks@0.5.12-next.2
|
|
464
|
+
- @backstage-community/plugin-tech-insights-node@0.4.13-next.2
|
|
465
|
+
|
|
466
|
+
## 0.5.21-next.1
|
|
467
|
+
|
|
468
|
+
### Patch Changes
|
|
469
|
+
|
|
470
|
+
- Updated dependencies
|
|
471
|
+
- @backstage/backend-common@0.19.9-next.1
|
|
472
|
+
- @backstage/backend-tasks@0.5.12-next.1
|
|
473
|
+
- @backstage-community/plugin-tech-insights-node@0.4.13-next.1
|
|
474
|
+
- @backstage/catalog-client@1.4.5
|
|
475
|
+
- @backstage/catalog-model@1.4.3
|
|
476
|
+
- @backstage/config@1.1.1
|
|
477
|
+
- @backstage/errors@1.2.3
|
|
478
|
+
- @backstage/types@1.1.1
|
|
479
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
480
|
+
|
|
481
|
+
## 0.5.21-next.0
|
|
482
|
+
|
|
483
|
+
### Patch Changes
|
|
484
|
+
|
|
485
|
+
- 193ad022bb: Add `factRetrieverId` to the fact retriever's logger metadata.
|
|
486
|
+
- Updated dependencies
|
|
487
|
+
- @backstage/backend-common@0.19.9-next.0
|
|
488
|
+
- @backstage/backend-tasks@0.5.12-next.0
|
|
489
|
+
- @backstage/catalog-client@1.4.5
|
|
490
|
+
- @backstage/catalog-model@1.4.3
|
|
491
|
+
- @backstage/config@1.1.1
|
|
492
|
+
- @backstage/errors@1.2.3
|
|
493
|
+
- @backstage/types@1.1.1
|
|
494
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
495
|
+
- @backstage-community/plugin-tech-insights-node@0.4.13-next.0
|
|
496
|
+
|
|
497
|
+
## 0.5.20
|
|
498
|
+
|
|
499
|
+
### Patch Changes
|
|
500
|
+
|
|
501
|
+
- cc7dddfa7f: Increase the maximum allowed length of an entity filter for tech insights fact schemas.
|
|
502
|
+
- Updated dependencies
|
|
503
|
+
- @backstage/backend-tasks@0.5.11
|
|
504
|
+
- @backstage/backend-common@0.19.8
|
|
505
|
+
- @backstage/catalog-model@1.4.3
|
|
506
|
+
- @backstage/errors@1.2.3
|
|
507
|
+
- @backstage-community/plugin-tech-insights-node@0.4.12
|
|
508
|
+
- @backstage/catalog-client@1.4.5
|
|
509
|
+
- @backstage/config@1.1.1
|
|
510
|
+
- @backstage/types@1.1.1
|
|
511
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
512
|
+
|
|
513
|
+
## 0.5.20-next.2
|
|
514
|
+
|
|
515
|
+
### Patch Changes
|
|
516
|
+
|
|
517
|
+
- Updated dependencies
|
|
518
|
+
- @backstage/backend-common@0.19.8-next.2
|
|
519
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
520
|
+
- @backstage/errors@1.2.3-next.0
|
|
521
|
+
- @backstage/backend-tasks@0.5.11-next.2
|
|
522
|
+
- @backstage-community/plugin-tech-insights-node@0.4.12-next.2
|
|
523
|
+
- @backstage/catalog-client@1.4.5-next.0
|
|
524
|
+
- @backstage/config@1.1.1-next.0
|
|
525
|
+
- @backstage/types@1.1.1
|
|
526
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
527
|
+
|
|
528
|
+
## 0.5.19-next.1
|
|
529
|
+
|
|
530
|
+
### Patch Changes
|
|
531
|
+
|
|
532
|
+
- Updated dependencies
|
|
533
|
+
- @backstage/backend-tasks@0.5.10-next.1
|
|
534
|
+
- @backstage/backend-common@0.19.7-next.1
|
|
535
|
+
- @backstage-community/plugin-tech-insights-node@0.4.11-next.1
|
|
536
|
+
- @backstage/config@1.1.0
|
|
537
|
+
- @backstage/catalog-client@1.4.4
|
|
538
|
+
- @backstage/catalog-model@1.4.2
|
|
539
|
+
- @backstage/errors@1.2.2
|
|
540
|
+
- @backstage/types@1.1.1
|
|
541
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
542
|
+
|
|
543
|
+
## 0.5.19-next.0
|
|
544
|
+
|
|
545
|
+
### Patch Changes
|
|
546
|
+
|
|
547
|
+
- cc7dddfa7f: Increase the maximum allowed length of an entity filter for tech insights fact schemas.
|
|
548
|
+
- Updated dependencies
|
|
549
|
+
- @backstage/backend-common@0.19.7-next.0
|
|
550
|
+
- @backstage/config@1.1.0
|
|
551
|
+
- @backstage/backend-tasks@0.5.10-next.0
|
|
552
|
+
- @backstage/catalog-client@1.4.4
|
|
553
|
+
- @backstage/catalog-model@1.4.2
|
|
554
|
+
- @backstage/errors@1.2.2
|
|
555
|
+
- @backstage/types@1.1.1
|
|
556
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
557
|
+
- @backstage-community/plugin-tech-insights-node@0.4.11-next.0
|
|
558
|
+
|
|
559
|
+
## 0.5.17
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
- cfc3ca6ce060: Changes needed to support MySQL
|
|
564
|
+
- 814feeed7343: Update to handle invalid luxon values
|
|
565
|
+
- Updated dependencies
|
|
566
|
+
- @backstage/backend-tasks@0.5.8
|
|
567
|
+
- @backstage/backend-common@0.19.5
|
|
568
|
+
- @backstage/config@1.1.0
|
|
569
|
+
- @backstage/catalog-client@1.4.4
|
|
570
|
+
- @backstage/catalog-model@1.4.2
|
|
571
|
+
- @backstage/errors@1.2.2
|
|
572
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12
|
|
573
|
+
- @backstage/types@1.1.1
|
|
574
|
+
- @backstage-community/plugin-tech-insights-node@0.4.9
|
|
575
|
+
|
|
576
|
+
## 0.5.17-next.3
|
|
577
|
+
|
|
578
|
+
### Patch Changes
|
|
579
|
+
|
|
580
|
+
- Updated dependencies
|
|
581
|
+
- @backstage/catalog-client@1.4.4-next.2
|
|
582
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
583
|
+
- @backstage/config@1.1.0-next.2
|
|
584
|
+
- @backstage/errors@1.2.2-next.0
|
|
585
|
+
- @backstage-community/plugin-tech-insights-common@0.2.12-next.0
|
|
586
|
+
- @backstage/types@1.1.1-next.0
|
|
587
|
+
- @backstage/backend-common@0.19.5-next.3
|
|
588
|
+
- @backstage/backend-tasks@0.5.8-next.3
|
|
589
|
+
- @backstage-community/plugin-tech-insights-node@0.4.9-next.3
|
|
590
|
+
|
|
591
|
+
## 0.5.17-next.2
|
|
592
|
+
|
|
593
|
+
### Patch Changes
|
|
594
|
+
|
|
595
|
+
- 814feeed7343: Update to handle invalid luxon values
|
|
596
|
+
- Updated dependencies
|
|
597
|
+
- @backstage/config@1.1.0-next.1
|
|
598
|
+
- @backstage/backend-tasks@0.5.8-next.2
|
|
599
|
+
- @backstage/backend-common@0.19.5-next.2
|
|
600
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
601
|
+
- @backstage-community/plugin-tech-insights-node@0.4.9-next.2
|
|
602
|
+
- @backstage/catalog-client@1.4.4-next.1
|
|
603
|
+
- @backstage/errors@1.2.1
|
|
604
|
+
- @backstage/types@1.1.0
|
|
605
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
606
|
+
|
|
607
|
+
## 0.5.17-next.1
|
|
608
|
+
|
|
609
|
+
### Patch Changes
|
|
610
|
+
|
|
611
|
+
- Updated dependencies
|
|
612
|
+
- @backstage/config@1.1.0-next.0
|
|
613
|
+
- @backstage/backend-tasks@0.5.8-next.1
|
|
614
|
+
- @backstage/backend-common@0.19.5-next.1
|
|
615
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
616
|
+
- @backstage-community/plugin-tech-insights-node@0.4.9-next.1
|
|
617
|
+
- @backstage/catalog-client@1.4.4-next.0
|
|
618
|
+
- @backstage/errors@1.2.1
|
|
619
|
+
- @backstage/types@1.1.0
|
|
620
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
621
|
+
|
|
622
|
+
## 0.5.16-next.0
|
|
623
|
+
|
|
624
|
+
### Patch Changes
|
|
625
|
+
|
|
626
|
+
- cfc3ca6ce060: Changes needed to support MySQL
|
|
627
|
+
- Updated dependencies
|
|
628
|
+
- @backstage/backend-common@0.19.4-next.0
|
|
629
|
+
- @backstage/backend-tasks@0.5.7-next.0
|
|
630
|
+
- @backstage/catalog-client@1.4.3
|
|
631
|
+
- @backstage/catalog-model@1.4.1
|
|
632
|
+
- @backstage/config@1.0.8
|
|
633
|
+
- @backstage/errors@1.2.1
|
|
634
|
+
- @backstage/types@1.1.0
|
|
635
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
636
|
+
- @backstage-community/plugin-tech-insights-node@0.4.8-next.0
|
|
637
|
+
|
|
638
|
+
## 0.5.14
|
|
639
|
+
|
|
640
|
+
### Patch Changes
|
|
641
|
+
|
|
642
|
+
- Updated dependencies
|
|
643
|
+
- @backstage/backend-common@0.19.2
|
|
644
|
+
- @backstage/backend-tasks@0.5.5
|
|
645
|
+
- @backstage-community/plugin-tech-insights-node@0.4.6
|
|
646
|
+
- @backstage/catalog-client@1.4.3
|
|
647
|
+
- @backstage/catalog-model@1.4.1
|
|
648
|
+
- @backstage/config@1.0.8
|
|
649
|
+
- @backstage/errors@1.2.1
|
|
650
|
+
- @backstage/types@1.1.0
|
|
651
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
652
|
+
|
|
653
|
+
## 0.5.14-next.2
|
|
654
|
+
|
|
655
|
+
### Patch Changes
|
|
656
|
+
|
|
657
|
+
- Updated dependencies
|
|
658
|
+
- @backstage/backend-tasks@0.5.5-next.2
|
|
659
|
+
- @backstage/backend-common@0.19.2-next.2
|
|
660
|
+
- @backstage-community/plugin-tech-insights-node@0.4.6-next.2
|
|
661
|
+
|
|
662
|
+
## 0.5.14-next.1
|
|
663
|
+
|
|
664
|
+
### Patch Changes
|
|
665
|
+
|
|
666
|
+
- Updated dependencies
|
|
667
|
+
- @backstage/backend-common@0.19.2-next.1
|
|
668
|
+
- @backstage/backend-tasks@0.5.5-next.1
|
|
669
|
+
- @backstage-community/plugin-tech-insights-node@0.4.6-next.1
|
|
670
|
+
- @backstage/catalog-client@1.4.3
|
|
671
|
+
- @backstage/catalog-model@1.4.1
|
|
672
|
+
- @backstage/config@1.0.8
|
|
673
|
+
- @backstage/errors@1.2.1
|
|
674
|
+
- @backstage/types@1.1.0
|
|
675
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
676
|
+
|
|
677
|
+
## 0.5.14-next.0
|
|
678
|
+
|
|
679
|
+
### Patch Changes
|
|
680
|
+
|
|
681
|
+
- Updated dependencies
|
|
682
|
+
- @backstage/backend-common@0.19.2-next.0
|
|
683
|
+
- @backstage/backend-tasks@0.5.5-next.0
|
|
684
|
+
- @backstage/catalog-client@1.4.3
|
|
685
|
+
- @backstage/catalog-model@1.4.1
|
|
686
|
+
- @backstage/config@1.0.8
|
|
687
|
+
- @backstage/errors@1.2.1
|
|
688
|
+
- @backstage/types@1.1.0
|
|
689
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
690
|
+
- @backstage-community/plugin-tech-insights-node@0.4.6-next.0
|
|
691
|
+
|
|
692
|
+
## 0.5.13
|
|
693
|
+
|
|
694
|
+
### Patch Changes
|
|
695
|
+
|
|
696
|
+
- 4edd1ef71453: semver upgrade to 7.5.3
|
|
697
|
+
- Updated dependencies
|
|
698
|
+
- @backstage/errors@1.2.1
|
|
699
|
+
- @backstage/backend-common@0.19.1
|
|
700
|
+
- @backstage/backend-tasks@0.5.4
|
|
701
|
+
- @backstage/catalog-client@1.4.3
|
|
702
|
+
- @backstage/catalog-model@1.4.1
|
|
703
|
+
- @backstage/config@1.0.8
|
|
704
|
+
- @backstage/types@1.1.0
|
|
705
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
706
|
+
- @backstage-community/plugin-tech-insights-node@0.4.5
|
|
707
|
+
|
|
708
|
+
## 0.5.13-next.1
|
|
709
|
+
|
|
710
|
+
### Patch Changes
|
|
711
|
+
|
|
712
|
+
- 4edd1ef71453: semver upgrade to 7.5.3
|
|
713
|
+
- Updated dependencies
|
|
714
|
+
- @backstage/backend-common@0.19.1-next.0
|
|
715
|
+
- @backstage/backend-tasks@0.5.4-next.0
|
|
716
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
717
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
718
|
+
- @backstage/config@1.0.8
|
|
719
|
+
- @backstage/errors@1.2.1-next.0
|
|
720
|
+
- @backstage/types@1.1.0
|
|
721
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
722
|
+
- @backstage-community/plugin-tech-insights-node@0.4.5-next.0
|
|
723
|
+
|
|
724
|
+
## 0.5.13-next.0
|
|
725
|
+
|
|
726
|
+
### Patch Changes
|
|
727
|
+
|
|
728
|
+
- Updated dependencies
|
|
729
|
+
- @backstage/errors@1.2.1-next.0
|
|
730
|
+
- @backstage/backend-common@0.19.1-next.0
|
|
731
|
+
- @backstage/backend-tasks@0.5.4-next.0
|
|
732
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
733
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
734
|
+
- @backstage/config@1.0.8
|
|
735
|
+
- @backstage/types@1.1.0
|
|
736
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
737
|
+
- @backstage-community/plugin-tech-insights-node@0.4.5-next.0
|
|
738
|
+
|
|
739
|
+
## 0.5.12
|
|
740
|
+
|
|
741
|
+
### Patch Changes
|
|
742
|
+
|
|
743
|
+
- Updated dependencies
|
|
744
|
+
- @backstage/backend-common@0.19.0
|
|
745
|
+
- @backstage/catalog-client@1.4.2
|
|
746
|
+
- @backstage/types@1.1.0
|
|
747
|
+
- @backstage/catalog-model@1.4.0
|
|
748
|
+
- @backstage/errors@1.2.0
|
|
749
|
+
- @backstage/backend-tasks@0.5.3
|
|
750
|
+
- @backstage-community/plugin-tech-insights-node@0.4.4
|
|
751
|
+
- @backstage/config@1.0.8
|
|
752
|
+
- @backstage-community/plugin-tech-insights-common@0.2.11
|
|
753
|
+
|
|
754
|
+
## 0.5.12-next.2
|
|
755
|
+
|
|
756
|
+
### Patch Changes
|
|
757
|
+
|
|
758
|
+
- Updated dependencies
|
|
759
|
+
- @backstage/backend-common@0.19.0-next.2
|
|
760
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
761
|
+
- @backstage/backend-tasks@0.5.3-next.2
|
|
762
|
+
- @backstage/catalog-client@1.4.2-next.2
|
|
763
|
+
- @backstage/config@1.0.7
|
|
764
|
+
- @backstage/errors@1.2.0-next.0
|
|
765
|
+
- @backstage/types@1.0.2
|
|
766
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
767
|
+
- @backstage-community/plugin-tech-insights-node@0.4.4-next.2
|
|
768
|
+
|
|
769
|
+
## 0.5.12-next.1
|
|
770
|
+
|
|
771
|
+
### Patch Changes
|
|
772
|
+
|
|
773
|
+
- Updated dependencies
|
|
774
|
+
- @backstage/backend-common@0.19.0-next.1
|
|
775
|
+
- @backstage/errors@1.2.0-next.0
|
|
776
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
777
|
+
- @backstage/backend-tasks@0.5.3-next.1
|
|
778
|
+
- @backstage-community/plugin-tech-insights-node@0.4.4-next.1
|
|
779
|
+
- @backstage/catalog-client@1.4.2-next.1
|
|
780
|
+
- @backstage/config@1.0.7
|
|
781
|
+
- @backstage/types@1.0.2
|
|
782
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
783
|
+
|
|
784
|
+
## 0.5.12-next.0
|
|
785
|
+
|
|
786
|
+
### Patch Changes
|
|
787
|
+
|
|
788
|
+
- Updated dependencies
|
|
789
|
+
- @backstage/catalog-client@1.4.2-next.0
|
|
790
|
+
- @backstage/backend-common@0.18.6-next.0
|
|
791
|
+
- @backstage/config@1.0.7
|
|
792
|
+
- @backstage/backend-tasks@0.5.3-next.0
|
|
793
|
+
- @backstage/catalog-model@1.3.0
|
|
794
|
+
- @backstage/errors@1.1.5
|
|
795
|
+
- @backstage/types@1.0.2
|
|
796
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
797
|
+
- @backstage-community/plugin-tech-insights-node@0.4.4-next.0
|
|
798
|
+
|
|
799
|
+
## 0.5.11
|
|
800
|
+
|
|
801
|
+
### Patch Changes
|
|
802
|
+
|
|
803
|
+
- Updated dependencies
|
|
804
|
+
- @backstage/backend-common@0.18.5
|
|
805
|
+
- @backstage/backend-tasks@0.5.2
|
|
806
|
+
- @backstage-community/plugin-tech-insights-node@0.4.3
|
|
807
|
+
- @backstage/catalog-client@1.4.1
|
|
808
|
+
- @backstage/catalog-model@1.3.0
|
|
809
|
+
- @backstage/config@1.0.7
|
|
810
|
+
- @backstage/errors@1.1.5
|
|
811
|
+
- @backstage/types@1.0.2
|
|
812
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
813
|
+
|
|
814
|
+
## 0.5.11-next.1
|
|
815
|
+
|
|
816
|
+
### Patch Changes
|
|
817
|
+
|
|
818
|
+
- Updated dependencies
|
|
819
|
+
- @backstage/backend-common@0.18.5-next.1
|
|
820
|
+
- @backstage/backend-tasks@0.5.2-next.1
|
|
821
|
+
- @backstage-community/plugin-tech-insights-node@0.4.3-next.1
|
|
822
|
+
- @backstage/config@1.0.7
|
|
823
|
+
|
|
824
|
+
## 0.5.11-next.0
|
|
825
|
+
|
|
826
|
+
### Patch Changes
|
|
827
|
+
|
|
828
|
+
- Updated dependencies
|
|
829
|
+
- @backstage/backend-common@0.18.5-next.0
|
|
830
|
+
- @backstage/backend-tasks@0.5.2-next.0
|
|
831
|
+
- @backstage-community/plugin-tech-insights-node@0.4.3-next.0
|
|
832
|
+
- @backstage/catalog-client@1.4.1
|
|
833
|
+
- @backstage/catalog-model@1.3.0
|
|
834
|
+
- @backstage/config@1.0.7
|
|
835
|
+
- @backstage/errors@1.1.5
|
|
836
|
+
- @backstage/types@1.0.2
|
|
837
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
838
|
+
|
|
839
|
+
## 0.5.10
|
|
840
|
+
|
|
841
|
+
### Patch Changes
|
|
842
|
+
|
|
843
|
+
- Updated dependencies
|
|
844
|
+
- @backstage/backend-common@0.18.4
|
|
845
|
+
- @backstage/catalog-client@1.4.1
|
|
846
|
+
- @backstage/backend-tasks@0.5.1
|
|
847
|
+
- @backstage/catalog-model@1.3.0
|
|
848
|
+
- @backstage-community/plugin-tech-insights-node@0.4.2
|
|
849
|
+
- @backstage/config@1.0.7
|
|
850
|
+
- @backstage/errors@1.1.5
|
|
851
|
+
- @backstage/types@1.0.2
|
|
852
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
853
|
+
|
|
854
|
+
## 0.5.10-next.3
|
|
855
|
+
|
|
856
|
+
### Patch Changes
|
|
857
|
+
|
|
858
|
+
- Updated dependencies
|
|
859
|
+
- @backstage/catalog-model@1.3.0-next.0
|
|
860
|
+
- @backstage/backend-common@0.18.4-next.2
|
|
861
|
+
- @backstage/backend-tasks@0.5.1-next.2
|
|
862
|
+
- @backstage/catalog-client@1.4.1-next.1
|
|
863
|
+
- @backstage/config@1.0.7
|
|
864
|
+
- @backstage/errors@1.1.5
|
|
865
|
+
- @backstage/types@1.0.2
|
|
866
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
867
|
+
- @backstage-community/plugin-tech-insights-node@0.4.2-next.2
|
|
868
|
+
|
|
869
|
+
## 0.5.10-next.2
|
|
870
|
+
|
|
871
|
+
### Patch Changes
|
|
872
|
+
|
|
873
|
+
- Updated dependencies
|
|
874
|
+
- @backstage/backend-common@0.18.4-next.2
|
|
875
|
+
- @backstage/catalog-client@1.4.1-next.0
|
|
876
|
+
- @backstage/backend-tasks@0.5.1-next.2
|
|
877
|
+
- @backstage/catalog-model@1.2.1
|
|
878
|
+
- @backstage/config@1.0.7
|
|
879
|
+
- @backstage/errors@1.1.5
|
|
880
|
+
- @backstage/types@1.0.2
|
|
881
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
882
|
+
- @backstage-community/plugin-tech-insights-node@0.4.2-next.2
|
|
883
|
+
|
|
884
|
+
## 0.5.10-next.1
|
|
885
|
+
|
|
886
|
+
### Patch Changes
|
|
887
|
+
|
|
888
|
+
- Updated dependencies
|
|
889
|
+
- @backstage/backend-tasks@0.5.1-next.1
|
|
890
|
+
- @backstage/backend-common@0.18.4-next.1
|
|
891
|
+
- @backstage/catalog-client@1.4.0
|
|
892
|
+
- @backstage/catalog-model@1.2.1
|
|
893
|
+
- @backstage/config@1.0.7
|
|
894
|
+
- @backstage/errors@1.1.5
|
|
895
|
+
- @backstage/types@1.0.2
|
|
896
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
897
|
+
- @backstage-community/plugin-tech-insights-node@0.4.2-next.1
|
|
898
|
+
|
|
899
|
+
## 0.5.10-next.0
|
|
900
|
+
|
|
901
|
+
### Patch Changes
|
|
902
|
+
|
|
903
|
+
- Updated dependencies
|
|
904
|
+
- @backstage/backend-common@0.18.4-next.0
|
|
905
|
+
- @backstage/config@1.0.7
|
|
906
|
+
- @backstage/backend-tasks@0.5.1-next.0
|
|
907
|
+
- @backstage/catalog-client@1.4.0
|
|
908
|
+
- @backstage/catalog-model@1.2.1
|
|
909
|
+
- @backstage/errors@1.1.5
|
|
910
|
+
- @backstage/types@1.0.2
|
|
911
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
912
|
+
- @backstage-community/plugin-tech-insights-node@0.4.2-next.0
|
|
913
|
+
|
|
914
|
+
## 0.5.9
|
|
915
|
+
|
|
916
|
+
### Patch Changes
|
|
917
|
+
|
|
918
|
+
- f244b589163: Add DB index to improve latency of latest fact query
|
|
919
|
+
- Updated dependencies
|
|
920
|
+
- @backstage/catalog-client@1.4.0
|
|
921
|
+
- @backstage/backend-tasks@0.5.0
|
|
922
|
+
- @backstage/backend-common@0.18.3
|
|
923
|
+
- @backstage/errors@1.1.5
|
|
924
|
+
- @backstage/catalog-model@1.2.1
|
|
925
|
+
- @backstage/config@1.0.7
|
|
926
|
+
- @backstage/types@1.0.2
|
|
927
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
928
|
+
- @backstage-community/plugin-tech-insights-node@0.4.1
|
|
929
|
+
|
|
930
|
+
## 0.5.9-next.2
|
|
931
|
+
|
|
932
|
+
### Patch Changes
|
|
933
|
+
|
|
934
|
+
- Updated dependencies
|
|
935
|
+
- @backstage/backend-tasks@0.5.0-next.2
|
|
936
|
+
- @backstage/backend-common@0.18.3-next.2
|
|
937
|
+
- @backstage-community/plugin-tech-insights-node@0.4.1-next.2
|
|
938
|
+
- @backstage/config@1.0.7-next.0
|
|
939
|
+
|
|
940
|
+
## 0.5.9-next.1
|
|
941
|
+
|
|
942
|
+
### Patch Changes
|
|
943
|
+
|
|
944
|
+
- Updated dependencies
|
|
945
|
+
- @backstage/errors@1.1.5-next.0
|
|
946
|
+
- @backstage/backend-common@0.18.3-next.1
|
|
947
|
+
- @backstage/catalog-client@1.4.0-next.1
|
|
948
|
+
- @backstage/backend-tasks@0.4.4-next.1
|
|
949
|
+
- @backstage/config@1.0.7-next.0
|
|
950
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
951
|
+
- @backstage/types@1.0.2
|
|
952
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
953
|
+
- @backstage-community/plugin-tech-insights-node@0.4.1-next.1
|
|
954
|
+
|
|
955
|
+
## 0.5.9-next.0
|
|
956
|
+
|
|
957
|
+
### Patch Changes
|
|
958
|
+
|
|
959
|
+
- f244b58916: Add DB index to improve latency of latest fact query
|
|
960
|
+
- Updated dependencies
|
|
961
|
+
- @backstage/catalog-client@1.4.0-next.0
|
|
962
|
+
- @backstage/backend-tasks@0.4.4-next.0
|
|
963
|
+
- @backstage/backend-common@0.18.3-next.0
|
|
964
|
+
- @backstage/catalog-model@1.2.1-next.0
|
|
965
|
+
- @backstage/config@1.0.6
|
|
966
|
+
- @backstage/errors@1.1.4
|
|
967
|
+
- @backstage/types@1.0.2
|
|
968
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
969
|
+
- @backstage-community/plugin-tech-insights-node@0.4.1-next.0
|
|
970
|
+
|
|
971
|
+
## 0.5.8
|
|
972
|
+
|
|
973
|
+
### Patch Changes
|
|
974
|
+
|
|
975
|
+
- 4024b37449: TechInsightsApi interface now has getFactSchemas() method.
|
|
976
|
+
TechInsightsClient now implements method getFactSchemas().
|
|
977
|
+
|
|
978
|
+
**BREAKING** FactSchema type moved from @backstage-community/plugin-tech-insights-node into @backstage-community/plugin-tech-insights-common
|
|
979
|
+
|
|
980
|
+
These changes are **required** if you were importing this type directly.
|
|
981
|
+
|
|
982
|
+
```diff
|
|
983
|
+
- import { FactSchema } from '@backstage-community/plugin-tech-insights-node';
|
|
984
|
+
+ import { FactSchema } from '@backstage-community/plugin-tech-insights-common';
|
|
985
|
+
```
|
|
986
|
+
|
|
987
|
+
- Updated dependencies
|
|
988
|
+
- @backstage/backend-common@0.18.2
|
|
989
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10
|
|
990
|
+
- @backstage-community/plugin-tech-insights-node@0.4.0
|
|
991
|
+
- @backstage/catalog-model@1.2.0
|
|
992
|
+
- @backstage/backend-tasks@0.4.3
|
|
993
|
+
- @backstage/catalog-client@1.3.1
|
|
994
|
+
- @backstage/config@1.0.6
|
|
995
|
+
- @backstage/errors@1.1.4
|
|
996
|
+
- @backstage/types@1.0.2
|
|
997
|
+
|
|
998
|
+
## 0.5.8-next.2
|
|
999
|
+
|
|
1000
|
+
### Patch Changes
|
|
1001
|
+
|
|
1002
|
+
- Updated dependencies
|
|
1003
|
+
- @backstage/backend-common@0.18.2-next.2
|
|
1004
|
+
- @backstage/catalog-model@1.2.0-next.1
|
|
1005
|
+
- @backstage/backend-tasks@0.4.3-next.2
|
|
1006
|
+
- @backstage/catalog-client@1.3.1-next.1
|
|
1007
|
+
- @backstage/config@1.0.6
|
|
1008
|
+
- @backstage/errors@1.1.4
|
|
1009
|
+
- @backstage/types@1.0.2
|
|
1010
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10-next.0
|
|
1011
|
+
- @backstage-community/plugin-tech-insights-node@0.4.0-next.2
|
|
1012
|
+
|
|
1013
|
+
## 0.5.8-next.1
|
|
1014
|
+
|
|
1015
|
+
### Patch Changes
|
|
1016
|
+
|
|
1017
|
+
- 4024b37449: TechInsightsApi interface now has getFactSchemas() method.
|
|
1018
|
+
TechInsightsClient now implements method getFactSchemas().
|
|
1019
|
+
|
|
1020
|
+
**BREAKING** FactSchema type moved from @backstage-community/plugin-tech-insights-node into @backstage-community/plugin-tech-insights-common
|
|
1021
|
+
|
|
1022
|
+
These changes are **required** if you were importing this type directly.
|
|
1023
|
+
|
|
1024
|
+
```diff
|
|
1025
|
+
- import { FactSchema } from '@backstage-community/plugin-tech-insights-node';
|
|
1026
|
+
+ import { FactSchema } from '@backstage-community/plugin-tech-insights-common';
|
|
1027
|
+
```
|
|
1028
|
+
|
|
1029
|
+
- Updated dependencies
|
|
1030
|
+
- @backstage-community/plugin-tech-insights-common@0.2.10-next.0
|
|
1031
|
+
- @backstage-community/plugin-tech-insights-node@0.4.0-next.1
|
|
1032
|
+
- @backstage/backend-common@0.18.2-next.1
|
|
1033
|
+
- @backstage/backend-tasks@0.4.3-next.1
|
|
1034
|
+
- @backstage/catalog-client@1.3.1-next.0
|
|
1035
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
1036
|
+
- @backstage/config@1.0.6
|
|
1037
|
+
- @backstage/errors@1.1.4
|
|
1038
|
+
- @backstage/types@1.0.2
|
|
1039
|
+
|
|
1040
|
+
## 0.5.8-next.0
|
|
1041
|
+
|
|
1042
|
+
### Patch Changes
|
|
1043
|
+
|
|
1044
|
+
- Updated dependencies
|
|
1045
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
1046
|
+
- @backstage/backend-common@0.18.2-next.0
|
|
1047
|
+
- @backstage/catalog-client@1.3.1-next.0
|
|
1048
|
+
- @backstage/backend-tasks@0.4.3-next.0
|
|
1049
|
+
- @backstage-community/plugin-tech-insights-node@0.3.10-next.0
|
|
1050
|
+
|
|
1051
|
+
## 0.5.6
|
|
1052
|
+
|
|
1053
|
+
### Patch Changes
|
|
1054
|
+
|
|
1055
|
+
- 7a38a31699: Complete check results run when a single check errors so that we don't block other checks from working due to an error in a single check
|
|
1056
|
+
- 44c18b4d3f: Expose optional `persistenceContext` on `TechInsights` construction to enable integrators to provide their own database implementations for fact handling.
|
|
1057
|
+
- b48317cfc6: Modifies database cleanup to remove all facts for entities instead of hand-picked ones only. Improves query execution a lot in large datasets.
|
|
1058
|
+
Changes semantics of the lifecycle deletion logic slightly for cases were historical entities/facts, that are , not present in the application anymore, were kept forever instead of being cleaned up. The new implementation is more along the expected lines.
|
|
1059
|
+
- Updated dependencies
|
|
1060
|
+
- @backstage/backend-common@0.18.0
|
|
1061
|
+
- @backstage/catalog-model@1.1.5
|
|
1062
|
+
- @backstage/catalog-client@1.3.0
|
|
1063
|
+
- @backstage/backend-tasks@0.4.1
|
|
1064
|
+
- @backstage/config@1.0.6
|
|
1065
|
+
- @backstage/errors@1.1.4
|
|
1066
|
+
- @backstage/types@1.0.2
|
|
1067
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9
|
|
1068
|
+
- @backstage-community/plugin-tech-insights-node@0.3.8
|
|
1069
|
+
|
|
1070
|
+
## 0.5.6-next.2
|
|
1071
|
+
|
|
1072
|
+
### Patch Changes
|
|
1073
|
+
|
|
1074
|
+
- Updated dependencies
|
|
1075
|
+
- @backstage/backend-common@0.18.0-next.1
|
|
1076
|
+
- @backstage/backend-tasks@0.4.1-next.1
|
|
1077
|
+
- @backstage/catalog-client@1.3.0-next.2
|
|
1078
|
+
- @backstage-community/plugin-tech-insights-node@0.3.8-next.1
|
|
1079
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
1080
|
+
- @backstage/config@1.0.6-next.0
|
|
1081
|
+
- @backstage/errors@1.1.4
|
|
1082
|
+
- @backstage/types@1.0.2
|
|
1083
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9
|
|
1084
|
+
|
|
1085
|
+
## 0.5.6-next.1
|
|
1086
|
+
|
|
1087
|
+
### Patch Changes
|
|
1088
|
+
|
|
1089
|
+
- 7a38a31699: Complete check results run when a single check errors so that we don't block other checks from working due to an error in a single check
|
|
1090
|
+
- Updated dependencies
|
|
1091
|
+
- @backstage/backend-common@0.18.0-next.0
|
|
1092
|
+
- @backstage/config@1.0.6-next.0
|
|
1093
|
+
- @backstage/backend-tasks@0.4.1-next.0
|
|
1094
|
+
- @backstage/catalog-client@1.3.0-next.1
|
|
1095
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
1096
|
+
- @backstage/errors@1.1.4
|
|
1097
|
+
- @backstage/types@1.0.2
|
|
1098
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9
|
|
1099
|
+
- @backstage-community/plugin-tech-insights-node@0.3.8-next.0
|
|
1100
|
+
|
|
1101
|
+
## 0.5.6-next.0
|
|
1102
|
+
|
|
1103
|
+
### Patch Changes
|
|
1104
|
+
|
|
1105
|
+
- Updated dependencies
|
|
1106
|
+
- @backstage/catalog-model@1.1.5-next.0
|
|
1107
|
+
- @backstage/catalog-client@1.3.0-next.0
|
|
1108
|
+
- @backstage/backend-common@0.17.0
|
|
1109
|
+
- @backstage/backend-tasks@0.4.0
|
|
1110
|
+
- @backstage/config@1.0.5
|
|
1111
|
+
- @backstage/errors@1.1.4
|
|
1112
|
+
- @backstage/types@1.0.2
|
|
1113
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9
|
|
1114
|
+
- @backstage-community/plugin-tech-insights-node@0.3.7
|
|
1115
|
+
|
|
1116
|
+
## 0.5.5
|
|
1117
|
+
|
|
1118
|
+
### Patch Changes
|
|
1119
|
+
|
|
1120
|
+
- Updated dependencies
|
|
1121
|
+
- @backstage/catalog-client@1.2.0
|
|
1122
|
+
- @backstage/backend-common@0.17.0
|
|
1123
|
+
- @backstage/backend-tasks@0.4.0
|
|
1124
|
+
- @backstage/errors@1.1.4
|
|
1125
|
+
- @backstage/types@1.0.2
|
|
1126
|
+
- @backstage/catalog-model@1.1.4
|
|
1127
|
+
- @backstage/config@1.0.5
|
|
1128
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9
|
|
1129
|
+
- @backstage-community/plugin-tech-insights-node@0.3.7
|
|
1130
|
+
|
|
1131
|
+
## 0.5.5-next.3
|
|
1132
|
+
|
|
1133
|
+
### Patch Changes
|
|
1134
|
+
|
|
1135
|
+
- Updated dependencies
|
|
1136
|
+
- @backstage/backend-tasks@0.4.0-next.3
|
|
1137
|
+
- @backstage/backend-common@0.17.0-next.3
|
|
1138
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
1139
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
1140
|
+
- @backstage/config@1.0.5-next.1
|
|
1141
|
+
- @backstage/errors@1.1.4-next.1
|
|
1142
|
+
- @backstage/types@1.0.2-next.1
|
|
1143
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9-next.1
|
|
1144
|
+
- @backstage-community/plugin-tech-insights-node@0.3.7-next.3
|
|
1145
|
+
|
|
1146
|
+
## 0.5.5-next.2
|
|
1147
|
+
|
|
1148
|
+
### Patch Changes
|
|
1149
|
+
|
|
1150
|
+
- Updated dependencies
|
|
1151
|
+
- @backstage/backend-common@0.17.0-next.2
|
|
1152
|
+
- @backstage/backend-tasks@0.4.0-next.2
|
|
1153
|
+
- @backstage-community/plugin-tech-insights-node@0.3.7-next.2
|
|
1154
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
1155
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
1156
|
+
- @backstage/config@1.0.5-next.1
|
|
1157
|
+
- @backstage/errors@1.1.4-next.1
|
|
1158
|
+
- @backstage/types@1.0.2-next.1
|
|
1159
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9-next.1
|
|
1160
|
+
|
|
1161
|
+
## 0.5.5-next.1
|
|
1162
|
+
|
|
1163
|
+
### Patch Changes
|
|
1164
|
+
|
|
1165
|
+
- Updated dependencies
|
|
1166
|
+
- @backstage/backend-common@0.17.0-next.1
|
|
1167
|
+
- @backstage/backend-tasks@0.4.0-next.1
|
|
1168
|
+
- @backstage/types@1.0.2-next.1
|
|
1169
|
+
- @backstage-community/plugin-tech-insights-node@0.3.7-next.1
|
|
1170
|
+
- @backstage/config@1.0.5-next.1
|
|
1171
|
+
- @backstage/catalog-client@1.2.0-next.1
|
|
1172
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
1173
|
+
- @backstage/errors@1.1.4-next.1
|
|
1174
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9-next.1
|
|
1175
|
+
|
|
1176
|
+
## 0.5.5-next.0
|
|
1177
|
+
|
|
1178
|
+
### Patch Changes
|
|
1179
|
+
|
|
1180
|
+
- Updated dependencies
|
|
1181
|
+
- @backstage/catalog-client@1.2.0-next.0
|
|
1182
|
+
- @backstage/backend-common@0.16.1-next.0
|
|
1183
|
+
- @backstage/types@1.0.2-next.0
|
|
1184
|
+
- @backstage/backend-tasks@0.3.8-next.0
|
|
1185
|
+
- @backstage/catalog-model@1.1.4-next.0
|
|
1186
|
+
- @backstage/config@1.0.5-next.0
|
|
1187
|
+
- @backstage/errors@1.1.4-next.0
|
|
1188
|
+
- @backstage-community/plugin-tech-insights-common@0.2.9-next.0
|
|
1189
|
+
- @backstage-community/plugin-tech-insights-node@0.3.7-next.0
|
|
1190
|
+
|
|
1191
|
+
## 0.5.4
|
|
1192
|
+
|
|
1193
|
+
### Patch Changes
|
|
1194
|
+
|
|
1195
|
+
- f12e9e5b8c: Add Documentation on 404 Errors
|
|
1196
|
+
- 06cf8f1cf2: Add a default delay to the fact retrievers to prevent cold-start errors
|
|
1197
|
+
- 30e43717c7: Use `HumanDuration` from `@backstage/types`
|
|
1198
|
+
- Updated dependencies
|
|
1199
|
+
- @backstage/backend-common@0.16.0
|
|
1200
|
+
- @backstage/backend-tasks@0.3.7
|
|
1201
|
+
- @backstage/catalog-model@1.1.3
|
|
1202
|
+
- @backstage/types@1.0.1
|
|
1203
|
+
- @backstage-community/plugin-tech-insights-node@0.3.6
|
|
1204
|
+
- @backstage/catalog-client@1.1.2
|
|
1205
|
+
- @backstage/config@1.0.4
|
|
1206
|
+
- @backstage/errors@1.1.3
|
|
1207
|
+
- @backstage-community/plugin-tech-insights-common@0.2.8
|
|
1208
|
+
|
|
1209
|
+
## 0.5.4-next.1
|
|
1210
|
+
|
|
1211
|
+
### Patch Changes
|
|
1212
|
+
|
|
1213
|
+
- f12e9e5b8c: Add Documentation on 404 Errors
|
|
1214
|
+
- Updated dependencies
|
|
1215
|
+
- @backstage/backend-common@0.16.0-next.1
|
|
1216
|
+
- @backstage/backend-tasks@0.3.7-next.1
|
|
1217
|
+
- @backstage-community/plugin-tech-insights-node@0.3.6-next.1
|
|
1218
|
+
- @backstage/catalog-client@1.1.2-next.0
|
|
1219
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
1220
|
+
- @backstage/config@1.0.4-next.0
|
|
1221
|
+
- @backstage/errors@1.1.3-next.0
|
|
1222
|
+
- @backstage/types@1.0.1-next.0
|
|
1223
|
+
- @backstage-community/plugin-tech-insights-common@0.2.8-next.0
|
|
1224
|
+
|
|
1225
|
+
## 0.5.4-next.0
|
|
1226
|
+
|
|
1227
|
+
### Patch Changes
|
|
1228
|
+
|
|
1229
|
+
- 06cf8f1cf2: Add a default delay to the fact retrievers to prevent cold-start errors
|
|
1230
|
+
- 30e43717c7: Use `HumanDuration` from `@backstage/types`
|
|
1231
|
+
- Updated dependencies
|
|
1232
|
+
- @backstage/backend-common@0.16.0-next.0
|
|
1233
|
+
- @backstage/backend-tasks@0.3.7-next.0
|
|
1234
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
1235
|
+
- @backstage/types@1.0.1-next.0
|
|
1236
|
+
- @backstage-community/plugin-tech-insights-node@0.3.6-next.0
|
|
1237
|
+
- @backstage/catalog-client@1.1.2-next.0
|
|
1238
|
+
- @backstage/config@1.0.4-next.0
|
|
1239
|
+
- @backstage/errors@1.1.3-next.0
|
|
1240
|
+
- @backstage-community/plugin-tech-insights-common@0.2.8-next.0
|
|
1241
|
+
|
|
1242
|
+
## 0.5.3
|
|
1243
|
+
|
|
1244
|
+
### Patch Changes
|
|
1245
|
+
|
|
1246
|
+
- 296aea34da: The Tech Insights plugin supports running fact retrievers across multiple instances. Update the README to remove the stale instructions.
|
|
1247
|
+
- 2d3a5f09ab: Use `response.json` rather than `response.send` where appropriate, as outlined in `SECURITY.md`
|
|
1248
|
+
- f7cbfb97ed: Modify router endpoint to handle singular and collections of request parameters similarly.
|
|
1249
|
+
- Updated dependencies
|
|
1250
|
+
- @backstage/catalog-model@1.1.2
|
|
1251
|
+
- @backstage/backend-common@0.15.2
|
|
1252
|
+
- @backstage/backend-tasks@0.3.6
|
|
1253
|
+
- @backstage/catalog-client@1.1.1
|
|
1254
|
+
- @backstage-community/plugin-tech-insights-node@0.3.5
|
|
1255
|
+
- @backstage/config@1.0.3
|
|
1256
|
+
- @backstage/errors@1.1.2
|
|
1257
|
+
- @backstage-community/plugin-tech-insights-common@0.2.7
|
|
1258
|
+
|
|
1259
|
+
## 0.5.3-next.2
|
|
1260
|
+
|
|
1261
|
+
### Patch Changes
|
|
1262
|
+
|
|
1263
|
+
- 2d3a5f09ab: Use `response.json` rather than `response.send` where appropriate, as outlined in `SECURITY.md`
|
|
1264
|
+
- Updated dependencies
|
|
1265
|
+
- @backstage/backend-tasks@0.3.6-next.2
|
|
1266
|
+
- @backstage/backend-common@0.15.2-next.2
|
|
1267
|
+
- @backstage-community/plugin-tech-insights-node@0.3.5-next.2
|
|
1268
|
+
- @backstage/catalog-client@1.1.1-next.2
|
|
1269
|
+
- @backstage/catalog-model@1.1.2-next.2
|
|
1270
|
+
- @backstage/config@1.0.3-next.2
|
|
1271
|
+
- @backstage/errors@1.1.2-next.2
|
|
1272
|
+
- @backstage-community/plugin-tech-insights-common@0.2.7-next.2
|
|
1273
|
+
|
|
1274
|
+
## 0.5.3-next.1
|
|
1275
|
+
|
|
1276
|
+
### Patch Changes
|
|
1277
|
+
|
|
1278
|
+
- f7cbfb97ed: Modify router endpoint to handle singular and collections of request parameters similarly.
|
|
1279
|
+
- Updated dependencies
|
|
1280
|
+
- @backstage/catalog-client@1.1.1-next.1
|
|
1281
|
+
- @backstage/backend-common@0.15.2-next.1
|
|
1282
|
+
- @backstage/backend-tasks@0.3.6-next.1
|
|
1283
|
+
- @backstage/catalog-model@1.1.2-next.1
|
|
1284
|
+
- @backstage/config@1.0.3-next.1
|
|
1285
|
+
- @backstage/errors@1.1.2-next.1
|
|
1286
|
+
- @backstage-community/plugin-tech-insights-common@0.2.7-next.1
|
|
1287
|
+
- @backstage-community/plugin-tech-insights-node@0.3.5-next.1
|
|
1288
|
+
|
|
1289
|
+
## 0.5.3-next.0
|
|
1290
|
+
|
|
1291
|
+
### Patch Changes
|
|
1292
|
+
|
|
1293
|
+
- Updated dependencies
|
|
1294
|
+
- @backstage/catalog-model@1.1.2-next.0
|
|
1295
|
+
- @backstage-community/plugin-tech-insights-node@0.3.5-next.0
|
|
1296
|
+
- @backstage/catalog-client@1.1.1-next.0
|
|
1297
|
+
- @backstage/backend-common@0.15.2-next.0
|
|
1298
|
+
- @backstage/backend-tasks@0.3.6-next.0
|
|
1299
|
+
- @backstage/config@1.0.3-next.0
|
|
1300
|
+
- @backstage/errors@1.1.2-next.0
|
|
1301
|
+
- @backstage-community/plugin-tech-insights-common@0.2.7-next.0
|
|
1302
|
+
|
|
1303
|
+
## 0.5.2
|
|
1304
|
+
|
|
1305
|
+
### Patch Changes
|
|
1306
|
+
|
|
1307
|
+
- 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
|
|
1308
|
+
- 12c6a07c2a: Changed the description of the `techdocsAnnotationFactName` fact.
|
|
1309
|
+
- 2e0689e536: Support for timeout in FactRetrieverRegistrationOptions
|
|
1310
|
+
- 9e8e9f5243: Modify Tech insight initialization to expose FactRetrieverEngine. Enables users to trigger fact retrieval manually or reschedule retrievers on runtime.
|
|
1311
|
+
- Updated dependencies
|
|
1312
|
+
- @backstage/backend-common@0.15.1
|
|
1313
|
+
- @backstage-community/plugin-tech-insights-node@0.3.4
|
|
1314
|
+
- @backstage/backend-tasks@0.3.5
|
|
1315
|
+
- @backstage/catalog-client@1.1.0
|
|
1316
|
+
- @backstage/catalog-model@1.1.1
|
|
1317
|
+
- @backstage/config@1.0.2
|
|
1318
|
+
- @backstage/errors@1.1.1
|
|
1319
|
+
|
|
1320
|
+
## 0.5.2-next.2
|
|
1321
|
+
|
|
1322
|
+
### Patch Changes
|
|
1323
|
+
|
|
1324
|
+
- Updated dependencies
|
|
1325
|
+
- @backstage/catalog-client@1.1.0-next.2
|
|
1326
|
+
- @backstage/catalog-model@1.1.1-next.0
|
|
1327
|
+
- @backstage/config@1.0.2-next.0
|
|
1328
|
+
- @backstage/errors@1.1.1-next.0
|
|
1329
|
+
- @backstage/backend-common@0.15.1-next.3
|
|
1330
|
+
- @backstage/backend-tasks@0.3.5-next.1
|
|
1331
|
+
- @backstage-community/plugin-tech-insights-node@0.3.4-next.1
|
|
1332
|
+
|
|
1333
|
+
## 0.5.2-next.1
|
|
1334
|
+
|
|
1335
|
+
### Patch Changes
|
|
1336
|
+
|
|
1337
|
+
- 12c6a07c2a: Changed the description of the `techdocsAnnotationFactName` fact.
|
|
1338
|
+
- Updated dependencies
|
|
1339
|
+
- @backstage/backend-common@0.15.1-next.1
|
|
1340
|
+
|
|
1341
|
+
## 0.5.2-next.0
|
|
1342
|
+
|
|
1343
|
+
### Patch Changes
|
|
1344
|
+
|
|
1345
|
+
- 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
|
|
1346
|
+
- 2e0689e536: Support for timeout in FactRetrieverRegistrationOptions
|
|
1347
|
+
- 9e8e9f5243: Modify Tech insight initialization to expose FactRetrieverEngine. Enables users to trigger fact retrieval manually or reschedule retrievers on runtime.
|
|
1348
|
+
- Updated dependencies
|
|
1349
|
+
- @backstage/backend-common@0.15.1-next.0
|
|
1350
|
+
- @backstage-community/plugin-tech-insights-node@0.3.4-next.0
|
|
1351
|
+
- @backstage/backend-tasks@0.3.5-next.0
|
|
1352
|
+
- @backstage/catalog-client@1.0.5-next.0
|
|
1353
|
+
|
|
1354
|
+
## 0.5.1
|
|
1355
|
+
|
|
1356
|
+
### Patch Changes
|
|
1357
|
+
|
|
1358
|
+
- Updated dependencies
|
|
1359
|
+
- @backstage/backend-common@0.15.0
|
|
1360
|
+
- @backstage/backend-tasks@0.3.4
|
|
1361
|
+
- @backstage-community/plugin-tech-insights-common@0.2.6
|
|
1362
|
+
- @backstage-community/plugin-tech-insights-node@0.3.3
|
|
1363
|
+
|
|
1364
|
+
## 0.5.1-next.0
|
|
1365
|
+
|
|
1366
|
+
### Patch Changes
|
|
1367
|
+
|
|
1368
|
+
- Updated dependencies
|
|
1369
|
+
- @backstage/backend-common@0.15.0-next.0
|
|
1370
|
+
- @backstage/backend-tasks@0.3.4-next.0
|
|
1371
|
+
- @backstage-community/plugin-tech-insights-common@0.2.6-next.0
|
|
1372
|
+
- @backstage-community/plugin-tech-insights-node@0.3.3-next.0
|
|
1373
|
+
|
|
1374
|
+
## 0.5.0
|
|
1375
|
+
|
|
1376
|
+
### Minor Changes
|
|
1377
|
+
|
|
1378
|
+
- 818fa28d71: Allow FactRetrieverRegistry to be injected into buildTechInsightsContext so that we can override default registry implementation.
|
|
1379
|
+
- 46cfda58aa: **BREAKING**: Update FactRetrieverRegistry interface to be async so that db backed implementations can be passed through to the FactRetrieverEngine.
|
|
1380
|
+
|
|
1381
|
+
If you have existing custom `FactRetrieverRegistry` implementations, you'll need to remove the `retrievers` member and make all the methods async.
|
|
1382
|
+
|
|
1383
|
+
### Patch Changes
|
|
1384
|
+
|
|
1385
|
+
- 2ef58ab539: TechInsightsBackend: Added missing 'scheduler' to code examples
|
|
1386
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
1387
|
+
- 679b32172e: Updated dependency `knex` to `^2.0.0`.
|
|
1388
|
+
- bcc122c46d: The `FactRetriever` model has been extended by adding optional title and description fields, allowing you to display them in the UI.
|
|
1389
|
+
- Updated dependencies
|
|
1390
|
+
- @backstage/backend-common@0.14.1
|
|
1391
|
+
- @backstage/catalog-model@1.1.0
|
|
1392
|
+
- @backstage/catalog-client@1.0.4
|
|
1393
|
+
- @backstage/backend-tasks@0.3.3
|
|
1394
|
+
- @backstage-community/plugin-tech-insights-common@0.2.5
|
|
1395
|
+
- @backstage-community/plugin-tech-insights-node@0.3.2
|
|
1396
|
+
- @backstage/errors@1.1.0
|
|
1397
|
+
|
|
1398
|
+
## 0.5.0-next.3
|
|
1399
|
+
|
|
1400
|
+
### Minor Changes
|
|
1401
|
+
|
|
1402
|
+
- 46cfda58aa: **BREAKING**: Update FactRetrieverRegistry interface to be async so that db backed implementations can be passed through to the FactRetrieverEngine.
|
|
1403
|
+
|
|
1404
|
+
If you have existing custom `FactRetrieverRegistry` implementations, you'll need to remove the `retrievers` member and make all the methods async.
|
|
1405
|
+
|
|
1406
|
+
### Patch Changes
|
|
1407
|
+
|
|
1408
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
1409
|
+
- bcc122c46d: The `FactRetriever` model has been extended by adding optional title and description fields, allowing you to display them in the UI.
|
|
1410
|
+
- Updated dependencies
|
|
1411
|
+
- @backstage/backend-common@0.14.1-next.3
|
|
1412
|
+
- @backstage/catalog-client@1.0.4-next.2
|
|
1413
|
+
- @backstage/backend-tasks@0.3.3-next.3
|
|
1414
|
+
- @backstage-community/plugin-tech-insights-common@0.2.5-next.0
|
|
1415
|
+
- @backstage-community/plugin-tech-insights-node@0.3.2-next.1
|
|
1416
|
+
- @backstage/catalog-model@1.1.0-next.3
|
|
1417
|
+
|
|
1418
|
+
## 0.5.0-next.2
|
|
1419
|
+
|
|
1420
|
+
### Minor Changes
|
|
1421
|
+
|
|
1422
|
+
- 818fa28d71: Allow FactRetrieverRegistry to be injected into buildTechInsightsContext so that we can override default registry implementation.
|
|
1423
|
+
|
|
1424
|
+
### Patch Changes
|
|
1425
|
+
|
|
1426
|
+
- 679b32172e: Updated dependency `knex` to `^2.0.0`.
|
|
1427
|
+
- Updated dependencies
|
|
1428
|
+
- @backstage/catalog-model@1.1.0-next.2
|
|
1429
|
+
- @backstage/backend-common@0.14.1-next.2
|
|
1430
|
+
- @backstage/backend-tasks@0.3.3-next.2
|
|
1431
|
+
|
|
1432
|
+
## 0.4.2-next.1
|
|
1433
|
+
|
|
1434
|
+
### Patch Changes
|
|
1435
|
+
|
|
1436
|
+
- Updated dependencies
|
|
1437
|
+
- @backstage/catalog-model@1.1.0-next.1
|
|
1438
|
+
- @backstage/backend-common@0.14.1-next.1
|
|
1439
|
+
- @backstage/errors@1.1.0-next.0
|
|
1440
|
+
- @backstage/backend-tasks@0.3.3-next.1
|
|
1441
|
+
- @backstage/catalog-client@1.0.4-next.1
|
|
1442
|
+
|
|
1443
|
+
## 0.4.2-next.0
|
|
1444
|
+
|
|
1445
|
+
### Patch Changes
|
|
1446
|
+
|
|
1447
|
+
- 2ef58ab539: TechInsightsBackend: Added missing 'scheduler' to code examples
|
|
1448
|
+
- Updated dependencies
|
|
1449
|
+
- @backstage/backend-common@0.14.1-next.0
|
|
1450
|
+
- @backstage/catalog-model@1.1.0-next.0
|
|
1451
|
+
- @backstage/backend-tasks@0.3.3-next.0
|
|
1452
|
+
- @backstage-community/plugin-tech-insights-node@0.3.2-next.0
|
|
1453
|
+
- @backstage/catalog-client@1.0.4-next.0
|
|
1454
|
+
|
|
1455
|
+
## 0.4.1
|
|
1456
|
+
|
|
1457
|
+
### Patch Changes
|
|
1458
|
+
|
|
1459
|
+
- 4fee8f59e3: Updated tech-insights fetch/latest endpoint to return the actual latest row based on the timestamp
|
|
1460
|
+
- aa15229ec3: Introduce additional JsonValue types to be storable as facts. This enables the possibility to store more complex objects for fact checking purposes. The rules engine supports walking keyed object values directly to create rules and checks
|
|
1461
|
+
|
|
1462
|
+
Modify facts database table to have a more restricted timestamp precision for cases where the postgres server isn't configured to contain such value. This fixes the issue where in some cases `maxItems` lifecycle condition didn't work as expected.
|
|
1463
|
+
|
|
1464
|
+
- Updated dependencies
|
|
1465
|
+
- @backstage/backend-tasks@0.3.2
|
|
1466
|
+
- @backstage/backend-common@0.14.0
|
|
1467
|
+
- @backstage/catalog-client@1.0.3
|
|
1468
|
+
- @backstage/catalog-model@1.0.3
|
|
1469
|
+
- @backstage-community/plugin-tech-insights-node@0.3.1
|
|
1470
|
+
|
|
1471
|
+
## 0.4.1-next.2
|
|
1472
|
+
|
|
1473
|
+
### Patch Changes
|
|
1474
|
+
|
|
1475
|
+
- Updated dependencies
|
|
1476
|
+
- @backstage/backend-common@0.14.0-next.2
|
|
1477
|
+
- @backstage/backend-tasks@0.3.2-next.2
|
|
1478
|
+
- @backstage-community/plugin-tech-insights-node@0.3.1-next.1
|
|
1479
|
+
|
|
1480
|
+
## 0.4.1-next.1
|
|
1481
|
+
|
|
1482
|
+
### Patch Changes
|
|
1483
|
+
|
|
1484
|
+
- 4fee8f59e3: Updated tech-insights fetch/latest endpoint to return the actual latest row based on the timestamp
|
|
1485
|
+
- Updated dependencies
|
|
1486
|
+
- @backstage/backend-tasks@0.3.2-next.1
|
|
1487
|
+
- @backstage/backend-common@0.13.6-next.1
|
|
1488
|
+
- @backstage/catalog-client@1.0.3-next.0
|
|
1489
|
+
- @backstage/catalog-model@1.0.3-next.0
|
|
1490
|
+
|
|
1491
|
+
## 0.4.1-next.0
|
|
1492
|
+
|
|
1493
|
+
### Patch Changes
|
|
1494
|
+
|
|
1495
|
+
- Updated dependencies
|
|
1496
|
+
- @backstage/backend-tasks@0.3.2-next.0
|
|
1497
|
+
- @backstage/backend-common@0.13.6-next.0
|
|
1498
|
+
- @backstage-community/plugin-tech-insights-node@0.3.1-next.0
|
|
1499
|
+
|
|
1500
|
+
## 0.4.0
|
|
1501
|
+
|
|
1502
|
+
### Minor Changes
|
|
1503
|
+
|
|
1504
|
+
- 3333e20b27: **BREAKING**: The `buildTechInsightsContext` function now takes an additional
|
|
1505
|
+
field in its options argument: `tokenManager`. This is an instance of
|
|
1506
|
+
`TokenManager`, which can be found in your backend initialization code's
|
|
1507
|
+
`env`.
|
|
1508
|
+
|
|
1509
|
+
```diff
|
|
1510
|
+
const builder = buildTechInsightsContext({
|
|
1511
|
+
logger: env.logger,
|
|
1512
|
+
config: env.config,
|
|
1513
|
+
database: env.database,
|
|
1514
|
+
discovery: env.discovery,
|
|
1515
|
+
scheduler: env.scheduler,
|
|
1516
|
+
+ tokenManager: env.tokenManager,
|
|
1517
|
+
factRetrievers: [ /* ... */ ],
|
|
1518
|
+
});
|
|
1519
|
+
```
|
|
1520
|
+
|
|
1521
|
+
### Patch Changes
|
|
1522
|
+
|
|
1523
|
+
- Updated dependencies
|
|
1524
|
+
- @backstage/backend-common@0.13.3
|
|
1525
|
+
- @backstage/backend-tasks@0.3.1
|
|
1526
|
+
- @backstage-community/plugin-tech-insights-node@0.3.0
|
|
1527
|
+
- @backstage/config@1.0.1
|
|
1528
|
+
- @backstage/catalog-client@1.0.2
|
|
1529
|
+
- @backstage/catalog-model@1.0.2
|
|
1530
|
+
|
|
1531
|
+
## 0.4.0-next.2
|
|
1532
|
+
|
|
1533
|
+
### Patch Changes
|
|
1534
|
+
|
|
1535
|
+
- Updated dependencies
|
|
1536
|
+
- @backstage/backend-common@0.13.3-next.2
|
|
1537
|
+
- @backstage/backend-tasks@0.3.1-next.1
|
|
1538
|
+
- @backstage/config@1.0.1-next.0
|
|
1539
|
+
- @backstage/catalog-model@1.0.2-next.0
|
|
1540
|
+
- @backstage-community/plugin-tech-insights-node@0.3.0-next.2
|
|
1541
|
+
- @backstage/catalog-client@1.0.2-next.0
|
|
1542
|
+
|
|
1543
|
+
## 0.4.0-next.1
|
|
1544
|
+
|
|
1545
|
+
### Minor Changes
|
|
1546
|
+
|
|
1547
|
+
- 3333e20b27: **BREAKING**: The `buildTechInsightsContext` function now takes an additional
|
|
1548
|
+
field in its options argument: `tokenManager`. This is an instance of
|
|
1549
|
+
`TokenManager`, which can be found in your backend initialization code's
|
|
1550
|
+
`env`.
|
|
1551
|
+
|
|
1552
|
+
```diff
|
|
1553
|
+
const builder = buildTechInsightsContext({
|
|
1554
|
+
logger: env.logger,
|
|
1555
|
+
config: env.config,
|
|
1556
|
+
database: env.database,
|
|
1557
|
+
discovery: env.discovery,
|
|
1558
|
+
scheduler: env.scheduler,
|
|
1559
|
+
+ tokenManager: env.tokenManager,
|
|
1560
|
+
factRetrievers: [ /* ... */ ],
|
|
1561
|
+
});
|
|
1562
|
+
```
|
|
1563
|
+
|
|
1564
|
+
### Patch Changes
|
|
1565
|
+
|
|
1566
|
+
- Updated dependencies
|
|
1567
|
+
- @backstage/backend-common@0.13.3-next.1
|
|
1568
|
+
- @backstage-community/plugin-tech-insights-node@0.3.0-next.1
|
|
1569
|
+
|
|
1570
|
+
## 0.3.1-next.0
|
|
1571
|
+
|
|
1572
|
+
### Patch Changes
|
|
1573
|
+
|
|
1574
|
+
- Updated dependencies
|
|
1575
|
+
- @backstage/backend-common@0.13.3-next.0
|
|
1576
|
+
- @backstage/backend-tasks@0.3.1-next.0
|
|
1577
|
+
- @backstage-community/plugin-tech-insights-node@0.2.10-next.0
|
|
1578
|
+
|
|
1579
|
+
## 0.3.0
|
|
1580
|
+
|
|
1581
|
+
### Minor Changes
|
|
1582
|
+
|
|
1583
|
+
- 231fee736b: This backend now uses the `@backstage/backend-tasks` package facilities for scheduling fact retrievers.
|
|
1584
|
+
|
|
1585
|
+
**BREAKING**: The `buildTechInsightsContext` function now takes an additional field in its options argument: `scheduler`. This is an instance of `PluginTaskScheduler`, which can be found in your backend initialization code's `env`.
|
|
1586
|
+
|
|
1587
|
+
```diff
|
|
1588
|
+
const builder = buildTechInsightsContext({
|
|
1589
|
+
logger: env.logger,
|
|
1590
|
+
config: env.config,
|
|
1591
|
+
database: env.database,
|
|
1592
|
+
discovery: env.discovery,
|
|
1593
|
+
+ scheduler: env.scheduler,
|
|
1594
|
+
factRetrievers: [ /* ... */ ],
|
|
1595
|
+
});
|
|
1596
|
+
```
|
|
1597
|
+
|
|
1598
|
+
### Patch Changes
|
|
1599
|
+
|
|
1600
|
+
- 21de525ce9: Updated README.md with better install instructions
|
|
1601
|
+
- c47509e1a0: Implemented changes suggested by Deepsource.io including multiple double non-null assertion operators and unexpected awaits for non-promise values.
|
|
1602
|
+
- 2fe58c7285: Improved the Tech-Insights documentation:
|
|
1603
|
+
|
|
1604
|
+
- `lifecycle` examples used `ttl` when it should be `timeToLive`
|
|
1605
|
+
- Added list of included FactRetrievers
|
|
1606
|
+
- Added full backend example using all included FactRetrievers
|
|
1607
|
+
- Added boolean scorecard example image showing results of backend example
|
|
1608
|
+
|
|
1609
|
+
- Updated dependencies
|
|
1610
|
+
- @backstage/backend-tasks@0.3.0
|
|
1611
|
+
- @backstage/catalog-model@1.0.1
|
|
1612
|
+
- @backstage-community/plugin-tech-insights-node@0.2.9
|
|
1613
|
+
- @backstage/backend-common@0.13.2
|
|
1614
|
+
- @backstage/catalog-client@1.0.1
|
|
1615
|
+
|
|
1616
|
+
## 0.3.0-next.2
|
|
1617
|
+
|
|
1618
|
+
### Patch Changes
|
|
1619
|
+
|
|
1620
|
+
- 21de525ce9: Updated README.md with better install instructions
|
|
1621
|
+
- Updated dependencies
|
|
1622
|
+
- @backstage/backend-tasks@0.3.0-next.2
|
|
1623
|
+
- @backstage/catalog-model@1.0.1-next.1
|
|
1624
|
+
|
|
1625
|
+
## 0.3.0-next.1
|
|
1626
|
+
|
|
1627
|
+
### Minor Changes
|
|
1628
|
+
|
|
1629
|
+
- 231fee736b: This backend now uses the `@backstage/backend-tasks` package facilities for scheduling fact retrievers.
|
|
1630
|
+
|
|
1631
|
+
**BREAKING**: The `buildTechInsightsContext` function now takes an additional field in its options argument: `scheduler`. This is an instance of `PluginTaskScheduler`, which can be found in your backend initialization code's `env`.
|
|
1632
|
+
|
|
1633
|
+
```diff
|
|
1634
|
+
const builder = buildTechInsightsContext({
|
|
1635
|
+
logger: env.logger,
|
|
1636
|
+
config: env.config,
|
|
1637
|
+
database: env.database,
|
|
1638
|
+
discovery: env.discovery,
|
|
1639
|
+
+ scheduler: env.scheduler,
|
|
1640
|
+
factRetrievers: [ /* ... */ ],
|
|
1641
|
+
});
|
|
1642
|
+
```
|
|
1643
|
+
|
|
1644
|
+
### Patch Changes
|
|
1645
|
+
|
|
1646
|
+
- Updated dependencies
|
|
1647
|
+
- @backstage/backend-tasks@0.3.0-next.1
|
|
1648
|
+
- @backstage-community/plugin-tech-insights-node@0.2.9-next.1
|
|
1649
|
+
- @backstage/backend-common@0.13.2-next.1
|
|
1650
|
+
|
|
1651
|
+
## 0.2.11-next.0
|
|
1652
|
+
|
|
1653
|
+
### Patch Changes
|
|
1654
|
+
|
|
1655
|
+
- c47509e1a0: Implemented changes suggested by Deepsource.io including multiple double non-null assertion operators and unexpected awaits for non-promise values.
|
|
1656
|
+
- 2fe58c7285: Improved the Tech-Insights documentation:
|
|
1657
|
+
|
|
1658
|
+
- `lifecycle` examples used `ttl` when it should be `timeToLive`
|
|
1659
|
+
- Added list of included FactRetrievers
|
|
1660
|
+
- Added full backend example using all included FactRetrievers
|
|
1661
|
+
- Added boolean scorecard example image showing results of backend example
|
|
1662
|
+
|
|
1663
|
+
- Updated dependencies
|
|
1664
|
+
- @backstage/catalog-model@1.0.1-next.0
|
|
1665
|
+
- @backstage/backend-common@0.13.2-next.0
|
|
1666
|
+
- @backstage/catalog-client@1.0.1-next.0
|
|
1667
|
+
- @backstage-community/plugin-tech-insights-node@0.2.9-next.0
|
|
1668
|
+
|
|
1669
|
+
## 0.2.10
|
|
1670
|
+
|
|
1671
|
+
### Patch Changes
|
|
1672
|
+
|
|
1673
|
+
- 89c7e47967: Minor README update
|
|
1674
|
+
- Updated dependencies
|
|
1675
|
+
- @backstage/backend-common@0.13.1
|
|
1676
|
+
- @backstage/catalog-model@1.0.0
|
|
1677
|
+
- @backstage/catalog-client@1.0.0
|
|
1678
|
+
- @backstage/config@1.0.0
|
|
1679
|
+
- @backstage/errors@1.0.0
|
|
1680
|
+
- @backstage-community/plugin-tech-insights-common@0.2.4
|
|
1681
|
+
- @backstage-community/plugin-tech-insights-node@0.2.8
|
|
1682
|
+
|
|
1683
|
+
## 0.2.9
|
|
1684
|
+
|
|
1685
|
+
### Patch Changes
|
|
1686
|
+
|
|
1687
|
+
- Updated dependencies
|
|
1688
|
+
- @backstage/backend-common@0.13.0
|
|
1689
|
+
- @backstage/catalog-model@0.13.0
|
|
1690
|
+
- @backstage/catalog-client@0.9.0
|
|
1691
|
+
- @backstage-community/plugin-tech-insights-node@0.2.7
|
|
1692
|
+
|
|
1693
|
+
## 0.2.9-next.0
|
|
1694
|
+
|
|
1695
|
+
### Patch Changes
|
|
1696
|
+
|
|
1697
|
+
- Updated dependencies
|
|
1698
|
+
- @backstage/backend-common@0.13.0-next.0
|
|
1699
|
+
- @backstage/catalog-model@0.13.0-next.0
|
|
1700
|
+
- @backstage/catalog-client@0.9.0-next.0
|
|
1701
|
+
- @backstage-community/plugin-tech-insights-node@0.2.7-next.0
|
|
1702
|
+
|
|
1703
|
+
## 0.2.8
|
|
1704
|
+
|
|
1705
|
+
### Patch Changes
|
|
1706
|
+
|
|
1707
|
+
- 36aa63022b: Use `CompoundEntityRef` instead of `EntityName`, and `getCompoundEntityRef` instead of `getEntityName`, from `@backstage/catalog-model`.
|
|
1708
|
+
- Updated dependencies
|
|
1709
|
+
- @backstage/catalog-model@0.12.0
|
|
1710
|
+
- @backstage/catalog-client@0.8.0
|
|
1711
|
+
- @backstage/backend-common@0.12.0
|
|
1712
|
+
- @backstage-community/plugin-tech-insights-node@0.2.6
|
|
1713
|
+
|
|
1714
|
+
## 0.2.7
|
|
1715
|
+
|
|
1716
|
+
### Patch Changes
|
|
1717
|
+
|
|
1718
|
+
- 67a7c02d26: Remove usages of `EntityRef` and `parseEntityName` from `@backstage/catalog-model`
|
|
1719
|
+
- 919cf2f836: Minor updates to match the new `targetRef` field of relations, and to stop consuming the `target` field
|
|
1720
|
+
- Updated dependencies
|
|
1721
|
+
- @backstage/backend-common@0.11.0
|
|
1722
|
+
- @backstage/catalog-model@0.11.0
|
|
1723
|
+
- @backstage/catalog-client@0.7.2
|
|
1724
|
+
- @backstage-community/plugin-tech-insights-node@0.2.5
|
|
1725
|
+
|
|
1726
|
+
## 0.2.6
|
|
1727
|
+
|
|
1728
|
+
### Patch Changes
|
|
1729
|
+
|
|
1730
|
+
- Fix for the previous release with missing type declarations.
|
|
1731
|
+
- Updated dependencies
|
|
1732
|
+
- @backstage/backend-common@0.10.9
|
|
1733
|
+
- @backstage/catalog-client@0.7.1
|
|
1734
|
+
- @backstage/catalog-model@0.10.1
|
|
1735
|
+
- @backstage/config@0.1.15
|
|
1736
|
+
- @backstage/errors@0.2.2
|
|
1737
|
+
- @backstage-community/plugin-tech-insights-common@0.2.3
|
|
1738
|
+
- @backstage-community/plugin-tech-insights-node@0.2.4
|
|
1739
|
+
|
|
1740
|
+
## 0.2.5
|
|
1741
|
+
|
|
1742
|
+
### Patch Changes
|
|
1743
|
+
|
|
1744
|
+
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
1745
|
+
- 538ca90790: Use updated type names from `@backstage/catalog-client`
|
|
1746
|
+
- Updated dependencies
|
|
1747
|
+
- @backstage/backend-common@0.10.8
|
|
1748
|
+
- @backstage/catalog-client@0.7.0
|
|
1749
|
+
- @backstage/errors@0.2.1
|
|
1750
|
+
- @backstage/catalog-model@0.10.0
|
|
1751
|
+
- @backstage/config@0.1.14
|
|
1752
|
+
- @backstage-community/plugin-tech-insights-common@0.2.2
|
|
1753
|
+
- @backstage-community/plugin-tech-insights-node@0.2.3
|
|
1754
|
+
|
|
1755
|
+
## 0.2.4
|
|
1756
|
+
|
|
1757
|
+
### Patch Changes
|
|
1758
|
+
|
|
1759
|
+
- 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
|
|
1760
|
+
|
|
1761
|
+
This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
|
|
1762
|
+
|
|
1763
|
+
- Updated dependencies
|
|
1764
|
+
- @backstage/catalog-client@0.6.0
|
|
1765
|
+
- @backstage/backend-common@0.10.7
|
|
1766
|
+
- @backstage-community/plugin-tech-insights-node@0.2.2
|
|
1767
|
+
|
|
1768
|
+
## 0.2.4-next.0
|
|
1769
|
+
|
|
1770
|
+
### Patch Changes
|
|
1771
|
+
|
|
1772
|
+
- 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
|
|
1773
|
+
|
|
1774
|
+
This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
|
|
1775
|
+
|
|
1776
|
+
- Updated dependencies
|
|
1777
|
+
- @backstage/backend-common@0.10.7-next.0
|
|
1778
|
+
- @backstage-community/plugin-tech-insights-node@0.2.2-next.0
|
|
1779
|
+
|
|
1780
|
+
## 0.2.3
|
|
1781
|
+
|
|
1782
|
+
### Patch Changes
|
|
1783
|
+
|
|
1784
|
+
- Updated dependencies
|
|
1785
|
+
- @backstage/backend-common@0.10.6
|
|
1786
|
+
- @backstage-community/plugin-tech-insights-node@0.2.1
|
|
1787
|
+
|
|
1788
|
+
## 0.2.3-next.0
|
|
1789
|
+
|
|
1790
|
+
### Patch Changes
|
|
1791
|
+
|
|
1792
|
+
- Updated dependencies
|
|
1793
|
+
- @backstage/backend-common@0.10.6-next.0
|
|
1794
|
+
- @backstage-community/plugin-tech-insights-node@0.2.1-next.0
|
|
1795
|
+
|
|
1796
|
+
## 0.2.2
|
|
1797
|
+
|
|
1798
|
+
### Patch Changes
|
|
1799
|
+
|
|
1800
|
+
- bbb6622752: Update README to match config options.
|
|
1801
|
+
- Updated dependencies
|
|
1802
|
+
- @backstage/backend-common@0.10.5
|
|
1803
|
+
|
|
1804
|
+
## 0.2.1
|
|
1805
|
+
|
|
1806
|
+
### Patch Changes
|
|
1807
|
+
|
|
1808
|
+
- ad0a7eb088: Fixed invalid access that caused an immediate crash with a `TypeError` when loading the package.
|
|
1809
|
+
|
|
1810
|
+
## 0.2.0
|
|
1811
|
+
|
|
1812
|
+
### Minor Changes
|
|
1813
|
+
|
|
1814
|
+
- dfd5e81721: BREAKING CHANGES:
|
|
1815
|
+
|
|
1816
|
+
- The helper function to create a fact retriever registration is now expecting an object of configuration items instead of individual arguments.
|
|
1817
|
+
Modify your `techInsights.ts` plugin configuration in `packages/backend/src/plugins/techInsights.ts` (or equivalent) the following way:
|
|
1818
|
+
|
|
1819
|
+
```diff
|
|
1820
|
+
-createFactRetrieverRegistration(
|
|
1821
|
+
- '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
|
|
1822
|
+
- entityOwnershipFactRetriever,
|
|
1823
|
+
-),
|
|
1824
|
+
+createFactRetrieverRegistration({
|
|
1825
|
+
+ cadence: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
|
|
1826
|
+
+ factRetriever: entityOwnershipFactRetriever,
|
|
1827
|
+
+}),
|
|
1828
|
+
|
|
1829
|
+
```
|
|
1830
|
+
|
|
1831
|
+
- `TechInsightsStore` interface has changed its signature of `insertFacts` method. If you have created your own implementation of either `TechInsightsDatabase` or `FactRetrieverEngine` you need to modify the implementation/call to this method to accept/pass-in an object instead if individual arguments. The interface now accepts an additional `lifecycle` argument which is optional (defined below). An example modification to fact retriever engine:
|
|
1832
|
+
|
|
1833
|
+
```diff
|
|
1834
|
+
-await this.repository.insertFacts(factRetriever.id, facts);
|
|
1835
|
+
+await this.repository.insertFacts({
|
|
1836
|
+
+ id: factRetriever.id,
|
|
1837
|
+
+ facts,
|
|
1838
|
+
+ lifecycle,
|
|
1839
|
+
+});
|
|
1840
|
+
```
|
|
1841
|
+
|
|
1842
|
+
Adds a configuration option to fact retrievers to define lifecycle for facts the retriever persists. Possible values are either 'max items' or 'time-to-live'. The former will keep only n number of items in the database for each fact per entity. The latter will remove all facts that are older than the TTL value.
|
|
1843
|
+
|
|
1844
|
+
Possible values:
|
|
1845
|
+
|
|
1846
|
+
- `{ maxItems: 5 }` // Deletes all facts for the retriever/entity pair, apart from the last five
|
|
1847
|
+
- `{ ttl: 1209600000 }` // (2 weeks) Deletes all facts older than 2 weeks for the retriever/entity pair
|
|
1848
|
+
- `{ ttl: { weeks: 2 } }` // Deletes all facts older than 2 weeks for the retriever/entity pair
|
|
1849
|
+
|
|
1850
|
+
### Patch Changes
|
|
1851
|
+
|
|
1852
|
+
- Updated dependencies
|
|
1853
|
+
- @backstage/backend-common@0.10.4
|
|
1854
|
+
- @backstage/config@0.1.13
|
|
1855
|
+
- @backstage-community/plugin-tech-insights-node@0.2.0
|
|
1856
|
+
- @backstage/catalog-model@0.9.10
|
|
1857
|
+
- @backstage/catalog-client@0.5.5
|
|
1858
|
+
|
|
1859
|
+
## 0.2.0-next.0
|
|
1860
|
+
|
|
1861
|
+
### Minor Changes
|
|
1862
|
+
|
|
1863
|
+
- dfd5e81721: BREAKING CHANGES:
|
|
1864
|
+
|
|
1865
|
+
- The helper function to create a fact retriever registration is now expecting an object of configuration items instead of individual arguments.
|
|
1866
|
+
Modify your `techInsights.ts` plugin configuration in `packages/backend/src/plugins/techInsights.ts` (or equivalent) the following way:
|
|
1867
|
+
|
|
1868
|
+
```diff
|
|
1869
|
+
-createFactRetrieverRegistration(
|
|
1870
|
+
- '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
|
|
1871
|
+
- entityOwnershipFactRetriever,
|
|
1872
|
+
-),
|
|
1873
|
+
+createFactRetrieverRegistration({
|
|
1874
|
+
+ cadence: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
|
|
1875
|
+
+ factRetriever: entityOwnershipFactRetriever,
|
|
1876
|
+
+}),
|
|
1877
|
+
|
|
1878
|
+
```
|
|
1879
|
+
|
|
1880
|
+
- `TechInsightsStore` interface has changed its signature of `insertFacts` method. If you have created your own implementation of either `TechInsightsDatabase` or `FactRetrieverEngine` you need to modify the implementation/call to this method to accept/pass-in an object instead if individual arguments. The interface now accepts an additional `lifecycle` argument which is optional (defined below). An example modification to fact retriever engine:
|
|
1881
|
+
|
|
1882
|
+
```diff
|
|
1883
|
+
-await this.repository.insertFacts(factRetriever.id, facts);
|
|
1884
|
+
+await this.repository.insertFacts({
|
|
1885
|
+
+ id: factRetriever.id,
|
|
1886
|
+
+ facts,
|
|
1887
|
+
+ lifecycle,
|
|
1888
|
+
+});
|
|
1889
|
+
```
|
|
1890
|
+
|
|
1891
|
+
Adds a configuration option to fact retrievers to define lifecycle for facts the retriever persists. Possible values are either 'max items' or 'time-to-live'. The former will keep only n number of items in the database for each fact per entity. The latter will remove all facts that are older than the TTL value.
|
|
1892
|
+
|
|
1893
|
+
Possible values:
|
|
1894
|
+
|
|
1895
|
+
- `{ maxItems: 5 }` // Deletes all facts for the retriever/entity pair, apart from the last five
|
|
1896
|
+
- `{ ttl: 1209600000 }` // (2 weeks) Deletes all facts older than 2 weeks for the retriever/entity pair
|
|
1897
|
+
- `{ ttl: { weeks: 2 } }` // Deletes all facts older than 2 weeks for the retriever/entity pair
|
|
1898
|
+
|
|
1899
|
+
### Patch Changes
|
|
1900
|
+
|
|
1901
|
+
- Updated dependencies
|
|
1902
|
+
- @backstage/backend-common@0.10.4-next.0
|
|
1903
|
+
- @backstage/config@0.1.13-next.0
|
|
1904
|
+
- @backstage-community/plugin-tech-insights-node@0.2.0-next.0
|
|
1905
|
+
- @backstage/catalog-model@0.9.10-next.0
|
|
1906
|
+
- @backstage/catalog-client@0.5.5-next.0
|
|
1907
|
+
|
|
1908
|
+
## 0.1.5
|
|
1909
|
+
|
|
1910
|
+
### Patch Changes
|
|
1911
|
+
|
|
1912
|
+
- 19f0f93504: Catch errors from a fact retriever and log them.
|
|
1913
|
+
- 10f26e8883: Modify queries to perform better by filtering on sub-queries as well
|
|
1914
|
+
- a60eb0f0dd: adding new operation to run checks for multiple entities in one request
|
|
1915
|
+
- Updated dependencies
|
|
1916
|
+
- @backstage/config@0.1.12
|
|
1917
|
+
- @backstage/backend-common@0.10.3
|
|
1918
|
+
- @backstage-community/plugin-tech-insights-common@0.2.1
|
|
1919
|
+
- @backstage/errors@0.2.0
|
|
1920
|
+
- @backstage/catalog-client@0.5.4
|
|
1921
|
+
- @backstage/catalog-model@0.9.9
|
|
1922
|
+
|
|
1923
|
+
## 0.1.4
|
|
1924
|
+
|
|
1925
|
+
### Patch Changes
|
|
1926
|
+
|
|
1927
|
+
- Updated dependencies
|
|
1928
|
+
- @backstage/backend-common@0.10.0
|
|
1929
|
+
- @backstage/catalog-client@0.5.3
|
|
1930
|
+
- @backstage-community/plugin-tech-insights-node@0.1.2
|
|
1931
|
+
|
|
1932
|
+
## 0.1.3
|
|
1933
|
+
|
|
1934
|
+
### Patch Changes
|
|
1935
|
+
|
|
1936
|
+
- 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
|
|
1937
|
+
- b5bd60fddc: Removed unnecessary check for specific server error in `@backstage plugin-tech-insights-backend`.
|
|
1938
|
+
- c6c8b8e53e: Minor fixes in Readme to make the examples more directly usable.
|
|
1939
|
+
- Updated dependencies
|
|
1940
|
+
- @backstage-community/plugin-tech-insights-common@0.2.0
|
|
1941
|
+
- @backstage/backend-common@0.9.12
|
|
1942
|
+
- @backstage-community/plugin-tech-insights-node@0.1.1
|
|
1943
|
+
|
|
1944
|
+
## 0.1.2
|
|
1945
|
+
|
|
1946
|
+
### Patch Changes
|
|
1947
|
+
|
|
1948
|
+
- 2017de90da: Update README docs to use correct function/parameter names
|
|
1949
|
+
- Updated dependencies
|
|
1950
|
+
- @backstage/errors@0.1.5
|
|
1951
|
+
- @backstage/backend-common@0.9.11
|
|
1952
|
+
|
|
1953
|
+
## 0.1.1
|
|
1954
|
+
|
|
1955
|
+
### Patch Changes
|
|
1956
|
+
|
|
1957
|
+
- 5c00e45045: Add catalog fact retrievers
|
|
1958
|
+
|
|
1959
|
+
Add fact retrievers which generate facts related to the completeness
|
|
1960
|
+
of entity data in the catalog.
|
|
1961
|
+
|
|
1962
|
+
- Updated dependencies
|
|
1963
|
+
- @backstage/catalog-client@0.5.2
|
|
1964
|
+
- @backstage/catalog-model@0.9.7
|
|
1965
|
+
- @backstage/backend-common@0.9.10
|