summaryrefslogtreecommitdiff
path: root/doc/api/branches.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix branch API table formatMark Fletcher2019-02-111-0/+1
|
* Clarify search parameter in the branches API docsdocs-branches-api-searchLukas Eipert2019-01-301-5/+4
|
* Add more information and refactor format of branch-related API topicsEvan Read2019-01-151-134/+75
|
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-7/+7
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Add default parameter to branches APIRiccardo Padovani2018-08-181-0/+5
|
* Expose whether current user can push into a branch on branches APIdm-branch-api-can-pushDouwe Maan2018-06-181-3/+8
|
* Update API: add search param to branchesbunufi2018-03-051-0/+1
|
* Extending API for protected branchesEric2017-08-021-0/+4
|
* Document the Delete Merged Branches functionalityMark Fletcher2017-06-081-0/+2
| | | | * Note that protected branches will not be part of the deletion
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-7/+7
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-7/+7
|
* Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-1/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-7/+7
|
* Update documentationRobert Schilling2017-02-281-8/+0
|
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-2/+2
|
* entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-141-0/+10
| | | | Fixes #23895.
* API: Expose branch statusapi-branch-statusRobert Schilling2016-11-301-0/+5
|
* Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-241-6/+1
|
* Add button to delete all merged branchesToon Claes2016-11-091-0/+18
| | | | | | | | It adds a button to the branches page that the user can use to delete all the branches that are already merged. This can be used to clean up all the branches that were forgotten to delete while merging MRs. Fixes #21076.
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-6/+6
|
* API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-191-4/+10
|
* API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-191-4/+10
|
* Refactor branches API documentationdoc_refactor_branches_apiAchilleas Pipinellis2016-01-181-35/+73
| | | | [ci skip]
* Update API branches documentation [ci skip]Bugagazavr2015-02-151-80/+51
|
* Delete branch via API: doc updatedDmitriy Zaporozhets2014-10-301-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-1/+4
| | | | Add specs for GitRefValidator
* Merge pull request #7509 from cirosantilli/fix-md-style-apiJeroen van Baarsen2014-08-151-4/+2
|\ | | | | Fix Md style for API.
| * Fix Md style for API.Ciro Santilli2014-08-151-4/+2
| |
* | Consistency, spelling and grammarJames Brooks2014-08-151-2/+2
|/
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-1/+1
| | | | Further changes
* Update docs to markdown style guide.Ciro Santilli2014-06-031-13/+10
|
* Improve branch deletion via APIDmitriy Zaporozhets2014-05-231-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Api-Doc JSON lintJohannes Schleifenbaum2014-04-051-13/+16
| | | | Fixes: #5505
* Add docs for create branch via apiDmitriy Zaporozhets2014-04-011-0/+31
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move branches API docs to separate fileDmitriy Zaporozhets2014-03-311-0/+167
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>