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-03-23sidechannel: Convert to use runtime directory to store socketspks-sidechannel-migrate-to-runtime-dirPatrick Steinhardt
2022-03-22Merge branch 'pks-gitaly-runtime-dir' into 'master'Toon Claes
2022-03-22Merge branch 'pks-housekeeping-prune-heuristics-mtime' into 'master'Patrick Steinhardt
2022-03-22housekeeping: Skip prune if there are no old objectsPatrick Steinhardt
2022-03-21git: Migrate Git exec path to use runtime directoryPatrick Steinhardt
2022-03-21git: Migrate hook directory to use runtime directoryPatrick Steinhardt
2022-03-21gitaly/config: Introduce runtime directory configurationPatrick Steinhardt
2022-03-21housekeeping: Clean up server info dataPatrick Steinhardt
2022-03-21git: Disable generation of server info in git-repack(1)Patrick Steinhardt
2022-03-21housekeeping: Mark functions as test helpersPatrick Steinhardt
2022-03-21housekeeping: Rename tests to match the system under testPatrick Steinhardt
2022-03-19Merge branch 'jc-limit-optimize-repository-concurrency' into 'master'John Cai
2022-03-18housekeeping: Limit concurrency of OptimizeRepository to 1John Cai
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-03-18housekeeping: Track total number of optimization callsPatrick Steinhardt
2022-03-16Merge branch 'pks-housekeeping-improved-metrics' into 'master'John Cai
2022-03-16Merge branch 'brodock/create-repository-from-url-mirror' into 'master'James Fargher
2022-03-15Repository: allow opting for --mirror for CreateRepositoryFromURLGabriel Mazetto
2022-03-15housekeeping: Don't prune recent objectsPatrick Steinhardt
2022-03-15housekeeping: Track what kind of repacks OptimizeRepository doespks-housekeeping-improved-metricsPatrick Steinhardt
2022-03-15housekeeping: Expose pruned stale files via Prometheus metricPatrick Steinhardt
2022-03-15housekeeping: Generalize counter for pruned empty directoriesPatrick Steinhardt
2022-03-15housekeeping: Move global Prometheus metric into managerPatrick Steinhardt
2022-03-15housekeeping: Log number of pruned ref dirs with other cleanupsPatrick Steinhardt
2022-03-15housekeeping: Inline subtests which test pruning of specific filesPatrick Steinhardt
2022-03-02git: Support bundled Git v2.35.1.gl1pks-git-v2.35.1.gl0Patrick Steinhardt
2022-03-02Merge branch 'pks-refs-unlock-symref-on-failed-update' into 'master'John Cai
2022-03-01localrepo: Unlock symbolic refs when the update failsPatrick Steinhardt
2022-03-01localrepo: Add test to demonstrate failure to unlock symrefsPatrick Steinhardt
2022-03-01git: Verify that bundled Git binaries exist and are executablePatrick Steinhardt
2022-03-01git: Reject config with bundled Git and missing binary directoriesPatrick Steinhardt
2022-03-01git: Prepare tests for multiple bundled Git versionsPatrick Steinhardt
2022-03-01git: Support version suffixes for bundled Git environmentsPatrick Steinhardt
2022-03-01git: Support version suffixes for bundled Git environmentsPatrick Steinhardt
2022-03-01git: Track supported execution environments in a single placePatrick Steinhardt
2022-03-01git: Move cleanup into execution environmentsPatrick Steinhardt
2022-03-01git: Create separate constructor for fallback Git environmentsPatrick Steinhardt
2022-03-01git: Create separate constructor for bundled Git environmentsPatrick Steinhardt
2022-03-01git: Create separate constructor for distributed Git environmentsPatrick Steinhardt
2022-02-28Merge branch 'pks-ff-remove-fetch-internal-with-sidechannel' into 'master'Sami Hiltunen
2022-02-28git: Skip checks whether a fetch is updating submodulesPatrick Steinhardt
2022-02-28localrepo: Remove flag to switch to sidechannels for internal fetchesPatrick Steinhardt
2022-02-25localrepo: Do transactional vote in SetDefaultBranchJohn Cai
2022-02-25git: Refactor CheckRefFormatJohn Cai
2022-02-24Merge branch 'smh-validate-pool-paths' into 'master'Sami Hiltunen
2022-02-24Test pruneIfNeeded through the public APISami Hiltunen
2022-02-24Move pool path validation logic to housekeeping packageSami Hiltunen
2022-02-24Merge branch 'smh-test-rewrite-relative-path' into 'master'Patrick Steinhardt
2022-02-23Pull unconfigured socket path message into a constantSami Hiltunen
2022-02-23Rewrite repository in NewTestRepoSami Hiltunen