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-03-05Merge remote-tracking branch 'dev/12-6-stable' into 12-6-stable12-6-stableAlessio Caiazza
2020-03-04Update VERSION to 12.6.8v12.6.8GitLab Release Tools Bot
2020-03-04Update CHANGELOG.md for 12.6.8GitLab Release Tools Bot
[ci skip]
2020-01-06Version 1.77.1v1.77.11-77-stableJacob Vosmaer
2019-12-19Merge branch 'ps-filter-shas-with-signature-feature-flag-cleanup' into 'master'John Cai
Cleanup for the feature flag protection of the FilterShasWithSignatures method See merge request gitlab-org/gitaly!1703
2019-12-19Version 1.77.0v1.77.0Paul Okstad
2019-12-19Merge branch 'jc-add-author-to-find-commits' into 'master'Jacob Vosmaer
Add author to FindCommits See merge request gitlab-org/gitaly!1702
2019-12-19Add author to FindCommitsJohn Cai
Adds an author field to the RPC message, which we pass along into the --author=<pattern> argument in the git log command to find commits filtered with that author pattern.
2019-12-19Merge branch 'po-revert-cache-invalidator-ff-remove' into 'master'Jacob Vosmaer
Add back feature flag for cache invalidation See merge request gitlab-org/gitaly!1706
2019-12-19Add back feature flag for cache invalidationPaul Okstad
2019-12-19Merge branch 'sh-update-rugged' into 'master'John Cai
Upgrade Rugged to v0.28.4.1 See merge request gitlab-org/gitaly!1701
2019-12-19Merge branch 'ps-get-tag-messages-feature-flag-cleanup' into 'master'John Cai
Feature flag removed. See merge request gitlab-org/gitaly!1708
2019-12-18Feature flag removed.jramsay
Changelog entry about removal of the get_tag_messages_go feature flag Part of: https://gitlab.com/gitlab-org/gitaly/issues/2208
2019-12-17Merge branch 'jv-document-unused-field' into 'master'Zeger-Jan van de Weg
GetAllLFSPointers: document unused field See merge request gitlab-org/gitaly!1704
2019-12-17Merge branch 'po-doc-style-imports' into 'master'Jacob Vosmaer
Add style guide for Go import declarations See merge request gitlab-org/gitaly!1697
2019-12-17Add style guide for Go import declarationsPaul Okstad
2019-12-17Merge branch 'jc-repl-info-attributes' into 'master'Jacob Vosmaer
Sync info attributes in ReplicateRepository Closes #1655 See merge request gitlab-org/gitaly!1693
2019-12-17GetAllLFSPointers: document unused fieldJacob Vosmaer
2019-12-17Cleanup for the feature flag protection of the FilterShasWithSignatures methodjramsay
Feature flag removed. Clean up of go code that triggers Gitaly-Ruby code. Removal of related Prometheus metrics Part of: https://gitlab.com/gitlab-org/gitaly/issues/2268
2019-12-17Upgrade Rugged to v0.28.4.1Stan Hu
This fixes a number of CVEs in libgit2: https://github.com/libgit2/rugged/compare/v0.28.3.1..v0.28.4.1
2019-12-16Merge branch 'ps-get-tag-messages-feature-flag-cleanup' into 'master'John Cai
Cleanup for the feature flag protection of the GetTagMessages method See merge request gitlab-org/gitaly!1698
2019-12-16Cleanup for the feature flag protection of the GetTagMessages methodPavlo Strokov
Feature flag removed. Clean up of go code that triggers Gitaly-Ruby code. Removal of related Prometheus metrics Part of: https://gitlab.com/gitlab-org/gitaly/issues/2208
2019-12-16Version 1.76.0v1.76.01-76-stablejramsay
2019-12-13Merge branch 'zj-danger-milestone-backlog' into 'master'John Cai
danger: skip milestones without due dates See merge request gitlab-org/gitaly!1687
2019-12-13Merge branch 'da/doc-fix-typo' into 'master'John Cai
Fix typo in docs See merge request gitlab-org/gitaly!1691
2019-12-13Fix typo in docsDennis Appelt
2019-12-13Sync info attributes in ReplicateRepositoryjramsay
2019-12-13Merge branch 'po-diskcache-log-state' into 'master'Jacob Vosmaer
Log all diskcache state changes and stream access See merge request gitlab-org/gitaly!1682
2019-12-13Log all diskcache state with gRPC metadataPaul Okstad
This adds an additional log message that will improve visibility of whether the diskcache is serving stale data or not. The "freshness" of the cache is determined by the repo's cache state file. The contents of this file will now be logged whenever it is updated. Additionally, the path of the cached response on disk will be logged each time the diskcache is used. This can be used to help determine if stale data is being served after the cache is expected to be invalid. Each time the state file changes, we expect a new request file path.
2019-12-12Merge branch 'jc-remove-ruby-get-all-lfs' into 'master'John Cai
Remove ruby script approach to GetAllLFSPointers Closes #2219 See merge request gitlab-org/gitaly!1695
2019-12-12Remove ruby script approach to GetAllLFSPointersjramsay
2019-12-12Merge branch 'jv-improve-log-message' into 'master'Paul Okstad
Improve log message in info-refs cache See merge request gitlab-org/gitaly!1696
2019-12-12Improve log message in info-refs cacheJacob Vosmaer
2019-12-11Merge branch 'jc-add-ff-for-go-hooks' into 'master'Zeger-Jan van de Weg
Add feature flag to turn on hooks to go through RPCs See merge request gitlab-org/gitaly!1685
2019-12-11Add feature flag to turn on hooks to go through RPCsJohn Cai
To have the gitaly-hooks binary start hitting internal Gitaly RPCs, we want to ramp this traffic up through a feature flag. To do this, we need to define the feature flag and pass it on through environment variables to the gitaly-hooks binary
2019-12-11Merge branch 'jc-fix-structured-logging' into 'master'Jacob Vosmaer
Start up log messages are now using structured logging too Closes #2233 and #2185 See merge request gitlab-org/gitaly!1674
2019-12-11Merge branch 'ps-update-git-2-24' into 'master'Jacob Vosmaer
Upgrade to Git 2.24 See merge request gitlab-org/gitaly!1653
2019-12-11Upgrade to Git 2.24Pavlo Strokov
- update Docker base image - extend CI testing matrix Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-12-10Merge branch 'jc-change-stream-director' into 'master'John Cai
StreamDirector returns StreamParams See merge request gitlab-org/gitaly!1679
2019-12-10Merge branch 'jv-praefect-sql-config' into 'master'Jacob Vosmaer
Add Postgres config support to Praefect See merge request gitlab-org/gitaly!1662
2019-12-10Add Postgres config support to PraefectJacob Vosmaer
2019-12-10Fix structured startup loggingJohn Cai
2019-12-10Merge branch 'jc-change-hook-methods-to-streaming' into 'master'Jacob Vosmaer
Change hook rpcs to streaming See merge request gitlab-org/gitaly!1680
2019-12-10Merge branch 'po-tls-custom-ca' into 'master'Jacob Vosmaer
Fix forking with custom CA in RPC CreateFork Closes #1567 See merge request gitlab-org/gitaly!1658
2019-12-10Fix forking with custom CA in RPC CreateForkPaul Okstad
2019-12-10Merge branch 'jc-replicate-repository-impl' into 'master'Zeger-Jan van de Weg
ReplicateRepository RPC Closes #2016 See merge request gitlab-org/gitaly!1605
2019-12-10danger: skip milestones without due datesjramsay
GitalyBot will try to automatically apply a milestone, and sorts the milestones to apply based on the due date. Some milestones don't have a due date. Notably, %Backlog doesn't have a due date. While this might indicate a milestone isn't applied correctly on the issues, the script should still work.
2019-12-10StreamDirector returns StreamParamsJohn Cai
The stream director has too many return values that makes it hard to read. We want to add more values the stream director can return, so it's cleaner to have it return something that encapsulates those other return values.
2019-12-09Merge branch 'jc-fix-server-info' into 'master'Jacob Vosmaer
Log instead of returning error if praefect's server info fails to connect to a node Closes #2202 See merge request gitlab-org/gitaly!1651
2019-12-09Merge branch 'ps-filter-shas-with-signatures' into 'master'Pavlo Strokov
Filter collection of SHAs which has signatures and return those SHAs Closes #2157 See merge request gitlab-org/gitaly!1672