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
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-12-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add 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
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
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-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-09-22Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas
2017-08-11Use a new RspecFlakyListener to detect flaky specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-07Use `broken_storage` in the fs_shards_spec.Bob Van Landuyt
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-07-26use `.zero?` instead of `== 0`Pawel Chojnacki
2017-07-26Stop abusing subject to store results,Pawel Chojnacki
+ add helper methods to cleanup fs_shards metrics
2017-07-25Ensure test files are deleted after testsPawel Chojnacki
2017-07-12Add unit to latency metrics.Ben Kochie
Add `seconds` unit to latency metrics based on uptream naming convention[0]. [0]: https://prometheus.io/docs/practices/naming/#metric-names
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-30Reduce 28 test runs to 4Michael Kozono
14 to 2, but these shared examples are used twice. This was already done in another context further down the file.
2017-06-30Rspec/AroundBlock doesn’t know about rspec-retryMichael Kozono
2017-06-30Increase CI retries to 4 for these examplesMichael Kozono
By default it is 2 tries in CI.
2017-06-02Make PrometheusTextFormat return proper output terminated with '\n'Pawel Chojnacki
remove file dangling after rebase
2017-06-02Make production settings fixture use ↵Pawel Chojnacki
Gitlab::CurrentSettings.current_application_settings small code formatting changes
2017-06-02Make fixture message more descriptivePawel Chojnacki
+ use strip_heredoc to make the text in tests much more readable
2017-06-02Add prometheus text formatterPawel Chojnacki
+ rename controler method to #index from #metrics + remove assertion from nullMetric
2017-05-25Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki
2017-05-23Make the test cases more readable and fix to_s coercion problemPawel Chojnacki
2017-05-22Stop skipping tests if local dependencies are not foundPawel Chojnacki
2017-05-17Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki
+ actually make local tests correctly detect wether 'timeout' or 'gtimeout' is available
2017-05-05Set minimum latency to be non-negative number.Pawel Chojnacki
Sometimes the tests run so fast latency is calculated as 0. This causes transient failures in our CI.
2017-04-26Enable RSpec/FilePath copSean McGivern
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first