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 (Expand)Author
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-07-29Further remove code branches by database typeAndreas Brandl
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
2019-05-05Run rubocop -a on CE filesStan Hu
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
2018-06-20More gitaly disk access blocksJacob Vosmaer (GitLab)
2018-06-15Rails5 fix connection execute return integer instead of stringJasper Maes
2018-06-01Add "deny disk access" Gitaly feature (tripswitch)Jacob Vosmaer (GitLab)
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-01-25Add a gRPC health check to ensure Gitaly is upStan Hu
2017-09-22Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas
2017-09-21Don't memoize storage configuration on `FsShardsCheck`Bob Van Landuyt
2017-09-19Fix the filesystem shard health check to check all configured shardsNick Thomas
2017-08-29replace `is_successful?` with `successful?`Maxim Rydkin
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-07-27add comment explaining use of shell commands and file operations in the same ...Pawel Chojnacki
2017-07-26Remove unnecessary begin/endPawel Chojnacki
2017-07-26use `.zero?` instead of `== 0`Pawel Chojnacki
2017-07-26Stop abusing subject to store results,Pawel Chojnacki
2017-07-25Fix redis check with_timing method usagePawel Chojnacki
2017-07-25Add Changelog about temp file removal fixPawel Chojnacki
2017-07-25Ensure test files are deleted after testsPawel Chojnacki
2017-07-12Add unit to latency metrics.Ben Kochie
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-05Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rbStan Hu
2017-06-07Use key? instead of has_key? methodPawel Chojnacki
2017-06-02Make PrometheusTextFormat return proper output terminated with '\n'Pawel Chojnacki
2017-06-02Add missing trailing newlinesPawel Chojnacki
2017-06-02Split the metrics implementation to separate modules for Influx and PrometheusPawel Chojnacki
2017-06-02Add prometheus text formatterPawel Chojnacki
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
2017-05-25Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki
2017-05-17Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki
2017-04-07Add /-/readiness /-/liveness and /-/health_metrics endpoints to track applica...Paweł Chojnacki