summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Repository#wrapped_gitaly_errors into concernBob Van Landuyt2018-10-301-4/+5
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-9/+3
* Remove unreachable Git codeJacob Vosmaer (GitLab)2018-07-181-62/+2
* Make more things mandatoryJacob Vosmaer2018-07-061-15/+3
* Partially rever "Revert "Merge branch 'gitaly-mandatory-20180703-jv' into 'ma...Jacob Vosmaer2018-07-061-12/+2
* Revert "Merge branch 'gitaly-mandatory-20180703-jv' into 'master'"Jacob Vosmaer (GitLab)2018-07-051-2/+12
* Make more Gitaly features mandatoryJacob Vosmaer (GitLab)2018-07-041-12/+2
* Merge branch 'zj-find-all-commits' into 'master'Douwe Maan2018-06-281-49/+2
|\
| * FindAllCommits mandatoryZeger-Jan van de Weg2018-06-281-49/+2
* | Merge branch 'zj-commits-between-mandatory' into 'master'Douwe Maan2018-06-281-8/+2
|\ \ | |/ |/|
| * Commits between in Gitaly onlyZeger-Jan van de Weg2018-06-281-8/+2
* | Merge branch 'gitaly-mandatory-20180627-jv-2' into 'master'Douwe Maan2018-06-281-47/+2
|\ \
| * | Make Gitaly signature RPC's mandatoryJacob Vosmaer2018-06-271-47/+2
| |/
* | Make search and message RPC's mandatoryJacob Vosmaer2018-06-271-7/+1
|/
* Client-side fix for Gitaly TreeEntry buggitaly-tree-entry-dot-dotJacob Vosmaer2018-06-261-29/+12
* Raw diffs are served from Gitalyzj-commit-raw-diffsZeger-Jan van de Weg2018-06-221-7/+3
* Simplify server feature flagsJacob Vosmaer2018-06-061-3/+1
* Set Gitaly Server feature flags from RailsZeger-Jan van de Weg2018-06-061-0/+5
* Add handling for commit/tags with big messagesAhmad Sherif2018-05-181-7/+57
* Workhorse to send raw diff and patch for commitsZeger-Jan van de Weg2018-05-161-25/+0
* Return nil on empty pathZeger-Jan van de Weg2018-04-171-0/+2
* Move ListCommitsByOid to OPT_OUTZeger-Jan van de Weg2018-04-041-1/+2
* Move CommitService::CommitPatch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-0/+39
* Convert Gitaly commit parent IDs to array as early as possibleSean McGivern2018-02-191-10/+1
* applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-1/+2
* fix specsMicaël Bergeron2018-02-161-0/+8
* Don't use rugged in Repository#refs_hashZeger-Jan van de Weg2018-02-071-10/+10
* Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-0/+18
* Migrate Commit#uri_type to Gitalyfeature/migrate-commit-uri-to-gitalyAhmad Sherif2018-01-151-5/+32
* Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-041-2/+5
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+13
* add support for the commit reference filtermicael.bergeron2017-12-071-0/+1
* Migrate Gitlab::Git::Commit.shas_with_signaturesgitaly-764-commit-filter-shas-with-signatureKim "BKC" Carlbäcker2017-12-051-5/+11
* Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-041-0/+22
* Incorporate Gitaly's OperationService.UserFFBranch RPCgitaly-ff-mergeAlejandro Rodríguez2017-10-311-1/+1
* Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-1/+2
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-0/+4
* Migrate Git::CommitStats to Gitalygitaly-519-commit-statsKim "BKC" Carlbäcker2017-09-111-1/+1
* Incorporate DiffService.CommitPatch Gitaly RPCgitaly-commit-patchAlejandro Rodríguez2017-08-221-1/+7
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-9/+10
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-2/+2
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-17/+35
* Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-071-23/+35
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-16/+10
* Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer2017-08-031-1/+1
* update ruggedAlexis Reigel2017-07-271-1/+1
* commit signature with specAlexis Reigel2017-07-271-1/+6
* Prototype key verificationKevin O'Connor2017-07-271-0/+4
* Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-201-10/+28