summaryrefslogtreecommitdiff
path: root/doc/api/protected_branches.md
Commit message (Collapse)AuthorAgeFilesLines
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-4/+4
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-031-5/+149
| | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* Refactor of API landing pageEvan Read2019-02-151-0/+1
| | | | | - Breaks up into more sections. - Also minor fixes to pages within sections.
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-4/+4
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Remove EE-specific code from ProtectedRefAccessSean McGivern2018-09-171-1/+1
|
* docMark Chao2018-06-061-2/+2
|
* Doc updateMark Chao2018-06-061-5/+5
|
* Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
|
* CE backport of ProtectedBranches API changesJames Edwards-Jones2017-12-071-1/+1
| | | | | In EE we now allow individual users/groups to be set on POST, which required some refactoring. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
* Fix ProtectedBranch access level validationsJames Edwards-Jones2017-11-241-1/+1
| | | | | Before an access_level was required in EE even when an it had been set for a user/group.
* Extending API for protected branchesEric2017-08-021-0/+145