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-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)
2017-12-22Implement CreateFork RPCAhmad Sherif
2017-12-01Log more details in housekeepingAndrew Newdigate
2017-10-20HousekeepingAndrew Newdigate
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-09-01Added megacheck linter and fixed new linting errorsAndrew Newdigate
2017-08-31Terminate commands when their context cancelsJacob Vosmaer (GitLab)
2017-08-31Restore support for custom environment variablesJacob Vosmaer (GitLab)
2017-08-31Use bufio.Reader instead of bufio.Scanner for lines.SendAhmad Sherif
2017-08-29Export environment variables for git debuggingAndrew Newdigate
2017-08-18Fix Repository.FetchRemoteKim "BKC" Carlbäcker
2017-08-15RepositoryService::FetchRemoteKim "BKC" Carlbäcker
2017-08-15Add spawn process timesAndrew Newdigate
2017-08-14Implement CommitService.FindCommitsJacob Vosmaer (GitLab)
2017-08-11Add a middleware for handling Git object dir attributesAhmad Sherif
2017-08-10Log top level group for easier analysisAndrew Newdigate
2017-08-04Prefer long options for clarityJacob Vosmaer
2017-08-01Check storage directory and fix existence test bugsJacob Vosmaer (GitLab)
2017-07-26Implement FindAllTags RPCAhmad Sherif
2017-07-24Log all spawned commandsAndrew Newdigate
2017-07-19Implement CommitService.ListFilesKim "BKC" Carlbäcker
2017-07-12Add and populate `body` field of `GitCommit`Alejandro Rodríguez
2017-07-12Add config to specify a git binary pathAlejandro Rodríguez
2017-07-10Also check for "refs" folder for repo existenceAlejandro Rodríguez
2017-07-05Merge branch 'master' into '315-conversation-commits_between'Jacob Vosmaer (GitLab)
2017-07-05Refactor helpers to improve code readibility and structureAlejandro Rodríguez
2017-07-05Merge branch '143-inherit-tz' into 'master'Jacob Vosmaer (GitLab)
2017-07-04propagate TZ env-var to sub-processesKim "BKC" Carlbäcker
2017-07-03Implement RepositoryExists request and responseZ.J. van de Weg
2017-06-14Stop using deprecated field `path` in Repository messagesAlejandro Rodríguez
2017-06-07Using field extractors to automatically log the repoAndrew Newdigate
2017-05-26Add logrus loggingAndrew Newdigate
2017-05-17Merge branch '228-helper-getrepopath-should-return-an-error-if-the-result-con...Jacob Vosmaer (GitLab)
2017-05-16Disallow directory traversal in repository paths for securityAlejandro Rodríguez
2017-05-15cleanup helper.DecorateErrorKim "BKC" Carlbäcker
2017-05-10Add helper.DecorateErrorKim "BKC" Carlbäcker
2017-05-10helper.NewCommand takes optional 'stderr'Kim "BKC" Carlbäcker
2017-05-10Doc commentJacob Vosmaer
2017-05-10Log access and errors from interceptorsJacob Vosmaer