Commit Graph

16 Commits

Author SHA1 Message Date
Steve Boyd
a76c3b89ea MNT Use GitHub Actions CI 2022-07-05 18:55:00 +12:00
Maxime Rainville
94fa4ee1f0 MNT Bump guzzle requirements 2021-11-08 10:32:34 +13:00
Steve Boyd
029078d157
Update build status badge 2021-01-21 16:34:03 +13:00
Frank Mullenger
da9eddc0e1
Merge branch 'master' into feature/extra-checks 2019-03-20 10:23:03 +13:00
Robbie Averill
128ddb56ed
Merge pull request #58 from silverstripe-terraformers/feature/env-type-check
NEW: Environment type check.
2019-03-11 13:20:52 +13:00
Frank Mullenger
c1bfd5640d NEW: Cache headers check. 2019-02-15 11:57:14 +13:00
Frank Mullenger
df59195634 NEW: Session check. 2019-02-15 11:56:32 +13:00
Frank Mullenger
da6a8a8ee4 MINOR: Adding new check to documentation. 2019-02-15 11:02:13 +13:00
Dylan Wagstaff
ed61c6bb3a Add supported module badge to readme 2018-06-15 17:34:56 +12:00
Robbie Averill
a68532cef0 Replace Travis configuration with standalone, add phpcs dependency and phpunit config 2017-08-28 09:44:50 +12:00
Robbie Averill
b9af2d0734 FIX Update config API, Logger alias, dotenv config, remove PHP 5.5, other fixes
Remove PHP 5.5 from Travis configuration. Dotenv used for environment management now,
examples and tests updated to use putenv instead of define. Logger alias update to
LoggerInterface. Update mutable config API calls. Replace array declaration with
short version: []. Update license year.
2017-05-04 16:11:25 +12:00
Robbie Averill
254ed4801f SilverStripe 4.x compatibility (#38)
* Update composer constraint for 4.x compat

* 4.x compatibility: Rename "code" to "src" and add PSR-4 autoloading

* Restructure code and tests for PSR-4

* Implement namespaces

* Implement namespaced throughout

* PSR-2 formatting updates, separate Result from CheckSuite, implement PSR-3 logging, fix tests

* FIX Routes and template location

* Update readme. Allow check classes to be namespaced or not.

* Add entry to changelog

* FIX Ensure DatabaseCheckTest always has a member. Allow strings or objects for $check in the suite

* Update readme to be clearer about passing checks with or without namespaces

* Revert namespace checking and implement Injector aliases instead. Update readme.
2017-01-05 11:16:12 +13:00
Will Rossiter
ad54d788d4 Update check URL (Fixes #37) 2016-11-08 07:02:13 +13:00
Damian Mooyman
580a2deafe Fix broken badges 2016-02-04 13:21:10 +13:00
Ingo Schommer
81c7f2ba27 Optionally log check failures
Gives more granular control over monitoring failures
2015-11-20 12:06:26 +13:00
Christopher Pitt
53aafd97ba Made supported 2015-09-14 09:12:12 +12:00