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-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-06-30Port FetchSourceBranch to goMateusz Nowotyński
2020-06-18Remove dependency on global var to detect repo locationPavlo Strokov
2020-04-30improved path traversal protectionSami Hiltunen
2019-08-19Prevent lazy config lookups in tempdir cleanersJacob Vosmaer
2019-06-05Update vendored gitaly-protoPatrick Bajao
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-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-09-06Allow listing of directoriesZeger-Jan van de Weg
2018-01-18Use grpc-go 1.9.1Jacob Vosmaer (GitLab)
2017-09-20Refactor git command creationAhmad Sherif
2017-09-12Merge branch 'zj-namespace-crud' into 'master'Kim Carlbäcker
2017-09-12Namespace CRUD methodsZeger-Jan van de Weg
2017-09-11Use context cancellation instead of command.CloseJacob Vosmaer (GitLab)
2017-09-05Add missing cmd.Close in log.GetCommitJacob Vosmaer (GitLab)
2017-08-15Add spawn process timesAndrew Newdigate
2017-08-04Prefer long options for clarityJacob Vosmaer
2017-08-01Check storage directory and fix existence test bugsJacob Vosmaer (GitLab)
2017-07-24Log all spawned commandsAndrew Newdigate
2017-07-19Implement CommitService.ListFilesKim "BKC" Carlbäcker
2017-07-10Also check for "refs" folder for repo existenceAlejandro Rodríguez
2017-07-03Implement RepositoryExists request and responseZ.J. van de Weg
2017-06-14Stop using deprecated field `path` in Repository messagesAlejandro Rodríguez
2017-05-16Disallow directory traversal in repository paths for securityAlejandro Rodríguez
2017-04-18Update docs: 'need not' -> 'should not'Jacob Vosmaer
2017-04-13Signal not existing repository with gRPC code `NotFound`Alejandro Rodríguez
2017-04-11Use config.StoragePath in GetRepoPathJacob Vosmaer
2017-03-30Implement helper.GetRepoPath()Ahmad Sherif