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
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-03featureflag: Consolidate feature flags context APIPatrick Steinhardt
2021-11-01gitaly-hooks: Do not execute Git binary directlyPatrick Steinhardt
2021-11-01gitaly-hooks: Use temporary directory to store test logsPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-22gitaly-hooks: Improve error messages about unexpected argsPatrick Steinhardt
2021-10-22gitaly-hooks: Propagate errors when closing failsPatrick Steinhardt
2021-10-22gitaly-hooks: Get rid of global hook loggerPatrick Steinhardt
2021-10-22gitaly-hooks: Refactor error handlingPatrick Steinhardt
2021-10-22gitaly-hooks: Improve logging for the "check" subcommandPatrick Steinhardt
2021-10-19gitaly-hooks: remove filter quote bug workaroundJacob Vosmaer
2021-10-19Stop calling PackObjectsHook from gitaly-hooksJacob Vosmaer
2021-10-08testhelper: Reject trying to build same binary multiple timesPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20Merge branch 'pks-go-drop-1.15-support' into 'master'Toon Claes
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-09-02hook: Fix allowed errors not propagating correctly anymorePatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-08-30hook: Fix prereceive returning AllowedError for generic errorsPatrick Steinhardt
2021-08-24Add PackObjectsHookWithSidechannel support to gitaly-hooksJacob Vosmaer
2021-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-09Fix error check to get more infoPavlo Strokov
2021-08-06Merge branch 'ps-log-http-resp-finalization' into 'master'Toon Claes
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-08-04gitlabclient: Finalize HTTP responsePavlo Strokov
2021-07-22Merge branch 'jv-pack-objects-cache-dependency' into 'master'Ævar Arnfjörð Bjarmason
2021-07-19Merge branch 'qmnguyen0711/add-docs-for-pack-objects' into 'master'James Fargher
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-07-14Fix hook documentation wordingQuang-Minh Nguyen
2021-07-14Apply 1 suggestion(s) to 1 file(s)Jacob Vosmaer
2021-07-14Add documentation for pack-object cacheQuang-Minh Nguyen
2021-07-12Relocate WriteTemporaryGitalyConfigFilePavlo Strokov
2021-07-12Relocate GitLab HTTP test server from testhelper packagePavlo Strokov
2021-07-09global: Convert users to use feature flag receiverPatrick Steinhardt
2021-06-16Merge branch 'env_helpers' into 'master'Sami Hiltunen
2021-06-15Extract typed environment variable helpersJames Fargher
2021-06-14hook: Remove Praefect server from hooks payloadPatrick Steinhardt
2021-06-11Embed Unimplemented* structsMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-05-07metadata: Move transaction metadata into shared packagePatrick Steinhardt
2021-04-28gitaly-hooks: close gRPC ClientConn properlySami Hiltunen
2021-04-28Merge branch 'pks-hooks-fix-deferred-calls' into 'master'Sami Hiltunen
2021-04-27Replace testhelper.NewServerWithAuth with testserver.RunGitalyPavlo Strokov