mirror of
https://github.com/SigNoz/signoz.git
synced 2026-03-12 00:12:02 +00:00
* feat: added roles crud and details page * feat: added details page content * feat: added empty state in members tab * feat: added permission detail side panel * feat: made managed roles read only * feat: added authzresources call in the app context * feat: refactored files, made constants and utils * feat: updated test mocks and util * feat: added redirect to details page upon creation and other refactoring * feat: used enum and refactoring * feat: removed sidepanel toggle and changed the buildpayload logic * feat: moved authz resource to roles page from app context * feat: semantic token usage * feat: cleanup, comment address and refactor * feat: cleanup, comment address and refactor * feat: temporarily hide the crud and role details page * feat: added test cases for the role details flow and utilities * feat: added test config in jest and refactored code * feat: changed the page availability condition based on the tenant license type * feat: resolved merge conflict changes in settings util