Commit Graph

6 Commits

Author SHA1 Message Date
Will Rossiter 3e3907d14c
fix: public health/check should not include full details 2022-07-05 09:15:03 +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
jean dcf3746bfe BUGFIX Use loop instead of control to avoid deprecation message in SS 3.1.2 2013-12-02 15:18:39 +13:00
jean 82241b4f9d Merge pull request #5 from candidasa 2013-06-21 15:36:45 +12:00
Julian Seidenberg fecf0979a9 ENHANCEMENT: clearer error message when dev/check fails 2013-01-09 18:59:21 +01:00
Sam Minnee 9426ffb12e Initial release of the module, based on Sam and Will's work 2012-01-10 19:28:04 +13:00