summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-20/+20
* Merge branch 'moved-submodules' into 'master'Rémy Coutable2017-06-191-4/+4
|\
| * repository: index submodules by pathDavid Turner2017-06-161-4/+4
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-9/+31
|/
* Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-081-41/+0
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
* Make .gitmodules parsing more resilient to syntax errorsDouwe Maan2017-05-301-0/+13
* Merge branch 'gitaly-local-branches' into 'master'Douwe Maan2017-05-181-2/+27
|\
| * Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-2/+30
* | Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-0/+25
|/
* Sort the network graph both by commit date and topographically.30973-network-graph-sorted-by-date-and-topoTimothy Andrew2017-05-041-1/+1
* Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-021-45/+60
* Fix RSpecKim "BKC" Carlbäcker2017-04-281-13/+1
* Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-0/+29
* 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::Repository#ruggedRémy Coutable2017-04-101-0/+30
|/
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-24/+87
* Support >1 path in Gitlab::Git::Repository#logSean McGivern2017-03-301-4/+23
* 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
* | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-75/+0
|/
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-041-1/+1
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+1184
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-123/+0
* specs for repository tag_names, branch_namesDmitriy Zaporozhets2013-04-031-0/+16
* decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets2013-04-031-0/+11
* keep same dir structure for specs as in lib/Dmitriy Zaporozhets2013-04-031-0/+96