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-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-23Merge branch 'gitaly-commit-patch' into 'master'Sean McGivern
2017-08-23Rubocop whitespaceJacob Vosmaer
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-23Decouple GitOperationService from UserJacob Vosmaer
2017-08-22Incorporate DiffService.CommitPatch Gitaly RPCAlejandro Rodríguez
2017-08-18Simplify return valuesJacob Vosmaer
2017-08-18Simplify method argumentsJacob Vosmaer
2017-08-18More annotationsJacob Vosmaer
2017-08-18Delete unused Gitlab::Git methodsJacob Vosmaer
2017-08-18Add Gitaly annotationJacob Vosmaer
2017-08-18Client Implementation: RefService::RefExistsAndrew Newdigate
2017-08-17Incorporate RepositoryService.ApplyGitattributes Gitaly RPCAlejandro Rodríguez
2017-08-16Merge branch 'dm-gpg-signature-performance' into 'master'Robert Speicher
2017-08-16Only create commit GPG signature when necessaryDouwe Maan
2017-08-16Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable
2017-08-16Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-15Speed up project creation by inlining repository creationNick Thomas
2017-08-15Merge branch 'malformed-submodule' into 'master'Douwe Maan
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
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-10Migrate Git::Repository.ls_files to GitalyKim "BKC" Carlbäcker
2017-08-09Expose the raw_log methodJacob Vosmaer
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-08Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets
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-08Merge branch 'feature/migrate-repository-size-to-gitaly' into 'master'Robert Speicher
2017-08-07Merge branch 'blob-batch-methods' into 'master'Douwe Maan
2017-08-07Migrate Gitlab::Git::Repository#size to GitalyAhmad Sherif
2017-08-07Set default options outside the raw_log methodJacob Vosmaer
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-04Merge branch 'feature/migrate-last-commit-for-path-to-gitaly' into 'master'Robert Speicher
2017-08-04Use ruby's `File.stat` to check storage availabilityBob Van Landuyt
2017-08-04Use a Struct to keep track of failure infoBob 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 Repository#last_commit_for_path to GitalyAhmad Sherif