summaryrefslogtreecommitdiff
path: root/spec/requests/api/commits_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-16/+16
* Expose last pipeline details in API response when getting a single commitMehdi Lahmam2017-09-261-0/+5
* renames ambiguous methods and add specmicael.bergeron2017-09-061-0/+6
* Fix specShinya Maeda2017-09-031-1/+1
* Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-011-1/+1
|\
| * Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-171-1/+1
| * Fix build failures related to cherry-pick message changesSaverio Miroddi2017-08-161-1/+1
* | Added tests for commits API with an unauthenticated user and a public/private...Jacopo2017-08-101-100/+113
|/
* Fix the /projects/:id/repository/commits endpoint to handle dots in the ref n...rc/fix-commits-apiRémy Coutable2017-08-081-157/+477
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-2/+2
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-1/+0
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Refactor changing files in web UIDouwe Maan2017-04-201-2/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+0
* Ensure dots in project path is allowed in the commits APIRémy Coutable2017-03-141-8/+9
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-12/+65
* Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+37
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-10/+10
* Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-201-1/+1
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+1
* Merge branch '27873-when-a-commit-appears-in-several-projects-commit-comments...Rémy Coutable2017-02-161-0/+14
|\
| * Ensure only commit comments relevant to target project are returnedMark Fletcher2017-02-151-0/+14
* | entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-141-5/+15
|/
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
* Fix Commits API to accept a Project path upon POSTMark Fletcher2017-01-031-0/+10
* Fix wrong error message expectation in API::Commits spec25651-fix-masterRémy Coutable2016-12-141-1/+1
* Make rubocop happyapi-cherry-pickRobert Schilling2016-12-131-1/+1
* API: Ability to cherry-pick a commitRobert Schilling2016-12-131-0/+70
* Merge branch 'api-expose-commiter-details' into 'master' Rémy Coutable2016-12-041-2/+7
|\
| * API: Expose committer details for a commitapi-expose-commiter-detailsRobert Schilling2016-12-011-2/+7
* | Changed API spec files to describe the correct classLivier2016-11-281-1/+1
|/
* Added path parameter to Commits APILuis HGO2016-10-241-0/+11
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-3/+9
* multi-file commitMarc Siegfriedt2016-10-051-6/+267
* Add specs that target status failure22286-fix-missing-statusKamil Trzcinski2016-09-181-1/+1
* Fix tests which broke in the mergeLin Jen-Shin2016-08-161-2/+2
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+13
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-21/+21
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+2
* Add commit stats to commit api responsedixpac2016-07-281-0/+4
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-19/+19
* Rename remaining ci_commits in specsKamil Trzcinski2016-06-031-2/+2
* Use pipelines in context of ProjectKamil Trzcinski2016-06-031-1/+1
* API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-0/+35
* Make some logic less twistableKamil Trzcinski2016-04-171-1/+1
* Fix specsKamil Trzcinski2016-04-111-2/+2
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+13