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-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
2021-04-27gitaly-hooks: Fix deferred calls never runningPatrick Steinhardt
2021-04-27gitlab: Implement metric to measure latency of API callsPatrick Steinhardt
2021-04-27gitlab: Rename `GitlabAPI` interface to `Client`Patrick Steinhardt
2021-04-27gitlab: Merge client and API implementationsPatrick Steinhardt
2021-04-27gitlab: Split out and rename mock clientPatrick Steinhardt
2021-04-27gitlab: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21Propagate feature flags through gitaly-hooksSami Hiltunen
2021-04-19gittest: Do not precreate hook env in `WriteEnvToCustomHook()`Patrick Steinhardt
2021-04-19testhelper: Convert `WriteExecutable()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-14tests: Check errors returned by some `os` package functionsPatrick Steinhardt
2021-04-13Enable reference transaction voting via backchannelsSami Hiltunen
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-04-06Remove config.Config from gitaly-hooks packagePavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-12gitaly-hooks: Honor requested hooksPatrick Steinhardt
2021-02-12gitaly-hooks: Check for valid hooks before dialing GitalyPatrick Steinhardt
2021-02-12gitaly-hooks: Pull hook logic into their own functionsPatrick Steinhardt
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-10gitaly-hooks: Silence test clonePatrick Steinhardt
2021-02-03git: Move GITALY_GIT_BIN_PATH into the hooks payloadPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-28Make git-upload-pack use gitaly-hooks for pack-objectsJacob Vosmaer
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-17gitaly-hooks: Remove filtering of environment variablesPatrick Steinhardt
2020-12-17hooks: Filter custom hooks commands in the hooks managerPatrick Steinhardt
2020-12-17command: Filter `AllowedEnviroment()` via explicit slicePatrick Steinhardt
2020-12-17hooks: Move push options into `customHooksEnv()`Patrick Steinhardt
2020-12-17hooks: Remove test setups for gitlab-shell configurationPatrick Steinhardt
2020-12-11hooks: Convert to use ReceiveHooksPayloadPatrick Steinhardt
2020-12-11hooks: Stop injecting GL_REPOSITORY into the hooks environmentPatrick Steinhardt
2020-12-11hooks: Derive GL_REPOSITORY from passed in repoPatrick Steinhardt
2020-12-10gitlabshell: Stop injecting configuration into environmentPatrick Steinhardt
2020-12-10hooks: Remove GITLAB_SHELL_DIR from environmentPatrick Steinhardt