-
- Downloads
Merge branch '23573-sort-functionality-for-project-member' into 'master'
Add sorting functionality for group/project members ## What does this MR do? This MR adds sort functionality to group/project members list. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? This MR helps the user to manage and find users of a group/project fast. It also improves UX. ## Screenshots (if relevant) **Before**  **After**  ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21622 Closes #23573 See merge request !7032
No related branches found
No related tags found
Showing
- app/assets/stylesheets/pages/members.scss 30 additions, 1 deletionapp/assets/stylesheets/pages/members.scss
- app/controllers/groups/group_members_controller.rb 6 additions, 6 deletionsapp/controllers/groups/group_members_controller.rb
- app/controllers/projects/project_members_controller.rb 6 additions, 3 deletionsapp/controllers/projects/project_members_controller.rb
- app/helpers/members_helper.rb 8 additions, 0 deletionsapp/helpers/members_helper.rb
- app/helpers/sorting_helper.rb 58 additions, 1 deletionapp/helpers/sorting_helper.rb
- app/models/member.rb 33 additions, 0 deletionsapp/models/member.rb
- app/models/user.rb 4 additions, 2 deletionsapp/models/user.rb
- app/views/groups/group_members/index.html.haml 1 addition, 0 deletionsapp/views/groups/group_members/index.html.haml
- app/views/projects/project_members/index.html.haml 1 addition, 0 deletionsapp/views/projects/project_members/index.html.haml
- app/views/shared/members/_sort_dropdown.html.haml 9 additions, 0 deletionsapp/views/shared/members/_sort_dropdown.html.haml
- changelogs/unreleased/23573-sort-functionality-for-project-member.yml 4 additions, 0 deletions...nreleased/23573-sort-functionality-for-project-member.yml
- spec/features/groups/members/sorting_spec.rb 98 additions, 0 deletionsspec/features/groups/members/sorting_spec.rb
- spec/features/projects/members/sorting_spec.rb 98 additions, 0 deletionsspec/features/projects/members/sorting_spec.rb
Loading
Please register or sign in to comment