gitlab-org--gitlab-foss/doc
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
..
administration Merge branch 'patch-3' into 'master' 2016-08-11 05:06:59 +00:00
api Merge branch '18583-implement-access-request-to-project-group-api' into 'master' 2016-08-11 11:56:36 +00:00
ci use long options for curl examples in API documentation (!5703) 2016-08-09 01:42:50 +02:00
container_registry Simplify feature introduction note 2016-08-08 11:44:55 +03:00
customization optimize png images losslessly using zopflipng 2016-06-29 19:22:15 +08:00
development Merge branch 'add-column-with-default-to-downtime-guide' into 'master' 2016-08-10 14:15:16 +00:00
downgrade_ee_to_ce Update EE downgrade instructions to include JenkinsDeprecatedService 2016-06-24 12:11:46 -07:00
gitlab-basics Update start-using-git.md 2016-07-21 16:49:40 +00:00
hooks Change doc location of custom hooks 2016-07-05 15:04:44 +03:00
incoming_email Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
install Merge branch 'api-examples-curl-long-options' into 'master' 2016-08-10 06:12:27 +00:00
integration Merge branch 'fix-angle-brackets-in-docs' into 'master' 2016-08-10 14:14:36 +00:00
intro Move labels documentation to new location 2016-06-21 18:54:30 +02:00
legal
logs Move logs/logs.md to administration/logs.md 2016-06-13 13:52:20 +02:00
markdown Move markdown doc to the right location 2016-08-03 08:54:17 +03:00
migrate_ci_to_ce errros -> errors 2016-05-29 22:34:58 -07:00
monitoring use long options for curl examples in API documentation (!5703) 2016-08-09 01:42:50 +02:00
operations succes -> success 2016-05-29 22:35:23 -07:00
permissions Move permissions/permissions.md to user/permissions.md 2016-07-12 17:49:03 +03:00
profile optimize png images losslessly using zopflipng 2016-06-29 19:22:15 +08:00
project_services Refactor Slack service documentation 2016-07-22 12:37:05 +03:00
public_access Change URLs to new permissions.md location 2016-07-12 18:03:29 +03:00
raketasks Mention that gitlab.rb must be kept, too 2016-08-04 15:41:37 +01:00
security optimize png images losslessly using zopflipng 2016-06-29 19:22:15 +08:00
ssh Add note on changing password of SSH key 2016-05-25 03:42:22 +00:00
system_hooks Using single builder for push and tag events 2016-04-19 11:00:30 +02:00
update use long options for curl examples in API documentation (!5703) 2016-08-09 01:42:50 +02:00
user Clarify the features for generating default label sets 2016-08-09 14:29:16 +01:00
web_hooks Document that webhook secret token is sent in X-Gitlab-Token HTTP header 2016-08-03 23:22:23 -04:00
workflow Merge branch 'convert-shortcuts-md' into 'master' 2016-08-11 05:10:25 +00:00
README.md One link to development guides. 2016-08-04 10:39:09 +00:00

README.md

Documentation

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.