summaryrefslogtreecommitdiff
path: root/spec/features/admin/admin_health_check_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-24/+2
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+2
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-6/+6
* Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-1/+3
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* 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
* 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
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-3/+6
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-6/+3
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-3/+6
* 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