summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitalyAhmad Sherif2017-07-271-14/+24
* Use described_class when possibleRémy Coutable2017-07-272-6/+6
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-272-2/+2
* Merge branch 'gitaly-tree-entries' into 'master'Rémy Coutable2017-07-211-1/+22
|\
| * Incorporate CommitService.GetTreeEntries Gitaly callgitaly-tree-entriesAlejandro Rodríguez2017-07-201-1/+22
* | Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-201-50/+66
|/
* Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-191-0/+2
* Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-181-2/+13
* Adapt to new Gitaly commit message formatAlejandro Rodríguez2017-07-181-0/+35
* Renamed Gitaly servicesAndrew Newdigate2017-07-181-9/+9
* Merge branch 'remove-git-search-files' into 'master'Sean McGivern2017-07-171-36/+0
|\
| * Remove Repository#search_filesremove-git-search-filesJacob Vosmaer2017-07-141-36/+0
* | Make commit lookups explicitJacob Vosmaer2017-07-141-45/+0
* | Remove deprecated #heads methodJacob Vosmaer2017-07-141-33/+2
|/
* Merge branch 'gitlab-git-repository-log' into 'master'Sean McGivern2017-07-141-8/+8
|\
| * Change Git::Repository#log to return CommitsJacob Vosmaer2017-07-131-8/+8
* | Merge branch 'bvl-enable-features-in-test' into 'master'Rémy Coutable2017-07-131-2/+2
|\ \ | |/ |/|
| * Enable all feature flags by default in specsbvl-enable-features-in-testBob Van Landuyt2017-07-131-2/+2
* | Merge branch 'lib-git-gitaly' into 'master'Sean McGivern2017-07-131-5/+5
|\ \ | |/ |/|
| * Try to eliminate unused diff optionsJacob Vosmaer2017-07-121-5/+5
* | Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne2017-07-121-0/+6
|/
* Add gitaly_git_blob_raw featureJacob Vosmaer2017-07-071-1/+11
* Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'Robert Speicher2017-07-071-44/+35
|\
| * Migrate Gitlab::Git::Repository#commit_count to Gitalyfeature/migrate-commit-count-to-gitalyAhmad Sherif2017-07-071-44/+35
* | Merge branch 'gitaly-submodule-url-for' into 'master'Sean McGivern2017-07-051-0/+32
|\ \ | |/ |/|
| * Migrate #submodule_url_for to GitalyJacob Vosmaer2017-07-051-0/+32
* | Remove unnecessary clear_stubs callsJacob Vosmaer2017-07-041-5/+0
* | Add a UTF-8 encoding matcherJacob Vosmaer2017-06-304-8/+10
* | Remove unnecessary contextsJacob Vosmaer2017-06-301-108/+66
|/
* Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-10/+28
* Fix gitaly ref encoding bugsJacob Vosmaer2017-06-281-0/+24
* Merge branch 'submodules-private' into 'master'Sean McGivern2017-06-281-4/+4
|\
| * Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-4/+4
* | Remove 'contains' option from Commit.find_allJacob Vosmaer2017-06-271-20/+0
* | Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-272-29/+27
|/
* Merge branch 'fix/properly-encode-gitaly-diffs' into 'master'Robert Speicher2017-06-221-0/+8
|\
| * Encode Gitaly diff patches properlyfix/properly-encode-gitaly-diffsAhmad Sherif2017-06-221-0/+8
* | Merge branch 'feature/migrate-blob-find-to-gitaly' into 'master'Robert Speicher2017-06-221-1/+11
|\ \ | |/ |/|
| * Migrate Gitlab::Git::Blob.find to Gitalyfeature/migrate-blob-find-to-gitalyAhmad Sherif2017-06-211-1/+11
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-216-59/+59
|/
* Merge branch 'moved-submodules' into 'master'Rémy Coutable2017-06-192-4/+32
|\
| * repository: index submodules by pathDavid Turner2017-06-162-4/+32
* | Add table for files in merge request diffsSean McGivern2017-06-161-1/+1
* | 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
* Fix Diff::Position#diff_file for positions on straight diffsdm-diff-file-straight-diffDouwe Maan2017-06-061-2/+2
* Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-t...Douwe Maan2017-06-052-5/+36
|\
| * Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-022-5/+36
* | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher2017-06-021-5/+5
|\ \
| * | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpcAhmad Sherif2017-06-021-5/+5
| |/