summaryrefslogtreecommitdiff
path: root/lib/api/branches.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Branch names that contain `/` return a 405 error when being deleted because the slash is escaped to `%2F` This patch will unescape the param prior to executing the delete action.
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix branch APIDmitriy Zaporozhets2014-09-251-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | Add specs for GitRefValidator
* Improve branch deletion via APIDmitriy Zaporozhets2014-05-231-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Api call to remove branchDmitriy Zaporozhets2014-05-221-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add fix for API when branch names have periods in them. Relates to issue ↵Sean Edge2014-05-081-3/+7
| | | | #6128 (https://github.com/gitlabhq/gitlabhq/issues/6128).
* Create branch via APIDmitriy Zaporozhets2014-04-011-0/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-0/+70
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>