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-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
2020-05-22Refactor operations service testsJohn Cai
2020-05-11Praefect: proper multi-virtual storage supportPavlo Strokov
2020-05-07Add optimizeRepository helperJohn Cai
2020-05-04Test coverage of passing gitlab shell config from gitalyJohn Cai
2020-04-25Use go update hook when feature flag is toggledJohn Cai
2020-04-23Merge branch 'smh-fix-dir-deleted-walk' into 'master'Paul Okstad
2020-04-23ignore repositories deleted during a file walkSami Hiltunen
2020-04-23Custom error replacementPavlo Strokov
2020-04-21add helper for cloning test repo to test local storageSami Hiltunen
2020-04-17replace testhelper.TB with testing.TBSami Hiltunen
2020-04-14Remove test data after test completionPavlo Strokov
2020-04-04Overwrite ssh command for git object existence checkMateusz Nowotyński
2020-04-04Create tmp home for tests to not use global .gitconfigMateusz Nowotyński
2020-04-02Bad test setup as a cause of the race failurePavlo Strokov
2020-03-31correct bare repository naming in testsSami Hiltunen
2020-03-27Merge branch 'smh-testhelpers-side-effects' into 'master'Jacob Vosmaer
2020-03-24Merge branch 'jc-add-test-for-git-object-dir' into 'master'Jacob Vosmaer
2020-03-23Add test to ensure GIT_OBJECT_DIRECTORY and GIT_ALTERNATE_OBJECT_DIRECTORIES ...John Cai
2020-03-23explicitly load test configuration when neededSami Hiltunen
2020-03-20add TB interface to testhelpers packageSami Hiltunen
2020-03-12Merge branch 'jc-test-custom-hooks-gl' into 'master'Jacob Vosmaer
2020-03-12Test that GL_* values get passed to custom hooksJohn Cai
2020-03-11validate object pool relative pathsSami Hiltunen
2020-03-09Add RegisterStreamerHandlers method to register custom stream handlersJohn Cai
2020-01-24Make parent directories before snapshot replicationJohn Cai
2020-01-23Remove unused TEST_REPO_STORAGE_PATH env varJacob Vosmaer
2020-01-22Git object extraction improvementsPavlo Strokov
2020-01-11Add snapshot replication to ReplicateRepositoryJohn Cai
2020-01-06praefect replicator links object pool if it existsJohn Cai
2020-01-06Global temp directory for Gitaly testsPaul Okstad
2019-12-10Fix forking with custom CA in RPC CreateForkPaul Okstad
2019-11-20Validate that hook files are reachable and executablejramsay
2019-11-19Allow socket dir for Gitaly-Ruby to be configuredZeger-Jan van de Weg