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
2022-07-27operations: Introduce structured errors for UserCreateTagpks-user-create-tag-introduce-structured-errorsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-05-20Update go package name from v14 to v15John Cai
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-15limithandler: Refactor package to not use global statePatrick Steinhardt
2021-12-15gitaly: Inject the limit handlerPatrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-11-01server: Fix test setup to construct a proper configPatrick Steinhardt
2021-10-07global: Close gRPC connectionsPatrick Steinhardt
2021-10-07catfile: Stop cache to plug Goroutine leaksPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-14server: Fix test race caused by concurrent UserCreateTag requestsPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-07-12Relocate GitLab HTTP test server from testhelper packagePavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-18Merge branch 'ps-mv-git-user' into 'master'Zeger-Jan van de Weg
2021-05-17server: Use injected Cache as cache invalidatorPatrick Steinhardt
2021-05-17TestUser moved into the gittest packagePavlo Strokov
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-05-11catfile: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-10operations: Inject catfile cachePatrick 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-19testhelper: Convert `WriteExecutable()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-04-06Refactoring of internal/gitaly/server test codePavlo Strokov
2021-04-06Remove config.Config from server packagePavlo Strokov
2021-03-18Linguist converted into an instantiation dependencyPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-03Refactoring of the gitaly gRPC server creationPavlo Strokov
2021-01-29repository: Inject transaction transaction managerPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2021-01-11Merge branch 'pks-grpc-tls-1.2' into 'master'Paul Okstad
2021-01-11Merge branch 'avar/port-user-tag-create-to-go' into 'master'Toon Claes
2021-01-11grpc: raise minimum TLS version to 1.2Patrick Steinhardt