summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Support `Gitaly::User`'s gl_username fieldgitaly-gl-usernameAlejandro Rodríguez2017-10-231-2/+20
* Merge branch 'bvl-do-not-use-redis-keys' into 'master'Rémy Coutable2017-10-172-30/+4
|\
| * Don't use `Redis#keys` in the circuitbreakerbvl-do-not-use-redis-keysBob Van Landuyt2017-10-172-30/+4
* | Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-172-18/+40
|\ \
| * | Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-172-18/+40
* | | Merge branch 'git-env-handle-arrays' into 'master'Sean McGivern2017-10-161-5/+37
|\ \ \ | |/ / |/| |
| * | Add Gitlab::Git::Env.to_env_hashJacob Vosmaer2017-10-161-5/+37
* | | Merge branch 'conflict-resolution-refactor' into 'master'Sean McGivern2017-10-161-0/+224
|\ \ \
| * | | Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-13/+13
| * | | Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez2017-10-121-0/+224
* | | | Popen with a timeoutAndrew Newdigate2017-10-161-0/+132
| |_|/ |/| |
* | | Merge Merge Requests via GitalyJacob Vosmaer2017-10-131-0/+39
|/ /
* | Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan2017-10-121-2/+2
|\ \
| * | Fix the format of rugged alternate directory listfix/rugged-alternate-pathsAhmad Sherif2017-10-121-2/+2
| |/
* | Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets2017-10-121-0/+15
|\ \ | |/ |/|
| * Add `Gitlab::Git::Repository#fetch` commandgitaly-fetch-remoteAlejandro Rodríguez2017-10-091-0/+15
* | Pass git object dir attributes as relative paths to GitalyAhmad Sherif2017-10-111-18/+39
|/
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-075-19/+19
* Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-0/+17
* Merge branch 'gitaly-delete-branch' into 'master'Douwe Maan2017-10-041-0/+28
|\
| * Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-031-0/+28
* | Restore User.from_gitalyJacob Vosmaer (GitLab)2017-10-031-0/+14
|/
* Merge branch 'revert-configurable-size-limits' into 'master'Douwe Maan2017-10-022-36/+5
|\
| * Revert "Increase diff limits to 100 KB for collapse and 200 KB overall"Sean McGivern2017-10-022-36/+5
* | Merge branch 'gitaly-add-branch' into 'master'Sean McGivern2017-10-021-27/+5
|\ \ | |/ |/|
| * Add a factory for `Gitaly::GitCommit`sAlejandro Rodríguez2017-09-301-27/+5
* | Add username as GL_USERNAME in hooks (http)David Turner2017-09-293-12/+16
|/
* Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-0/+34
* 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