summaryrefslogtreecommitdiff
path: root/spec/requests/api/commits_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot2020-01-281-21/+110
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-5/+40
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-0/+12
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-201-12/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-0/+12
* remove encoding comment created by emacs ruby-modeArmin Hohenegger2019-08-131-1/+0
* add a test for empty ref_name to api commits specArmin Hohenegger2019-08-131-0/+7
* Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-45/+158
|\
| * Add start_sha to commits APIMarkus Koller2019-07-181-45/+158
* | Refactor RedisCounter and WebIdeCommitsCounterFrancisco Javier López2019-07-171-1/+1
|/
* Refactored WebIdeCommitsCount classFrancisco Javier López2019-07-161-1/+1
* Change HTTP Status Code when repository disabledSam Battalio2019-06-241-7/+7
* Add optional param :start_project to allow variable commit targetsKerri Miller2019-05-311-0/+92
* Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse2019-03-041-2/+13
|\
| * Respond with 403 when non-member requests for private MRsPatrick Bajao2019-01-281-2/+13
* | Add specs for commit's GPG signature API endpointBalasankar "Balu" C2019-02-141-0/+38
* | API: Expose full commit titleRobert Schilling2019-02-131-1/+1
|/
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-53/+53
* Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+1
* Add revert to commits APIRobert Speicher2018-11-091-0/+112
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-0/+14
* Implements Web IDE commits counter in RedisTiago Botelho2018-10-031-2/+2
* Adds WebIDE commits to UsagePingTiago Botelho2018-10-011-0/+6
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-11/+69
* Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-0/+8
* Allow collaboration with forks through the APIBob Van Landuyt2018-07-121-2/+52
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-5/+5
* 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