[v14] Switch ListRoles to the paginated API#40464
Merged
gzdunek merged 4 commits intobranch/v14from Apr 22, 2024
Merged
Conversation
* Switch "get roles" endpoint to the paginated version * Use the paginated API in the roles screen * Use the paginated API in the locks screen * Switch select components for roles to an async version * Do not break backward compatibility of list roles endpoint * Allow the new web UI to handle old response types * Disable pagination buttons in the serverside table when loading data * Add TODO item about rename * Add `UrlListRolesParams` * Remove pagination config * Remove unused `UrlIntegrationExecuteRequestParams` (cherry picked from commit d12d714)
avatus
approved these changes
Apr 11, 2024
kimlisa
approved these changes
Apr 12, 2024
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #40165 to branch/v15
changelog: The Web UI now supports large number of roles by paginating them