summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Use gitaly_migrate helper on all current migrations in repositoryuse-gitaly-migrateAlejandro Rodríguez2017-05-111-3/+3
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-102-2/+2
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Merge branch 'deltas-only' into 'master' Sean McGivern2017-05-091-0/+4
|\
| * Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-0/+4
* | Remove some unused Gitlab::Git codeJacob Vosmaer2017-05-091-50/+0
|/
* Merge branch '30973-network-graph-sorted-by-date-and-topo' into 'master' Douwe Maan2017-05-041-7/+10
|\
| * Sort the network graph both by commit date and topographically.30973-network-graph-sorted-by-date-and-topoTimothy Andrew2017-05-041-7/+10
* | Merge branch '31671-merge-request-message-contains-carriage-returns' into 'ma...Douwe Maan2017-05-031-21/+0
|\ \
| * | removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-21/+0
* | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-2/+10
| |/ |/|
* | Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-021-33/+29
* | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-6/+23
|\ \
| * | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-6/+23
* | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-1/+5
|/ /
* | Small code tweaksDouwe Maan2017-04-271-4/+0
* | Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-6/+17
|/
* Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING e...fix/encoding-issueJames Lopez2017-04-201-1/+7
* Refactor changing files in web UIDouwe Maan2017-04-201-15/+34
* Normalize sizes in Gitlab::Git::BlobDouwe Maan2017-04-171-2/+2
* Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-32/+40
|\
| * Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-32/+40
* | Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable2017-04-101-24/+25
* | Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable2017-04-101-1/+9
* | Add a Gitlab::Git::Env to store Git-specific env thread-safelyRémy Coutable2017-04-101-0/+38
|/
* Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer2017-04-071-2/+2
* Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-071-0/+8
* Hopefully this worksuse-gitaly-find-ref-nameKim "BKC" Carlbäcker2017-04-061-1/+1
* Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker2017-04-061-0/+15
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-6/+38
* Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-1/+1
|\
| * Fix symlink icon in project treemhasbini2017-04-021-1/+1
* | Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher2017-04-021-0/+5
|\ \ | |/ |/|
| * Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-0/+5
* | Merge branch 'allow-multiple-paths-in-repository-log' into 'master' Robert Speicher2017-03-301-1/+6
|\ \ | |/ |/|
| * Support >1 path in Gitlab::Git::Repository#logSean McGivern2017-03-301-1/+6
* | Use Rugged::SORT_NONE instead of Rugged::SORT_DATEAdam Niedzielski2017-03-281-3/+3
* | Remove unused method Gitlab::Git::Repository#commits_sinceAdam Niedzielski2017-03-281-17/+0
|/
* Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-172-3/+22
|\
| * Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-152-3/+22
* | Fix archive prefix bug for refs containing dotsMark Fletcher2017-03-161-1/+1
|/
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-6/+9
* Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-1/+10
* Merge branch '28805-download-archive-with-branch-like-feature-xxxx-add-extra-...Rémy Coutable2017-03-021-2/+6
|\
| * Ensure archive download is only one directory deepMark Fletcher2017-03-021-2/+6
* | Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-012-4/+4
|/
* Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher2017-02-251-18/+24
|\
| * Optimize a bit Gitlab::Git::Repository#log_by_shell and its specs23062-allow-git-log-to-accept-follow-and-skipRémy Coutable2017-02-231-11/+11
| * Make Git history follow renames again by performing the --skip in RubyRémy Coutable2017-02-231-9/+15
* | Raise error when no content is providedDouwe Maan2017-02-241-2/+0