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-24Register nodes by id instead of by storagejc-handle-bad-connectionsJohn Cai
2019-08-22Merge branch 'jc-realtime-replication' into 'master'John Cai
Praefect Realtime replication Closes #1832 See merge request gitlab-org/gitaly!1423
2019-08-22Realtime replicationJohn Cai
2019-08-22Version 1.61.0v1.61.0Jacob Vosmaer
2019-08-22Add ssrf changelogsJacob Vosmaer
2019-08-22Merge branch 'jv-lfs-small-fixes' into 'master'Zeger-Jan van de Weg
Small fixes for GetAllLFSPointers See merge request gitlab-org/gitaly!1444
2019-08-22Small fixes for GetAllLFSPointersJacob Vosmaer
2019-08-22Merge branch 'security-42616-clone-from-url-dont-follow-http-redirects' into ↵Jacob Vosmaer
'master' Do not follow redirect when cloning repo from URL See merge request gitlab/gitaly!30
2019-08-22Do not follow redirect when cloning repo from URLAdam Hegyi
2019-08-22Merge branch '60471-git-fetch-dont-follow-http-redirects' into 'master'Jacob Vosmaer
Add http.followRedirects directive to `git fetch` command See merge request gitlab/gitaly!29
2019-08-22Add http.followRedirects directive to `git fetch` commandKerri Miller
WIP
2019-08-21Version 1.60.0v1.60.0Jacob Vosmaer
2019-08-21Merge branch 'jc-getalllfspointer-go' into 'master'Jacob Vosmaer
Port GetAllLFSPointers to go See merge request gitlab-org/gitaly!1414
2019-08-20Port GetAllLFSPointers to goJohn Cai
2019-08-20Merge branch 'po-cache-inforefs' into 'master'Jacob Vosmaer
InfoRefsUploadPack disk cache See merge request gitlab-org/gitaly!1366
2019-08-20InfoRefsUploadPack disk cachePaul Okstad
This introduces a new caching feature for the SmartHTTP RPC InfoRefsUploadPack. This feature flagged addition will cache specific classes of requests to the RPC in the hopes of performance improvements.
2019-08-20Merge branch 'osw-add-gitaly-talk-link' into 'master'Jacob Vosmaer
Add link to Gitaly talk at TheConf See merge request gitlab-org/gitaly!1441
2019-08-20Merge branch 'mk/simplify-internal-post-receive-messages' into 'master'Zeger-Jan van de Weg
Simplify internal post receive messages See merge request gitlab-org/gitaly!1410
2019-08-20Add back ability to handle deprecated response message keysMichael Kozono
- broadcast_message - merge_request_urls - redirected_message - project_created_message - warnings Also refactor GitlabPostReceive, introduce Message class, and improve tests.
2019-08-20Handle response messagesMichael Kozono
2019-08-20Apply suggestion to README.mdOswaldo Ferreira
2019-08-19Add link to Gitaly talk at TheConfOswaldo Ferreira
2019-08-19Merge branch 'jv-eager-walker-config' into 'master'Paul Okstad
Prevent lazy config lookups in tempdir cleaners Closes #1872 See merge request gitlab-org/gitaly!1440
2019-08-19Prevent lazy config lookups in tempdir cleanersJacob Vosmaer
2019-08-19Merge branch 'jv-logger-pid' into 'master'Paul Okstad
Include process PID in log messages Closes #1849 See merge request gitlab-org/gitaly!1422
2019-08-19Include process PID in log messagesJacob Vosmaer
2019-08-19Merge branch 'zj-update-label-danger' into 'master'Paul Okstad
Update the automatic labels See merge request gitlab-org/gitaly!1434
2019-08-19Merge branch 'jv-pass-through-gopath' into 'master'Paul Okstad
Pass through GOPATH to control cache location See merge request gitlab-org/gitaly!1436
2019-08-19Pass through GOPATH to control cache locationJacob Vosmaer
2019-08-19Merge branch 'jv-proposal-snapgraph' into 'master'Zeger-Jan van de Weg
Snapshot storage for repositories See merge request gitlab-org/gitaly!1279
2019-08-17Merge commit 'b66d53834a205dd3dafc14359d9cdebf9ea69534'Stan Hu
2019-08-17Merge branch 'fix-get-commit-signatures-for-shorthand-commit-shas' into 'master'John Cai
Validate commitIDs for get_commit_signatures See merge request gitlab-org/gitaly!1428
2019-08-17Validate commitIDs for get_commit_signaturesFelipe Artur
Raise error when shorthand commit ids are passed as argument to get_commit_signatures
2019-08-16Reword comment about sqlJacob Vosmaer
2019-08-16link to proposalsJacob Vosmaer
2019-08-16Have Gitaly compile againZeger-Jan van de Weg
Two merge requests got merged touching the same function in Go. This lead to a state where `err` was already defined while later it was assigned to with the `:=` notation, which implied it wasn't. Merge requests in question: 1. https://gitlab.com/gitlab-org/gitaly/merge_requests/1431 2. https://gitlab.com/gitlab-org/gitaly/merge_requests/1424
2019-08-16Merge branch 'po-cache-init-clear' into 'master'Jacob Vosmaer
Disk cache object directory initial clear See merge request gitlab-org/gitaly!1424
2019-08-16Disk cache object directory initial clearPaul Okstad
2019-08-16Update the automatic labelsZeger-Jan van de Weg
Includes `@zj-gitlab` in the Gitaly team, and removes the Gitaly label in favour of `devops::create` and `group::gitaly`.
2019-08-16Merge branch 'sh-update-rugged' into 'master'John Cai
Upgrade Rugged to 0.28.3.1 See merge request gitlab-org/gitaly!1427
2019-08-16Merge branch 'zj-cleanwalk-dir-non-existing' into 'master'John Cai
Check if dir exists before cleaning its content Closes #1864 See merge request gitlab-org/gitaly!1431
2019-08-15Merge branch 'po-security-process-sync-master' into 'master'Zeger-Jan van de Weg
Update security process to sync master See merge request gitlab-org/gitaly!1416
2019-08-15Update security process to sync masterPaul Okstad
2019-08-15Check if dir exists before cleaning its contentZeger-Jan van de Weg
The cleanWalk didn't check if the directory actually existed. That created an error message, while it really isn't an error. This change checks if the error is just telling us the dir isn't present. Noted in: https://gitlab.com/gitlab-org/gitaly/merge_requests/1366#note_204037125
2019-08-15Upgrade Rugged to 0.28.3.1Stan Hu
This is a security release: https://github.com/libgit2/libgit2/releases
2019-08-15Merge branch 'jv-parse-bitmap' into 'master'John Cai
Add packfile analyzer See merge request gitlab-org/gitaly!1256
2019-08-15Add packfile analyzerJacob Vosmaer
2019-08-13Merge branch 'sh-update-ffi-gem' into 'master'Paul Okstad
Update ffi gem to 1.11.1 See merge request gitlab-org/gitaly!1413
2019-08-13Merge branch 'jc-find-tag' into 'master'Paul Okstad
FindTag RPC Closes #1848 See merge request gitlab-org/gitaly!1409
2019-08-13FindTag RPCJohn Cai