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-07-18renaming repository to shard, collapsing some tables into columnsjc-praefect-datamodel-with-pgJohn Cai
2019-07-18more postgres stuffJohn Cai
2019-07-04With postgresJohn Cai
2019-07-04New praefect nodes data interfaceJohn Cai
2019-07-03Merge branch 'fstype-bsd-support' into 'master'John Cai
Fix file system type detection on *BSD and Darwin. See merge request gitlab-org/gitaly!1344
2019-07-03Fix file system type detection on *BSD and Darwin.Michael Hofmann
This commit adds support for DragonFly BSD, FreeBSD and OpenBSD to the internal/helper/fstype package and fixes the implementation on Darwin. On each of these platforms, fstype.FileSystem will call statfs(2) and use the f_fstypename member of struct statfs to determine the file system type. Unfortunately, the Go wrapper for this struct uses differently named fields on OpenBSD and the other supported systems. For this reason, a separate implementation for OpenBSD is included.
2019-07-03Merge branch 'support-ref-in-merge-to-ref' into 'master'John Cai
Add support first_parent_ref in UserMergeToRef See merge request gitlab-org/gitaly!1210
2019-07-03Merge branch 'jv-clone-analyzer' into 'master'Zeger-Jan van de Weg
Add HTTP clone analyzer See merge request gitlab-org/gitaly!1338
2019-07-03Add HTTP clone analyzerJacob Vosmaer
2019-07-03Merge branch 'jc-fix-gitlab-config-legacy-config' into 'master'Zeger-Jan van de Weg
Use guard in fetch_legacy_config See merge request gitlab-org/gitaly!1345
2019-07-02Merge branch 'zj-docs-gitaly-ruby' into 'master'John Cai
Remove vendoring documentation for Gitlab::Git See merge request gitlab-org/gitaly!1343
2019-07-02Merge branch 'update-page-check-page' into 'master'John Cai
More informative error state when pages are not found See merge request gitlab-org/gitaly!1340
2019-07-02More informative error state when pages are not foundAlex Kalderimis
Some operations assume that finds are successful. This results in very unhelpful error messages (`NoMethodError` on `NilClass`). This change means that such operations throw instead, with an error message that names the page that could not be found.
2019-07-02Use guard in fetch_legacy_configJohn Cai
2019-07-02Support ref path in merge_to_refShinya Maeda
2019-07-02Merge branch 'tweak-docs' into 'master'Zeger-Jan van de Weg
Tweak doc/beginners_guide.md See merge request gitlab-org/gitaly!1310
2019-07-02Tweak doc/beginners_guide.mdMarkus Koller
2019-07-01Remove vendoring documentation for Gitlab::GitZeger-Jan van de Weg
Documentation referenced an old procedure of vendoring code from GitLab-Rails which isn't used anymore.
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