summaryrefslogtreecommitdiff
path: root/lib/api/branches.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow branch names with dots on API endpointissue_25030Felipe Artur2016-12-081-8/+8
* Add button to delete all merged branchesToon Claes2016-11-091-0/+12
* GrapeDSL for branches endpointszj-grape-branchesZ.J. van de Weg2016-10-311-66/+57
* Implement second round of review comments from @DouweM.Timothy Andrew2016-10-241-6/+3
* Implement review comments from @DouweM.Timothy Andrew2016-10-241-2/+2
* Fix branch protection API.Timothy Andrew2016-10-241-31/+16
* Fix failing tests relating to backporting ee!581.Timothy Andrew2016-08-161-12/+17
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-9/+27
* Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-291-12/+17
* Simplify entities for branches and tags APIapi-cleanup-entitiesRobert Schilling2016-07-191-5/+7
* Only update onceRobert Schilling2016-07-191-2/+3
* API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-191-1/+5
* API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-191-2/+10
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
* Ensure that branch and tag names are given in APIrefactor-tags-branches-apiRobert Schilling2016-06-301-4/+4
* Changed the argument of not_found for 'unprotect'Yasser Hussain2016-04-061-1/+1
* Added the missing commaDan Tudor2015-03-311-1/+1
* Allow ability to delete branches with '/` in nameDan Tudor2015-03-251-3/+3
* Unescape branch param to deleteDan Tudor2015-03-241-1/+2
* Update branch api not found messages to 'Branch not found'.Marin Jankovski2014-12-301-4/+5
* API delete branch: render branch name json instead of trueDmitriy Zaporozhets2014-10-301-1/+4
* Fix branch APIDmitriy Zaporozhets2014-09-251-2/+2
* Factor error and success methods from services.Ciro Santilli2014-09-211-6/+5
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-4/+12
* Improve branch deletion via APIDmitriy Zaporozhets2014-05-231-1/+7
* Api call to remove branchDmitriy Zaporozhets2014-05-221-0/+12
* Add fix for API when branch names have periods in them. Relates to issue #61...Sean Edge2014-05-081-3/+7
* Create branch via APIDmitriy Zaporozhets2014-04-011-0/+15
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-0/+70