summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Add controller#action metrics on Gitalyzj-controller-action-gitaly-metricsZeger-Jan van de Weg2017-11-131-7/+31
* Measure Gitaly migration sites against originalZeger-Jan van de Weg2017-11-011-1/+5
* Add Gitaly data to the Peek performance barZeger-Jan van de Weg2017-10-231-0/+9
* Fix confusing double usage of 'metadata'Jacob Vosmaer (GitLab)2017-10-161-4/+16
* Gitaly feature flag metadataAndrew Newdigate2017-10-061-2/+19
* Fix for Gitaly nil encoding issueAndrew Newdigate2017-10-031-0/+2
* Add environment variable to bypass n+1Andrew Newdigate2017-09-301-1/+1
* Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker2017-09-251-0/+8
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+146
* Gitaly feature toggles are on by default in development environmentsAndrew Newdigate2017-09-071-8/+28
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-0/+4
* Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-1/+1
* Add option to specify migration status on at the migration sitemigration-statusAndrew Newdigate2017-07-191-2/+2
* Remove option to disable Gitaly completelyJacob Vosmaer2017-07-071-5/+1
* Rubocop and comment fixesJacob Vosmaer2017-06-201-2/+2
* Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer2017-06-191-0/+22
* Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-2/+20
* Don't reuse gRPC channelsJacob Vosmaer2017-05-151-39/+25
* Improve gitaly_address error messagefix/improve-gitaly-unsupported-address-errorAhmad Sherif2017-04-081-1/+1
* Deal with Rails autoload instance variable resetsJacob Vosmaer2017-04-051-5/+33
* Add support for Gitaly calls over TCP connectionfeature/support-grpc-calls-over-tcp-connAhmad Sherif2017-04-031-1/+3
* Change socket_path to gitaly_addressJacob Vosmaer2017-03-291-5/+11
* Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-17/+13
* Rake task that can install gitaly at a tag versionJacob Vosmaer2017-03-211-0/+7
* Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-0/+14
* Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-011-0/+29