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
2023-02-28tests: Fix hardcoded /bin/bash shebangsPatrick Steinhardt
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-11-08service/hook: Improve validation of inputPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-07-26Fixing a range of typos in testsjohn.mcdonnell
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-06hooks: Convert payload to use actual feature flagsPatrick Steinhardt
2022-06-15git: Change ReceiveHooksPayload to UserDetailsJohn Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-02-03Propagate test context to setup helpers in hooks packageSami Hiltunen
2022-02-03Create repositories via API in hook service testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-11hook: Drop setup of the Ruby directory in testPatrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-10-08testhelper: Reject trying to build same binary multiple timesPatrick Steinhardt
2021-09-02hook: Fix allowed errors not propagating correctly anymorePatrick Steinhardt
2021-08-30hook: Fix prereceive returning AllowedError for generic errorsPatrick Steinhardt
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-12Relocate GitLab HTTP test server from testhelper packagePavlo Strokov
2021-06-14hook: Remove Praefect server from hooks payloadPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-07metadata: Move transaction metadata into shared packagePatrick 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: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-26Replace test server setup in hook packagePavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21Propagate feature flags through gitaly-hooksSami Hiltunen
2021-04-20Merge branch 'pks-linting-fixes-pt2' into 'master'Toon Claes
2021-04-19testhelper: Convert `WriteExecutable()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-19global: Do not ignore write errorsPatrick Steinhardt
2021-03-18Removal of config.Config from hook packagePavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick 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-10hooks: Start injecting transactions via HooksPayloadPatrick Steinhardt
2020-12-10hooks: Add transaction information to HooksPayloadPatrick Steinhardt
2020-12-10hooks: Fix incomplete test setupsPatrick Steinhardt
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov