@backstage/plugin-catalog-backend-module-msgraph-incremental 0.0.0-nightly-20260507032228 → 0.1.0-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 +0 -17
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-msgraph-incremental
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-20260507032228
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- f1279ea: Introduces a cursor-based incremental ingestion provider for Microsoft Graph that processes users and groups one page at a time. Unlike `MicrosoftGraphOrgEntityProvider`, this module never holds the full dataset in memory — each burst processes a single page (up to 999 users or 100 groups). The `@odata.nextLink` cursor is persisted so a pod restart resumes from the last completed page rather than starting over.
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- Updated dependencies
|
|
12
|
-
- @backstage/catalog-model@0.0.0-nightly-20260507032228
|
|
13
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-20260507032228
|
|
14
|
-
- @backstage/plugin-catalog-backend-module-incremental-ingestion@0.0.0-nightly-20260507032228
|
|
15
|
-
- @backstage/plugin-catalog-backend-module-msgraph@0.0.0-nightly-20260507032228
|
|
16
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-20260507032228
|
|
17
|
-
- @backstage/config@0.0.0-nightly-20260507032228
|
|
18
|
-
- @backstage/types@1.2.2
|
|
19
|
-
|
|
20
3
|
## 0.1.0-next.0
|
|
21
4
|
|
|
22
5
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-msgraph-incremental",
|
|
3
|
-
"version": "0.0.0
|
|
3
|
+
"version": "0.1.0-next.0",
|
|
4
4
|
"description": "A Backstage catalog backend module that incrementally ingests users and groups from Microsoft Graph",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -62,18 +62,18 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/backend-plugin-api": "
|
|
66
|
-
"@backstage/catalog-model": "
|
|
67
|
-
"@backstage/config": "
|
|
68
|
-
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.
|
|
69
|
-
"@backstage/plugin-catalog-backend-module-msgraph": "0.
|
|
70
|
-
"@backstage/plugin-catalog-node": "
|
|
65
|
+
"@backstage/backend-plugin-api": "1.9.1-next.0",
|
|
66
|
+
"@backstage/catalog-model": "1.8.1-next.1",
|
|
67
|
+
"@backstage/config": "1.3.8-next.0",
|
|
68
|
+
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.7.12-next.1",
|
|
69
|
+
"@backstage/plugin-catalog-backend-module-msgraph": "0.9.3-next.1",
|
|
70
|
+
"@backstage/plugin-catalog-node": "2.2.1-next.1",
|
|
71
71
|
"@backstage/types": "1.2.2",
|
|
72
72
|
"@microsoft/microsoft-graph-types": "^2.6.0",
|
|
73
73
|
"p-limit": "^3.0.2"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/backend-test-utils": "
|
|
77
|
-
"@backstage/cli": "0.
|
|
76
|
+
"@backstage/backend-test-utils": "1.11.3-next.1",
|
|
77
|
+
"@backstage/cli": "0.36.2-next.1"
|
|
78
78
|
}
|
|
79
79
|
}
|