summaryrefslogtreecommitdiff
path: root/spec/requests/api/branches_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-37/+45
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-20/+96
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-23/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-2/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-0/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-1/+1
* Change HTTP Status Code when repository disabledSam Battalio2019-06-241-5/+5
* Revise merged branch check to green light up to N branchessh-fix-project-branches-merge-statusStan Hu2019-03-301-3/+3
* Fix API /project/:id/branches not returning correct merge statusStan Hu2019-03-301-1/+21
* Fix timeout issues retrieving branches via APIStan Hu2018-12-271-0/+12
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-13/+13
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-8/+8
* Remove duplicate specDouwe Maan2018-06-261-6/+0
* Fix branch API can_push attribute and add specsdm-branch-api-can-push-fixDouwe Maan2018-06-251-0/+35
* Update API: add search param to branchesbunufi2018-03-051-0/+21
* Get Project Branch API shows an helpful error message on invalid refnameJacopo2017-10-181-0/+36
* Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-191-4/+8
* Add branch existence check to the APIv4 branches via HEAD requestblackst0ne2017-09-051-0/+16
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-271-207/+301
* Add confirm delete protected branch modalSam Rose2017-05-081-13/+0
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-56/+125
* Return 204 for delete endpointsRobert Schilling2017-02-281-4/+3
* Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-2/+4
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-8/+8
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+2
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-1/+1
* entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-141-1/+12
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
* Allow branch names with dots on API endpointissue_25030Felipe Artur2016-12-081-0/+31
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | API: Expose branch statusapi-branch-statusRobert Schilling2016-11-301-0/+11
|/
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-1/+1
* Add button to delete all merged branchesToon Claes2016-11-091-0/+16
* GrapeDSL for branches endpointszj-grape-branchesZ.J. van de Weg2016-10-311-12/+0
* Fix branch protection API.Timothy Andrew2016-10-241-67/+123
* Fix API::BranchesSpec.Timothy Andrew2016-08-161-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-19/+19
* Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-291-1/+1
* API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-191-5/+35
* API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-191-2/+55
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-21/+21