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-25Create new RPC 'FindRef'create-new-rpc-find-refShinya Maeda
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
2019-06-18Version 1.47.0v1.47.0Zeger-Jan van de Weg
2019-06-17Fix socket path not workingZeger-Jan van de Weg
The Listen call used a disk path with the prefix `unix:` present. So the file would be written to a location that would be relative to the current working directory and had to start with `unix:`. By cleaning the prefix it would use the user intended path. Another minor improvement; when the server receives a signal and succesfully shuts down it no longer exits with a non zero exit code.
2019-06-17Merge branch 'jv-link-remove-bitmap' into 'master'Jacob Vosmaer
Remove member bitmaps when linking to objectpool Closes #1728 See merge request gitlab-org/gitaly!1311
2019-06-17Remove member bitmaps when linking to objectpoolJacob Vosmaer
2019-06-14Merge branch 'jv-rescue-dangling' into 'master'John Cai
Un-dangle dangling objects in object pools Closes #1716 See merge request gitlab-org/gitaly!1297
2019-06-14Un-dangle dangling objects in object poolsJacob Vosmaer
2019-06-12Merge branch 'zj-register-node-fatal-log' into 'master'John Cai
Fix ignored registerNode error See merge request gitlab-org/gitaly!1307
2019-06-12Merge branch 'zj-add-roll-out-template' into 'master'Paul Okstad
Add roll out issue template See merge request gitlab-org/gitaly!1303
2019-06-12Merge branch 'zj-int64-fsstat' into 'master'Paul Okstad
Cast FsStat syscall to int64 Closes #1726 See merge request gitlab-org/gitaly!1306
2019-06-12Fix ignored registerNode errorZeger-Jan van de Weg
The error was ignored, but that lead to misconfigured nodes not failing at boot time. This changes that to fix it.
2019-06-12Cast FsStat syscall to int64Zeger-Jan van de Weg
On for example ARMv6 this syscall will return an int32 instead of an int64. By explicitly casting this would still work as Golangs type inferencer will work in both occasions. Closes https://gitlab.com/gitlab-org/gitaly/issues/1726
2019-06-12Add roll out issue templateZeger-Jan van de Weg
This one is copied from the GitLab-CE project, but seems applicible here too.
2019-06-11Merge branch 'zj-remove-create-repository-ruby-code' into 'master'John Cai
Remove ruby code to create a repository Closes #1681 See merge request gitlab-org/gitaly!1302
2019-06-11Merge branch 'po-trace-log-repl' into 'master'Zeger-Jan van de Weg
Use trace logging for database polling See merge request gitlab-org/gitaly!1299
2019-06-11Remove ruby code to create a repositoryZeger-Jan van de Weg
Last release this RPC was ported to Go in: https://gitlab.com/gitlab-org/gitaly/merge_requests/1245 A release later we can remove the old code, which this commit does. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1681
2019-06-11Merge branch 'gitaly-proto_1.32' into 'master'Zeger-Jan van de Weg
Bump gitaly-proto to 1.32.0 See merge request gitlab-org/gitaly!1300
2019-06-09Bump gitaly-proto to 1.32.0Utkarsh Gupta
2019-06-08Use trace logging for database pollingPaul Okstad
2019-06-08Merge branch 'jv-export-config' into 'master'Paul Okstad
Export config struct type See merge request gitlab-org/gitaly!1295
2019-06-08Export config struct typeJacob Vosmaer
2019-06-07Merge branch 'jv-check-go-mod' into 'master'John Cai
Check for dirty go.mod/go.sum in CI See merge request gitlab-org/gitaly!1296
2019-06-07Check for dirty go.mod/go.sum in CIJacob Vosmaer
2019-06-07Merge branch 'jv-doc-catfile-cache' into 'master'Paul Okstad
Add documentation about cat-file cache See merge request gitlab-org/gitaly!1291
2019-06-07Add documentation about cat-file cacheJacob Vosmaer
2019-06-07Merge branch 'bjk/gitaly_promtool_check_metrics' into 'master'Paul Okstad
Fix Prometheus metric naming errors Closes #1717 See merge request gitlab-org/gitaly!1292
2019-06-07Fix Prometheus metric naming errorsBen Kochie
Fix Prometheus metric naming convention errors reported by `promtool check metrics`.