summaryrefslogtreecommitdiff
path: root/spec/features/admin/admin_health_check_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-1/+3
| | | | Instead of from the configuration file
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | 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.
* Move hostname to Gitlab::EnvironmentBob Van Landuyt2017-08-041-1/+1
|
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-1/+23
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Fix a transient spec failure in "Admin Health Check" feature spec30461-fix-transient-failureRémy Coutable2017-04-041-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-3/+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/+3
| | | | | 'master'" This reverts merge request !8573
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-3/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix minor typos in admin health check pageDrew Blessing2016-05-121-1/+1
|
* Add tests for the health check featureDJ Mountney2016-05-101-0/+55