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-03operations: Fix error paths in CherryPick on custom hook errorPatrick 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-15Merge branch 'kn-4407-expected-old-oid-3' into 'master'Will Chandler
2022-12-13operations: Use `ExpectedOldOid` in `UserCherryPick`Karthik Nayak
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrNotFound()`Patrick Steinhardt
2022-12-06global: Return structured errors via `structerr` packagePatrick Steinhardt
2022-11-16operations: Standardize errors creationPavlo Strokov
2022-10-28operations: Make UserCherryPick return NotFound correctlyJames Fargher
2022-10-28operations: Document UserCherryPick on ServerJames Fargher
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-25operations: Remove CherryPickStructuredErrors feature flagjc-remove-user-cherry-pick-ffJohn Cai
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-19operations: Properly report unwrapped custom hook errorsPatrick Steinhardt
2022-06-28operations: Return structured error for old-style conflict errorPatrick Steinhardt
2022-06-28operations: Honor feature flag for structured errors in UserCherryPickPatrick Steinhardt
2022-06-20operations: Convert UserCherryPick to return structured errorsJohn Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-05-11updateref: Convert `HookError` to `CustomHookError`Patrick Steinhardt
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-08-30updateref: Generalize `PreReceiveError` according to its usagePatrick Steinhardt
2021-08-24quarantine: Always enable use of quarantine directoriesPatrick Steinhardt
2021-08-06operations: Support object quarantine in UserCherryPickPatrick Steinhardt
2021-08-06operations: Pass localrepo into `fetchStartRevision()`Patrick Steinhardt
2021-07-29lint: Fix deprecated import github.com/golang/protobuf/ptypesPavlo Strokov
2021-07-20git2go: Inject repository into subcommandsPatrick Steinhardt
2021-07-20git2go: Implement cherry-pick on top of the executorPatrick Steinhardt
2021-07-16operations: Allow passing quarantine dir to `updateReferenceWithHooks()`Patrick Steinhardt
2021-06-28Refactor update reference with hooks codeStan Hu
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-05services: Provide helper function to construct localreposPatrick Steinhardt
2021-04-26operations: Drop GoUserCherryPick feature flagToon Claes
2021-03-23gitaly-git2go: Return empty error when no changesToon Claes
2021-03-23operations: Cherry-pick pre-receive error is legitToon Claes
2021-03-23operations: Pass timestamp to git2go's cherrypickToon Claes
2021-03-23gitaly-git2go: Mandatory cherrypick committer dateToon Claes
2021-03-23git2go: Rename CherryPickCmd author to committerToon Claes
2021-03-11replace existing isAncestor implementations with local repo's oneSami Hiltunen
2021-03-10operations: Use proper types for `updateReferenceWithHooks()`Patrick Steinhardt
2021-03-10operations: Use proper types for `isAncestor()`Patrick Steinhardt
2021-03-10git2go: Convert commands to return OIDsPatrick Steinhardt
2021-03-10operations: Use proper types for `fetchStartRevision()`Patrick Steinhardt
2021-02-17Implement UserCherryPick in GoToon Claes
2021-02-17Add feature flag for GoUserCherryPickToon Claes
2020-12-01operations: Expose server type to allow testing itPatrick Steinhardt
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov