-
- Downloads
Merge branch 'rc-new-access-requests-finder' into 'master'
New `AccessRequestsFinder` Part of #21979. ## Does this MR meet the acceptance criteria? - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] 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 you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !6268
No related branches found
No related tags found
Showing
- app/controllers/admin/groups_controller.rb 1 addition, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/admin/projects_controller.rb 1 addition, 1 deletionapp/controllers/admin/projects_controller.rb
- app/controllers/groups/group_members_controller.rb 1 addition, 1 deletionapp/controllers/groups/group_members_controller.rb
- app/controllers/projects/project_members_controller.rb 1 addition, 1 deletionapp/controllers/projects/project_members_controller.rb
- app/finders/access_requests_finder.rb 27 additions, 0 deletionsapp/finders/access_requests_finder.rb
- lib/api/access_requests.rb 2 additions, 2 deletionslib/api/access_requests.rb
- spec/finders/access_requests_finder_spec.rb 89 additions, 0 deletionsspec/finders/access_requests_finder_spec.rb
app/finders/access_requests_finder.rb
0 → 100644
spec/finders/access_requests_finder_spec.rb
0 → 100644
Please register or sign in to comment