summaryrefslogtreecommitdiff
path: root/spec/controllers/health_check_controller_spec.rb
Commit message (Collapse)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
| | | | | | | | | | Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-1/+0
| | | | Prefer `json_response` where applicable.
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-3/+3
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-021-1/+1
| | | | including/extending it
* 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
| | | | | + fix typos, and capitalization + point configuration to `gitlab.rb` as well
* Add tests for token auth.Pawel Chojnacki2017-07-061-2/+0
|
* Add spaces between test phasesPawel Chojnacki2017-07-051-1/+14
| | | | + fix wrong test setup
* Bring back healthcheck token access to monitoring resources, but mark this ↵Pawel Chojnacki2017-07-051-0/+16
| | | | as deprecated
* Remove the need to use health check tokenPawel Chojnacki2017-07-051-25/+23
| | | | | in favor of whitelist that will be used to control the access to monitoring resources
* 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
| | | | | This reverts commit c20934869f7dc8cfbdbafb6ecb7b1305452c9e8a, reversing changes made to 4b7ec44b91e0571d209c790d54947ba1756dac0e.
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into ↵Grzegorz Bizon2017-01-211-6/+0
| | | | | 'master'" This reverts merge request !8573
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-0/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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 ↵DJ Mountney2016-05-111-0/+15
| | | | health_check feature.
* Add tests for the health check featureDJ Mountney2016-05-101-0/+90