Sync from gdc-ui/sdk hash:8167f3b#7347
Conversation
yenkins-admin
left a comment
There was a problem hiding this comment.
Auto-approved by sync workflow
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (103)
💤 Files with no reviewable changes (9)
📝 WalkthroughWalkthroughPackage versions were bumped across the monorepo (11.46.0-alpha.5 → alpha.6) and NOTICE/module-federation dependencies updated. Functional changes add OIDC authentication support for Tiger data sources, remove several deprecated feature flags and their gated dashboard/export logic, delete the plugin widget overlay UI, and introduce a transfer-ownership permission gate in the object share dialog. ChangesRelease Version Bump
OIDC Authentication for Tiger Data Sources
Deprecated Feature Flag Removal
Dashboard Widget Overlay Removal
Object Share Transfer Ownership Permission Gate
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant ObjectShareDialog
participant useObjectShareController
participant useAccessList
participant Backend
ObjectShareDialog->>useObjectShareController: isOpen=true, target
useObjectShareController->>useAccessList: dialogOpen, onSaved
useAccessList->>Backend: getCurrentUserRef() (only if dialogOpen)
Backend-->>useAccessList: user profile (login)
useAccessList->>useAccessList: compute canTransferOwnership from EDIT grant
useAccessList-->>useObjectShareController: canTransferOwnership
useObjectShareController-->>ObjectShareDialog: state.canTransferOwnership
ObjectShareDialog->>ObjectShareDialog: wire onTransferOwnership only if canTransferOwnership
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Automated sync of gdc-ui → gooddata-ui-sdk Source hash: 8167f3b
Summary by CodeRabbit
New Features
Bug Fixes
Chores