@backstage/plugin-catalog-backend-module-incremental-ingestion 0.4.5 → 0.4.6-next.2
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 +28 -26
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,49 +1,51 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
-
## 0.4.
|
|
3
|
+
## 0.4.6-next.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-catalog-backend@1.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-
|
|
15
|
-
- @backstage/plugin-
|
|
8
|
+
- @backstage/plugin-catalog-backend@1.13.0-next.2
|
|
9
|
+
- @backstage/config@1.1.0-next.1
|
|
10
|
+
- @backstage/backend-tasks@0.5.8-next.2
|
|
11
|
+
- @backstage/backend-common@0.19.5-next.2
|
|
12
|
+
- @backstage/plugin-catalog-node@1.4.4-next.2
|
|
13
|
+
- @backstage/backend-plugin-api@0.6.3-next.2
|
|
14
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
15
|
+
- @backstage/plugin-permission-common@0.7.8-next.1
|
|
16
|
+
- @backstage/errors@1.2.1
|
|
17
|
+
- @backstage/plugin-events-node@0.2.12-next.2
|
|
16
18
|
|
|
17
|
-
## 0.4.
|
|
19
|
+
## 0.4.6-next.1
|
|
18
20
|
|
|
19
21
|
### Patch Changes
|
|
20
22
|
|
|
21
23
|
- Updated dependencies
|
|
22
|
-
- @backstage/plugin-catalog-backend@1.
|
|
23
|
-
- @backstage/
|
|
24
|
-
- @backstage/backend-tasks@0.5.
|
|
25
|
-
- @backstage/
|
|
26
|
-
- @backstage/backend-plugin-api@0.6.
|
|
27
|
-
- @backstage/catalog-model@1.4.
|
|
28
|
-
- @backstage/
|
|
24
|
+
- @backstage/plugin-catalog-backend@1.13.0-next.1
|
|
25
|
+
- @backstage/config@1.1.0-next.0
|
|
26
|
+
- @backstage/backend-tasks@0.5.8-next.1
|
|
27
|
+
- @backstage/backend-common@0.19.5-next.1
|
|
28
|
+
- @backstage/backend-plugin-api@0.6.3-next.1
|
|
29
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
30
|
+
- @backstage/plugin-permission-common@0.7.8-next.0
|
|
31
|
+
- @backstage/plugin-catalog-node@1.4.4-next.1
|
|
32
|
+
- @backstage/plugin-events-node@0.2.12-next.1
|
|
29
33
|
- @backstage/errors@1.2.1
|
|
30
|
-
- @backstage/plugin-events-node@0.2.11
|
|
31
|
-
- @backstage/plugin-permission-common@0.7.7
|
|
32
34
|
|
|
33
|
-
## 0.4.
|
|
35
|
+
## 0.4.3-next.0
|
|
34
36
|
|
|
35
37
|
### Patch Changes
|
|
36
38
|
|
|
37
39
|
- Updated dependencies
|
|
38
|
-
- @backstage/plugin-catalog-backend@1.12.
|
|
39
|
-
- @backstage/backend-common@0.19.
|
|
40
|
-
- @backstage/backend-tasks@0.5.
|
|
41
|
-
- @backstage/plugin-
|
|
42
|
-
- @backstage/backend-plugin-api@0.6.1
|
|
40
|
+
- @backstage/plugin-catalog-backend@1.12.2-next.0
|
|
41
|
+
- @backstage/backend-common@0.19.4-next.0
|
|
42
|
+
- @backstage/backend-tasks@0.5.7-next.0
|
|
43
|
+
- @backstage/backend-plugin-api@0.6.2-next.0
|
|
43
44
|
- @backstage/catalog-model@1.4.1
|
|
44
45
|
- @backstage/config@1.0.8
|
|
45
46
|
- @backstage/errors@1.2.1
|
|
46
|
-
- @backstage/plugin-
|
|
47
|
+
- @backstage/plugin-catalog-node@1.4.3-next.0
|
|
48
|
+
- @backstage/plugin-events-node@0.2.11-next.0
|
|
47
49
|
- @backstage/plugin-permission-common@0.7.7
|
|
48
50
|
|
|
49
51
|
## 0.4.1
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ We created the Incremental Entity Provider to address all of the above issues. T
|
|
|
20
20
|
|
|
21
21
|
Incremental Entity Providers will wait a configurable interval before proceeding to the next burst.
|
|
22
22
|
|
|
23
|
-
Once the source has no more results, Incremental Entity Provider compares all entities annotated with `@backstage/incremental-entity-provider: <entity-provider-id>` against all marked entities to determine which entities committed by same entity provider were not marked during the last ingestion cycle. All unmarked entities are deleted at the end of the cycle. The Incremental Entity Provider rests for a fixed
|
|
23
|
+
Once the source has no more results, Incremental Entity Provider compares all entities annotated with `@backstage/incremental-entity-provider: <entity-provider-id>` against all marked entities to determine which entities committed by same entity provider were not marked during the last ingestion cycle. All unmarked entities are deleted at the end of the cycle. The Incremental Entity Provider rests for a fixed interval before restarting the ingestion process.
|
|
24
24
|
|
|
25
25
|

|
|
26
26
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
|
3
3
|
"description": "An entity provider for streaming large asset sources into the catalog",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.6-next.2",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
"postpack": "backstage-cli package postpack"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.19.
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.6.2",
|
|
48
|
-
"@backstage/backend-tasks": "^0.5.
|
|
49
|
-
"@backstage/catalog-model": "^1.4.1",
|
|
50
|
-
"@backstage/config": "^1.0.
|
|
46
|
+
"@backstage/backend-common": "^0.19.5-next.2",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.6.3-next.2",
|
|
48
|
+
"@backstage/backend-tasks": "^0.5.8-next.2",
|
|
49
|
+
"@backstage/catalog-model": "^1.4.2-next.1",
|
|
50
|
+
"@backstage/config": "^1.1.0-next.1",
|
|
51
51
|
"@backstage/errors": "^1.2.1",
|
|
52
|
-
"@backstage/plugin-catalog-backend": "^1.
|
|
53
|
-
"@backstage/plugin-catalog-node": "^1.4.
|
|
54
|
-
"@backstage/plugin-events-node": "^0.2.
|
|
55
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
52
|
+
"@backstage/plugin-catalog-backend": "^1.13.0-next.2",
|
|
53
|
+
"@backstage/plugin-catalog-node": "^1.4.4-next.2",
|
|
54
|
+
"@backstage/plugin-events-node": "^0.2.12-next.2",
|
|
55
|
+
"@backstage/plugin-permission-common": "^0.7.8-next.1",
|
|
56
56
|
"@types/express": "^4.17.6",
|
|
57
57
|
"@types/luxon": "^3.0.0",
|
|
58
58
|
"express": "^4.17.1",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"winston": "^3.2.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@backstage/backend-app-api": "^0.5.2",
|
|
68
|
-
"@backstage/backend-defaults": "^0.2.2",
|
|
69
|
-
"@backstage/backend-test-utils": "^0.2.2",
|
|
70
|
-
"@backstage/cli": "^0.22.
|
|
67
|
+
"@backstage/backend-app-api": "^0.5.3-next.2",
|
|
68
|
+
"@backstage/backend-defaults": "^0.2.3-next.2",
|
|
69
|
+
"@backstage/backend-test-utils": "^0.2.3-next.2",
|
|
70
|
+
"@backstage/cli": "^0.22.13-next.2"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist",
|