Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance when roles are queried by admin user #2664

Conversation

kathap
Copy link
Contributor

@kathap kathap commented Feb 4, 2022

  • if user is admin, no filtering is required, just return all Roles
  • the returned results should be the same before and after this change
    for any user

Signed-off-by: Cai Cooper [email protected]

Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with:

  • A short explanation of the proposed change:

  • An explanation of the use cases your change solves

  • Links to any other associated PRs

  • I have reviewed the contributing guide

  • I have viewed, signed, and submitted the Contributor License Agreement

  • I have made this pull request to the main branch

  • I have run all the unit tests using bundle exec rake

  • I have run CF Acceptance Tests

* if user is admin, no filtering is required, just return all Roles
* the returned results should be the same before and after this change
  for any user

Signed-off-by: Cai Cooper <[email protected]>
@kathap kathap marked this pull request as draft February 4, 2022 15:47
@kathap kathap marked this pull request as ready for review February 4, 2022 16:12
@philippthun philippthun merged commit 8b261d7 into cloudfoundry:main Feb 7, 2022
@cagiti cagiti deleted the remove-unnecessary-filter-for-admin branch February 7, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants