summaryrefslogtreecommitdiff
path: root/lib/api/branches.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+4
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-16/+32
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-6/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+10
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Change HTTP Status Code when repository disabledSam Battalio2019-06-241-1/+4
* Introduce ServiceResponse to wrap around responseLin Jen-Shin2019-04-221-2/+2
* Fix API /project/:id/branches not returning correct merge statusStan Hu2019-03-301-2/+2
* Fix timeout issues retrieving branches via APIStan Hu2018-12-271-2/+2
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-2/+2
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+4
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* | Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-5/+5
|/
* API: Use find_branch! in all placesRobert Schilling2018-09-081-8/+0
* Create Web IDE MR and branch pickerPaul Slaughter2018-08-071-0/+1
* Fix branch API can_push attribute and add specsdm-branch-api-can-push-fixDouwe Maan2018-06-251-3/+5
* Update API: add search param to branchesbunufi2018-03-051-2/+14
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+2
* Renamed ProtectedBranches::ApiUpdateService to LegacyApiUpdateServicejej-rename-legacy-protected-branches-api-serviceJames Edwards-Jones2017-11-231-2/+2
* Improve performance of the /projects/:id/repository/branches API endpointRémy Coutable2017-11-061-5/+4
* 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