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-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
2017-08-22Stub `ForkedStorageCheck.storage_available?` by default in all specsRobert Speicher
2017-08-18Delete unused Gitlab::Git methodsJacob Vosmaer
2017-08-18Client Implementation: RefService::RefExistsAndrew Newdigate
2017-08-16Merge branch 'bvl-circuitbreaker-settings-to-avoid-failures' into 'master'Rémy Coutable
2017-08-16Allow a `failure_wait_time` of 0 for storage accessBob Van Landuyt
2017-08-15Merge branch 'malformed-submodule' into 'master'Douwe Maan
2017-08-14Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan
2017-08-14Handle missing .gitmodules when getting submodule urlsJacob Vosmaer
2017-08-11Enable Timecop safe modeRémy Coutable
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-10Migrate Git::Repository.ls_files to GitalyKim "BKC" Carlbäcker
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Incorporate Gitaly's CommitService.FindCommit RPCAlejandro Rodríguez
2017-08-08Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez