Skip to content

[FE] Add ability to filter by provisioned users

Release notes

Problem to solve

This is the frontend counterpart to #350400 (closed)

Today within a project/group, you can have a mixture of provisioned and non-provisioned users, but there is no way to filter by this status.

We added an "Enterprise User" badge in #325712 (closed), It would be great if we could filter by badges (also SAML)

image

Implementation plan

Abstract app/assets/javascripts/members/components/filter_sort/members_filtered_search_bar.vue#L22 to an availableFilterTokens util in app/assets/javascripts/members/utils.js. Then create another availableFilterTokens util in ee/app/assets/javascripts/members/utils.js that extends the CE version and adds the Enterprise filter token.

Work icon to be used for drop down filter icon.

Screen_Shot_2022-03-03_at_10.58.00_AM

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by Daniel Mora