@backstage-community/plugin-puppetdb 0.1.18
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 +629 -0
- package/README.md +63 -0
- package/dist/index.d.ts +35 -0
- package/dist/index.esm.js +485 -0
- package/dist/index.esm.js.map +1 -0
- package/package.json +71 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,629 @@
|
|
|
1
|
+
# @backstage-community/plugin-puppetdb
|
|
2
|
+
|
|
3
|
+
## 0.1.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 193a2a3: Migrated from the [backstage/backstage](https://github.com/backstage/backstage) monorepo.
|
|
8
|
+
|
|
9
|
+
## 0.1.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/plugin-catalog-react@1.11.3
|
|
16
|
+
- @backstage/core-components@0.14.4
|
|
17
|
+
- @backstage/core-plugin-api@1.9.2
|
|
18
|
+
- @backstage/catalog-model@1.4.5
|
|
19
|
+
- @backstage/errors@1.2.4
|
|
20
|
+
|
|
21
|
+
## 0.1.17-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/catalog-model@1.4.5
|
|
27
|
+
- @backstage/core-components@0.14.4-next.0
|
|
28
|
+
- @backstage/core-plugin-api@1.9.1
|
|
29
|
+
- @backstage/errors@1.2.4
|
|
30
|
+
- @backstage/plugin-catalog-react@1.11.3-next.1
|
|
31
|
+
|
|
32
|
+
## 0.1.17-next.0
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
- @backstage/core-components@0.14.4-next.0
|
|
38
|
+
- @backstage/catalog-model@1.4.5
|
|
39
|
+
- @backstage/core-plugin-api@1.9.1
|
|
40
|
+
- @backstage/errors@1.2.4
|
|
41
|
+
- @backstage/plugin-catalog-react@1.11.3-next.0
|
|
42
|
+
|
|
43
|
+
## 0.1.16
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- e8f026a: Use ESM exports of react-use library
|
|
48
|
+
- 8754b0e: Added ESLint rule `no-top-level-material-ui-4-imports` in the `puppetdb` plugin to migrate the Material UI imports.
|
|
49
|
+
- Updated dependencies
|
|
50
|
+
- @backstage/core-components@0.14.3
|
|
51
|
+
- @backstage/plugin-catalog-react@1.11.2
|
|
52
|
+
- @backstage/core-plugin-api@1.9.1
|
|
53
|
+
- @backstage/catalog-model@1.4.5
|
|
54
|
+
- @backstage/errors@1.2.4
|
|
55
|
+
|
|
56
|
+
## 0.1.15
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- e8f026a: Use ESM exports of react-use library
|
|
61
|
+
- 8754b0e: Added ESLint rule `no-top-level-material-ui-4-imports` in the `puppetdb` plugin to migrate the Material UI imports.
|
|
62
|
+
- Updated dependencies
|
|
63
|
+
- @backstage/core-components@0.14.2
|
|
64
|
+
- @backstage/plugin-catalog-react@1.11.1
|
|
65
|
+
- @backstage/core-plugin-api@1.9.1
|
|
66
|
+
- @backstage/catalog-model@1.4.5
|
|
67
|
+
- @backstage/errors@1.2.4
|
|
68
|
+
|
|
69
|
+
## 0.1.14
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies
|
|
74
|
+
- @backstage/core-components@0.14.1
|
|
75
|
+
- @backstage/errors@1.2.4
|
|
76
|
+
- @backstage/plugin-catalog-react@1.11.0
|
|
77
|
+
- @backstage/catalog-model@1.4.5
|
|
78
|
+
- @backstage/core-plugin-api@1.9.1
|
|
79
|
+
|
|
80
|
+
## 0.1.14-next.2
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- Updated dependencies
|
|
85
|
+
- @backstage/core-components@0.14.1-next.2
|
|
86
|
+
- @backstage/plugin-catalog-react@1.11.0-next.2
|
|
87
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
88
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
89
|
+
- @backstage/errors@1.2.4-next.0
|
|
90
|
+
|
|
91
|
+
## 0.1.14-next.1
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- Updated dependencies
|
|
96
|
+
- @backstage/core-components@0.14.1-next.1
|
|
97
|
+
- @backstage/plugin-catalog-react@1.10.1-next.1
|
|
98
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
99
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
100
|
+
- @backstage/errors@1.2.4-next.0
|
|
101
|
+
|
|
102
|
+
## 0.1.14-next.0
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- Updated dependencies
|
|
107
|
+
- @backstage/errors@1.2.4-next.0
|
|
108
|
+
- @backstage/core-components@0.14.1-next.0
|
|
109
|
+
- @backstage/plugin-catalog-react@1.10.1-next.0
|
|
110
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
111
|
+
- @backstage/core-plugin-api@1.9.1-next.0
|
|
112
|
+
|
|
113
|
+
## 0.1.13
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
118
|
+
- Updated dependencies
|
|
119
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
120
|
+
- @backstage/core-components@0.14.0
|
|
121
|
+
- @backstage/catalog-model@1.4.4
|
|
122
|
+
- @backstage/core-plugin-api@1.9.0
|
|
123
|
+
- @backstage/errors@1.2.3
|
|
124
|
+
|
|
125
|
+
## 0.1.13-next.3
|
|
126
|
+
|
|
127
|
+
### Patch Changes
|
|
128
|
+
|
|
129
|
+
- Updated dependencies
|
|
130
|
+
- @backstage/core-components@0.14.0-next.2
|
|
131
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
132
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
133
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
134
|
+
- @backstage/errors@1.2.3
|
|
135
|
+
|
|
136
|
+
## 0.1.13-next.2
|
|
137
|
+
|
|
138
|
+
### Patch Changes
|
|
139
|
+
|
|
140
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
141
|
+
- Updated dependencies
|
|
142
|
+
- @backstage/core-components@0.14.0-next.1
|
|
143
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
144
|
+
- @backstage/plugin-catalog-react@1.10.0-next.2
|
|
145
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
146
|
+
- @backstage/errors@1.2.3
|
|
147
|
+
|
|
148
|
+
## 0.1.13-next.1
|
|
149
|
+
|
|
150
|
+
### Patch Changes
|
|
151
|
+
|
|
152
|
+
- Updated dependencies
|
|
153
|
+
- @backstage/core-components@0.14.0-next.0
|
|
154
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
155
|
+
- @backstage/core-plugin-api@1.8.3-next.0
|
|
156
|
+
- @backstage/plugin-catalog-react@1.9.4-next.1
|
|
157
|
+
- @backstage/errors@1.2.3
|
|
158
|
+
|
|
159
|
+
## 0.1.13-next.0
|
|
160
|
+
|
|
161
|
+
### Patch Changes
|
|
162
|
+
|
|
163
|
+
- Updated dependencies
|
|
164
|
+
- @backstage/plugin-catalog-react@1.9.4-next.0
|
|
165
|
+
- @backstage/core-components@0.13.10
|
|
166
|
+
- @backstage/catalog-model@1.4.3
|
|
167
|
+
- @backstage/core-plugin-api@1.8.2
|
|
168
|
+
- @backstage/errors@1.2.3
|
|
169
|
+
|
|
170
|
+
## 0.1.12
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- 4016f21: Remove some unused dependencies
|
|
175
|
+
- Updated dependencies
|
|
176
|
+
- @backstage/core-components@0.13.10
|
|
177
|
+
- @backstage/core-plugin-api@1.8.2
|
|
178
|
+
- @backstage/plugin-catalog-react@1.9.3
|
|
179
|
+
- @backstage/catalog-model@1.4.3
|
|
180
|
+
- @backstage/errors@1.2.3
|
|
181
|
+
|
|
182
|
+
## 0.1.12-next.2
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- Updated dependencies
|
|
187
|
+
- @backstage/plugin-catalog-react@1.9.3-next.2
|
|
188
|
+
|
|
189
|
+
## 0.1.12-next.1
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- Updated dependencies
|
|
194
|
+
- @backstage/core-plugin-api@1.8.2-next.0
|
|
195
|
+
- @backstage/core-components@0.13.10-next.1
|
|
196
|
+
- @backstage/plugin-catalog-react@1.9.3-next.1
|
|
197
|
+
- @backstage/catalog-model@1.4.3
|
|
198
|
+
- @backstage/errors@1.2.3
|
|
199
|
+
|
|
200
|
+
## 0.1.12-next.0
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- 4016f21: Remove some unused dependencies
|
|
205
|
+
- Updated dependencies
|
|
206
|
+
- @backstage/core-components@0.13.10-next.0
|
|
207
|
+
- @backstage/plugin-catalog-react@1.9.3-next.0
|
|
208
|
+
- @backstage/catalog-model@1.4.3
|
|
209
|
+
- @backstage/core-plugin-api@1.8.1
|
|
210
|
+
- @backstage/errors@1.2.3
|
|
211
|
+
|
|
212
|
+
## 0.1.11
|
|
213
|
+
|
|
214
|
+
### Patch Changes
|
|
215
|
+
|
|
216
|
+
- Updated dependencies
|
|
217
|
+
- @backstage/core-plugin-api@1.8.1
|
|
218
|
+
- @backstage/plugin-catalog-react@1.9.2
|
|
219
|
+
- @backstage/core-components@0.13.9
|
|
220
|
+
- @backstage/theme@0.5.0
|
|
221
|
+
- @backstage/catalog-model@1.4.3
|
|
222
|
+
- @backstage/errors@1.2.3
|
|
223
|
+
|
|
224
|
+
## 0.1.11-next.3
|
|
225
|
+
|
|
226
|
+
### Patch Changes
|
|
227
|
+
|
|
228
|
+
- Updated dependencies
|
|
229
|
+
- @backstage/core-components@0.13.9-next.3
|
|
230
|
+
- @backstage/catalog-model@1.4.3
|
|
231
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
232
|
+
- @backstage/errors@1.2.3
|
|
233
|
+
- @backstage/theme@0.5.0-next.1
|
|
234
|
+
- @backstage/plugin-catalog-react@1.9.2-next.3
|
|
235
|
+
|
|
236
|
+
## 0.1.11-next.2
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies
|
|
241
|
+
- @backstage/theme@0.5.0-next.1
|
|
242
|
+
- @backstage/plugin-catalog-react@1.9.2-next.2
|
|
243
|
+
- @backstage/catalog-model@1.4.3
|
|
244
|
+
- @backstage/core-components@0.13.9-next.2
|
|
245
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
246
|
+
- @backstage/errors@1.2.3
|
|
247
|
+
|
|
248
|
+
## 0.1.11-next.1
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- Updated dependencies
|
|
253
|
+
- @backstage/core-components@0.13.9-next.1
|
|
254
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
255
|
+
- @backstage/plugin-catalog-react@1.9.2-next.1
|
|
256
|
+
- @backstage/catalog-model@1.4.3
|
|
257
|
+
- @backstage/errors@1.2.3
|
|
258
|
+
- @backstage/theme@0.5.0-next.0
|
|
259
|
+
|
|
260
|
+
## 0.1.11-next.0
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- Updated dependencies
|
|
265
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
266
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
267
|
+
- @backstage/core-components@0.13.9-next.0
|
|
268
|
+
- @backstage/theme@0.5.0-next.0
|
|
269
|
+
- @backstage/catalog-model@1.4.3
|
|
270
|
+
- @backstage/errors@1.2.3
|
|
271
|
+
|
|
272
|
+
## 0.1.9
|
|
273
|
+
|
|
274
|
+
### Patch Changes
|
|
275
|
+
|
|
276
|
+
- 6c2b872153: Add official support for React 18.
|
|
277
|
+
- fdb5e23602: Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
|
|
278
|
+
- Updated dependencies
|
|
279
|
+
- @backstage/plugin-catalog-react@1.9.0
|
|
280
|
+
- @backstage/core-components@0.13.8
|
|
281
|
+
- @backstage/core-plugin-api@1.8.0
|
|
282
|
+
- @backstage/theme@0.4.4
|
|
283
|
+
- @backstage/catalog-model@1.4.3
|
|
284
|
+
- @backstage/errors@1.2.3
|
|
285
|
+
|
|
286
|
+
## 0.1.9-next.2
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- [#20842](https://github.com/backstage/backstage/pull/20842) [`fdb5e23602`](https://github.com/backstage/backstage/commit/fdb5e2360299c5faa30f4d4236fc548b94d37446) Thanks [@benjdlambert](https://github.com/benjdlambert)! - Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
|
|
291
|
+
|
|
292
|
+
- Updated dependencies
|
|
293
|
+
- @backstage/core-components@0.13.8-next.2
|
|
294
|
+
- @backstage/plugin-catalog-react@1.9.0-next.2
|
|
295
|
+
|
|
296
|
+
## 0.1.9-next.1
|
|
297
|
+
|
|
298
|
+
### Patch Changes
|
|
299
|
+
|
|
300
|
+
- Updated dependencies
|
|
301
|
+
- @backstage/plugin-catalog-react@1.9.0-next.1
|
|
302
|
+
- @backstage/core-components@0.13.8-next.1
|
|
303
|
+
- @backstage/catalog-model@1.4.3
|
|
304
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
305
|
+
- @backstage/errors@1.2.3
|
|
306
|
+
- @backstage/theme@0.4.4-next.0
|
|
307
|
+
|
|
308
|
+
## 0.1.9-next.0
|
|
309
|
+
|
|
310
|
+
### Patch Changes
|
|
311
|
+
|
|
312
|
+
- 6c2b872153: Add official support for React 18.
|
|
313
|
+
- Updated dependencies
|
|
314
|
+
- @backstage/core-components@0.13.7-next.0
|
|
315
|
+
- @backstage/plugin-catalog-react@1.9.0-next.0
|
|
316
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
317
|
+
- @backstage/theme@0.4.4-next.0
|
|
318
|
+
- @backstage/catalog-model@1.4.3
|
|
319
|
+
- @backstage/errors@1.2.3
|
|
320
|
+
|
|
321
|
+
## 0.1.8
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
326
|
+
- Updated dependencies
|
|
327
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
328
|
+
- @backstage/core-plugin-api@1.7.0
|
|
329
|
+
- @backstage/core-components@0.13.6
|
|
330
|
+
- @backstage/catalog-model@1.4.3
|
|
331
|
+
- @backstage/errors@1.2.3
|
|
332
|
+
- @backstage/theme@0.4.3
|
|
333
|
+
|
|
334
|
+
## 0.1.8-next.2
|
|
335
|
+
|
|
336
|
+
### Patch Changes
|
|
337
|
+
|
|
338
|
+
- Updated dependencies
|
|
339
|
+
- @backstage/core-components@0.13.6-next.2
|
|
340
|
+
- @backstage/core-plugin-api@1.7.0-next.1
|
|
341
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
342
|
+
- @backstage/plugin-catalog-react@1.8.5-next.2
|
|
343
|
+
- @backstage/errors@1.2.3-next.0
|
|
344
|
+
- @backstage/theme@0.4.3-next.0
|
|
345
|
+
|
|
346
|
+
## 0.1.8-next.1
|
|
347
|
+
|
|
348
|
+
### Patch Changes
|
|
349
|
+
|
|
350
|
+
- Updated dependencies
|
|
351
|
+
- @backstage/core-components@0.13.6-next.1
|
|
352
|
+
- @backstage/plugin-catalog-react@1.8.5-next.1
|
|
353
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
354
|
+
- @backstage/catalog-model@1.4.2
|
|
355
|
+
- @backstage/errors@1.2.2
|
|
356
|
+
- @backstage/theme@0.4.2
|
|
357
|
+
|
|
358
|
+
## 0.1.8-next.0
|
|
359
|
+
|
|
360
|
+
### Patch Changes
|
|
361
|
+
|
|
362
|
+
- Updated dependencies
|
|
363
|
+
- @backstage/plugin-catalog-react@1.8.5-next.0
|
|
364
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
365
|
+
- @backstage/core-components@0.13.6-next.0
|
|
366
|
+
- @backstage/catalog-model@1.4.2
|
|
367
|
+
- @backstage/errors@1.2.2
|
|
368
|
+
- @backstage/theme@0.4.2
|
|
369
|
+
|
|
370
|
+
## 0.1.7
|
|
371
|
+
|
|
372
|
+
### Patch Changes
|
|
373
|
+
|
|
374
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
375
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
376
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
377
|
+
- Updated dependencies
|
|
378
|
+
- @backstage/plugin-catalog-react@1.8.4
|
|
379
|
+
- @backstage/core-components@0.13.5
|
|
380
|
+
- @backstage/catalog-model@1.4.2
|
|
381
|
+
- @backstage/core-plugin-api@1.6.0
|
|
382
|
+
- @backstage/errors@1.2.2
|
|
383
|
+
- @backstage/theme@0.4.2
|
|
384
|
+
|
|
385
|
+
## 0.1.7-next.3
|
|
386
|
+
|
|
387
|
+
### Patch Changes
|
|
388
|
+
|
|
389
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
390
|
+
- Updated dependencies
|
|
391
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
392
|
+
- @backstage/core-components@0.13.5-next.3
|
|
393
|
+
- @backstage/core-plugin-api@1.6.0-next.3
|
|
394
|
+
- @backstage/errors@1.2.2-next.0
|
|
395
|
+
- @backstage/plugin-catalog-react@1.8.4-next.3
|
|
396
|
+
- @backstage/theme@0.4.2-next.0
|
|
397
|
+
|
|
398
|
+
## 0.1.7-next.2
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
403
|
+
- Updated dependencies
|
|
404
|
+
- @backstage/core-components@0.13.5-next.2
|
|
405
|
+
- @backstage/core-plugin-api@1.6.0-next.2
|
|
406
|
+
- @backstage/plugin-catalog-react@1.8.4-next.2
|
|
407
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
408
|
+
- @backstage/errors@1.2.1
|
|
409
|
+
- @backstage/theme@0.4.1
|
|
410
|
+
|
|
411
|
+
## 0.1.7-next.1
|
|
412
|
+
|
|
413
|
+
### Patch Changes
|
|
414
|
+
|
|
415
|
+
- Updated dependencies
|
|
416
|
+
- @backstage/plugin-catalog-react@1.8.4-next.1
|
|
417
|
+
- @backstage/core-components@0.13.5-next.1
|
|
418
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
419
|
+
- @backstage/core-plugin-api@1.6.0-next.1
|
|
420
|
+
- @backstage/errors@1.2.1
|
|
421
|
+
- @backstage/theme@0.4.1
|
|
422
|
+
|
|
423
|
+
## 0.1.6-next.0
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
428
|
+
- Updated dependencies
|
|
429
|
+
- @backstage/core-plugin-api@1.6.0-next.0
|
|
430
|
+
- @backstage/core-components@0.13.5-next.0
|
|
431
|
+
- @backstage/catalog-model@1.4.1
|
|
432
|
+
- @backstage/errors@1.2.1
|
|
433
|
+
- @backstage/theme@0.4.1
|
|
434
|
+
- @backstage/plugin-catalog-react@1.8.3-next.0
|
|
435
|
+
|
|
436
|
+
## 0.1.4
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- Updated dependencies
|
|
441
|
+
- @backstage/core-components@0.13.4
|
|
442
|
+
- @backstage/plugin-catalog-react@1.8.1
|
|
443
|
+
- @backstage/core-plugin-api@1.5.3
|
|
444
|
+
- @backstage/catalog-model@1.4.1
|
|
445
|
+
- @backstage/errors@1.2.1
|
|
446
|
+
- @backstage/theme@0.4.1
|
|
447
|
+
|
|
448
|
+
## 0.1.4-next.1
|
|
449
|
+
|
|
450
|
+
### Patch Changes
|
|
451
|
+
|
|
452
|
+
- Updated dependencies
|
|
453
|
+
- @backstage/plugin-catalog-react@1.8.1-next.1
|
|
454
|
+
|
|
455
|
+
## 0.1.4-next.0
|
|
456
|
+
|
|
457
|
+
### Patch Changes
|
|
458
|
+
|
|
459
|
+
- Updated dependencies
|
|
460
|
+
- @backstage/core-components@0.13.4-next.0
|
|
461
|
+
- @backstage/core-plugin-api@1.5.3
|
|
462
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
463
|
+
- @backstage/catalog-model@1.4.1
|
|
464
|
+
- @backstage/errors@1.2.1
|
|
465
|
+
- @backstage/theme@0.4.1
|
|
466
|
+
|
|
467
|
+
## 0.1.3
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- e6f50426333b: update some peer dependencies to silence yarn install
|
|
472
|
+
- Updated dependencies
|
|
473
|
+
- @backstage/theme@0.4.1
|
|
474
|
+
- @backstage/errors@1.2.1
|
|
475
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
476
|
+
- @backstage/core-components@0.13.3
|
|
477
|
+
- @backstage/core-plugin-api@1.5.3
|
|
478
|
+
- @backstage/catalog-model@1.4.1
|
|
479
|
+
|
|
480
|
+
## 0.1.3-next.2
|
|
481
|
+
|
|
482
|
+
### Patch Changes
|
|
483
|
+
|
|
484
|
+
- Updated dependencies
|
|
485
|
+
- @backstage/plugin-catalog-react@1.8.0-next.2
|
|
486
|
+
- @backstage/theme@0.4.1-next.1
|
|
487
|
+
- @backstage/core-plugin-api@1.5.3-next.1
|
|
488
|
+
- @backstage/core-components@0.13.3-next.2
|
|
489
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
490
|
+
- @backstage/errors@1.2.1-next.0
|
|
491
|
+
|
|
492
|
+
## 0.1.3-next.1
|
|
493
|
+
|
|
494
|
+
### Patch Changes
|
|
495
|
+
|
|
496
|
+
- Updated dependencies
|
|
497
|
+
- @backstage/theme@0.4.1-next.0
|
|
498
|
+
- @backstage/core-components@0.13.3-next.1
|
|
499
|
+
- @backstage/core-plugin-api@1.5.3-next.0
|
|
500
|
+
- @backstage/plugin-catalog-react@1.7.1-next.1
|
|
501
|
+
|
|
502
|
+
## 0.1.3-next.0
|
|
503
|
+
|
|
504
|
+
### Patch Changes
|
|
505
|
+
|
|
506
|
+
- Updated dependencies
|
|
507
|
+
- @backstage/errors@1.2.1-next.0
|
|
508
|
+
- @backstage/core-components@0.13.3-next.0
|
|
509
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
510
|
+
- @backstage/core-plugin-api@1.5.2
|
|
511
|
+
- @backstage/theme@0.4.0
|
|
512
|
+
- @backstage/plugin-catalog-react@1.7.1-next.0
|
|
513
|
+
|
|
514
|
+
## 0.1.2
|
|
515
|
+
|
|
516
|
+
### Patch Changes
|
|
517
|
+
|
|
518
|
+
- Updated dependencies
|
|
519
|
+
- @backstage/core-plugin-api@1.5.2
|
|
520
|
+
- @backstage/core-components@0.13.2
|
|
521
|
+
- @backstage/theme@0.4.0
|
|
522
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
523
|
+
- @backstage/catalog-model@1.4.0
|
|
524
|
+
- @backstage/errors@1.2.0
|
|
525
|
+
|
|
526
|
+
## 0.1.2-next.3
|
|
527
|
+
|
|
528
|
+
### Patch Changes
|
|
529
|
+
|
|
530
|
+
- Updated dependencies
|
|
531
|
+
- @backstage/core-components@0.13.2-next.3
|
|
532
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
533
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
534
|
+
- @backstage/errors@1.2.0-next.0
|
|
535
|
+
- @backstage/theme@0.4.0-next.1
|
|
536
|
+
- @backstage/plugin-catalog-react@1.7.0-next.3
|
|
537
|
+
|
|
538
|
+
## 0.1.2-next.2
|
|
539
|
+
|
|
540
|
+
### Patch Changes
|
|
541
|
+
|
|
542
|
+
- Updated dependencies
|
|
543
|
+
- @backstage/theme@0.4.0-next.1
|
|
544
|
+
- @backstage/plugin-catalog-react@1.7.0-next.2
|
|
545
|
+
- @backstage/core-components@0.13.2-next.2
|
|
546
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
547
|
+
|
|
548
|
+
## 0.1.2-next.1
|
|
549
|
+
|
|
550
|
+
### Patch Changes
|
|
551
|
+
|
|
552
|
+
- Updated dependencies
|
|
553
|
+
- @backstage/errors@1.2.0-next.0
|
|
554
|
+
- @backstage/core-components@0.13.2-next.1
|
|
555
|
+
- @backstage/plugin-catalog-react@1.7.0-next.1
|
|
556
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
557
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
558
|
+
- @backstage/theme@0.4.0-next.0
|
|
559
|
+
|
|
560
|
+
## 0.1.2-next.0
|
|
561
|
+
|
|
562
|
+
### Patch Changes
|
|
563
|
+
|
|
564
|
+
- Updated dependencies
|
|
565
|
+
- @backstage/plugin-catalog-react@1.7.0-next.0
|
|
566
|
+
- @backstage/theme@0.4.0-next.0
|
|
567
|
+
- @backstage/core-components@0.13.2-next.0
|
|
568
|
+
- @backstage/core-plugin-api@1.5.1
|
|
569
|
+
- @backstage/catalog-model@1.3.0
|
|
570
|
+
- @backstage/errors@1.1.5
|
|
571
|
+
|
|
572
|
+
## 0.1.1
|
|
573
|
+
|
|
574
|
+
### Patch Changes
|
|
575
|
+
|
|
576
|
+
- Updated dependencies
|
|
577
|
+
- @backstage/theme@0.3.0
|
|
578
|
+
- @backstage/plugin-catalog-react@1.6.0
|
|
579
|
+
- @backstage/core-components@0.13.1
|
|
580
|
+
- @backstage/catalog-model@1.3.0
|
|
581
|
+
- @backstage/core-plugin-api@1.5.1
|
|
582
|
+
- @backstage/errors@1.1.5
|
|
583
|
+
|
|
584
|
+
## 0.1.1-next.2
|
|
585
|
+
|
|
586
|
+
### Patch Changes
|
|
587
|
+
|
|
588
|
+
- Updated dependencies
|
|
589
|
+
- @backstage/theme@0.3.0-next.0
|
|
590
|
+
- @backstage/core-components@0.13.1-next.1
|
|
591
|
+
- @backstage/plugin-catalog-react@1.6.0-next.2
|
|
592
|
+
- @backstage/core-plugin-api@1.5.1
|
|
593
|
+
|
|
594
|
+
## 0.1.1-next.1
|
|
595
|
+
|
|
596
|
+
### Patch Changes
|
|
597
|
+
|
|
598
|
+
- Updated dependencies
|
|
599
|
+
- @backstage/core-components@0.13.1-next.0
|
|
600
|
+
- @backstage/core-plugin-api@1.5.1
|
|
601
|
+
- @backstage/plugin-catalog-react@1.6.0-next.1
|
|
602
|
+
|
|
603
|
+
## 0.1.1-next.0
|
|
604
|
+
|
|
605
|
+
### Patch Changes
|
|
606
|
+
|
|
607
|
+
- Updated dependencies
|
|
608
|
+
- @backstage/plugin-catalog-react@1.6.0-next.0
|
|
609
|
+
- @backstage/core-components@0.13.0
|
|
610
|
+
- @backstage/core-plugin-api@1.5.1
|
|
611
|
+
- @backstage/catalog-model@1.3.0
|
|
612
|
+
- @backstage/errors@1.1.5
|
|
613
|
+
- @backstage/theme@0.2.19
|
|
614
|
+
|
|
615
|
+
## 0.1.0
|
|
616
|
+
|
|
617
|
+
### Minor Changes
|
|
618
|
+
|
|
619
|
+
- 70a036e940e: Initial version of [PuppetDB plugin](https://github.com/backstage/backstage/blob/master/plugins/puppetdb/README.md).
|
|
620
|
+
|
|
621
|
+
### Patch Changes
|
|
622
|
+
|
|
623
|
+
- Updated dependencies
|
|
624
|
+
- @backstage/core-components@0.13.0
|
|
625
|
+
- @backstage/plugin-catalog-react@1.5.0
|
|
626
|
+
- @backstage/theme@0.2.19
|
|
627
|
+
- @backstage/core-plugin-api@1.5.1
|
|
628
|
+
- @backstage/catalog-model@1.3.0
|
|
629
|
+
- @backstage/errors@1.1.5
|
package/README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# PuppetDB Plugin
|
|
2
|
+
|
|
3
|
+
A frontend plugin to integrate PuppetDB with Backstage. When combined with the
|
|
4
|
+
[catalog-backend-module-puppetdb](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-puppetdb/README.md) plugin, this
|
|
5
|
+
frontend plugin allows viewing PuppetDB reports, including their logs and events, of Backstage resource entities.
|
|
6
|
+
|
|
7
|
+
## Getting started
|
|
8
|
+
|
|
9
|
+
### Prerequisites
|
|
10
|
+
|
|
11
|
+
To get started, you need a running instance of PuppetDB. You can find instructions on how to install it
|
|
12
|
+
[here](https://www.puppet.com/docs/puppetdb/7/install_via_module.html).
|
|
13
|
+
The PuppetDB [should be configured](https://www.puppet.com/docs/puppetdb/7/configure.html#host) to allow being accessed from your Backstage instance.
|
|
14
|
+
|
|
15
|
+
In addition, your Backstage instance need to either have
|
|
16
|
+
[catalog-backend-module-puppetdb](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-puppetdb/README.md) plugin installed
|
|
17
|
+
or you need to ensure your Resource entities have `puppet.com/certname` annotation set to the PuppetDB node name in some other way.
|
|
18
|
+
|
|
19
|
+
### Installation
|
|
20
|
+
|
|
21
|
+
1. Install the plugin with `yarn` in the root of your Backstage application directory:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
yarn --cwd packages/app add @backstage-community/plugin-puppetdb
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
1. Import and use the plugin in `packages/app/src/App.tsx`:
|
|
28
|
+
|
|
29
|
+
```tsx
|
|
30
|
+
import { PuppetDbPage } from '@backstage-community/plugin-puppetdb';
|
|
31
|
+
|
|
32
|
+
const routes = (
|
|
33
|
+
<FlatRoutes>
|
|
34
|
+
{/* ...other routes */}
|
|
35
|
+
<Route path="/puppetdb" element={<PuppetDbPage />} />
|
|
36
|
+
</FlatRoutes>
|
|
37
|
+
);
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Configuration
|
|
41
|
+
|
|
42
|
+
1. Configure `puppetdb` proxy. As this plugin uses the Backstage proxy to securely communicate with PuppetDB API,
|
|
43
|
+
add the following to your `app-config.yaml` to enable this configuration:
|
|
44
|
+
|
|
45
|
+
```yaml
|
|
46
|
+
proxy:
|
|
47
|
+
'/puppetdb':
|
|
48
|
+
target: https://your.puppetdb.instance.com
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Screenshots
|
|
52
|
+
|
|
53
|
+
#### Main page with the reports list:
|
|
54
|
+
|
|
55
|
+

|
|
56
|
+
|
|
57
|
+
#### Events for the specific report:
|
|
58
|
+
|
|
59
|
+

|
|
60
|
+
|
|
61
|
+
#### Logs of the specific report:
|
|
62
|
+
|
|
63
|
+

|