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
2018-03-20Remove clear_cache calls from Git::Wikifix/remove-wiki-clear-cacheAhmad Sherif
2018-03-19Merge branch 'log-spawn-complete-pid' into 'master'Ahmad Sherif
Log process PID in 'spawn complete' entry See merge request gitlab-org/gitaly!637
2018-03-19Log process PID in 'spawn complete' entryJacob Vosmaer (GitLab)
2018-03-19Merge branch 'vendor-gitlab-git-20180316' into 'master'Zeger-Jan van de Weg
Vendor gitlab_git at 79aa00321063da See merge request gitlab-org/gitaly!633
2018-03-19Vendor gitlab_git at 79aa00321063daJacob Vosmaer (GitLab)
2018-03-16Version 0.91.0v0.91.0Jacob Vosmaer
2018-03-16Merge branch 'revert-e9aea5f1' into 'master'Kim Carlbäcker
Revert "Merge branch 'force-periodic-ruby-gc' into 'master'" See merge request gitlab-org/gitaly!634
2018-03-16Revert "Merge branch 'force-periodic-ruby-gc' into 'master'"Jacob Vosmaer (GitLab)
This reverts merge request !631
2018-03-16Merge branch 'force-periodic-ruby-gc' into 'master'Jacob Vosmaer (GitLab)
Force gitaly-ruby to run Ruby garbage collection See merge request gitlab-org/gitaly!631
2018-03-16Force gitaly-ruby to run Ruby garbage collectionJacob Vosmaer (GitLab)
2018-03-16Merge branch 'bench-shell-has-local-branches' into 'master'Ahmad Sherif
Rewrite Repo::HasLocalBranches in Go See merge request gitlab-org/gitaly!629
2018-03-16Rewrite Repo::HasLocalBranches in GoKim "BKC" Carlbäcker
2018-03-15Merge branch '1091-rewrite-findmergebase-in-go' into 'master'Kim Carlbäcker
Resolve "Rewrite FindMergeBase in Go" Closes #1091 See merge request gitlab-org/gitaly!632
2018-03-15Rewrite RepositoryService.MergeBase in GoAlejandro Rodríguez
2018-03-15Merge branch 'fix/rebase-encoding-error' into 'master'Kim Carlbäcker
Encode OperationsService errors in UTF-8 before sending them Closes #1066 and #1070 See merge request gitlab-org/gitaly!627
2018-03-15Encode OperationsService errors in UTF-8 before sending themAhmad Sherif
Fixes #1066 Fixes #1070
2018-03-15Merge branch ↵Ahmad Sherif
'1072-all-arguments-for-namespaceservice-requests-should-be-explicitly-logged' into 'master' Resolve "All arguments for NamespaceService requests should be explicitly logged" Closes #1072 See merge request gitlab-org/gitaly!626
2018-03-15Add param logging in NamespaceService RPCsAlejandro Rodríguez
2018-03-15Merge branch 'concurrency-limiter-flaky' into 'master'Kim Carlbäcker
Make ConcurrencyLimiter test less flaky Closes #1088 See merge request gitlab-org/gitaly!630
2018-03-15Make ConcurrencyLimiter test less flakyJacob Vosmaer (GitLab)
2018-03-15Merge branch 'update-comments' into 'master'Zeger-Jan van de Weg
Update some outdated comments See merge request gitlab-org/gitaly!628
2018-03-15Merge branch 'fix/credentials-leakage-in-sentry' into 'master'Zeger-Jan van de Weg
Sanitize URLs in Sentry exceptions sent from gitaly-ruby Closes #1080 See merge request gitlab-org/gitaly!625
2018-03-15Sanitize URLs in Sentry exceptions sent from gitaly-rubyAhmad Sherif
Closes #1080
2018-03-14Update some outdated commentsJacob Vosmaer
2018-03-13Version 0.90.0v0.90.0Alejandro Rodríguez
2018-03-13Merge branch '1071-server-implementation-sshservice-sshuploadarchive' into ↵Alejandro Rodríguez
'master' Resolve "Server Implementation SSHService::SSHUploadArchive" Closes #1071 See merge request gitlab-org/gitaly!621
2018-03-13Merge branch 'sh-clean-stale-worktrees' into 'master'Alejandro Rodríguez
Remove stale worktrees before garbage collection Closes #1074 See merge request gitlab-org/gitaly!622
2018-03-13Implement SSHService.SSHUploadArchive RPCAlejandro Rodríguez
2018-03-13Remove stale worktrees before garbage collectionStan Hu
git 2.15+ fails badly when there are worktrees that reference garbage collected or invalid objects. Squash/rebase often leaves stale worktrees around, so we need to clean them up. This commit deletes worktrees older than 6 hours. See https://gitlab.com/gitlab-org/gitlab-ce/issues/44100 Closes #1074
2018-03-13Merge branch 'fix/credentials-leakage' into 'master'Alejandro Rodríguez
Sanitize URLs before logging them Closes #1052 See merge request gitlab-org/gitaly!624
2018-03-13Sanitize URLs before logging themAhmad Sherif
Closes #1052
2018-03-12Version 0.89.0v0.89.0Jacob Vosmaer
2018-03-12Merge branch 'fix/sentry-unknown-gitaly-ruby' into 'master'Jacob Vosmaer (GitLab)
Report original exceptions to Sentry instead of wrapped ones by the exception bridge Closes #1073 See merge request gitlab-org/gitaly!623
2018-03-12Report original exceptions to Sentry instead of wrapped ones by the ↵Ahmad Sherif
exception bridge Closes #1073
2018-03-07Merge branch 'fix/upgrade-grpc-1-1-0' into 'master'Zeger-Jan van de Weg
Upgrade grpc gem to 1.10.0 See merge request gitlab-org/gitaly!620
2018-03-06Upgrade grpc gem to 1.10.0Ahmad Sherif
Related to #1060
2018-03-06Merge branch 'speed-up-make-cover' into 'master'Zeger-Jan van de Weg
Make 'make cover' faster See merge request gitlab-org/gitaly!616
2018-03-06Make 'make cover' fasterJacob Vosmaer (GitLab)
2018-03-06Merge branch 'zj-update-readme' into 'master'Jacob Vosmaer (GitLab)
Update README.md Closes #1062 See merge request gitlab-org/gitaly!619
2018-03-06Update README.mdZeger-Jan van de Weg
Given our goal is to be 100% OPT_OUT by EOQ, I've removed the copy so we don't have to revisit next month. Resolves gitlab-org/gitaly#1062
2018-03-05Merge branch 'fix/fetch-remote-thorws-host-key-blah-blah' into 'master'Alejandro Rodríguez
Fix FetchRemote throwing "Host key verification failed" Closes #941 See merge request gitlab-org/gitaly!617
2018-03-05Fix FetchRemote throwing "Host key verification failed"Ahmad Sherif
Fixes #941
2018-03-05Merge branch 'test-only-1-gitaly-ruby' into 'master'Zeger-Jan van de Weg
Use only 1 gitaly-ruby process in test See merge request gitlab-org/gitaly!615
2018-03-05Use only 1 gitaly-ruby process in testJacob Vosmaer (GitLab)
2018-03-05Merge branch 'linguist-5.3.x' into 'master'Zeger-Jan van de Weg
Bump github-linguist to 5.3.3 See merge request gitlab-org/gitaly!613
2018-03-05Bump github-linguist to 5.3.3Jacob Vosmaer (GitLab)
2018-03-05Merge branch 'revert-20d21ac2' into 'master'Zeger-Jan van de Weg
Revert "Merge branch 'zj-link-tag-release' into 'master'" See merge request gitlab-org/gitaly!614
2018-03-05Revert "Merge branch 'zj-link-tag-release' into 'master'"Jacob Vosmaer (GitLab)
2018-03-02Version 0.88.0v0.88.0Ahmad Sherif
2018-03-02Merge branch 'feature/add-support-for-all-field-to-find-count-commits' into ↵Zeger-Jan van de Weg
'master' Add support for all field to {Find,Count}Commits RPCs See merge request gitlab-org/gitaly!611