summaryrefslogtreecommitdiff
path: root/spec/requests/api/branches_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Fix specDouglas Barbosa Alexandre2015-12-181-1/+1
* Clearing the entire Redis cache may be too expensive; just useStan Hu2015-07-211-6/+2
* Fix 404 error in files view after deleting the last file in a repositoryStan Hu2015-07-211-1/+8
* Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+3
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-40/+40
* API delete branch: render branch name json instead of trueDmitriy Zaporozhets2014-10-301-0/+1
* Fix branch APIDmitriy Zaporozhets2014-09-251-1/+1
* Replace project_access attribute with access_level in specs and APIDmitriy Zaporozhets2014-09-151-2/+2
* Fix adminarea and emails for new membership logicDmitriy Zaporozhets2014-09-151-2/+2
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-2/+2
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-6/+39
* Fix API branch specsDmitriy Zaporozhets2014-08-011-23/+25
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-2/+0
* Improve branch deletion via APIDmitriy Zaporozhets2014-05-231-1/+22
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Create branch via APIDmitriy Zaporozhets2014-04-011-0/+20
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-0/+95