summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-172-2/+75
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-102-9/+9
* Sort the network graph both by commit date and topographically.30973-network-graph-sorted-by-date-and-topoTimothy Andrew2017-05-041-1/+1
* Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan2017-05-021-45/+60
|\
| * Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-021-45/+60
* | Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan2017-05-021-1/+1
|\ \ | |/ |/|
| * Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* | Fix RSpecKim "BKC" Carlbäcker2017-04-281-13/+1
|/
* Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-0/+29
* Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING e...fix/encoding-issueJames Lopez2017-04-201-0/+4
* Refactor changing files in web UIDouwe Maan2017-04-201-6/+14
* Fix specsdm-git-blob-sizesDouwe Maan2017-04-171-2/+2
* Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-42/+45
|\
| * Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-42/+45
* | Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable2017-04-101-48/+44
* | Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable2017-04-101-0/+30
* | Add a Gitlab::Git::Env to store Git-specific env thread-safelyRémy Coutable2017-04-101-0/+102
|/
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-0412-39/+102
* Fix symlink icon in project treemhasbini2017-04-021-0/+1
* Support >1 path in Gitlab::Git::Repository#logSean McGivern2017-03-301-4/+23
* Fix RSpec/DescribeSymbol cop violationsRobert Speicher2017-03-247-32/+32
* Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-171-0/+37
|\
| * Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-0/+37
* | Fix archive prefix bug for refs containing dotsMark Fletcher2017-03-161-0/+6
* | Allow to override GITLAB_GIT_TEST_REPO_URL to specify a different gitlab-git-...27551-use-dev-mirror-of-gitlab-git-test-on-devRémy Coutable2017-03-141-1/+1
|/
* Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-9/+6
* Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-0/+29
* Ensure archive download is only one directory deepMark Fletcher2017-03-021-15/+29
* Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher2017-02-251-30/+94
|\
| * Optimize a bit Gitlab::Git::Repository#log_by_shell and its specs23062-allow-git-log-to-accept-follow-and-skipRémy Coutable2017-02-231-73/+63
| * Make Git history follow renames again by performing the --skip in RubyRémy Coutable2017-02-231-11/+85
* | Address reviewDouwe Maan2017-02-241-0/+10
* | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-243-260/+210
|/
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-235-39/+39
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-235-39/+39
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-252-2/+2
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-042-2/+2
* Absorb gitlab_gitRobert Speicher2017-01-0414-0/+3404
* Reject blank environment vcariables in Gitlab::Git::RevList25848-fix-git-rev-list-env-parsingRémy Coutable2016-12-201-0/+7
* Implement final review comments from @rymai.25301-git-2.11-force-push-bugTimothy Andrew2016-12-161-44/+21
* Implement review comments from @dbalexandre.Timothy Andrew2016-12-161-5/+45
* Validate environment variables in `Gitlab::Git::RevList`Timothy Andrew2016-12-161-0/+36
* Enable some Rubocop cops related to new linesGrzegorz Bizon2016-08-031-1/+0
* Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-051-0/+70
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-274-225/+0
* Gitlab::Git::Stats specsDmitriy Zaporozhets2013-04-161-0/+28