feat: migrate SDK and admin to use atomic member role RPCs by whoAbhishekSah · Pull Request #1508 · raystack/frontier · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
db5934d
feat: migrate SDK to use SetProjectMemberRole and RemoveProjectMember…
whoAbhishekSah Apr 3, 2026
26a8aa4
fix: use role UUIDs instead of string names for project member operat…
whoAbhishekSah Apr 3, 2026
3b244d5
fix: pass roles prop to AddMemberDropdown component
whoAbhishekSah Apr 3, 2026
2243fb1
feat: migrate views-new project files to use SetProjectMemberRole and…
whoAbhishekSah Apr 7, 2026
3d02d4e
fix: address review comments on SDK migration
whoAbhishekSah Apr 8, 2026
a75aad8
fix: pass memberType through remove member flow for group support
whoAbhishekSah Apr 8, 2026
cef814e
chore: remove accidentally added doc file
whoAbhishekSah Apr 8, 2026
d5f9939
refactor: change admin assign-role from multi-select to single-select
whoAbhishekSah Apr 9, 2026
8910abc
chore: remove unintended mock file
whoAbhishekSah Apr 9, 2026
4ebcd8e
fix: use Checkbox with single-select logic instead of Radio
whoAbhishekSah Apr 9, 2026
8cb9637
fix: migrate admin AssignRole dialog from raw policy CRUD to SetOrgan…
whoAbhishekSah Apr 10, 2026
6b6d945
fix: make memberType required in RemoveProjectMemberDialog
whoAbhishekSah Apr 10, 2026
05823c4
Revert "fix: skip redundant policy delete+create when role is unchanged"
whoAbhishekSah Apr 10, 2026
8583b0d
fix: address review feedback — use constants, isDirty, and early returns
whoAbhishekSah Apr 10, 2026
bb4c989
fix: use ~/admin path alias for constants imports
whoAbhishekSah Apr 10, 2026
f306b11
fix: restore core/ files to match main, remove stale revert
whoAbhishekSah Apr 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 17 additions & 73 deletions web/sdk/admin/components/AssignRole.tsx
Loading
Loading