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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-29Fix encoding bug in UserCommitFilesJacob Vosmaer (GitLab)
2018-06-29Merge branch 'zj-sanitize-bundle-import-path' into 'master'Jacob Vosmaer (GitLab)
2018-06-28Merge branch 'find-commit-catfile' into 'master'Jacob Vosmaer (GitLab)
2018-06-28Sanitize errors when importing repositoriesZeger-Jan van de Weg
2018-06-27Fix TreeEntry relative path bugJacob Vosmaer (GitLab)
2018-06-25Delete unused codeJacob Vosmaer
2018-06-25Use catfile for all Go commit lookupsJacob Vosmaer
2018-06-22Rename old GetCommit methodJacob Vosmaer
2018-06-22Avoid 'git log -1' in FindCommitJacob Vosmaer
2018-06-19Server info performs read and write checksZeger-Jan van de Weg
2018-06-14Remove GoGitZeger-Jan van de Weg
2018-06-13Add BackupCustomHooksAhmad Hassan
2018-06-08Fix locally breaking testsKim "BKC" Carlbäcker
2018-06-07Fix ListConflictFiles encoding test and rescueJacob Vosmaer
2018-06-07Add test-case. 'utf-16' and 'utf-16-2' in gitlab-test.gitKim "BKC" Carlbäcker
2018-06-05Simplify and rename AssertGrpcErrorJacob Vosmaer (GitLab)
2018-06-05Revert "Merge branch 'fix-shady-altdir-test' into 'master'"Jacob Vosmaer (GitLab)
2018-06-05Colons are not allowed in refsJacob Vosmaer (GitLab)
2018-06-01Add RestoreCustomHooks RPCAhmad Hassan
2018-06-01Fix committer bug in go-git adapterJacob Vosmaer (GitLab)
2018-05-31Rewrite Repository::Fsck in GoAsh McKenzie
2018-05-30Use gitaly-proto 0.101.0Jacob Vosmaer (GitLab)
2018-05-30Merge branch 'zj-go-git-find-commit' into 'master'Jacob Vosmaer (GitLab)
2018-05-30Merge branch '1141-rewrite-commit-diff' into 'master'Jacob Vosmaer (GitLab)
2018-05-30Tests: only match error strings we createJacob Vosmaer (GitLab)
2018-05-30Fix rename similarity in Diff::CommitDiffKim "BKC" Carlbäcker
2018-05-29Ignore ENOENT when cleaning up lock filesJacob Vosmaer (GitLab)
2018-05-28Use Go-Git for the FindCommit RPCZeger-Jan van de Weg
2018-05-24Merge branch '1165-rewrite-is-rabase-in-progress' into 'master'Jacob Vosmaer (GitLab)
2018-05-24Rewrite Is{Squash,Rebase}InProgress in GoKim "BKC" Carlbäcker
2018-05-22Use bytes.Equal instead of bytes.CompareJacob Vosmaer
2018-05-22Add StorageService::DeleteAllRepositories RPCJacob Vosmaer (GitLab)
2018-05-18Fix bug in SearchFilesByContent, don't drop last matchKim "BKC" Carlbäcker
2018-05-15Unvendor Repository#create implementationZeger-Jan van de Weg
2018-05-09Fix WikiFindPage when the page has invalidly-encoded contentAhmad Sherif
2018-05-04Return DataLoss error for non-valid git repositoriesDouglas Barbosa Alexandre
2018-05-04GetBlobs: don't create blob reader if limit is zeroJacob Vosmaer (GitLab)
2018-05-04SearchFilesBy{Content,Name} Server ImplementationKim Carlbäcker
2018-05-02Server Implementation GetRawChangesZeger-Jan van de Weg
2018-05-02Add 'large request' test case to ListCommitsByOidJacob Vosmaer (GitLab)
2018-04-23Make wiki commit fields backwards compatibleJacob Vosmaer (GitLab)
2018-04-18Updated WikiCommitDetails structFrancisco Javier López
2018-04-11Make more of the auth code public so we can reuse itJacob Vosmaer (GitLab)
2018-04-10Implement GetSnapshot and CreateRepositoryFromSnapshot RPCsNick Thomas
2018-04-09Fix fragile checksum testJacob Vosmaer (GitLab)
2018-04-06Merge branch 'zj-fsck-repo-test-failure' into 'master'Jacob Vosmaer (GitLab)
2018-04-06Don't test AltDir in LFS-testsKim "BKC" Carlbäcker
2018-04-06Fix broken test on git 2.17Zeger-Jan van de Weg
2018-04-06Run Go test suite with '-race' in CIJacob Vosmaer (GitLab)
2018-04-06Merge branch 'da-calculate-repository-checksum' into 'master'Zeger-Jan van de Weg