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
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-15helper: Convert `ErrFailedPreconditionf()` callersPatrick Steinhardt
2022-12-15helper: Convert `ErrPermissionDeniedf()` callersPatrick Steinhardt
2022-12-07helper: Convert users of `helper.ErrFailedPrecondition()`Patrick Steinhardt
2022-12-01Merge branch 'pks-testhelper-generic-gitaly-or-praefect-helper' into 'master'qmnguyen0711/remove-gitaly-logs-aware-flagPatrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-12-01operations: Improve error checks in UserRebaseConfirmable testPatrick Steinhardt
2022-12-01operations: Fix flaky UserRebaseConfirmable test caused by timeoutPatrick Steinhardt
2022-11-16operations: Standardize errors creationPavlo Strokov
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo 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-11services: Don't needlessly skip repo creation via APIPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-02gittest: Deduplicate CommitAuthor informationPatrick Steinhardt
2022-07-27Merge branch 'pks-gittest-hash-clean' into 'master'Patrick Steinhardt
2022-07-26Fixing a range of typos in testsjohn.mcdonnell
2022-07-25operations: Remove UserRebaseConfirmableImprovedErrorHandling FFJohn Cai
2022-07-21gittest: Don't set up default parent in WriteCommitPatrick Steinhardt
2022-07-21gittest: Expose default committer informationPatrick Steinhardt
2022-07-19updateref: Improve errors to include breadcrumbsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-27operations: Convert UserRebaseConfirmable tests to not use worktreepks-gittest-drop-worktreesPatrick Steinhardt
2022-06-27operations: Convert to use `gittest.ResolveRevision()`Patrick Steinhardt
2022-06-27operations: Adjust names of UserRebaseConfirmable testsPatrick Steinhardt
2022-06-15operations: Provide conflicting commits on merge conflict errorPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-03-22repository: Structured errors for UserRebaseConfirmableJohn 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-28operations: Skip rebasing commits which become emptyPatrick Steinhardt
2022-01-28operations: Add tests for rebases with empty commitsPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-13tests: Convert to use `transaction.TrackingManager`Patrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-12-06testhelper: Absorb helpers from the testassert packagePatrick Steinhardt
2021-10-12operations: Drop dependency on Ruby serverPatrick Steinhardt
2021-09-21Merge branch 'ps-remove-SA1019-excludes' into 'master'3787-integrate-ipynb2md-to-gitlabToon Claes
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-09-17lint: Remove SA1019 exclude rulesPavlo Strokov
2021-09-06updateref: Fix quarantine directory being migrated too latePatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-24quarantine: Always enable use of quarantine directoriesPatrick Steinhardt
2021-08-11operations: Support object quarantine in UserRebaseConfirmablePatrick Steinhardt
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Merge cloning repos with and without worktreesPatrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt