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-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-16command: Fix segfault with command statsPatrick Steinhardt
2020-11-09Suppress context cancellation/expirationPavlo Strokov
2020-10-26Merge branch 'ps-ensure-command-timeout' into 'master'Pavlo Strokov
2020-10-26Extend test coverage of commandPavlo Strokov
2020-10-26Do not alias opentracing package nameIgor Wiedler
2020-10-23Instrument git commands for tracingIgor Wiedler
2020-09-15Export GL_REPOSITORY and GL_PROJECT_PATH in `git archive` callStan Hu
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-18Pass CORRELATION_ID env variable to spawned git subprocessesIgor Wiedler
2020-07-28record max of maxrss to enable diagnosis of memory usageIgor Wiedler
2020-07-27Log cumulative per-request rusage ("command stats")Igor Wiedler
2020-07-01Fix HTTP proxies not working in Gitaly hooksStan Hu
2020-04-23Custom error replacementPavlo Strokov
2020-04-09Merge branch 'ps-lint-enhancement' into 'master'Pavlo Strokov
2020-04-09lint (static code analysis) enhancementsPavlo Strokov
2020-04-07Fix command logger tests to not exit earlyJohn Cai
2019-10-03Add a gauge to track in flight commandsZeger-Jan van de Weg
2019-09-27Leave stderr alone when passed into commandJohn Cai
2019-09-18Git command DSLPaul Okstad
2019-06-07Fix Prometheus metric naming errorsBen Kochie
2019-05-31Fix boundary issue with log writerJohn Cai
2019-04-26Close logrus writer when command finishesJohn Cai
2019-04-25Use constant for escapedNewLineJohn Cai
2019-04-25Use bufio.NewReaderSizeJohn Cai
2019-04-22use readerJohn Cai
2019-04-22bad outputJohn Cai
2019-04-20be deterinisticJohn Cai
2019-04-20include stderr in log statementJohn Cai
2018-12-10Add explicit null byte check in internal/command.NewJacob Vosmaer
2018-12-06Allow commands to be written to via their stdinNick Thomas
2018-12-04Update to latest goimports formattingJacob Vosmaer
2018-10-16Standardize git command invocationAlejandro Rodríguez
2018-10-15Fix formattingAlejandro Rodríguez
2018-09-18Export HTTP proxy environment variables to GitalyStan Hu
2018-06-29Tweak spawn token defaults and add loggingJacob Vosmaer (GitLab)
2018-05-09Lower spawn log level to 'debug'Jacob Vosmaer
2018-03-19Log process PID in 'spawn complete' entryJacob Vosmaer (GitLab)
2018-01-26Add counter for prometheus spawn timeoutsJacob Vosmaer
2017-12-20Merge branch '840-make-gitlab-git-gitlabprojects-not-work-with-storage-paths'...Alejandro Rodríguez
2017-12-19Remove unused GitlabShell helperAlejandro Rodríguez
2017-12-19Simplify command spawn token codeJacob Vosmaer
2017-12-15Limit the number of concurrent process spawnsJacob Vosmaer (GitLab)
2017-12-15Eagerly close logrus writer pipesJacob Vosmaer (GitLab)
2017-12-15Panic if a command has no Done() channelJacob Vosmaer (GitLab)
2017-09-22Fix path for gitlab-shell. Also require gitlab-shell path to be setKim "BKC" Carlbäcker
2017-09-20Change how we set git object dir attributesAhmad Sherif
2017-09-20Refactor git command creationAhmad Sherif
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer