@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20230830021355 → 0.0.0-nightly-20230901021559

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 CHANGED
@@ -1,20 +1,20 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20230830021355
3
+ ## 0.0.0-nightly-20230901021559
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230830021355
9
- - @backstage/config@0.0.0-nightly-20230830021355
10
- - @backstage/backend-common@0.0.0-nightly-20230830021355
11
- - @backstage/backend-tasks@0.0.0-nightly-20230830021355
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20230830021355
13
- - @backstage/catalog-model@0.0.0-nightly-20230830021355
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230901021559
9
+ - @backstage/config@0.0.0-nightly-20230901021559
10
+ - @backstage/backend-common@0.0.0-nightly-20230901021559
11
+ - @backstage/backend-tasks@0.0.0-nightly-20230901021559
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230901021559
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230901021559
14
+ - @backstage/catalog-model@0.0.0-nightly-20230901021559
14
15
  - @backstage/errors@1.2.1
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230830021355
16
- - @backstage/plugin-events-node@0.0.0-nightly-20230830021355
17
- - @backstage/plugin-permission-common@0.0.0-nightly-20230830021355
16
+ - @backstage/plugin-events-node@0.0.0-nightly-20230901021559
17
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230901021559
18
18
 
19
19
  ## 0.4.6-next.1
20
20
 
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 internal before restarting the ingestion process.
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
  ![Diagram of execution of an Incremental Entity Provider](https://user-images.githubusercontent.com/74687/185822734-ee6279c7-64fa-46b9-9aa8-d4092ab73858.png)
26
26
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.0.0-nightly-20230830021355",
3
+ "version": "0.0.0-nightly-20230901021559",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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.0.0-nightly-20230830021355",
4
+ "version": "0.0.0-nightly-20230901021559",
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.0.0-nightly-20230830021355",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230830021355",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230830021355",
49
- "@backstage/catalog-model": "^0.0.0-nightly-20230830021355",
50
- "@backstage/config": "^0.0.0-nightly-20230830021355",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230901021559",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230901021559",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230901021559",
49
+ "@backstage/catalog-model": "^0.0.0-nightly-20230901021559",
50
+ "@backstage/config": "^0.0.0-nightly-20230901021559",
51
51
  "@backstage/errors": "^1.2.1",
52
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230830021355",
53
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230830021355",
54
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230830021355",
55
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230830021355",
52
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230901021559",
53
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230901021559",
54
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230901021559",
55
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230901021559",
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.0.0-nightly-20230830021355",
68
- "@backstage/backend-defaults": "^0.0.0-nightly-20230830021355",
69
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230830021355",
70
- "@backstage/cli": "^0.0.0-nightly-20230830021355"
67
+ "@backstage/backend-app-api": "^0.0.0-nightly-20230901021559",
68
+ "@backstage/backend-defaults": "^0.0.0-nightly-20230901021559",
69
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230901021559",
70
+ "@backstage/cli": "^0.0.0-nightly-20230901021559"
71
71
  },
72
72
  "files": [
73
73
  "dist",