200 Commits

Author SHA1 Message Date
StyleCI Bot
8ce5e05030 Apply fixes from StyleCI 2025-01-18 11:50:45 +00:00
James Brooks
05b21a8703 Use the Cachet core model 2025-01-18 11:50:30 +00:00
James Brooks
b534f1c77b Update User model 2025-01-16 09:26:08 +00:00
StyleCI Bot
ee23e952a6 Apply fixes from StyleCI 2024-10-09 20:01:40 +00:00
Shift
5daad9303d Convert $casts property to method 2024-04-05 18:36:51 +00:00
Shift
7c2a6ffe92 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2024-04-05 18:36:26 +00:00
Ashley Shenton
090ce6c474 fix: implement the filament user contract to allow access to the dashboard
fix test email in README.md
2024-01-29 14:57:56 +00:00
StyleCI Bot
cf4260e5f9 Apply fixes from StyleCI 2024-01-19 20:03:40 +00:00
James Brooks
cf674850dd Laravel 10 + Cachet Core 2024-01-19 20:03:17 +00:00
James Brooks
9e5a4e5f89 wip 2020-08-01 13:54:12 +01:00
James Brooks
5ff2289eeb Apply fixes from StyleCI 2020-02-27 09:44:35 +00:00
James Brooks
ac43591403 Apply fixes from StyleCI 2019-07-13 07:31:25 +00:00
James Brooks
bd1e839ede Add link to spatie/laravel-tags 2019-07-13 08:31:08 +01:00
James Brooks
bdb3619bc9 Apply fixes from StyleCI 2019-07-12 12:38:58 +00:00
James Brooks
3ac7492858 Remove old Tag commands, refactor migration etc 2019-07-12 11:08:25 +01:00
James Brooks
b0b0883ae1 Fix bug 2019-07-12 10:41:51 +01:00
James Brooks
6810af48f7 Tag syncing is now done within the Component commands 2019-07-12 10:29:23 +01:00
James Brooks
3b09eece09 Merge pull request #3661 from CachetHQ/metric-thresholds-fix
Fix validation of metric thresholds
2019-07-11 13:37:40 +01:00
James Brooks
8f91f6d92f Remove Laravolt dependency. Closes #3376 2019-06-23 16:08:03 +01:00
James Brooks
2efbaebe63 Fix validation of metric thresholds. Closes #3549 2019-06-23 08:35:55 +01:00
James Brooks
182ef26ac4 Fix issues with scheduled maintenance 2019-05-09 08:00:15 +01:00
James Brooks
88571d7e8f Move meta relation into trait 2019-02-18 21:56:25 +00:00
James Brooks
497cbe5525 Do not use arr_* or str_* helpers 2019-02-01 20:55:51 +00:00
thomasxd24
1fdb7909d3 Revert schedule maintenance
commit of de172e5def have made the schedule maintenance disappear completely. 

This PR reverts the change. Please fix the change or revert back.
2018-10-05 19:34:00 +02:00
Wouter van Os
9b4e8c1545 Show schedules till they are completed
Currently schedules are shown on the status page when they are in the status upcoming or in progress. But, when the scheduled time is in the past - it's hidden, even when it's still going on.

This PR fixes this issue by hiding the maintenance when it's in the status completed, or the completed time has passed.
2018-09-06 23:43:10 +02:00
Joe Cohen
66ccb2a56f test metric points by latests 2018-07-02 19:22:01 -05:00
James Brooks
f98ae4d38e Order metric points by the created_at time 2018-07-02 22:15:36 +01:00
James Brooks
085552607a Move calculated_value presenter method into MetricPoint getter 2018-07-02 18:05:21 +01:00
James Brooks
c006b7d6ef Remove unused activeValue getter 2018-07-02 17:41:46 +01:00
James Brooks
3e5dc6a3f9 Fix MetricPoint changes 2018-06-28 12:01:22 +01:00
Nico Stapelbroek
253d9ec445 Allow updating incidents when the incident has no associated user 2018-06-28 09:23:54 +02:00
James Brooks
3e3763722b Apply fixes from StyleCI (#3139)
[ci skip] [skip ci]
2018-06-27 14:40:19 +01:00
James Brooks
1ac884805d Fix tests 2018-06-27 14:39:49 +01:00
James Brooks
55002bb4b4 Group metric points into intervals of 30 seconds 2018-06-27 14:28:38 +01:00
James Brooks
bdacc81b8d Merge pull request #3103 from CachetHQ/incident-notifications-flag
Add notifications column to incidents
2018-06-25 08:56:45 +01:00
James Brooks
a9558d35c5 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-18 20:23:05 +00:00
James Brooks
ab64572274 Add the ability to filter components by tags. Closes #2920 2018-06-18 21:22:43 +01:00
James Brooks
77281a7cc5 Start testing searching of tags 2018-06-18 07:13:10 +01:00
James Brooks
7c9d540477 Add notifications column to incidents (WIP) 2018-06-17 19:31:47 +01:00
James Brooks
1593b7b451 Use standard "not equal" operator 2018-06-16 17:27:28 +01:00
James Brooks
d25e626678 Standardise models 2018-06-16 17:00:27 +01:00
James Brooks
43fefec37a Schedules should be soft deletable 2018-06-14 21:16:05 +01:00
James Brooks
e5509d4776 Use correct ValidatingTrait. Closes #3033 2018-06-14 07:34:19 +01:00
James Brooks
34c1bff186 Make Taggable trait for simpleness 2018-05-11 18:02:56 +01:00
James Brooks
23f7d58010 Add tags to the Incident model 2018-05-11 17:58:55 +01:00
James Brooks
47f0077928 Fix issue with taggables 2018-05-11 17:57:29 +01:00
Vincent Domange
b2e64e186d Corrected link component tag : morphMany => morphToMany cf.#3004 2018-04-20 09:26:57 +02:00
Nathan Rennie-Waldock
c4f2eb1aad Cast status and component_id to int 2018-04-10 04:18:18 +01:00
James Brooks
785f2391f3 Add tests for Taggable model 2018-04-02 18:21:58 +01:00
James Brooks
737dd689b0 Fix test 2018-04-02 18:17:07 +01:00