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
2024-01-08Revert "Merge branch 'fix-user-revert-return-structured-error' into 'master'"Justin Tobler
2024-01-04operations: Return structured errors in UserRevertYadong Wang
2023-08-21operations: Drop unused test setup with seed repositoryPatrick Steinhardt
2023-08-18Support key rotation for signing keysIgor Drozdov
2023-08-14Fix signing for cherry-picks, reverts, squashesIgor Drozdov
2023-08-02operations: Remove RevertPureGit feature flagJohn Cai
2023-07-21operations: Enable pure git UserRevert for SHA256Xing Xin
2023-07-21operations: Add test for reverting merge commitXing Xin
2023-07-21operations: Implement UserRevert in pure gitXing Xin
2023-07-06updateref: Drop use of Ruby-style errorPatrick Steinhardt
2023-07-06updateref: Detect mismatched state errorsPatrick Steinhardt
2023-06-28praefect/coordinator: Unify ErrRepositoryNotSet errors with GitalyPatrick Steinhardt
2023-06-27gitaly: Log cause of the failed reference updatePavlo Strokov
2023-06-12config/locator: Use ErrRepositoryNotSet errorsPatrick Steinhardt
2023-05-18Decouple production code from test protoMikhail Mazurskiy
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-02-02git: Include reason oid is invalid in errorWill Chandler
2023-01-09testserver: Wire up structerr interceptorsPatrick Steinhardt
2022-12-20operations: Use `ExpectedOldOid` in `UserRevert`Karthik Nayak
2022-12-20operations: Merge some of TestServer_UserRevert* testsKarthik Nayak
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/operations: Improve validation of inputPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-07-20git: Move `NewObjectIDFromHex()` into `ObjectHash` structurePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-02-28localrepo: Remove flag to switch to sidechannels for internal fetchesPatrick Steinhardt
2022-02-16git: Convert internal fetches to use sidechannelPatrick Steinhardt
2022-02-01Amend most operation service tests to create repos through the APISami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-20hook: Let custom hook scripts resolve Git via PATHPatrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-09-06updateref: Fix quarantine directory being migrated too latePatrick 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 UserRevertPatrick Steinhardt
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-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-07-29lint: Fix deprecated import github.com/golang/protobuf/ptypesPavlo Strokov
2021-07-01fix: Set operations timezone by UserBaodong
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-20Remove gitaly feature flag gitaly_go_user_revertJames Fargher
2021-05-18Merge branch 'ps-mv-git-user' into 'master'Zeger-Jan van de Weg
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-17TestUser moved into the gittest packagePavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec|ExecStream in service directoryPavlo Strokov
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt