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-02-22repository: Use optional auth token for cloningbrodock/gitaly-clone-improvementsGabriel Mazetto
2022-02-22repository-service: Add http_authorization_header optional parameterGabriel Mazetto
2022-02-22Merge branch 'pks-log-fix-formatting' into 'master'Sami Hiltunen
2022-02-22log: Fix formatting via gofumptPatrick Steinhardt
2022-02-22Merge branch 'pks-git-remove-ruby-hooks' into 'master'James Fargher
2022-02-22Merge branch 'jf_stop_using_stderr' into 'master'James Fargher
2022-02-22gitaly-git2go: Send all errors over gobJames Fargher
2022-02-22gitaly-git2go: Hoist gob encoding for all sub-commandsJames Fargher
2022-02-22gitaly-git2go: Remove deprecated Error gob fieldJames Fargher
2022-02-21Merge branch 'pks-ssh-receive-pack-with-sidechannel-for-internal-fetches' int...Sami Hiltunen
2022-02-21Merge branch 'pks-grpc-deprecate-maintenance-rpcs' into 'master'Toon Claes
2022-02-21Update changelog for 14.8.0GitLab Release Tools Bot
2022-02-21Merge branch 'create_bundle_from_missing_ref' into 'master'Pavlo Strokov
2022-02-21Merge branch 'pks-gitaly-fix-unset-housekeeping-manager' into 'master'Patrick Steinhardt
2022-02-21Merge branch 'pks-git-pack-configuration' into 'master'Pavlo Strokov
2022-02-21Merge branch 'pks-operation-enable-user-merge-branch-structured-errors' into ...Pavlo Strokov
2022-02-21gitaly: Fix missing housekeeping manager dependencyPatrick Steinhardt
2022-02-21Merge branch 'pks-git-maintenance-decouple-from-server' into 'master'Patrick Steinhardt
2022-02-21repository: Ignore missing refs in CreateBundleFromRefListJames Fargher
2022-02-18Merge branch 'sh-disable-health-check-logging-default' into 'master'John Cai
2022-02-18Merge branch 'support_rqst_issue_tempalte' into 'master'Sami Hiltunen
2022-02-18log: Disable gRPC HealthCheck message loggingStan Hu
2022-02-18Update per review findingsSami Hiltunen
2022-02-17proto: Deprecate fine-grained repository maintenance RPCsPatrick Steinhardt
2022-02-17proto: Document behaviour of the OptimizeRepository RPCPatrick Steinhardt
2022-02-17proto: Fix typo in documentation of PruneUnreachableObjectsPatrick Steinhardt
2022-02-17git: Simplify setup of pack-generation configurationPatrick Steinhardt
2022-02-17Merge branch 'toon-replication-cleanup-queue-again-again' into 'master'Sami Hiltunen
2022-02-17housekeeping: Increase observability of repository optimizationsPatrick Steinhardt
2022-02-17Merge branch 'pks-git-fetch-optim-with-commit-graph' into 'master'John Cai
2022-02-16git: Convert internal fetches to use sidechannelPatrick Steinhardt
2022-02-16doc: Update hooks to reflect removal of Ruby hook directoryPatrick Steinhardt
2022-02-16cmd/gitaly-hooks: Remove compatibility code to resolve hook namesPatrick Steinhardt
2022-02-16git: Stop injecting GITALY_BIN_DIR environment variablePatrick Steinhardt
2022-02-16git: Remove support for the Ruby hooks directoryPatrick Steinhardt
2022-02-16cmd/gitaly-hooks: Modernize tests to execute gitaly-hooks directlyPatrick Steinhardt
2022-02-16test-boot: Write gitlab-shell secret into temporary directoryPatrick Steinhardt
2022-02-16operations: Enable use of detailed errors for UserMergeBranchPatrick Steinhardt
2022-02-16git: Backport patches to speed up git-fetch(1) in repos with many refsPatrick Steinhardt
2022-02-16housekeeping: Implement repository housekeeping via the managerPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-16repository: Move optimization of repositories into housekeeping packagePatrick Steinhardt
2022-02-16repository: Move object repacking into housekeeping packagePatrick Steinhardt
2022-02-16repository: Move writing of commit-graph into housekeeping packagePatrick Steinhardt
2022-02-16repository: Move cleanup of worktrees into housekeeping packagePatrick Steinhardt
2022-02-16repository: Decouple OptimizeRepository implementation from serverPatrick Steinhardt
2022-02-16Merge branch 'pks-tx-fix-grpc-error-comparison' into 'master'James Fargher
2022-02-15Merge branch 'getrepopath-propagate-notfound' into 'master'Pavlo Strokov
2022-02-15datastore: Clean completed & dead replication jobsToon Claes
2022-02-15Propagate NotFound error returned by GetRepoPathIgor Wiedler