summaryrefslogtreecommitdiff
path: root/lib/api/commits.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize creation of commit API by using Repository#commit instead of Reposit...sh-optimize-project-commit-apiStan Hu2017-07-031-1/+1
* Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-311-1/+1
* Consistent diff and blob size limit namesDouwe Maan2017-05-291-1/+1
* Refactor changing files in web UIDouwe Maan2017-04-201-2/+2
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Ensure dots in project path is allowed in the commits APIRémy Coutable2017-03-141-1/+1
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-7/+17
* Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-3/+2
* Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-1/+4
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-1/+1
* Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-7/+0
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-4/+3
* Fix some grammar in the API docsRobert Schilling2017-02-201-2/+2
* Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-201-5/+2
* Ensure only commit comments relevant to target project are returnedMark Fletcher2017-02-151-1/+1
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-1/+0
|\
| * Fix Commits API to accept a Project path upon POSTMark Fletcher2017-01-031-1/+0
* | Fix renamingLin Jen-Shin2017-01-071-1/+1
* | Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-061-2/+0
|/
* API: Ability to cherry-pick a commitRobert Schilling2016-12-131-1/+35
* Don't convert data which already is the target typeapi-no-convertRobert Schilling2016-11-241-1/+1
* Define common helper for describe pagination params in apiSemyon Pupkov2016-11-221-2/+3
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-1/+1
* Added path parameter to Commits APILuis HGO2016-10-241-0/+2
* Use GrapeDSL for commitsZ.J. van de Weg2016-10-181-60/+69
* multi-file commitMarc Siegfriedt2016-10-051-0/+36