summaryrefslogtreecommitdiff
path: root/spec/controllers/health_check_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-131-3/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-021-10/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-4/+4
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-6/+6
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-1/+0
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-3/+3
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-4/+4
* Differentiate shared test context using options hash instead of subject.33949-remove-healthcheck-access-tokenPawel Chojnacki2017-07-101-3/+3
* Add tests for token auth.Pawel Chojnacki2017-07-061-2/+0
* Add spaces between test phasesPawel Chojnacki2017-07-051-1/+14
* Bring back healthcheck token access to monitoring resources, but mark this as...Pawel Chojnacki2017-07-051-0/+16
* Remove the need to use health check tokenPawel Chojnacki2017-07-051-25/+23
* Bump health_check gem to version 2.6.0bump-health-check-gemDouglas Barbosa Alexandre2017-03-031-2/+2
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-0/+6
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-6/+0
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-0/+6
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-5/+5
* Support token header for health check token, and general cleanup of the healt...DJ Mountney2016-05-111-0/+15
* Add tests for the health check featureDJ Mountney2016-05-101-0/+90