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 (Collapse)Author
2019-12-02Version 1.75.0v1.75.01-75-stablejramsay
2019-12-02Merge branch 'fix_keep_around_ref' into 'master'Zeger-Jan van de Weg
Allow internal fetches to see all hidden references See merge request gitlab-org/gitaly!1640
2019-12-02Allow internal fetches to see all hidden referencesValery Sizov
2019-12-02Merge branch 'jc-fix-unstructured-startup-logging' into 'master'Zeger-Jan van de Weg
Configure logging as early as possible Closes #2185 See merge request gitlab-org/gitaly!1666
2019-12-02Merge branch 'jv-fix-ssh-timeout-test' into 'master'Pavlo Strokov
SSHUpload{Pack,Archive}: fix timeout tests Closes #2222 See merge request gitlab-org/gitaly!1664
2019-12-02SSHUpload{Pack,Archive}: fix timeout testsJacob Vosmaer
2019-12-01Configure logging as early as possiblejramsay
2019-11-29Merge branch 'jc-fix-race-test' into 'master'Jacob Vosmaer
Fix upload pack request racy test Closes #2217 See merge request gitlab-org/gitaly!1661
2019-11-29Merge branch 'ps-feature-flag-name-convertion' into 'master'Zeger-Jan van de Weg
Gitaly feature flags are broken: convert underscores to dashes Closes #2216 See merge request gitlab-org/gitaly!1659
2019-11-29Gitaly feature flags are brokenPavlo Strokov
- replace underscores to hyphens in feature flag names Closes: https://gitlab.com/gitlab-org/gitaly/issues/2216
2019-11-28Fix upload pack request racy testjramsay
2019-11-28Merge branch 'jv-restore-connection-counter' into 'master'Jacob Vosmaer
Restore gitaly_connections_total prometheus metric Closes #2213 See merge request gitlab-org/gitaly!1657
2019-11-28Restore gitaly_connections_total prometheus metricJacob Vosmaer
2019-11-27Merge remote-tracking branch 'dev/master'jramsay
This includes changes for the security release, merged on master though not yet on the master branch of gitaly @ gitlab.com
2019-11-27Merge branch 'security-limit-rpc-negotiation-phase' into 'master'Zeger-Jan van de Weg
Limit the negotiation phase for certain Gitaly RPCs See merge request gitlab/gitaly!45
2019-11-27Merge branch 'jc-gitaly-internal-socket' into 'master'Jacob Vosmaer
Use internal socket dir for internal gitaly socket Closes #2184 See merge request gitlab-org/gitaly!1642
2019-11-27Generalize internal gitaly socket dirJohn Cai
Both gitaly-ruby and gitaly hooks will need the gitaly internal socket directory, so we can pull it out into the config package. Also this change starts an internal gitaly socket that listens for connections.
2019-11-27Merge branch 'jc-zero-downtime-praefect' into 'master'John Cai
Wire in bootstrap package for praefect for zero downtime deploy Closes #1898 See merge request gitlab-org/gitaly!1638
2019-11-27Wire in bootstrap package for praefect for zero downtime deployJohn Cai
2019-11-26Merge branch 'jc-praefect-multiple-virtual-storage' into 'master'John Cai
Praefect multiple virtual storage See merge request gitlab-org/gitaly!1606
2019-11-26Praefect multiple virtual storageJohn Cai
2019-11-26Merge branch 'jv-list-commits-oid-histogram' into 'master'Paul Okstad
ListCommitsByOid: add histogram for request size See merge request gitlab-org/gitaly!1650
2019-11-26ListCommitsByOid: add histogram for request sizeJacob Vosmaer
2019-11-26Merge branch 'jv-proposal-queue-database' into 'master'Jacob Vosmaer
Proposal for Praefect queue database See merge request gitlab-org/gitaly!1643
2019-11-26Proposal for Praefect queue databaseJacob Vosmaer
2019-11-25Merge branch 'revert-da257b59' into 'master'Jacob Vosmaer
Revert "Merge branch 'sh-upgrade-charlock-holmes' into 'master'" See merge request gitlab-org/gitaly!1652
2019-11-25Merge branch 'jc-add-labkit-healthcheck-back' into 'master'Jacob Vosmaer
Add labkit healthcheck with fix Closes #2189 See merge request gitlab-org/gitaly!1646
2019-11-25Version 1.74.0v1.74.01-74-stablejramsay
2019-11-25Merge branch 'disk-statistics' into 'master'Zeger-Jan van de Weg
Add DiskStatistics grpc method to ServerService Closes #2146 See merge request gitlab-org/gitaly!1620
2019-11-25Merge branch 'jv-use-test-helper-in-gitaly-ssh-test' into 'master'Pavlo Strokov
Use testhelper to build gitaly-ssh in test See merge request gitlab-org/gitaly!1649
2019-11-25Use testhelper to build gitaly-ssh in testJacob Vosmaer
2019-11-22Revert "Merge branch 'sh-upgrade-charlock-holmes' into 'master'"Stan Hu
This reverts merge request !1647
2019-11-22Add labkit healthcheck with fixJohn Cai
2019-11-22Merge branch 'jc-add-praefect-service' into 'master'John Cai
Add Praefect service See merge request gitlab-org/gitaly!1628
2019-11-22Add Praefect serviceJohn Cai
2019-11-22Merge branch 'sh-upgrade-charlock-holmes' into 'master'John Cai
Upgrade charlock_holmes Ruby gem to v0.7.7 See merge request gitlab-org/gitaly!1647
2019-11-21Upgrade charlock_holmes Ruby gem to v0.7.7Stan Hu
This fixes some build issues on MacOS: https://github.com/brianmario/charlock_holmes/compare/0.7.6..v0.7.7
2019-11-21Merge branch 'jv-1421' into 'master'Paul Okstad
UpdateRemoteMirror: fix default branch resolution Closes #1421 See merge request gitlab-org/gitaly!1641
2019-11-21UpdateRemoteMirror: fix default branch resolutionJacob Vosmaer
2019-11-21Merge branch 'replace-deprecated-with-dialer' into 'master'Paul Okstad
Fix most deprecation warnings See merge request gitlab-org/gitaly!1630
2019-11-21Replace depracated grpc.WithDialerMateusz Nowotynski
Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
2019-11-21Merge branch 'po-inforef-count-losers' into 'master'Paul Okstad
Add new Prometheus metrics to investigate write pressure See merge request gitlab-org/gitaly!1616
2019-11-21Add new Prometheus metrics to investigate write pressurePaul Okstad
2019-11-21Limit the negotiation phase for certain Gitaly RPCsNick Thomas
In most cases, Gitaly trusts that the caller of the RPC has validated that the user is permitted to perform the action represented by the RPC and doesn't repeat any access control checks. Where an RPC reads data from a client-controlled stream before acting, the time between the check and the operation can be artificially extended. This can lead to security issues where Solve this by placing a limit on the *negotiation phase* of two RPCs that are known to be vulnerable: * ssh.SSHUploadPack * ssh.SSHUploadArchive These RPCs are known not to be vulnerable, for one reason or another: * ssh.SSHReceivePack * smarthttp.ReceivePack The smarthttp.UploadPack RPC is vulnerable, but the vulnerability is being handled in Workhorse.
2019-11-21Merge branch 'zj-remove-code' into 'master'Paul Okstad
Delete .codecov.yml See merge request gitlab-org/gitaly!1644
2019-11-20Merge branch 'jc-move-datastore-to-package' into 'master'Paul Okstad
Refactor datastore to its own package See merge request gitlab-org/gitaly!1627
2019-11-20Merge branch 'jc-revert-labkit-healthcheck' into 'master'Paul Okstad
Revert "Merge branch 'move-healthcheck-to-labkit' into 'master'" Closes #2188 See merge request gitlab-org/gitaly!1645
2019-11-20Revert "Merge branch 'move-healthcheck-to-labkit' into 'master'"John Cai
This reverts commit 3b68223057bed9d6e6111e7882daa3d0b679c316, reversing changes made to 1b130a414536204204b6f998e3bbb4b01d79c6b5.
2019-11-20Delete .codecov.ymlZeger-Jan van de Weg
Gone unused, so we can clean up.
2019-11-20Merge branch 'jc-add-hook-existence-check' into 'master'Jacob Vosmaer
Validate that hook files are reachable and executable Closes #1590 See merge request gitlab-org/gitaly!1574