summaryrefslogtreecommitdiff
path: root/lib/api/branches.rb
Commit message (Expand)AuthorAgeFilesLines
* 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