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-10-15Version 1.69.0v1.69.01-69-stablejramsay
2019-10-15Merge branch 'jc-fix-consolidated-server-info' into 'master'Jacob Vosmaer
Fix praefect server info to include git version, server version Closes #2083 See merge request gitlab-org/gitaly!1550
2019-10-15Merge branch 'jc-praefect-object-pools' into 'master'Zeger-Jan van de Weg
Enable second repository to have its storage re-written Closes #2079 See merge request gitlab-org/gitaly!1548
2019-10-14Version 1.68.0v1.68.01-68-stablejramsay
2019-10-14Merge branch 'jc-upgrade-grpc' into 'master'Paul Okstad
Upgrade GRPC to 1.24.0 See merge request gitlab-org/gitaly!1539
2019-10-14Fix praefect server info to include git version, server versionjramsay
2019-10-11Merge branch 'rs-more-cherry-pick-feedback' into 'master'Zeger-Jan van de Weg
Provide specifics about why a cherry-pick or revert has failed See merge request gitlab-org/gitaly!1543
2019-10-11Supply an argument to CreateTreeErrorRobert Speicher
This will allow us to see why a cherry pick or revert failed, such as because there was a conflict, or an empty commit.
2019-10-11Enable additional repository to have its storage re-writtenJohn Cai
2019-10-11Merge branch 'jc-virtual-storage-name-praefect' into 'master'Paul Okstad
Add virtual storage name to praefect config See merge request gitlab-org/gitaly!1525
2019-10-11Merge branch 'zj-safecmd-link-objectpool' into 'master'John Cai
git.SafeCmd for linking object pools Closes #1944 See merge request gitlab-org/gitaly!1547
2019-10-10Add virtual storage name to praefect configJohn Cai
2019-10-10git.SafeCmd for linking object poolsZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/1944
2019-10-09Upgrade GRPC to 1.24.0John Cai
2019-10-09Merge branch 'zj-proto-linguist' into 'master'Paul Okstad
Detect proto files as such for Linguist See merge request gitlab-org/gitaly!1545
2019-10-09Merge branch 'jv-tempdir-test-robustness' into 'master'Paul Okstad
Make tempdir clean test more robust See merge request gitlab-org/gitaly!1536
2019-10-09Make tempdir clean test more robustJacob Vosmaer
2019-10-09Merge branch 'zj-health-check-praefect' into 'master'John Cai
Support health checks for Praefect Closes #2071 See merge request gitlab-org/gitaly!1541
2019-10-09Support health checks for PraefectZeger-Jan van de Weg
When Praefect is enabled, the health check doesn't work. Making observibility harder.
2019-10-09Merge branch 'jv-grpc-unimplemented' into 'master'John Cai
Use built-in RPC dummy handlers See merge request gitlab-org/gitaly!1542
2019-10-09Use built-in RPC dummy handlersJacob Vosmaer
2019-10-09Detect proto files as such for LinguistZeger-Jan van de Weg
2019-10-09Version 1.67.0v1.67.0Zeger-Jan van de Weg
2019-10-09Merge branch 'zj-raw-blame-git-dsl' into 'master'John Cai
Port the RawBlame RPC to the GitDSL Closes #1958 See merge request gitlab-org/gitaly!1540
2019-10-08Merge branch 'jc-praefect-auth' into 'master'John Cai
Adding auth to praefect Closes #1897 See merge request gitlab-org/gitaly!1517
2019-10-08Adding auth to praefectJohn Cai
2019-10-08Port the RawBlame RPC to the GitDSLZeger-Jan van de Weg
Closes: https://gitlab.com/gitlab-org/gitaly/issues/1958
2019-10-08Merge branch 'jv-log-double-bitmap' into 'master'Zeger-Jan van de Weg
Log warning if repo has too many packfile bitmaps See merge request gitlab-org/gitaly!1529
2019-10-08Log warning if repo has too many packfile bitmapsJacob Vosmaer
2019-10-07Merge branch 'zj-numstat-safe-dsl' into 'master'John Cai
Use git.SafeCmd for numstats of diffs Closes #1961 See merge request gitlab-org/gitaly!1538
2019-10-07Use git.SafeCmd for numstats of diffsZeger-Jan van de Weg
Closes: https://gitlab.com/gitlab-org/gitaly/issues/1961
2019-10-07Merge branch 'jc-add-server-service-praefect' into 'master'Zeger-Jan van de Weg
Allow praefect to handle ServerInfoRequest Closes #1809 See merge request gitlab-org/gitaly!1527
2019-10-06Merge branch 'zj-safe-git-dsl-git-remote' into 'master'John Cai
Use git.SafeCmd for the remote package Closes #1946 and #1945 See merge request gitlab-org/gitaly!1534
2019-10-05Adding tests for conn packageJohn Cai
2019-10-04Merge branch 'danger-documentation-label' into 'master'Jacob Vosmaer
Fix the documentation label which is now lowercase See merge request gitlab-org/gitaly!1535
2019-10-04Fix the documentation label which is now lowercaseAchilleas Pipinellis
2019-10-04Merge branch 'zj-in-flight-requests' into 'master'Jacob Vosmaer
Add a gauge to track in flight commands Closes #1844 See merge request gitlab-org/gitaly!1531
2019-10-04Use git.SafeCmd for the remote packageZeger-Jan van de Weg
As part of the epic that moves away for the git.Command usage, and to the git.SafeCmd usage (https://gitlab.com/groups/gitlab-org/-/epics/1893), this package was ported to the git.SafeCmd form. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1945 Closes: https://gitlab.com/gitlab-org/gitaly/issues/1946
2019-10-04Merge branch 'po-security-process-tweaks' into 'master'Zeger-Jan van de Weg
Iterate on security process See merge request gitlab-org/gitaly!1486
2019-10-04Iterate on security processPaul Okstad
2019-10-03Add a gauge to track in flight commandsZeger-Jan van de Weg
Running commands is not something that's currently tracked. Adding a Gauge in prometheus to track it and allow this to be trackend and potentially alerted on. Closes https://gitlab.com/gitlab-org/gitaly/issues/1844
2019-10-03Merge branch 'sh-add-git-search-path' into 'master'Zeger-Jan van de Weg
Support configurable Git config search path for Rugged Closes #2051 See merge request gitlab-org/gitaly!1526
2019-10-02Set Rugged search path at start of processStan Hu
This is a static variable that probably isn't thread-safe, so we should set this at boot.
2019-10-02Rename git_config_search_path -> rugged_git_config_search_pathStan Hu
2019-10-02Support configurable Git config search path for RuggedStan Hu
This commit adds an optional `git_config_search_path` parameter for gitaly-ruby. By default, Rugged searches inside `/etc/gitconfig` instead of `/opt/gitlab/embedded/etc/gitconfig` for system-wide options unless the `Rugged::Settings['search_path_system']` is set. This means that important options such as `core.fsyncObjectFiles` are not propagated to gitaly-ruby, which can result in data loss after servers are rebooted. The command-line `git` doesn't have this issue because it uses the `prefix` compile-time option, but this isn't available in Rugged. With this new parameter, package managers (e.g. Omnibus) can specify where the system `gitconfig` file should be. Closes https://gitlab.com/gitlab-org/gitaly/issues/2051
2019-10-02Merge branch 'move-user-docs-to-ce' into 'master'John Cai
Move the user documentation in GitLab CE Closes #1386 See merge request gitlab-org/gitaly!1421
2019-10-02Move the user documentation in GitLab CEAchilleas Pipinellis
2019-10-02Merge branch 'zj-sec-release-mirroring' into 'master'John Cai
Post security release resume push mirroring See merge request gitlab-org/gitaly!1530
2019-10-02Merge branch 'jramsay/gc-dsl-part-2' into 'master'John Cai
Use the Git DSL for fixRef Git command execution Closes #1993 See merge request gitlab-org/gitaly!1524
2019-10-02Use the Git DSL for Git command executionJames Ramsay