@backstage/plugin-catalog-backend-module-incremental-ingestion 0.4.14-next.1 → 0.4.14-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 +17 -0
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
+
## 0.4.14-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-common@0.21.0-next.2
|
|
10
|
+
- @backstage/backend-plugin-api@0.6.10-next.2
|
|
11
|
+
- @backstage/plugin-catalog-backend@1.17.0-next.2
|
|
12
|
+
- @backstage/backend-tasks@0.5.15-next.2
|
|
13
|
+
- @backstage/plugin-catalog-node@1.6.2-next.2
|
|
14
|
+
- @backstage/plugin-events-node@0.2.19-next.2
|
|
15
|
+
- @backstage/config@1.1.1
|
|
16
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
17
|
+
- @backstage/errors@1.2.3
|
|
18
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
19
|
+
|
|
3
20
|
## 0.4.14-next.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ The Incremental Entity Provider backend is designed for data sources that provid
|
|
|
41
41
|
|
|
42
42
|
## Installation
|
|
43
43
|
|
|
44
|
-
1. Install `@backstage/plugin-catalog-backend-module-incremental-ingestion` with `yarn
|
|
44
|
+
1. Install `@backstage/plugin-catalog-backend-module-incremental-ingestion` with `yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-incremental-ingestion` from the Backstage root directory.
|
|
45
45
|
2. In your catalog.ts, import `IncrementalCatalogBuilder` from `@backstage/plugin-catalog-backend-module-incremental-ingestion` and instantiate it with `await IncrementalCatalogBuilder.create(env, builder)`. You have to pass `builder` into `IncrementalCatalogBuilder.create` function because `IncrementalCatalogBuilder` will convert an `IncrementalEntityProvider` into an `EntityProvider` and call `builder.addEntityProvider`.
|
|
46
46
|
|
|
47
47
|
```ts
|
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.14-next.
|
|
4
|
+
"version": "0.4.14-next.2",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"postpack": "backstage-cli package postpack"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.21.0-next.
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.6.10-next.
|
|
48
|
-
"@backstage/backend-tasks": "^0.5.15-next.
|
|
46
|
+
"@backstage/backend-common": "^0.21.0-next.2",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.6.10-next.2",
|
|
48
|
+
"@backstage/backend-tasks": "^0.5.15-next.2",
|
|
49
49
|
"@backstage/catalog-model": "^1.4.4-next.0",
|
|
50
50
|
"@backstage/config": "^1.1.1",
|
|
51
51
|
"@backstage/errors": "^1.2.3",
|
|
52
|
-
"@backstage/plugin-catalog-backend": "^1.17.0-next.
|
|
53
|
-
"@backstage/plugin-catalog-node": "^1.6.2-next.
|
|
54
|
-
"@backstage/plugin-events-node": "^0.2.19-next.
|
|
52
|
+
"@backstage/plugin-catalog-backend": "^1.17.0-next.2",
|
|
53
|
+
"@backstage/plugin-catalog-node": "^1.6.2-next.2",
|
|
54
|
+
"@backstage/plugin-events-node": "^0.2.19-next.2",
|
|
55
55
|
"@backstage/plugin-permission-common": "^0.7.12",
|
|
56
56
|
"@types/express": "^4.17.6",
|
|
57
57
|
"@types/luxon": "^3.0.0",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"winston": "^3.2.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@backstage/backend-defaults": "^0.2.10-next.
|
|
67
|
-
"@backstage/backend-test-utils": "^0.3.0-next.
|
|
68
|
-
"@backstage/cli": "^0.25.2-next.
|
|
66
|
+
"@backstage/backend-defaults": "^0.2.10-next.2",
|
|
67
|
+
"@backstage/backend-test-utils": "^0.3.0-next.2",
|
|
68
|
+
"@backstage/cli": "^0.25.2-next.2"
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"dist",
|