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
2017-11-23Version 0.52.1v0.52.10-52-stableJacob Vosmaer
2017-11-23Include pprof debug access in the Prometheus listenerAndrew Newdigate
2017-11-01Version 0.52.0v0.52.0Kim "BKC" Carlbäcker
2017-11-01Merge branch 'fix-changelog-51' into 'master'Alejandro Rodríguez
Fix the changelog See merge request gitlab-org/gitaly!436
2017-11-01Fix the changelogKim "BKC" Carlbäcker
2017-11-01Merge branch 'zj-minor-logging-improvement' into 'master'Alejandro Rodríguez
Improve logging on RenameNamespace See merge request gitlab-org/gitaly!433
2017-11-01Add missing parenthesesZeger-Jan van de Weg
2017-11-01Improve logging on RenameNamespaceZeger-Jan van de Weg
2017-10-31Merge branch '661-wiki-update-page' into 'master'Kim Carlbäcker
WikiService::WikiUpdatePage Server Implementation Closes #661 See merge request gitlab-org/gitaly!422
2017-10-31Merge branch 'convo-templ-client-before-server' into 'master'Andrew Newdigate
Do the client migration first See merge request gitlab-org/gitaly!431
2017-10-31WikiService::WikiUpdatePageKim "BKC" Carlbäcker
2017-10-31Merge branch 'an/gitlab-ce-upgrader' into 'master'Ahmad Sherif
Bug fixes to Gitlab CE update script See merge request gitlab-org/gitaly!432
2017-10-31Bug fixes to Gitlab CE update scriptAndrew Newdigate
2017-10-31Version 0.51.0v0.51.0Ahmad Sherif
2017-10-31Merge branch '692-server-implementation-operationservice-userffmergebranch' ↵Alejandro Rodríguez
into 'master' Server Implementation OperationService::UserFFMerge Closes #692 See merge request gitlab-org/gitaly!426
2017-10-31Implement OperationService.UserFFMergeAlejandro Rodríguez
2017-10-30Merge branch 'feature/implement-wiki-find-file-rpc' into 'master'Alejandro Rodríguez
Implement WikiFindFile RPC Closes #688 See merge request gitlab-org/gitaly!425
2017-10-30Do the client migration firstKim Carlbäcker
2017-10-30Implement WikiFindFile RPCAhmad Sherif
Closes #688
2017-10-30Merge branch 'an/logging-on-client-streams' into 'master'Jacob Vosmaer (GitLab)
Enable log tagging on client streamed requests See merge request gitlab-org/gitaly!429
2017-10-30Enable log tagging on client streamed requestsAndrew Newdigate
2017-10-30Merge branch 'feature/implement-wiki-delete-page' into 'master'Andrew Newdigate
Implement WikiDeletePage RPC Closes #672 See merge request gitlab-org/gitaly!414
2017-10-30Implement WikiDeletePage RPCAhmad Sherif
Closes #672
2017-10-30Merge branch 'feature/implement-wiki-find-page-rpc' into 'master'Zeger-Jan van de Weg
Implement WikiFindPage RPC Closes #678 See merge request gitlab-org/gitaly!419
2017-10-27Implement WikiFindPage RPCAhmad Sherif
Closes #678
2017-10-27Merge branch 'grpc-v1.7.1' into 'master'Zeger-Jan van de Weg
Upgrade GRPC to v1.7.1 @andrewn in the MR description: >>> I’ve always been uncomfortable with multiple tests (and hence multiple servers) sharing the same unix socket. Well, in grpc 1.7, this has stopped working, and is causing race conditions between the shutdown of one test and the startup of the next (using the same socket) The workaround has been to change all the tests so that each server that gets started has a unique socket path. This is simple to do, but is a lot of change. My apologies if this results in merge conflicts in your code, but it seems to be the only workaround (and imho, one less bit of technical debt) >>> See merge request gitlab-org/gitaly!427
2017-10-27Upgrade GRPC to v1.7.1Andrew Newdigate
2017-10-27Merge branch '628-add-username-string-field-to-user-message' into 'master'Ahmad Sherif
Set `GL_USERNAME` env variable for hook excecution Closes #628 See merge request gitlab-org/gitaly!423
2017-10-27Set `GL_USERNAME` env variable for hook excecutionAlejandro Rodríguez
This required updating gitlab_git to b3ba3996e0bd329eaa574ff53c69673efaca6eef
2017-10-26Version 0.50.0v0.50.0Andrew Newdigate
2017-10-26Fix for bad changelog mergeAndrew Newdigate
2017-10-25Merge branch 'bump-git-2-13-6' into 'master'Jacob Vosmaer (GitLab)
Bump Git version to 2.13.6 See merge request gitlab-org/gitaly!412
2017-10-23Merge branch 'update-proto-0-48-0' into 'master'Ahmad Sherif
Update to gitaly-proto v0.48.0 and add needed temp stubs See merge request gitlab-org/gitaly!424
2017-10-23Update to gitaly-proto v0.48.0 and add needed temp stubsAlejandro Rodríguez
2017-10-23Merge branch 'fix-changelog-0.45.0' into 'master'Andrew Newdigate
Mention 0.45.0 in the changelog See merge request gitlab-org/gitaly!404
2017-10-23Merge branch 'fix/use-git-alt-dirs-values-from-repository' into 'master'Alejandro Rodríguez
Pass repo git alternate dirs to gitaly-ruby Closes #682 See merge request gitlab-org/gitaly!421
2017-10-20Pass repo git alternate dirs to gitaly-rubyAhmad Sherif
Closes #682
2017-10-20Merge branch 'an/mailmap' into 'master'Ahmad Sherif
Add a mailmap file See merge request gitlab-org/gitaly!418
2017-10-20Add a mailmap fileAndrew Newdigate
2017-10-20Merge branch 'an/housekeeping' into 'master'Andrew Newdigate
Housekeeping Closes gitlab-com/infrastructure#2725 and gitlab-ce#34445 See merge request gitlab-org/gitaly!411
2017-10-20HousekeepingAndrew Newdigate
2017-10-20Merge branch 'tree-entries-logging' into 'master'Andrew Newdigate
Add debug logging to CommitService.GetTreeEntries See merge request gitlab-org/gitaly!420
2017-10-19Add debug logging to CommitService.GetTreeEntriesAlejandro Rodríguez
2017-10-18Version 0.49.0v0.49.0Andrew Newdigate
2017-10-18Merge branch 'update-gitlab-git' into 'master'Ahmad Sherif
Use gitlab_git c23c09366db610c1 See merge request gitlab-org/gitaly!415
2017-10-18Use gitlab_git c23c09366db610c1Jacob Vosmaer (GitLab)
2017-10-17Merge branch 'fix-sentry' into 'master'Alejandro Rodríguez
Sentry fix to stop proliferation of ungrouped sentry errors Closes #675 See merge request gitlab-org/gitaly!417
2017-10-17Sentry fix to stop proliferation of ungrouped sentry errorsAndrew Newdigate
2017-10-17Merge branch 'proto-0-47-0' into 'master'Ahmad Sherif
Update to gitaly-proto v0.47.0 See merge request gitlab-org/gitaly!416
2017-10-17Update to gitaly-proto v0.47.0Alejandro Rodríguez