summaryrefslogtreecommitdiff
path: root/spec/controllers/health_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-2/+2
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-42/+0
* Gitaly metrics check for read/writeabilityZeger-Jan van de Weg2018-06-271-3/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-0/+42
* Fix the filesystem shard health check to check all configured shardsNick Thomas2017-09-191-0/+1
* Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern2017-07-111-17/+78
|\
| * Differentiate shared test context using options hash instead of subject.33949-remove-healthcheck-access-tokenPawel Chojnacki2017-07-101-2/+4
| * Add tests for token auth.Pawel Chojnacki2017-07-061-14/+59
| * Add spaces between test phasesPawel Chojnacki2017-07-051-1/+5
| * Remove the need to use health check tokenPawel Chojnacki2017-07-051-7/+17
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+6
|/
* Split metrics from health controller into metrics controllerPawel Chojnacki2017-06-021-39/+0
* Add /-/readiness /-/liveness and /-/health_metrics endpoints to track applica...Paweł Chojnacki2017-04-071-0/+96