66 Commits

Author SHA1 Message Date
James Brooks
5420ff91f7 Create components from the dashboard 2014-12-13 12:43:11 +00:00
James Brooks
5853aa3f94 Update status page icons to use FontAwesome 2014-12-13 12:32:01 +00:00
James Brooks
f68383427a Create incidents from the dashboard index 2014-12-13 12:22:06 +00:00
James Brooks
d2046afc33 Use $guarded property on user 2014-12-04 23:40:28 +00:00
James Brooks
5c9ca420c1 Fix user not filling email, password and remember_token 2014-12-04 23:05:17 +00:00
James Brooks
2493da017f Fixes setup and mass assignment of username. Closes #69 2014-12-04 22:33:15 +00:00
James Brooks
9f3589836f Use users gravatar 2014-12-04 15:36:19 +00:00
James Brooks
0fb39f34f8 Fixed rebase issues 2014-12-01 16:46:56 +00:00
James Brooks
70a876744b Move lang into en/cachet.php where possible. Lang everything. 2014-12-01 16:37:37 +00:00
James Brooks
06ab00d0b9 Fix bad relationship 2014-12-01 13:00:32 +00:00
James Brooks
013a1186ad component_id is fillable within the model 2014-12-01 12:57:40 +00:00
James Brooks
e0dd2ef909 Rename component.component to component_id with relationship name change 2014-12-01 12:21:44 +00:00
James Brooks
0ae06acac2 MetricPoint belongsTo a Metric 2014-12-01 08:53:32 +00:00
James Brooks
093620e4ca Metric/MetricPoint relationship 2014-12-01 08:52:34 +00:00
James Brooks
6c78adf71c Add blank line to EOL. No trailing spaces. 2014-11-27 22:08:28 +00:00
Elliot Hesp
4804eb90f8 Moved transformers to namespaced directory 2014-11-27 19:18:01 +00:00
Thomas Coleman
ee65a462ef [Namespacing] Removed namespaced added in, to be added in properly later 2014-11-27 16:33:18 +00:00
Thomas Coleman
107a4c2a6e [Standards] Updated Codebase to reflect new coding standards. See CONTRIBUTING.md for standards. 2014-11-27 16:05:00 +00:00
James Brooks
252b6a1126 Adds RSS feed. Closes #26. No link or anything, but accessible at /rss 2014-11-27 14:31:33 +00:00
James Brooks
bd88b1cb58 Validation on IncidentTemplate 2014-11-27 14:11:09 +00:00
James Brooks
6be47a85c3 Fixed bad model name 2014-11-27 14:10:04 +00:00
James Brooks
043078daaa Add Validation to the Service model 2014-11-27 14:09:47 +00:00
James Brooks
96a12a9e0d Service model, with JSON decoding/encoding of attributes 2014-11-27 14:01:38 +00:00
manavo
34c9f932a3 Fix webhooks error 2014-11-26 23:44:57 +00:00
manavo
aa136cf815 Fix PHP DocBlocks 2014-11-26 23:10:33 +00:00
James Brooks
9d5927afc6 Don't add the beginning slash 2014-11-25 22:01:39 +00:00
James Brooks
39bc6a1648 Create and update a metric. 2014-11-25 21:35:52 +00:00
James Brooks
243733459d Use fully qualified namespaces, minor fixes 2014-11-25 20:24:56 +00:00
James Brooks
82f5de2ff1 Add SoftDeletingTrait 2014-11-25 16:15:36 +00:00
James Brooks
6d218f5c61 Added subscribers migration with accompanying model 2014-11-25 16:09:03 +00:00
James Brooks
707ef5f557 Fixed formatting 2014-11-25 12:42:29 +00:00
James Brooks
31b971dafb Fixed formatting 2014-11-25 12:42:03 +00:00
James Brooks
2c58ff812c Merge pull request #29 from jbrooksuk/write-api-started
Write api started
2014-11-25 12:41:15 +00:00
manavo
a4d3928916 Allow updating incidents from the API 2014-11-25 12:40:12 +00:00
manavo
e994f2a88a Save the user ID of who created the component or incident 2014-11-25 11:50:15 +00:00
James Brooks
e5aea08da1 Create metric migrations and models 2014-11-25 11:19:20 +00:00
manavo
e104a9a317 Create components and incidents from the API 2014-11-25 11:06:28 +00:00
James Brooks
0c62f0534a Merge pull request #27 from jbrooksuk/api-improvements
Incidents API
2014-11-25 10:36:26 +00:00
manavo
49fe6c9b56 Fix docblock 2014-11-25 10:32:39 +00:00
manavo
683d3f2093 Get all incidents, get single incident, transformer for incidents 2014-11-25 10:30:42 +00:00
James Brooks
3ba9db5d24 Use lang to lookup the status of components and incidents 2014-11-25 09:18:22 +00:00
James Brooks
8736db957c Move component/incident color lookups into actual CSS. 2014-11-25 09:16:00 +00:00
James Brooks
7dd54010a2 Incidents belong to a component. Tidy and docbloc code too. 2014-11-25 09:08:04 +00:00
James Brooks
b931c59ae6 Fix the relationship column 2014-11-25 09:04:33 +00:00
James Brooks
9ce390c780 Relationship for incidents reported on the component 2014-11-25 09:04:03 +00:00
manavo
9f54629359 Start of an API 2014-11-24 18:01:11 +00:00
James Brooks
0bb95937b0 Create IncidentTemplate migration and model. 2014-11-24 16:49:07 +00:00
James Brooks
dd7f99db3a Flesh out the WebHook stuff, add fire and ping methods 2014-11-24 09:15:05 +00:00
James Brooks
3e22652a9b Rename WebHookContent to WebHookResponse, whoops. 2014-11-24 09:14:54 +00:00
James Brooks
8d4bf3f5ea Docbloc some things 2014-11-23 20:21:06 +00:00