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-21Merge branch 'kn-4407-expected-old-oid-1' into 'master'Toon Claes
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-19operations: Use `ExpectedOldOid` in `UserApplyPatch`Karthik Nayak
2022-12-19Merge branch 'pks-helper-convert-errorf-pt2' into 'master'Quang-Minh Nguyen
2022-12-15helper: Convert `ErrFailedPreconditionf()` callersPatrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-14git: Drop `SubSubCmd` structurePatrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-11-16operations: Standardize errors creationPavlo Strokov
2022-11-08operations: Stop using `NewWithDir()` for worktreesPatrick Steinhardt
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08service/operations: Improve validation of inputPavlo Strokov
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-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Move `NewObjectIDFromHex()` into `ObjectHash` structurePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-03-21operations: Always use structured errors for UserSquashPatrick Steinhardt
2022-01-27operations: Always respect committer timezone in UserApplyPatchPatrick Steinhardt
2022-01-21operations: Respect timezone of committer in UserApplyPatchPatrick Steinhardt
2022-01-14Merge branch 'pks-git-move-hooks-into-command-factory' into 'master'Toon Claes
2022-01-11git: Use command option dependencies provided by Git command factoryPatrick Steinhardt
2022-01-11operations: Don't set core.splitIndex in UserApplyPatchJohn Cai
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-10-11global: Always use extended file lockingPatrick Steinhardt
2021-09-20Merge branch 'extract_default_branch_2' into 'master'Toon Claes
2021-09-20Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-20Refactor operations service to use GetDefaultBranchJames Fargher
2021-09-17operations: Convert `UserApplyPatch()` to write config transactionallyPatrick Steinhardt
2021-09-14Revert "Merge branch 'extract_default_branch' into 'master'"James Fargher
2021-09-13Make having no default branch an error in GetDefaultBranchJames Fargher
2021-09-13Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-13Refactor operations service to use GetDefaultBranchJames Fargher
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-25Return a better error message when a repository has no default branchSami Hiltunen
2021-08-25Remove UserApplyPatch Go port's feature flagSami Hiltunen
2021-08-16operations: Move worktree helper functionsPatrick Steinhardt
2021-07-22Port UserApplyPatch to GoSami Hiltunen
2021-05-27Create module v14 gitaly versionPavlo Strokov
2020-12-01operations: Expose server type to allow testing itPatrick Steinhardt
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt