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-30testhelper: Move object-related helpers into their own filePatrick Steinhardt
2020-11-30testhelper: Move creation of GRPC serve to server-related codePatrick Steinhardt
2020-11-30testhelper: Unify commit helpers into a single filePatrick Steinhardt
2020-11-30ref: Replace usage of `testhelper.CreateLooseRef()`Patrick Steinhardt
2020-11-30testhelper: Replace getting refs with `internal/git`Patrick Steinhardt
2020-11-30testhelper: Extract hook-related functionsPatrick Steinhardt
2020-11-30testhelper: Move repository creation functionsPatrick Steinhardt
2020-11-30testhelper: Move GRPC-related helpers into GRPC filePatrick Steinhardt
2020-11-30testhelper: Move test setups into single filePatrick Steinhardt
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-24Introduction of in-memory cache for reads distributionPavlo Strokov
2020-11-24Makefile: Move test repositoriesPatrick Steinhardt
2020-11-24testhelper: Stop writing environment into testdataPatrick Steinhardt
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-19testhelper: Move storage to temporary directoryPatrick Steinhardt
2020-11-17testhelper: Shorten temporary dir to fix sockets on macOSPatrick Steinhardt
2020-11-17testhelper: Remove global test directory if setup failsPatrick Steinhardt
2020-11-17testhelper: Move temporary directory into global temporary directoryPatrick Steinhardt
2020-11-17testhelper: Remove spurious write of temporary filePatrick Steinhardt
2020-11-17testhelper: Move temporary Gitaly socket into global test directoryPatrick Steinhardt
2020-11-17testhelper: Move binary directory into global test directoryPatrick Steinhardt
2020-11-17testhelper: Move internal socket directory into global test directoryPatrick Steinhardt
2020-11-17testhelper: Move logging directory into global test directoryPatrick Steinhardt
2020-11-17testhelper: Create global test directoryPatrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-11-06Merge branch 'ps-locator-for-ruby-set-header' into 'master'Toon Claes
2020-11-04testhelper: Extract feature setPatrick Steinhardt
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-10-26Add JSON request logging for gitaly-rubyJacob Vosmaer
2020-10-20testhelper: Unify building of Go binariesPatrick Steinhardt
2020-10-15Add support for using LFS smudge filterStan Hu
2020-10-13Verification of gitaly-ssh runs.Pavlo Strokov
2020-10-06Refactor server metadata to be more type safePaul Okstad
2020-09-16Merge branch 'sh-export-gl-project-git-archive' into 'master'Patrick Steinhardt
2020-09-15Export GL_REPOSITORY and GL_PROJECT_PATH in `git archive` callStan Hu
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-31git2go: Implement in-memory merge subcommandPatrick Steinhardt
2020-08-20tests: Fix hook scripts using Git from PATHPatrick Steinhardt
2020-08-20tests: Fix calls to `exec.Command` using wrong Git executablePatrick Steinhardt
2020-08-13Prune objects older then 24h on garbage collectionPavlo Strokov
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-16PostReceiveHook in GoJohn Cai
2020-06-30Turn feature flags into struct with default valueJohn Cai
2020-06-26testhelper: Fix building Go modules in testdirectoryPatrick Steinhardt
2020-06-22Refactoring of 'starter' package and gitaly server factoryPavlo Strokov
2020-06-18Refactoring of TLS usagePavlo Strokov
2020-06-09PreReceive in goJohn Cai
2020-06-01Dependency inject gitlab apiJohn Cai