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-12-21catfile: Replace the previous implementation of ParseCommitKarthik Nayak
2023-12-05Merge branch 'kn-error-lint' into 'master'Patrick Steinhardt
2023-12-04Only snapshot valid Git directoriesSami Hiltunen
2023-11-30errors: Use `errors.Is()` for `io.EOF` errorsKarthik Nayak
2023-10-11git/localrepo: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-29global: Inject logger into service serversPatrick Steinhardt
2023-09-20Merge branch '5482-reference-conflicts-are-treated-as-internal-errors' into '...karthik nayak
2023-09-19service: Simplify injection of dependencies for Hook serverPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Repository serverPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Ref serverPatrick Steinhardt
2023-09-18ref: Handle `git.ErrReferenceAmbiguous` in `FindBranch`Karthik Nayak
2023-09-14ref: Handle SIGPIPE when truncating output from git-for-each-ref(1)Patrick Steinhardt
2023-09-14ref: Modernize error handling in FindLocalBranchesPatrick Steinhardt
2023-09-06tests: Convert some tests to use new helpers that read refsPatrick Steinhardt
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-08-31Merge branch 'pks-command-explicit-stdout-setup' into 'master'Patrick Steinhardt
2023-08-29command: Require callers to explicitly set up stdoutPatrick Steinhardt
2023-08-28tests: Use benchmarking repository for benchmarksPatrick Steinhardt
2023-08-15ref: Drop test helper to set up service with seeded repositoryPatrick Steinhardt
2023-08-15ref: Refactor FindAllTags tests to support SHA256Patrick Steinhardt
2023-08-15ref: Refactor GetTagSignatures tests to support SHA256Patrick Steinhardt
2023-08-15ref: Refactor FindAllRemoteBranches tests to support SHA256Patrick Steinhardt
2023-08-15ref: Rename file for FindAllRemoteBranches to match its RPC namePatrick Steinhardt
2023-08-15ref: Refactor FindTag tests to support SHA256Patrick Steinhardt
2023-08-15ref: Refactor FindLocalBranches tests to support SHA256Patrick Steinhardt
2023-08-15ref: Refactor FindAllBranches tests to support SHA256Patrick Steinhardt
2023-08-14testhelper: Introduce function to easily receive from streaming RPCsPatrick Steinhardt
2023-08-07ref: Enable testing FindDefaultBranchName with SHA256Patrick Steinhardt
2023-08-07ref: Split up "refs.go" per RPCPatrick Steinhardt
2023-08-07ref: Split out helpers into "util.go"Patrick Steinhardt
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-07-20Merge branch 'pks-sha256-compatibility' into 'master'Justin Tobler
2023-07-19ref: Refactor RefExists tests to generate data at runtimePatrick Steinhardt
2023-07-18ref: Implement new UpdateReferences RPCPatrick Steinhardt
2023-07-12Merge branch 'smh-dont-assert-repo-path' into 'master'Will Chandler
2023-07-06ref: Change error code for locked refs in DeleteRefs to AbortedPatrick Steinhardt
2023-07-06updateref: Refactor `AlreadyLockedError` to be more consistentPatrick Steinhardt
2023-07-05Don't assert repository path in TestFindRefsByOID_failureSami Hiltunen
2023-07-04coordinator: Remove prefix for missing repository errorsPatrick Steinhardt
2023-07-04coordinator: Remove prefix for repository validation errorsPatrick Steinhardt
2023-07-04ref: Fix FindRefsByOid test behaviour with PraefectPatrick Steinhardt
2023-06-28praefect/coordinator: Unify ErrRepositoryNotSet errors with GitalyPatrick Steinhardt
2023-06-23Remove pack-objects hook's concurrency trackerQuang-Minh Nguyen
2023-06-19service: Add server-side backup dependencies to gitalyJames Fargher
2023-06-16config/locator: Use constructor for ErrRepositoryNotFoundPatrick Steinhardt
2023-06-15hook: Inject storage locator into serverPatrick Steinhardt
2023-06-13ref: Refactor repository validation to verify existencePatrick Steinhardt
2023-06-12config/locator: Use ErrRepositoryNotSet errorsPatrick Steinhardt
2023-06-12config/locator: Use structured ErrStorageNotFound errorsPatrick Steinhardt
2023-06-12storage: Replace `ErrInvalidRepository` with finer-grained errorsPatrick Steinhardt