@backstage/plugin-catalog-backend-module-incremental-ingestion 0.5.5 → 0.5.7-next.0
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 +14 -0
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
+
## 0.5.7-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-events-node@0.4.3-next.0
|
|
9
|
+
- @backstage/plugin-catalog-node@1.14.0-next.0
|
|
10
|
+
- @backstage/backend-plugin-api@1.0.2-next.0
|
|
11
|
+
- @backstage/catalog-model@1.7.0
|
|
12
|
+
- @backstage/config@1.2.0
|
|
13
|
+
- @backstage/errors@1.2.4
|
|
14
|
+
- @backstage/plugin-catalog-backend@1.27.2-next.0
|
|
15
|
+
- @backstage/plugin-permission-common@0.8.1
|
|
16
|
+
|
|
3
17
|
## 0.5.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -311,7 +311,7 @@ export const catalogModuleCustomIncrementalIngestionProvider =
|
|
|
311
311
|
burstInterval: { seconds: 3 },
|
|
312
312
|
|
|
313
313
|
// How long should it rest before re-ingesting again?
|
|
314
|
-
restLength: {
|
|
314
|
+
restLength: { days: 1 },
|
|
315
315
|
|
|
316
316
|
// Optional back-off configuration - how long should it wait to retry
|
|
317
317
|
// in the event of an error?
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7-next.0",
|
|
4
4
|
"description": "An entity provider for streaming large asset sources into the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@backstage/backend-common": "^0.25.0",
|
|
56
|
-
"@backstage/backend-plugin-api": "
|
|
57
|
-
"@backstage/catalog-model": "
|
|
58
|
-
"@backstage/config": "
|
|
59
|
-
"@backstage/errors": "
|
|
60
|
-
"@backstage/plugin-catalog-backend": "
|
|
61
|
-
"@backstage/plugin-catalog-node": "
|
|
62
|
-
"@backstage/plugin-events-node": "
|
|
63
|
-
"@backstage/plugin-permission-common": "
|
|
56
|
+
"@backstage/backend-plugin-api": "1.0.2-next.0",
|
|
57
|
+
"@backstage/catalog-model": "1.7.0",
|
|
58
|
+
"@backstage/config": "1.2.0",
|
|
59
|
+
"@backstage/errors": "1.2.4",
|
|
60
|
+
"@backstage/plugin-catalog-backend": "1.27.2-next.0",
|
|
61
|
+
"@backstage/plugin-catalog-node": "1.14.0-next.0",
|
|
62
|
+
"@backstage/plugin-events-node": "0.4.3-next.0",
|
|
63
|
+
"@backstage/plugin-permission-common": "0.8.1",
|
|
64
64
|
"@types/express": "^4.17.6",
|
|
65
65
|
"@types/luxon": "^3.0.0",
|
|
66
66
|
"express": "^4.17.1",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"uuid": "^9.0.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@backstage/backend-defaults": "
|
|
74
|
-
"@backstage/backend-test-utils": "
|
|
75
|
-
"@backstage/cli": "
|
|
73
|
+
"@backstage/backend-defaults": "0.5.3-next.0",
|
|
74
|
+
"@backstage/backend-test-utils": "1.0.3-next.0",
|
|
75
|
+
"@backstage/cli": "0.29.0-next.0"
|
|
76
76
|
}
|
|
77
77
|
}
|