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
2020-02-06trying out client interceptorsjc-add-praefect-metricsJohn Cai
2019-12-06wipJohn Cai
2019-12-06wipJohn Cai
2019-12-06Add Praefect metricsJohn Cai
monitor latency prafect adds to each gitaly request, replication queue size
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-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
2019-11-20Version 1.73.0v1.73.01-73-stablejramsay
2019-11-20Validate that hook files are reachable and executablejramsay
2019-11-20Refactor datastore to its own packageJohn Cai
2019-11-19Merge branch 'jv-bot-suppress-mention' into 'master'Pavlo Strokov
Danger bot: use backticks to suppress maintainer mentions See merge request gitlab-org/gitaly!1639
2019-11-19Danger bot: use backticks to suppress maintainer mentionsJacob Vosmaer
2019-11-19Merge branch 'zj-config-ruby-socket-dir' into 'master'Jacob Vosmaer
Allow socket dir for Gitaly-Ruby to be configured Closes #914 See merge request gitlab-org/gitaly!1184
2019-11-19Allow socket dir for Gitaly-Ruby to be configuredZeger-Jan van de Weg
In case the `/tmp` directory can't be used for security reasons, this can be configured. The default behaviour as in production right now will remain. So if nothing is set, `/tmp` will be reused.
2019-11-19Merge branch 'po-keepalive-fix' into 'master'Paul Okstad
Fix client keep alive for all network types See merge request gitlab-org/gitaly!1637
2019-11-19Fix client keep alive for all network typesPaul Okstad
2019-11-19Merge branch 'move-healthcheck-to-labkit' into 'master'Paul Okstad
Move over to Labkit Healthcheck endpoint See merge request gitlab-org/gitaly!1448
2019-11-19Move over to Labkit Healthcheck endpointAndrew Newdigate
2019-11-19Merge branch 'zj-drop-go-1.11' into 'master'Jacob Vosmaer
Drop support for Go 1.11 Closes #2076 See merge request gitlab-org/gitaly!1632
2019-11-19Merge branch 'proto-storage-flag' into 'master'Zeger-Jan van de Weg
Protobuf storage flag Closes #1834 See merge request gitlab-org/gitaly!1617
2019-11-18Version 1.72.0v1.72.0John Cai
2019-11-18Merge branch 'ps-get-tag-messages-go' into 'master'Paul Okstad
Port GetTagMessages from Gitaly-Ruby to Gitaly Closes #2123 See merge request gitlab-org/gitaly!1618
2019-11-18Port GetTagMessages from Gitaly-Ruby to GitalyPavlo Strokov
- feature toggle 'get_tag_messages_go' - go implementation Closes: #2123
2019-11-16Merge branch 'bump_nokogiri' into 'master'Zeger-Jan van de Weg
Bump nokogiri to 1.10.5 See merge request gitlab-org/gitaly!1634
2019-11-16Bump nokogiri to 1.10.5Utkarsh Gupta
This is in reference to https://gitlab.com/gitlab-org/gitlab/merge_requests/20074
2019-11-15Drop support for Go 1.11jramsay
Closes: https://gitlab.com/gitlab-org/gitaly/issues/2076
2019-11-15Merge branch 'bump_rdoc' into 'master'John Cai
Bump rdoc to 6.0 See merge request gitlab-org/gitaly!1615
2019-11-15Merge branch 'zj-catfile-git-dsl' into 'master'Paul Okstad
Use the Git DSL for catfile processes Closes #1933 and #1934 See merge request gitlab-org/gitaly!1624
2019-11-15Merge branch 'design' into 'master'Paul Okstad
Fix doc/DESIGN.md See merge request gitlab-org/gitaly!1623
2019-11-15Merge branch 'jv-update-remote-mirror-errors' into 'master'Paul Okstad
UpdateRemoteMirror: decorate error returns See merge request gitlab-org/gitaly!1619
2019-11-15UpdateRemoteMirror: decorate error returnsJacob Vosmaer
2019-11-15Merge branch 'faster-rebase-poc' into 'master'Paul Okstad
Changed files used for sparse checkout See merge request gitlab-org/gitaly!1611
2019-11-14Merge branch 'process' into 'master'John Cai
Fix doc/PROCESS.md See merge request gitlab-org/gitaly!1622
2019-11-14Merge branch 'beginner' into 'master'Zeger-Jan van de Weg
Fix doc/beginners_guide.md See merge request gitlab-org/gitaly!1625
2019-11-14Fix doc/beginners_guide.mdUtkarsh Gupta
2019-11-14Fix doc/DESIGN.mdUtkarsh Gupta
2019-11-14Fix doc/PROCESS.mdUtkarsh Gupta