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
2020-02-05cache and reuse client connection in ReplicateRepositoryJohn Cai
2020-01-14Call client.Dial instead of grpc.Dial to handle tcp:// prefixJohn Cai
2019-12-13Sync info attributes in ReplicateRepositoryjramsay
2019-11-01Count dangling refs before/after FetchIntoObjectPoolJacob Vosmaer
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-09-18Prevent nil panics in housekeeping.PerformJacob Vosmaer
2019-08-19Prevent lazy config lookups in tempdir cleanersJacob Vosmaer
2019-08-08Updating data model for praefectJohn Cai
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-07-19Handle failover by catching SIGUSR1 signal AND other refactorsJohn Cai
2019-07-16Add CloneFromPool and CloneFromPoolInternal RPCsJohn Cai
2019-07-03Fix file system type detection on *BSD and Darwin.Michael Hofmann
2019-06-24Add text.RandomHex helperJacob Vosmaer
2019-06-12Cast FsStat syscall to int64Zeger-Jan van de Weg
2019-06-05Update vendored gitaly-protoPatrick Bajao
2019-05-27Expose the FileSystem name on the storage infoZeger-Jan van de Weg
2019-05-20Add test for text.ChompBytesJacob Vosmaer
2019-04-23Ensure pool exists before linkingJohn Cai
2019-04-01Accept Path option for GetArchive RPCPatrick Bajao
2019-03-29UnlinkRepositoryFromObjectPool: stop removing objects/info/alternatesJacob Vosmaer
2019-03-20Introduce text.ChompBytes helperJacob Vosmaer
2019-03-12Revert "Merge branch 'zj-rename-namespace-creates-parent-dir' into 'master'"Zeger-Jan van de Weg
2019-03-12Ensure parent directory exists before renamingZeger-Jan van de Weg
2019-03-07PreFetch RPCJohn Cai
2019-01-24Rename glProjectName -> glProjectPathStan Hu
2019-01-24Add glProjectName to logsStan Hu
2019-01-24Refactor refnames RPC's to use chunkerJacob Vosmaer
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
2019-01-10Add response chunker abstractionJacob Vosmaer
2019-01-07Fix logging of RenameNamespace RPC parametersNick Thomas
2019-01-07Simplify error wrapping in service/refJacob Vosmaer
2019-01-04Migrate writeref from using the ruby implementation to goJohn Cai
2018-12-04Update to latest goimports formattingJacob Vosmaer
2018-11-27Introduce a security func to scrub error messagesZeger-Jan van de Weg
2018-11-27Allow git.Command to receive an GitRepo interfaceZeger-Jan van de Weg
2018-10-17Prevent stale packed-refs file when Gitaly is running on top of NFSStan Hu
2018-10-15Fix formattingAlejandro Rodríguez
2018-10-10Fix git protocol prometheus metricsJacob Vosmaer
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-09-06Remove the Path references in codeZeger-Jan van de Weg
2018-09-06Allow listing of directoriesZeger-Jan van de Weg
2018-07-18Fix lines.Sender message chunkingJacob Vosmaer (GitLab)
2018-06-05Simplify and rename AssertGrpcErrorJacob Vosmaer (GitLab)
2018-05-22Add StorageService::DeleteAllRepositories RPCJacob Vosmaer (GitLab)
2018-04-09Tag log entries with repo.GlRepositoryJacob Vosmaer (GitLab)
2018-04-06Run Go test suite with '-race' in CIJacob Vosmaer (GitLab)
2018-04-04Fix directory permission walker for Go 1.10Jacob Vosmaer (GitLab)
2018-03-29Add handling for large commit and tag messagesAhmad Sherif
2018-03-15Add param logging in NamespaceService RPCsAlejandro Rodríguez
2018-01-18Use grpc-go 1.9.1Jacob Vosmaer (GitLab)