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
2021-04-23Fix racy context access in a flaky testsmh-fix-racy-context-accessSami Hiltunen
2021-04-23Merge branch 'smh-mux-by-default' into 'master'Toon Claes
2021-04-23Merge branch 'pks-git-fix-nightly' into 'master'Toon Claes
2021-04-23Merge branch 'pks-golangci-lint-1.39.0' into 'master'Pavlo Strokov
2021-04-23golangci: Enable exportloopref linterPatrick Steinhardt
2021-04-23golangci: Enable makezero linterPatrick Steinhardt
2021-04-23golangci: Enable wastedassign linterPatrick Steinhardt
2021-04-23golangci: Upgrade to v1.39.0Patrick Steinhardt
2021-04-23Merge branch '3583-golang.org/x/crypto' into 'master'Patrick Steinhardt
2021-04-23Merge branch 'pks-tempdir-cleanup' into 'master'Patrick Steinhardt
2021-04-23Update golang.org/x/crypto to the latestTakuya Noguchi
2021-04-23testcfg: Inline `GitalyCfgBuilder.tempDir()`Patrick Steinhardt
2021-04-23testcfg: Remove effectless `Cleanup()` functionPatrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-23testhelper: Convert `GenerateTestCerts()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-23ci: Fix nightly jobs failing because git patches do not applyPatrick Steinhardt
2021-04-23Makefile: Fix overriding build options with empty valuesPatrick Steinhardt
2021-04-23Merge branch 'pks-resolve-conflicts-semantic-merge-conflict' into 'master'Christian Couder
2021-04-23Merge branch 'smh-feature-flags-through-hooks' into 'master'Pavlo Strokov
2021-04-23conflicts: Fix semantic merge conflict with testhelper.CreateCommit()Patrick Steinhardt
2021-04-23Merge branch 'pks-lfs-pointers-drop-bitmap-experiment' into 'master'Patrick Steinhardt
2021-04-23Update CHANGELOG.md for 13.11.1GitLab Release Tools Bot
2021-04-22Merge branch 'ps-git-command' into 'master'Sami Hiltunen
2021-04-22Merge branch 'pks-go-resolve-conflicts-incompat-pt2' into 'master'Sami Hiltunen
2021-04-22Merge branch 'smh-remove-user-commit-file-ruby' into 'master'Patrick Steinhardt
2021-04-22multiplex connections between Praefect and Gitaly by defaultSami Hiltunen
2021-04-22Merge branch 'jf_better_resolve_commit_errors' into 'master'Patrick Steinhardt
2021-04-22conflict: Fix trailing newline handling when resolving conflictsPatrick Steinhardt
2021-04-22conflict: Convert parser to accept conflict entriesPatrick Steinhardt
2021-04-22gitaly-git2go: Split out reading of conflict entriesPatrick Steinhardt
2021-04-22conflicts: Fix segfault in case unresolved conflicts have no ancestorPatrick Steinhardt
2021-04-22conflicts: Fix fetching from target repositoryPatrick Steinhardt
2021-04-22conflicts: Fix use of ambiguous refs in ResolveConflictsPatrick Steinhardt
2021-04-22conflicts: Remove unused parameter from `repoWithBranchCommit()`Patrick Steinhardt
2021-04-22conflicts: Convert `ResolveConflicts()` to use repo abstractionsPatrick Steinhardt
2021-04-22conflicts: Convert `sameRepo()` to accept GitRepo interfacesPatrick Steinhardt
2021-04-22proto: Document the `ResolveConflicts()` RPCPatrick Steinhardt
2021-04-22testhelper: Expose `WriteBlob()` functionPatrick Steinhardt
2021-04-22remoterepo: Expose `gitalypb.Repository` interfacePatrick Steinhardt
2021-04-22remoterepo: Implement `Repo` on a pointer receiverPatrick Steinhardt
2021-04-22remoterepo: Rename `remoterepo.Repository`Patrick Steinhardt
2021-04-21gitaly-git2go: trim down lookup commit errorsJames Fargher
2021-04-21Merge branch 'tc-use-promauto' into 'master'James Fargher
2021-04-21Merge branch 'sh-revert-find-commits-offset-error-check' into 'master'James Fargher
2021-04-21Update CHANGELOG.md for 13.11.0GitLab Release Tools Bot
2021-04-21golangci: Restore FindCommits warning exclusionStan Hu
2021-04-21Revert "commit: Raise error if skipping commit offsets fails"Stan Hu
2021-04-21Change gittest.CreateCommit to use provided configurationPavlo Strokov
2021-04-21Introduce gittest.ExecStream to exec git commandsPavlo Strokov
2021-04-21Use promauto to register Prometheus metricsSashi Kumar