gitlab-org--gitlab-foss/app
Rémy Coutable 9a30b27bba Merge branch '18583-implement-access-request-to-project-group-api' into 'master'
Add group members API endpoints to request access and approve requests

## What does this MR do?

Add group members API endpoints to request access and approve requests.

## Are there points in the code the reviewer needs to double check?

I chose to factorize the group/project members API as well as the new group/project access requests API.

I initially also created new services to centralize the permission checks related to actions on members, but this was out of scope and this MR is already quite big so I opened a temp MR at !5566 based on this one.

## Why was this MR needed?

To finish the "request access" feature.

## What are the relevant issue numbers?

Closes #18583.

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [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 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 !4833
2016-08-11 11:56:36 +00:00
..
assets Merge branch 'fix-thumbs-award-loading-toggle' into 'master' 2016-08-10 23:59:38 +00:00
controllers Merge branch 'fix-branches-dropdown-initial-state' into 'master' 2016-08-11 08:29:59 +00:00
finders State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
helpers Avoid commit lookup on diff_helper 2016-08-10 13:09:07 +02:00
mailers Allow build email service to be tested 2016-07-15 20:38:27 -03:00
models Merge branch '18583-implement-access-request-to-project-group-api' into 'master' 2016-08-11 11:56:36 +00:00
services New AccessRequests API endpoints for Group & Project 2016-08-10 19:07:05 +02:00
uploaders Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
validators refactor url validator to use sanitizer for check 2016-07-01 09:02:45 +02:00
views Merge branch 'cs-remove-inline-js' into 'master' 2016-08-10 22:11:06 +00:00
workers Merge branch 'decode-log-postreceive-args' into 'master' 2016-08-08 17:39:48 +00:00