48 Commits

Author SHA1 Message Date
James Brooks
88571d7e8f Move meta relation into trait 2019-02-18 21:56:25 +00:00
Nico Stapelbroek
253d9ec445 Allow updating incidents when the incident has no associated user 2018-06-28 09:23:54 +02: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
7c9d540477 Add notifications column to incidents (WIP) 2018-06-17 19:31:47 +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
Nathan Rennie-Waldock
c4f2eb1aad Cast status and component_id to int 2018-04-10 04:18:18 +01:00
James Brooks
1e3516d7b7 Track who created incident. Closes #2717 2018-03-26 20:54:23 +01:00
Aden Fraser
bcf1f06ca4 Fixes Date issue with incident dates being incorrect (as only loading out the date, not the time) 2017-06-23 15:10:37 +01:00
James Brooks
507ae3e4ed Add meta relation to all models 2017-06-13 19:25:43 +01:00
Tim Davies
d8615e1cae Replace intVal() with casting to int (int) 2017-03-01 22:11:41 +00:00
Tim Davies
3e77b6d1d1 Add missing silent paramater, and cast status to Int before comparing 2017-03-01 22:02:33 +00:00
James Brooks
ebed68a7d8 Rewrite the entire scheduled maintenance implementation 2016-10-30 21:15:46 +00:00
James Brooks
a0f2d6642e Add incident column for when an incident occurred at (#2212)
Add incident column for when an incident occurred at. Closes #2208
[ci skip] [skip ci]
2016-10-29 17:25:52 +01:00
James Brooks
ebf3c8656f Fix model validations 2016-10-19 12:29:22 +01:00
Abhimanyu Sharma
d93859119d Using defaults 2016-10-12 23:31:45 +05:30
James Brooks
c94919f1b9 Backport Incident Updates from v3.0.0 2016-10-06 22:40:56 +01:00
Antoine GIRARD
1954cf26f3 Add stickied incident 2016-09-06 22:45:52 +02:00
James Brooks
a947cffcb8 Standardizing things 2016-08-10 10:46:45 +01:00
James Brooks
47a5569f02 Improve how we work out system status with scheduled maintenance 2016-07-13 14:19:35 +01:00
James Brooks
15387b1da8 Allow searching incidents by component_id. Closes #1873 2016-06-02 08:46:59 +01:00
James Brooks
0b3483fb8a Implement very basic API searching. Closes #1348 2016-03-08 18:55:04 +00:00
Joseph Cohen
919c7127e7 Fixes API sorting and filtering. Closes #1489 2016-02-25 18:58:42 +00:00
James Brooks
45c6c37c65 Laravel auto casts the id column to int for us 2016-01-07 14:47:39 +00:00
phecho
a6f6753fa0 Move HumanStatus to Presenter, see also #1258 2015-12-23 21:35:28 +08:00
Graham Campbell
7507a362bd Switched boolean for bool 2015-10-20 20:34:59 +01:00
Graham Campbell
d46007c536 Switched from integer to int 2015-10-20 20:33:23 +01:00
Graham Campbell
db6faa70d3 Moved dates to casts 2015-10-01 21:05:14 +01:00
Graham Campbell
d20ee2987b Merge branch '1.2'
Conflicts:
	composer.lock
	resources/views/partials/incidents.blade.php
2015-09-04 11:53:25 +01:00
James Brooks
0851427f2d Fixes #934 - Scheduled items now drop into the right days 2015-09-04 08:18:10 +01:00
James Brooks
a77efc12e0 Added casts properties to all models, re-ordered model properties. Fixes #916 2015-08-24 21:08:59 +01:00
Graham Campbell
fcbbfdd84e Refactor validator stuff and fix variable names in views 2015-08-03 22:32:51 +01:00
Graham Campbell
0a321bffd8 Updated copyright information 2015-07-06 17:37:01 +01:00
James Brooks
44109dd9fb Cast visible to integer 2015-06-18 16:13:02 +01:00
James Brooks
259ec3d3bb Use the ::class syntax 2015-06-16 09:46:29 +01:00
James Brooks
26ff4dc85a Remove class annotations 2015-06-16 08:27:31 +01:00
James Brooks
df2ae7726d Adds incident visibility. Closes #602 2015-06-11 22:43:16 +01:00
James Brooks
620e7fed56 Closes #688 - Drop user_id column 2015-06-10 13:36:26 +01:00
Graham Campbell
3988753b99 Updated copyright headers 2015-05-25 17:59:08 +01:00
Graham Campbell
b06167f5e9 Updated joe's email address 2015-05-25 17:53:06 +01:00
Graham Campbell
91e4dafca9 Updated my email address 2015-05-23 14:48:33 +01:00
James Brooks
77d0c20015 Allow changing of incident dates. Closes #615 2015-05-19 17:40:04 +01:00
James Brooks
0928251673 Add Joseph Cohem and Graham Campbell to the copyright headers. 2015-05-19 10:45:38 +01:00
James Brooks
0569142f84 Update the Incident model attributes 2015-05-10 19:41:33 +01:00
James Brooks
80e3d9167d Closes #568, adds copyright information. 2015-04-19 08:52:39 +01:00
Joseph Cohen
b4ac66d727 Cachet is now a Laravel 5 app 2015-03-20 18:30:45 -06:00