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-30Migrate Repository.FetchRemote to GitalyKim "BKC" Carlbäcker
2017-08-30Use `git update-ref --stdin -z` to delete refsLin Jen-Shin
2017-08-30Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin
2017-08-29Just use a blockLin Jen-Shin
2017-08-29replace `is_ancestor` with `ancestor?`Maxim Rydkin
2017-08-29replace `is_ancestor?` with `ancestor?`Maxim Rydkin
2017-08-25Resolve feedback on the MR:Lin Jen-Shin
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-24Fix inconsistent number of branches when remote branches are presentStan Hu
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
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-15Speed up project creation by inlining repository creationNick Thomas
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-10Migrate Git::Repository.ls_files to GitalyKim "BKC" Carlbäcker
2017-08-09Expose the raw_log methodJacob Vosmaer
2017-08-08Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets
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-07Migrate Gitlab::Git::Repository#size to GitalyAhmad Sherif
2017-08-07Set default options outside the raw_log methodJacob 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-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-08-03Migrate Repository#last_commit_for_path to GitalyAhmad Sherif
2017-08-03Merge branch 'feature/migrate-count-commits-to-gitaly' into 'master'Robert Speicher
2017-08-03Migration link for Repository#logJacob Vosmaer
2017-08-03Remove unused methodsJacob Vosmaer
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-01Add rugged_is_ancestor methodJacob Vosmaer
2017-08-01Add option to use CommitLanguages RPCJacob Vosmaer
2017-07-27Incorporate RefsService.FindAllBranches Gitaly RPCAlejandro Rodríguez
2017-07-27Remove unused Gitlab::Git operationsAlejandro Rodríguez
2017-07-27Migrate Repository#tags to GitalyAhmad Sherif
2017-07-26Implement GRPC call to RepositoryServiceZ.J. van de Weg
2017-07-18Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-17Merge branch 'remove-git-search-files' into 'master'Sean McGivern
2017-07-14Remove Repository#search_filesJacob Vosmaer
2017-07-14Gitaly migration annotationsJacob Vosmaer