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-03-07operations: Reimplement UserUpdateSubmodule using git plumbing commandsJohn Cai
2023-03-06Revert "Merge branch 'jc-submodule-in-git-fix' into 'master'"John Cai
2023-03-04operations: Reimplement UserUpdateSubmodule using git plumbing commandsJohn Cai
2023-03-02lstree: Use localrepo.TreeEntry instead of lstree.EntryJohn Cai
2023-03-01Revert "Merge branch 'jc-submodule-in-git' into 'master'"Patrick Steinhardt
2023-02-24operations: Reimplement UserUpdateSubmodule using git plumbing commandsJohn Cai
2023-02-02git: Include reason oid is invalid in errorWill Chandler
2023-01-10operations: Use `ExpectedOldOid` in `UserUpdateSubmodule`Karthik Nayak
2023-01-10operations: Merge some of Test*UserUpdateSubmodule* testsKarthik Nayak
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-16operations: Standardize errors creationPavlo Strokov
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-08-05lstree: Inject the object hash used to parse tree entriesPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick 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-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-11-10lstree: Convert tree entries to have typed object IDsPatrick 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 UserUpdateSubmodulePatrick 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-06Merge branch 'ps-parallel-test-run' into 'master'Sami Hiltunen
2021-07-01fix: Set operations timezone by UserBaodong
2021-06-29Parallel execution of the tests in the operations packagePavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17TestUser moved into the gittest packagePavlo Strokov
2021-05-12operations: Remove update submodule feature flagZeger-Jan van de Weg
2021-05-11Replace MustRunCommand with gittest.Exec|ExecStream in service directoryPavlo Strokov
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-12Removal of config.Config from operations packagePavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-11tests: Convert code to use `localrepo.ReadCommit()`Patrick Steinhardt
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-02-01operations: Fix UpdateSubmodule RPC confusing reference namesPatrick Steinhardt
2021-01-25operations: Allow UserUpdateSubmodule to get an optional timestampPatrick Steinhardt
2021-01-19Revert "Merge branch 'po-remove-ruby-userupdatesubmodule' into 'master'"Patrick Steinhardt
2021-01-14Remove feature flag for Go version of UserUpdateSubmodulePaul Okstad
2021-01-14log: Convert interface to accept RevisionsPatrick Steinhardt