summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Handle error when fetching ref for MR with deleted source branch38319-nomethoderror-undefined-method-sha-for-nil-nilclassSean McGivern2017-09-281-0/+78
* Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker2017-09-251-1/+9
* Merge branch '36549-circuit-breaker-handles-missing-storages' into 'master'Douwe Maan2017-09-222-2/+88
|\
| * Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-222-2/+88
* | Merge branch 'sh-blob-raw-check' into 'master'Douwe Maan2017-09-221-0/+3
|\ \ | |/ |/|
| * Ensure that Blob.raw returns always returns a valid blob objectsh-blob-raw-checkStan Hu2017-09-211-0/+3
* | Display full pre-receive and post-receive hook output in GitLab UIRobin Bobbitt2017-09-211-1/+2
|/
* Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-202-3/+3
* Rename Gitlab::Git::Committer to UserJacob Vosmaer2017-09-142-5/+5
* Migrate Git::CommitStats to Gitalygitaly-519-commit-statsKim "BKC" Carlbäcker2017-09-111-1/+9
* Implement fix for n+1 issue on `flatten_tree` helpergitaly-tree-entries-fixAlejandro Rodríguez2017-09-061-0/+3
* Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-objectRobert Speicher2017-09-061-29/+56
|\
| * Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-29/+56
* | [ci-skip] spec for an instance method35942_api_binary_encodingmicael.bergeron2017-09-061-1/+1
* | add .json_safe_diff specmicael.bergeron2017-09-061-0/+19
|/
* Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-051-14/+24
* Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-0/+34
* Add missing third argument to `Git::Repository#initialize` in specRobert Speicher2017-08-241-1/+1
* Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-2413-32/+103
|\
| * Add tests for Committer#==Jacob Vosmaer2017-08-231-0/+22
| * Move GitHooksService testsJacob Vosmaer2017-08-231-0/+48
| * Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-2311-32/+33
* | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-0/+28
* | Merge branch 'sh-fix-branch-count' into 'master'Douwe Maan2017-08-241-0/+30
|\ \
| * | Fix inconsistent number of branches when remote branches are presentsh-fix-branch-countStan Hu2017-08-231-0/+30
| |/
* | Stub `ForkedStorageCheck.storage_available?` by default in all specsrs-stub-storage-availability-checkRobert Speicher2017-08-221-1/+1
|/
* Delete unused Gitlab::Git methodsJacob Vosmaer2017-08-181-17/+0
* Client Implementation: RefService::RefExistsgitaly_ref_existsAndrew Newdigate2017-08-181-11/+31
* Merge branch 'bvl-circuitbreaker-settings-to-avoid-failures' into 'master'Rémy Coutable2017-08-161-10/+49
|\
| * Allow a `failure_wait_time` of 0 for storage accessBob Van Landuyt2017-08-161-10/+49
* | Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-152-4/+10
|\ \
| * | Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-142-4/+10
* | | Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan2017-08-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Migrate Git::Repository.ls_files to Gitalygitaly-404-commit-list-filesKim "BKC" Carlbäcker2017-08-101-1/+1
* | | Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-5/+1
| |/ |/|
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-103-12/+12
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
|/
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-1/+4
* Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-071-1/+1
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-072-33/+38
* Merge branch 'blob-batch-methods' into 'master'Douwe Maan2017-08-071-0/+71
|\
| * Rename 'limit' to 'blob_size_limit'Jacob Vosmaer2017-08-071-5/+5
| * Add Gitlab::Git::Blob.batch methodJacob Vosmaer2017-08-011-0/+71
* | Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-073-53/+62
|\ \
| * \ Merge branch 'gitaly-renames-annotations' into 'master'Sean McGivern2017-08-072-7/+6
| |\ \
| | * | Remove unnecessary 'raw' aliasJacob Vosmaer2017-08-032-2/+1
| | * | Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer2017-08-031-5/+5
| * | | Migrate blame loading to Gitalyfeature/migrate-load-blame-to-gitalyAhmad Sherif2017-08-031-46/+56
* | | | Use ruby's `File.stat` to check storage availabilityBob Van Landuyt2017-08-041-3/+12
* | | | Only track accessibility onceBob Van Landuyt2017-08-041-3/+32