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-08-02Remove praefect dockerjc-data-model-changes-with-replicationJohn Cai
2019-08-02Enable real time replicationJohn Cai
2019-08-02Updating data model for praefectJohn Cai
2019-07-31Merge branch 'jc-replace-frames' into 'master'Jacob Vosmaer
Add capability to replace frames in a stream Closes #1804 See merge request gitlab-org/gitaly!1382
2019-07-31Merge branch 'jv-ruby-stubs' into 'master'Paul Okstad
Use embedded ruby proto stubs See merge request gitlab-org/gitaly!1386
2019-07-31Use embedded ruby proto stubsJacob Vosmaer
2019-07-31Merge branch 'jv-use-embedded-proto' into 'master'Paul Okstad
Use embedded Go stubs for gitaly-proto See merge request gitlab-org/gitaly!1385
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-07-30Merge branch 'sh-update-rouge-3.7.0' into 'master'John Cai
Update rouge to v3.7.0 See merge request gitlab-org/gitaly!1387
2019-07-29Update rouge to v3.7.0Stan Hu
This adds support for a number of new languages (e.g. Ada) and fixes a number of lexers: https://github.com/rouge-ruby/rouge/compare/v3.5.1..v3.7.0 This keeps the version consistent with CE/EE (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31254) and saves some disk space.
2019-07-29Add capability to replace frames in a streamJohn Cai
2019-07-29Merge branch 'sh-update-rugged-0.28.2' into 'master'Jacob Vosmaer
Update Rugged to 0.28.2 See merge request gitlab-org/gitaly!1384
2019-07-27Update Rugged to 0.28.2Stan Hu
This is a bug fix release: https://github.com/libgit2/libgit2/releases
2019-07-25Merge branch 'sh-update-msgpack' into 'master'John Cai
Update msgpack to 1.3.0 See merge request gitlab-org/gitaly!1381
2019-07-25Merge branch 'po-fix-target-repo' into 'master'Jacob Vosmaer
Unable to extract target repo when nested in oneOf field See merge request gitlab-org/gitaly!1377
2019-07-25Unable to extract target repo when nested in oneOf fieldPaul Okstad
2019-07-25Merge branch 'jv-install-protoc' into 'master'Paul Okstad
Generate embedded Go and Ruby proto stubs See merge request gitlab-org/gitaly!1379
2019-07-25Generate embedded Go and Ruby proto stubsJacob Vosmaer
2019-07-25Merge branch 'jv-http-progress' into 'master'John Cai
Show server progress in gitaly-debug clone analyzers See merge request gitlab-org/gitaly!1368
2019-07-25Merge branch 'sh-bump-gitaly-proto-1.37.0' into 'master'John Cai
Upgrade Ruby gitaly-proto to 1.37.0 See merge request gitlab-org/gitaly!1374
2019-07-25Merge branch 'jv-doc-questions' into 'master'John Cai
Document answers to some questions See merge request gitlab-org/gitaly!1376
2019-07-25Document answers to some questionsJacob Vosmaer
2019-07-24Update msgpack to 1.3.0Stan Hu
This saves a little disk space by using the same version in CE/EE. This dependency is only needed by rbtrace.
2019-07-24Merge branch 'osw-bubble-up-conflicts-error-to-sentry' into 'master'Paul Okstad
Remove rescue of Gitlab::Git::CommitError at UserMergeToRef RPC See merge request gitlab-org/gitaly!1372
2019-07-20Merge branch 'po-proto-factories' into 'master'John Cai
Gitaly proto method request factories See merge request gitlab-org/gitaly!1375
2019-07-20Gitaly proto method request factoriesPaul Okstad
2019-07-20Remove rescue of Gitlab::Git::CommitError at user_merge_to_ref RPCOswaldo Ferreira
We've been experiencing transient Gitlab::Git::CommitError's that were being rescued at gitaly-ruby, specially at UserMergeToRef RPC. This commit removes these rescues and also make the error messages more detailed for further investigation at Sentry.
2019-07-20Upgrade Ruby gitaly-proto to 1.37.0Stan Hu
This matches the version used in CE and saves a little disk space in the Omnibus build.
2019-07-19Merge branch 'jc-naive-failover' into 'master'John Cai
Handle failover by catching SIGUSR1 signal AND other refactors Closes #1723 See merge request gitlab-org/gitaly!1346
2019-07-19Handle failover by catching SIGUSR1 signal AND other refactorsJohn Cai
2019-07-19Merge branch 'po-cache-unary-intercept' into 'master'Paul Okstad
Unary gRPC interceptor for cache invalidation See merge request gitlab-org/gitaly!1371
2019-07-19Unary gRPC interceptor for cache invalidationPaul Okstad
2019-07-19Update CHANGELOG.md for 1.55.0GitLab Release Tools Bot
[ci skip]
2019-07-18Merge branch 'jc-fast-fork' into 'master'Zeger-Jan van de Weg
Add CloneFromPoolInternal and CloneFromPool RPCs Closes #1347 See merge request gitlab-org/gitaly!1301
2019-07-17Merge branch 'po-safefile-no-ctx' into 'master'John Cai
Remove context from safe file See merge request gitlab-org/gitaly!1369
2019-07-17Remove context from safe filePaul Okstad
2019-07-17Merge branch 'po-diskcache-walker' into 'master'Zeger-Jan van de Weg
Disk cache object walker See merge request gitlab-org/gitaly!1362
2019-07-17Disk cache object walkerPaul Okstad
The disk cache object walker is a background worker that continually walks through the directory structure for the objects stored by the disk cache (keyed by the LeaseKeyer). For every file encountered, the walker will delete the file if stale (i.e. older than one hour).
2019-07-16Merge branch 'add-list-commits-by-ref-name-rpc' into 'master'John Cai
Add ListCommitsByRefName RPC See merge request gitlab-org/gitaly!1365
2019-07-16Add CloneFromPool and CloneFromPoolInternal RPCsJohn Cai
2019-07-16Merge branch 'po-cache-invalidator' into 'master'Jacob Vosmaer
Cache invalidation via gRPC interceptor See merge request gitlab-org/gitaly!1268
2019-07-16Cache invalidation via gRPC interceptorPaul Okstad
2019-07-16Merge branch 'zj-bump-git-version-test-matrix' into 'master'Jacob Vosmaer
Add Git 2.22 to the test pipeline See merge request gitlab-org/gitaly!1359
2019-07-16Print server progress info in gitaly-debugJacob Vosmaer
2019-07-16Include tags in simulated cloneJacob Vosmaer
2019-07-16Wrap all errors in ListCommitsByRefNameFabio Pitino
2019-07-15Merge branch 'jc-remove-catfile-feature-flag' into 'master'Zeger-Jan van de Weg
Remove catfile cache feature flag Closes #1671 See merge request gitlab-org/gitaly!1357
2019-07-15Merge branch 'master' into 'jc-remove-catfile-feature-flag'Zeger-Jan van de Weg
Conflicts: internal/git/catfile/catfile.go
2019-07-12Update CHANGELOG.md for 1.54.1GitLab Release Tools Bot
[ci skip]
2019-07-12Make format on new RPC endpointFabio Pitino