fix: address Andre's review comments
- Update copyright year from 2024 to 2026 across all new source files - Clear alpha entry point (no alpha exports needed for a net-new package) and regenerate report-alpha.api.md accordingly - Delete CHANGELOG.md (auto-generated by the release process) - Change changeset bump from patch to minor so the first release is 0.1.0, and remove the redundant "New package:" title line - Reset package version to 0.0.0 (release process sets the real version) - Add incremental ingestion section to docs/integrations/azure/org.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: pillaris <pillaris@adobe.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph-incremental': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph-incremental': minor
|
||||
---
|
||||
|
||||
New package: `@backstage/plugin-catalog-backend-module-msgraph-incremental`
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user