summaryrefslogtreecommitdiff
path: root/lib/api/commits.rb
Commit message (Expand)AuthorAgeFilesLines
* fix handling of empty ref_name parameter string in commits apiArmin Hohenegger2019-08-101-1/+1
* Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-5/+9
|\
| * Add start_sha to commits APIMarkus Koller2019-07-181-5/+9
* | 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-1/+4
* Add optional param :start_project to allow variable commit targetsKerri Miller2019-05-311-0/+10
* Accept force option on commit via APIPatrick Bajao2019-03-061-0/+1
* Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse2019-03-041-1/+9
|\
| * Modify MergeRequestsFinder to allow filtering by commitPatrick Bajao2019-01-281-1/+7
| * Respond with 403 when non-member requests for private MRsPatrick Bajao2019-01-281-0/+2
* | Add API endpoint to get a commit's GPG signatureBalasankar "Balu" C2019-02-141-0/+16
|/
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Revert API is going into 11.5, not 11.6.docs/rs-revert-api-versionRobert Speicher2018-11-141-1/+1
* Merge branch 'rs-cherry-pick-api' into 'master'Nick Thomas2018-11-091-3/+5
|\
| * Resolve possible cherry pick API race conditionrs-cherry-pick-apiRobert Speicher2018-11-091-3/+5
* | Add revert to commits APIRobert Speicher2018-11-091-0/+34
|/
* Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-1/+2
* Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan2018-10-031-0/+3
|\
| * Implements Web IDE commits counter in RedisTiago Botelho2018-10-031-1/+1
| * Adds WebIDE commits to UsagePingTiago Botelho2018-10-011-0/+3
* | Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
|/
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-1/+20
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+2
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* | Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-2/+2
|/
* API: Use find_branch! in all placesRobert Schilling2018-09-081-3/+2
* Allow collaboration with forks through the APIBob Van Landuyt2018-07-121-2/+14
* Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii2018-06-121-9/+13
* Allow merge requests related to a commit to be found via APIMark Fletcher2018-03-261-0/+14
* Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-1/+1
* API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-231-3/+6
* Add missing pagination on the commit diff endpointMaxime Roussin-Belanger2018-02-191-1/+4
* Refactor commits/refs API to use hash and add pagination headersRobert Schilling2018-02-141-12/+7
* Separate branch and tag namesRobert Schilling2018-02-091-4/+4
* Incorporate feedbackRobert Schilling2018-02-091-14/+15
* Basic ref fetching for commitsRobert Schilling2018-02-091-0/+25
* Add option to disable commit stats to commit APIFrancisco Javier López2018-01-091-1/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-081-1/+1
* Merge branch 'sha-handling' into 'master'Douwe Maan2017-10-161-7/+5
|\
| * Adds requirements that supports anything in sha paramsGuilherme Vieira2017-10-121-7/+5
* | Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-121-1/+1
* | Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-1/+1
* | Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-121-1/+1
* | Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov2017-10-051-9/+9
|/
* wip: fake its a binary diffmicael.bergeron2017-09-061-1/+1
* Fix the /projects/:id/repository/commits endpoint to handle dots in the ref n...rc/fix-commits-apiRémy Coutable2017-08-081-16/+17
* Fix batch commit APIDouwe Maan2017-08-041-1/+2
* Add start_branch to files and commits APIsDouwe Maan2017-08-041-2/+4