summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)2018-02-261-0/+23
* Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-291-1/+1
* Migrate and reduce the buckets of Gitaly metricsPawel Chojnacki2018-01-291-24/+9
* Add a gRPC health check to ensure Gitaly is upsh-add-gitaly-health-checkStan Hu2018-01-241-3/+18
* Move encoding methods to the more general EncodingHelpergitaly-encoding-helpersAlejandro Rodríguez2017-12-281-16/+0
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+1
* Prevent dups when using StringIO for binary readsgitaly-prevent-dupJacob Vosmaer2017-12-061-0/+6
* Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-4/+39
* Add controller#action metrics on GitalyZeger-Jan van de Weg2017-11-281-7/+42
* Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-221-3/+9
* 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