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-02Mention sourcejv-git-index-radixJacob Vosmaer
2019-07-02Sort index using radix sortJacob Vosmaer
2019-07-01Don't support 8-byte offsets yetJacob Vosmaer
2019-07-01Small improvementsJacob Vosmaer
2019-07-01Make 8byte offset handling more correctJacob Vosmaer
2019-07-01Add pprof hookJacob Vosmaer
2019-07-01Handle bitmap hash cacheJacob Vosmaer
2019-07-01Break out ewah parsing into functionJacob Vosmaer
2019-07-01Use intJacob Vosmaer
2019-07-01Add todo commentJacob Vosmaer
2019-07-01Uncompress EWAH into *big.IntJacob Vosmaer
2019-07-01Move more stuff to packfileJacob Vosmaer
2019-06-28Factor out EWAH parsingJacob Vosmaer
2019-06-28wipJacob Vosmaer
2019-06-28Factor out packfile orderJacob Vosmaer
2019-06-28Factor out object structJacob Vosmaer
2019-06-28Factor out hashfile checksum checksJacob Vosmaer
2019-06-28Factor out TrailerReaderJacob Vosmaer
2019-06-28rename variableJacob Vosmaer
2019-06-28Check for unlabeled objectsJacob Vosmaer
2019-06-28Need uint after allJacob Vosmaer
2019-06-28Small changes, go fmt (thanks gmail)Jacob Vosmaer
2019-06-28Add packfile analyzerJacob Vosmaer
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