Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the missing comma | Dan Tudor | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Allow ability to delete branches with '/` in name | Dan Tudor | 2015-03-25 | 1 | -3/+3 |
| | |||||
* | Unescape branch param to delete | Dan Tudor | 2015-03-24 | 1 | -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 Jankovski | 2014-12-30 | 1 | -4/+5 |
| | |||||
* | API delete branch: render branch name json instead of true | Dmitriy Zaporozhets | 2014-10-30 | 1 | -1/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix branch API | Dmitriy Zaporozhets | 2014-09-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Factor error and success methods from services. | Ciro Santilli | 2014-09-21 | 1 | -6/+5 |
| | |||||
* | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -4/+12 |
| | | | | Add specs for GitRefValidator | ||||
* | Improve branch deletion via API | Dmitriy Zaporozhets | 2014-05-23 | 1 | -1/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Api call to remove branch | Dmitriy Zaporozhets | 2014-05-22 | 1 | -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 Edge | 2014-05-08 | 1 | -3/+7 |
| | | | | #6128 (https://github.com/gitlabhq/gitlabhq/issues/6128). | ||||
* | Create branch via API | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+15 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move branches api to separate class | Dmitriy Zaporozhets | 2014-03-31 | 1 | -0/+70 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |