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-07-01Take a context into GetStorageNameSami Hiltunen
2024-03-05repository: Use `NOT_FOUND` gRPC code with `WriteRef` RPCJustin Tobler
2023-07-06repository: Detect locking issues in WriteRefPatrick Steinhardt
2023-06-30repository: Make WriteRef compatible with the SHA256 object formatPatrick Steinhardt
2023-06-15repository: Refactor repository validation to verify existencePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-07repository: Standardize errors creationPavlo Strokov
2022-11-17Rename Updater's Cancel method to CloseSami Hiltunen
2022-11-17Support multiple transactions over a single update-ref processSami Hiltunen
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-08-08repository: Fix passing zero OID to WriteRefPatrick Steinhardt
2022-08-05updateref: Accept object IDs instead of bare stringsPatrick Steinhardt
2022-08-05repository: Resolve revisions passed to the WriteRef RPCPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-02-25localrepo: Do transactional vote in SetDefaultBranchJohn Cai
2022-01-24repository: Drop unused config parameter from `updateRef()`Patrick Steinhardt
2022-01-11updateref: Drop unused Gitaly configurationPatrick Steinhardt
2022-01-11localrepo: Deduplicate logic to set HEADPatrick Steinhardt
2021-09-06updateref: Rename `Wait()` to `Commit()`Patrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11updateref: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-02-05Injection of the git.CommandFactory into updateref packagePavlo Strokov
2021-01-28Replacement of the git.NewCommandWithoutRepo in repository packagePavlo Strokov
2021-01-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-14updateref: Convert interface to accept ReferenceNamesPatrick Steinhardt
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt