Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-17Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan
2017-10-17Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt
2017-10-16Merge branch 'git-env-handle-arrays' into 'master'Sean McGivern
2017-10-16Add Gitlab::Git::Env.to_env_hashJacob Vosmaer
2017-10-16Merge branch 'conflict-resolution-refactor' into 'master'Sean McGivern
2017-10-16Popen with a timeoutAndrew Newdigate
2017-10-13Merge Merge Requests via GitalyJacob Vosmaer
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
2017-10-13Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez
2017-10-12Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan
2017-10-12Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets
2017-10-12Fix the format of rugged alternate directory listAhmad Sherif
2017-10-11Pass git object dir attributes as relative paths to GitalyAhmad Sherif
2017-10-10Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-10-04Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer
2017-10-04Merge branch 'gitaly-delete-branch' into 'master'Douwe Maan
2017-10-04Add OperationService.UserDeleteBranch Gitaly RPCAlejandro Rodríguez
2017-10-03Restore User.from_gitalyJacob Vosmaer (GitLab)
2017-10-02Merge branch 'revert-configurable-size-limits' into 'master'Douwe Maan
2017-10-02Revert "Increase diff limits to 100 KB for collapse and 200 KB overall"Sean McGivern
2017-10-02Merge branch 'gitaly-add-branch' into 'master'Sean McGivern
2017-09-30Add a factory for `Gitaly::GitCommit`sAlejandro Rodríguez
2017-09-30Add username as GL_USERNAME in hooks (http)David Turner
2017-09-29Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)
2017-09-28Handle error when fetching ref for MR with deleted source branchSean McGivern
2017-09-25Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker
2017-09-22Merge branch '36549-circuit-breaker-handles-missing-storages' into 'master'Douwe Maan
2017-09-22Merge branch 'sh-blob-raw-check' into 'master'Douwe Maan
2017-09-22Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas
2017-09-21Ensure that Blob.raw returns always returns a valid blob objectStan Hu
2017-09-21Display full pre-receive and post-receive hook output in GitLab UIRobin Bobbitt
2017-09-20Use Gitlab::Git's Popen on that module's codeAlejandro Rodríguez
2017-09-14Rename Gitlab::Git::Committer to UserJacob Vosmaer
2017-09-11Migrate Git::CommitStats to GitalyKim "BKC" Carlbäcker
2017-09-06Implement fix for n+1 issue on `flatten_tree` helperAlejandro Rodríguez
2017-09-06Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'Robert Speicher
2017-09-06Migrate creating/deleting a branch to GitalyAhmad Sherif
2017-09-06[ci-skip] spec for an instance methodmicael.bergeron
2017-09-06add .json_safe_diff specmicael.bergeron
2017-09-05Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif
2017-08-30Use `git update-ref --stdin -z` to delete refsLin Jen-Shin
2017-08-25Add missing third argument to `Git::Repository#initialize` in specRobert Speicher
2017-08-24Merge branch 'git-operation-user' into 'master'Sean McGivern
2017-08-24Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate
2017-08-24Merge branch 'sh-fix-branch-count' into 'master'Douwe Maan
2017-08-24Fix inconsistent number of branches when remote branches are presentStan Hu
2017-08-23Add tests for Committer#==Jacob Vosmaer
2017-08-23Move GitHooksService testsJacob Vosmaer
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer