Loading
Commits on Source 41
-
Ben Kochie authored
Update Prometheus client_golang to v1.0.0.
-
Ben Kochie authored
-
Zeger-Jan van de Weg authored
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: gitlab-org/gitaly#1747
-
Jacob Vosmaer authored
Hide object pools .have refs See merge request gitlab-org/gitaly!1323
-
Ben Kochie authored
-
-
John Cai authored
Close client connections in client.TestDial Closes #1753 See merge request gitlab-org/gitaly!1331
-
Ben Kochie authored
-
Zeger-Jan van de Weg authored
Update Prometheus client library See merge request gitlab-org/gitaly!1329
-
Zeger-Jan van de Weg authored
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.
-
-
John Cai authored
Remove duplication of receive-pack config See merge request gitlab-org/gitaly!1332
-
Paul Okstad authored
Remove Code Quality for Gitaly See merge request gitlab-org/gitaly!1334
-
-
John Cai authored
Document outcome of black/white box discussion Closes #1710 See merge request gitlab-org/gitaly!1333
-
Oswaldo Ferreira authored
It readds the license management template behind Security/ namespace. It was removed at !1204 given it was failing the pipelines at dev.gitlab.org.
-
John Cai authored
-
-
John Cai authored
Fix default lookup of global custom hooks Closes #1758 See merge request gitlab-org/gitaly!1336
-
Zeger-Jan van de Weg authored
Use datastore to store the primary node See merge request gitlab-org/gitaly!1335
-
John Cai authored
-
John Cai authored
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
-
John Cai authored
Readd License Management template to CI Closes #1630 See merge request gitlab-org/gitaly!1337
-
Zeger-Jan van de Weg authored
Pass down log config through env vars Closes #1621 See merge request gitlab-org/gitaly!1293
-
Jacob Vosmaer authored
Add filesystem metadata file on startup See merge request gitlab-org/gitaly!1289
-
John Cai authored
-
Zeger-Jan van de Weg authored
Documentation referenced an old procedure of vendoring code from GitLab-Rails which isn't used anymore.
-
Markus Koller authored
-
Zeger-Jan van de Weg authored
Tweak doc/beginners_guide.md See merge request gitlab-org/gitaly!1310
-
Shinya Maeda authored
-
John Cai authored
-
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.
-
John Cai authored
More informative error state when pages are not found See merge request gitlab-org/gitaly!1340
-
John Cai authored
Remove vendoring documentation for Gitlab::Git See merge request gitlab-org/gitaly!1343
-
Zeger-Jan van de Weg authored
Use guard in fetch_legacy_config See merge request gitlab-org/gitaly!1345
-
Jacob Vosmaer authored
-
Zeger-Jan van de Weg authored
Add HTTP clone analyzer See merge request gitlab-org/gitaly!1338
-
John Cai authored
Add support first_parent_ref in UserMergeToRef See merge request gitlab-org/gitaly!1210
-
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.
-
John Cai authored
Fix file system type detection on *BSD and Darwin. See merge request gitlab-org/gitaly!1344
-
Zeger-Jan van de Weg authored