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-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
2017-08-07Merge branch 'blob-batch-methods' into 'master'Douwe Maan
2017-08-07Rename 'limit' to 'blob_size_limit'Jacob Vosmaer
2017-08-07Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan
2017-08-07Merge branch 'gitaly-renames-annotations' into 'master'Sean McGivern
2017-08-04Use ruby's `File.stat` to check storage availabilityBob Van Landuyt
2017-08-04Only track accessibility onceBob Van Landuyt
2017-08-04Use `keys` instead of `scan_each`Bob Van Landuyt
2017-08-04Move hostname to Gitlab::EnvironmentBob Van Landuyt
2017-08-04Make sure the check works for paths with spaces.Bob Van Landuyt
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-08-03Migrate blame loading to GitalyAhmad Sherif
2017-08-03Remove unnecessary 'raw' aliasJacob Vosmaer
2017-08-03Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer
2017-08-02Migrate Gitlab::Git::Repository#count_commits to GitalyAhmad Sherif
2017-08-01Merge branch 'blob-limit-test' into 'master'Sean McGivern
2017-08-01Fix bug in blob testJacob Vosmaer
2017-08-01Add Gitlab::Git::Blob.batch methodJacob Vosmaer
2017-08-01Add option to use CommitLanguages RPCJacob Vosmaer
2017-07-27Incorporate RefsService.FindAllBranches Gitaly RPCAlejandro Rodríguez
2017-07-27Improve Gitlab::Git::Repository specs for #branchesAlejandro Rodríguez
2017-07-27Remove unused Gitlab::Git operationsAlejandro Rodríguez
2017-07-27Migrate Repository#tags to GitalyAhmad Sherif
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-21Merge branch 'gitaly-tree-entries' into 'master'Rémy Coutable
2017-07-20Migrate Gitlab::Git::Commit.find_all to GitalyAhmad Sherif
2017-07-20Incorporate CommitService.GetTreeEntries Gitaly callAlejandro Rodríguez