summaryrefslogtreecommitdiff
path: root/lib/api/branches.rb
Commit message (Expand)AuthorAgeFilesLines
* Get Project Branch API shows an helpful error message on invalid refnameJacopo2017-10-181-8/+14
* Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov2017-10-051-10/+10
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+4
* Add branch existence check to the APIv4 branches via HEAD requestblackst0ne2017-09-051-10/+15
* Don't use public_send in destroy_conditionally! helperSean McGivern2017-08-301-1/+1
* Use commit date for branches and tagsRobert Schilling2017-08-281-4/+11
* Extending API for protected branchesEric2017-08-021-2/+4
* DRY the branches API requirements definitionRémy Coutable2017-07-271-5/+7
* Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-271-7/+7
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-1/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-5/+1
* Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-1/+1
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-3/+3
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-3/+7
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* Grapify last endpoint of the branches APIgrapify-branch-apiRobert Schilling2017-01-241-6/+1
* 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