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-10-12proto: Add missing docs for UserDeleteTagJames Liu
2023-09-18git: Split logic for generating signature from requestXing Xin
2023-09-04operations: Respect timezone info in signaturesXing Xin
2023-07-11Move UpdaterWithHooks from git to hook packageSami Hiltunen
2023-06-28gitaly/service: Drop error prefixes when validating requestsPatrick Steinhardt
2023-06-13operations: Refactor repository validation to verify existencePatrick Steinhardt
2023-05-15operations: Implement SHA256 support for tag handling RPCsPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-16operations: Improve error when formatting tag failsPatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-15helper: Convert `ErrFailedPreconditionf()` callersPatrick Steinhardt
2022-12-14Merge branch 'kn-4407-expected-old-oid-6' into 'master'Patrick Steinhardt
2022-12-14helper: Convert and drop usage of `ErrUnknownf()`Patrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-13operations: Use `ExpectedOldOid` in `UserDeleteTag`Karthik Nayak
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrFailedPrecondition()`Patrick Steinhardt
2022-12-06global: Return structured errors via `structerr` packagePatrick Steinhardt
2022-11-16operations: Standardize errors creationPavlo Strokov
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08service/operations: Improve validation of inputPavlo Strokov
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-22operations: Always use structured errors in UserCreateTag RPCpks-remove-user-create-tag-structured-errors-ffPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-27operations: Introduce structured errors for UserCreateTagpks-user-create-tag-introduce-structured-errorsPatrick Steinhardt
2022-07-27Merge branch 'pks-user-create-tag-preparatory-refactorings' into 'master'Patrick Steinhardt
2022-07-27operations: Validate tag name more thoroughly in UserCreateTagPatrick Steinhardt
2022-07-27operations: Refactor Ruby-compatible argument validationPatrick Steinhardt
2022-07-22proto: Introduce structured UserCreateTagErrorpks-user-create-tag-error-protoPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-11updateref: Convert `HookError` to `CustomHookError`Patrick Steinhardt
2022-04-29catfile: Make process cancellation synchronous to fix test racePatrick Steinhardt
2022-02-25git: Refactor CheckRefFormatJohn Cai
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-10-28catfile: Split out trimming of tag messagesPatrick Steinhardt
2021-10-14catfile: Convert commit interface to accept an ObjectReaderPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30updateref: Generalize `PreReceiveError` according to its usagePatrick Steinhardt
2021-08-09operations: Always use quarantine in UserCreateTagPatrick Steinhardt
2021-08-06operations: Split out function to optionally setup quarantined repoPatrick Steinhardt
2021-07-21operations: Fix UserCreateTag not respecting timezonePatrick Steinhardt
2021-07-21localrepo: Improve type safety of WriteTag/FormatTag functionsPatrick Steinhardt
2021-07-16operations: Use object quarantine directories in UserCreateTagsPatrick Steinhardt
2021-07-16operations: Split out creation of tagsPatrick Steinhardt
2021-07-16operations: Allow passing quarantine dir to `updateReferenceWithHooks()`Patrick Steinhardt
2021-06-28Refactor update reference with hooks codeStan Hu