summaryrefslogtreecommitdiff
path: root/spec/requests/api/commits_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'commits_api_with_stats' into 'master'Rémy Coutable2018-06-131-2/+19
|\
| * Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii2018-06-121-2/+19
* | Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and fi...Imre Farkas2018-06-061-0/+22
|/
* Allow merge requests related to a commit to be found via APIMark Fletcher2018-03-261-0/+29
* Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-0/+12
* Add missing pagination on the commit diff endpointMaxime Roussin-Belanger2018-02-191-0/+1
* Refactor commits/refs API to use hash and add pagination headersRobert Schilling2018-02-141-16/+20
* Separate branch and tag namesRobert Schilling2018-02-091-10/+12
* Start with testsRobert Schilling2018-02-091-0/+60
* Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-291-6/+6
* Add option to disable commit stats to commit APIFrancisco Javier López2018-01-091-0/+25
* 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