Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29Migrate and reduce the buckets of Gitaly metricsPawel Chojnacki
/cc @bjk-gitlab /cc @zj
2018-01-25Add a gRPC health check to ensure Gitaly is upStan Hu
This will enable Geo to skip shards that not operational. Relates to gitlab-org/gitlab-ee#4329
2017-12-28Move encoding methods to the more general EncodingHelperAlejandro Rodríguez
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-12-06Prevent dups when using StringIO for binary readsJacob Vosmaer
2017-11-29Add timeouts for Gitaly callsAndrew Newdigate
2017-11-28Add controller#action metrics on GitalyZeger-Jan van de Weg
At this time we had good metrics on what number or requests each GRPC received, but were in the dark what controller#action combination was responsable. Or if Sidekiq was responsable. Now added are call counts per service and rpc matched with controller#action combinations.
2017-11-22Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)
2017-11-01Measure Gitaly migration sites against originalZeger-Jan van de Weg
We were missing data for Gitaly migration call sites against the original implementation. This commit adds a histogram with a flag telling us if gitaly received the call or the original implementation did.
2017-10-23Add Gitaly data to the Peek performance barZeger-Jan van de Weg
2017-10-16Fix confusing double usage of 'metadata'Jacob Vosmaer (GitLab)
2017-10-06Gitaly feature flag metadataAndrew Newdigate
2017-10-03Fix for Gitaly nil encoding issueAndrew Newdigate
2017-09-30Add environment variable to bypass n+1Andrew Newdigate
2017-09-25Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-07Gitaly feature toggles are on by default in development environmentsAndrew Newdigate
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-08-08Incorporate Gitaly's CommitService.FindCommit RPCAlejandro Rodríguez
2017-07-26Implement GRPC call to RepositoryServiceZ.J. van de Weg
2017-07-19Add option to specify migration status on at the migration siteAndrew Newdigate
2017-07-07Remove option to disable Gitaly completelyJacob Vosmaer
2017-06-20Rubocop and comment fixesJacob Vosmaer
2017-06-19Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
2017-04-08Improve gitaly_address error messageAhmad Sherif
Closes gitaly#174
2017-04-05Deal with Rails autoload instance variable resetsJacob Vosmaer
Rails auto-load (a development feature) can end up resetting instance variables on classes. This breaks Gitlab::GitalyClient, which uses instance variables to keep global hashes to look up channels and addresses. This change adds code that regenerates the hashes if they suddenly become nil.
2017-04-03Add support for Gitaly calls over TCP connectionAhmad Sherif
Closes gitaly#166
2017-03-29Change socket_path to gitaly_addressJacob Vosmaer
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-21Rake task that can install gitaly at a tag versionJacob Vosmaer
2017-03-15Use Gitaly for CommitController#showAhmad Sherif
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez