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-06-29Add metadata to replication contextjc-add-metadata-to-replicationJohn Cai
2019-06-28Version 1.50.0v1.50.0John Cai
2019-06-28Merge branch 'jc-filesystem-uuid' into 'master'Jacob Vosmaer
Add filesystem metadata file on startup See merge request gitlab-org/gitaly!1289
2019-06-28Merge branch 'jc-remove-dependency-on-gitlab-shell-config' into 'master'Zeger-Jan van de Weg
Pass down log config through env vars Closes #1621 See merge request gitlab-org/gitaly!1293
2019-06-27Merge branch 'readd-license-management-template' into 'master'John Cai
Readd License Management template to CI Closes #1630 See merge request gitlab-org/gitaly!1337
2019-06-27Add filesystem metadata file on startupJohn Cai
Write a metadata file on startup with a unique id. Also add a field to the ServerInfoResponse message that returns this unique id as well as the path to the file on the server
2019-06-27Pass down log config through env varsJohn Cai
2019-06-27Merge branch 'jc-update-datastore-to-contain-primaries' into 'master'Zeger-Jan van de Weg
Use datastore to store the primary node See merge request gitlab-org/gitaly!1335
2019-06-27Merge branch 'jv-fix-custom-global-hooks' into 'master'John Cai
Fix default lookup of global custom hooks Closes #1758 See merge request gitlab-org/gitaly!1336
2019-06-27Fix default lookup of global custom hooksJacob Vosmaer
2019-06-27Use datastore to store the primary nodeJohn Cai
2019-06-27Readd License Management template to CIOswaldo Ferreira
It readds the license management template behind Security/ namespace. It was removed at !1204 given it was failing the pipelines at dev.gitlab.org.
2019-06-27Merge branch 'style-testing' into 'master'John Cai
Document outcome of black/white box discussion Closes #1710 See merge request gitlab-org/gitaly!1333
2019-06-27Document outcome of black/white box discussionJacob Vosmaer
2019-06-26Merge branch 'zj-remove-cc' into 'master'Paul Okstad
Remove Code Quality for Gitaly See merge request gitlab-org/gitaly!1334
2019-06-26Merge branch 'jv-dry-alternate-refs' into 'master'John Cai
Remove duplication of receive-pack config See merge request gitlab-org/gitaly!1332
2019-06-26Remove duplication of receive-pack configJacob Vosmaer
2019-06-26Remove Code Quality for GitalyZeger-Jan van de Weg
Code Quality ran on each pipeline, but wasn't enforced so led to confusion. Pipelines don't fail if it finds anything so it's not enforced either. `make verify` includes checks to create an enforced style from within our project.
2019-06-26Merge branch 'bjk/prom_v1' into 'master'Zeger-Jan van de Weg
Update Prometheus client library See merge request gitlab-org/gitaly!1329
2019-06-25Apply suggestion to changelogs/unreleased/bjk-prom_v1.ymlBen Kochie
2019-06-25Merge branch 'jv-fix-dial-test' into 'master'John Cai
Close client connections in client.TestDial Closes #1753 See merge request gitlab-org/gitaly!1331
2019-06-25Close client connections in client.TestDialJacob Vosmaer
2019-06-25Add changelog entry.Ben Kochie
2019-06-25Merge branch 'zj-hide-object-pool-refs' into 'master'Jacob Vosmaer
Hide object pools .have refs See merge request gitlab-org/gitaly!1323
2019-06-25Hide object pools .have refsZeger-Jan van de Weg
When an object pool has many members, it will have many remotes with references. That makes the ref advertisement large. This changes effectively hides all refs of the alternate and thus shrinks the ref advertisement response. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1747
2019-06-25Update NOTICE.Ben Kochie
2019-06-25Update Prometheus client libraryBen Kochie
Update Prometheus client_golang to v1.0.0.
2019-06-24Version 1.49.0v1.49.0Paul Okstad
2019-06-24Merge branch 'po-fix-worktree-cleanup-naive' into 'master'Paul Okstad
Cleanup RPC now uses proper prefix for worktree clean up Closes #1738 See merge request gitlab-org/gitaly!1325
2019-06-24Cleanup RPC now uses proper prefix for worktree clean upPaul Okstad
2019-06-24Merge branch 'po_raw_changes_encoding' into 'master'Jacob Vosmaer
GetRawChanges RPC uses both string and byte path fields See merge request gitlab-org/gitaly!1207
2019-06-24GetRawChanges RPC uses both string and byte path fieldsPaul Okstad
2019-06-24Merge branch 'jv-random-hex-helper' into 'master'Zeger-Jan van de Weg
Add text.RandomHex helper See merge request gitlab-org/gitaly!1322
2019-06-24Add text.RandomHex helperJacob Vosmaer
2019-06-21Merge branch 'jv-dedup-delta-islands' into 'master'Zeger-Jan van de Weg
Maintain pool packfiles Closes #1734 and #1670 See merge request gitlab-org/gitaly!1316
2019-06-21Maintain pool packfilesJacob Vosmaer
2019-06-21Merge branch 'jc-lock-file' into 'master'Jacob Vosmaer
Add safe package for safe file writes See merge request gitlab-org/gitaly!1298
2019-06-20Merge branch 'jv-size-tests' into 'master'John Cai
Simplify tests of RepositorySize and GetObjectDirectorySize See merge request gitlab-org/gitaly!1320
2019-06-20Simplify tests of RepositorySize and GetObjectDirectorySizeJacob Vosmaer
2019-06-20Add safe package for safe file creationJohn Cai
2019-06-19Version 1.48.0v1.48.0Paul Okstad
2019-06-19Merge branch 'osw-skip-hooks-for-merge-to-ref' into 'master'Paul Okstad
Skip hooks for UserMergeToRef RPC See merge request gitlab-org/gitaly!1312
2019-06-18Skip hooks for UserMergeToRef RPCOswaldo Ferreira
2019-06-18Merge branch 'zj-inherit-labels' into 'master'Paul Okstad
MR labels to be inherited from issues it closes Closes #1555 See merge request gitlab-org/gitaly!1314
2019-06-18Merge branch '1739-govendor-fails-during-make-verify' into 'master'John Cai
Resolve "govendor fails during `make verify`" Closes #1739 See merge request gitlab-org/gitaly!1317
2019-06-18Resolve "govendor fails during `make verify`"Paul Okstad
2019-06-18Merge branch 'changelog-missing-mr-number' into 'master'John Cai
Fix incorrect changelog entry See merge request gitlab-org/gitaly!1315
2019-06-18Fix incorrect changelog entryJacob Vosmaer
2019-06-18Merge branch 'zj-fix-praefect-socket-config' into 'master'Jacob Vosmaer
Fix praefect not listening to the correct socket path See merge request gitlab-org/gitaly!1313
2019-06-18MR labels to be inherited from issues it closesZeger-Jan van de Weg
If the issue this MR will close through either the commit messages or the description have relevant labels, apply them on the MR too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1555