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-07git: Wire up Git v2.39 execution environmentPatrick Steinhardt
2023-02-01diff: Add logic to handle `WhitespaceChanges` fieldKarthik Nayak
2023-02-01diff: Rewrite `TestSuccessfulCommitDiffRequest`Karthik Nayak
2023-02-01diff: Add identifiers for `assertExactReceivedDiffs`Karthik Nayak
2023-02-01proto: CommitDiffRequest: Introduce `WhitespaceChanges`Karthik Nayak
2023-01-09testserver: Wire up structerr interceptorsPatrick Steinhardt
2023-01-09diff: Refactor GetPatchID tests to return expected data from setupPatrick Steinhardt
2023-01-06Merge branch '4332-allow-diff-limit-size-to-be-configured-by-client' into 'ma...Toon Claes
2023-01-06commit: Adds max batch size per file typeEduardo Bonet
2023-01-06diff: Sort out behaviour of GetPatchID with binary diffsPatrick Steinhardt
2022-12-27diff: Enable testing with SHA256 for GetPatchID RPCPatrick Steinhardt
2022-12-27diff: Refactor GetPatchID tests to generate test data at runtimePatrick Steinhardt
2022-12-21Add new GetPatchID RPCDavid Kim
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-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-14git: Remove `git.Cmd` interfacePatrick Steinhardt
2022-12-12diff: Standardize errors creationPavlo Strokov
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-22Enable Praefect in TestFindChangedPathsRequest_failingSami Hiltunen
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/diff: Improve validation of inputPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-21gittest: Expose default committer informationPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-27diff: Convert `RawPatch()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Convert `RawDiff()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Improve test names and improve parallelizationPatrick Steinhardt
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-06-17FindChangedPaths: Add old_mode and new_mode fieldsKyle Edwards
2022-06-14FindChangedPaths: Add requests fieldKyle Edwards
2022-06-14FindChangedPaths: Remove --name-status and change parsing accordinglyKyle Edwards
2022-06-10FindChangedPaths: Remove prefix from error messagesKyle Edwards
2022-05-20Update go package name from v14 to v15John Cai
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-01Propagate test context to setup helpers in diff packageSami Hiltunen
2022-02-01Disable metadata creation hack in diff service testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2022-01-24localrepo: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2021-12-06testhelper: Rename `GrpcEqualErr()` to `RequireGrpcError()`Patrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-12-06testhelper: Absorb helpers from the testassert packagePatrick Steinhardt
2021-11-01gittest: Convert `ExecStream()` to take a configurationPatrick Steinhardt