59 Commits

Author SHA1 Message Date
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
b037965c35 Merge pull request #910 from cachethq/incident-view
Incident view
2015-08-15 20:51:16 +01:00
James Brooks
5e69f23783 Fixes metrics displaying incorrect name and suffix 2015-08-15 20:18:02 +01:00
James Brooks
63ccab3eff Fix some bad design choices in metric views 2015-08-15 17:31:34 +01:00
James Brooks
8a3f9196d3 Linking directly to an individual incident 2015-08-15 15:10:20 +01:00
James Brooks
3d0aec3899 Show label with component name next to incident. Closes #671 2015-08-15 11:26:15 +01:00
James Brooks
d99f95b2d6 Added metrics filter dropdown. Closes #518 2015-08-14 22:41:37 +01:00
James Brooks
0194dbb634 Show the timezone of the status page in the footer. Closes #763 2015-08-14 08:45:03 +01:00
James Brooks
5c8369344d Always use HTTPS for Google Fonts 2015-08-13 23:06:57 +01:00
James Brooks
bef736e865 Merge pull request #898 from cachethq/avoid-redirect-back
Completely remove the use of Redirect::back - closes #867
2015-08-13 22:38:30 +01:00
James Brooks
3b487ea2ec Move dashboard partials into the dashboard directory 2015-08-13 22:34:26 +01:00
James Brooks
b393557c8a Completely remove the use of Redirect::back - closes #867 2015-08-13 22:28:30 +01:00
James Brooks
cefabcef2d Clean up all route files, alias routes etc. 2015-08-08 18:23:20 +01:00
James Brooks
fbfa62d087 Show y axis labels in metrics. Closes #824 2015-08-08 17:31:18 +01:00
James Brooks
0a682a00f7 Show y axis labels in metrics. Closes #824 2015-08-08 14:56:05 +01:00
James Brooks
bba4cf8cce Put a space after the suffix 2015-08-06 13:59:15 +01:00
Graham Campbell
fcbbfdd84e Refactor validator stuff and fix variable names in views 2015-08-03 22:32:51 +01:00
James Brooks
845d9e1e14 Remove Cachet logo from the sidebar for now. Closes #830 2015-07-28 22:19:01 +01:00
James Brooks
45f376e564 Added a way to hide the dashboard button from the footer (default) 2015-07-28 16:19:47 +01:00
Graham Campbell
7f0c2a772d Don't encode the metric name either 2015-07-27 19:37:59 +01:00
James Brooks
e06688aee5 Fixes #822 - Don't encode entities in metric tooltips 2015-07-27 19:31:37 +01:00
James Brooks
71c30fb0bd Update email template design. 2015-07-14 13:59:15 +01:00
Chase Coney
721df30642 Fix sidebar formatting 2015-07-09 08:53:02 -05:00
Chase Coney
b79c8902fc Fix sidebar styling. Escape classes input 2015-07-09 08:49:52 -05:00
Chase Coney
bcc72d224f Fixes the set_active menu helper to no longer double quote class name 2015-07-09 08:07:30 -05:00
Chase Coney
7e14d6d25f Fixes #759. First pass at subscriber administration 2015-07-08 16:43:41 -05:00
James Brooks
8ed0f17761 Remove commented out sidebar item 2015-07-03 10:33:32 +01:00
James Brooks
7a283dceb7 $pageTitle needs to be snake_case too 2015-07-02 16:40:38 +01:00
James Brooks
c1a0fc10ae Use snake_case in views. Closes #778 2015-07-02 16:37:38 +01:00
James Brooks
e794aedb3a Update logo to drop the HQ 2015-06-24 19:58:47 +01:00
James Brooks
e68467a308 Clean the value on saving of the setting 2015-06-23 08:11:39 +01:00
Luc Didry
f9d831bf8a Fix piwik missing slash problem 2015-06-19 23:34:49 +02:00
Zach Auclair
027b0b6363 feat(views/index): add quick-update buttons for incidents
These buttons only appear if the current user is logged in
and are similar to `resources/views/dashboard/incidents/index.blade.php`.
2015-06-18 11:40:16 -04:00
James Brooks
16cb1bd545 Improve scheduled maintenance design 2015-06-15 16:55:02 +01:00
James Brooks
939ec3be23 Make scheduling use panel-info 2015-06-15 16:51:11 +01:00
James Brooks
d5c4561fd1 Tidy up metric code 2015-06-15 13:37:21 +01:00
Luc Didry
ca1b5f0658 Add piwik stats 2015-06-15 11:28:38 +02:00
James Brooks
9a200684c1 Improve footer layout and styling (fixed position is not fixed) 2015-06-10 22:09:28 +01:00
James Brooks
32029c0bf1 Closes #670 2015-05-28 08:42:39 +01:00
James Brooks
430f580b47 Fix metric chart heights on mobile 2015-05-26 08:16:21 +01:00
James Brooks
bf5941f66e Improve metric tooltips, now show name, value and suffix 2015-05-23 15:46:57 +01:00
James Brooks
03bcf20001 Fix generation of metric point array 2015-05-22 15:35:39 +01:00
James Brooks
7a3a7588b1 Don't wrap the formatted message in p tags, Markdown does it 2015-05-22 08:23:40 +01:00
James Brooks
1e6cb06387 Fix displaying of scheduled time 2015-05-22 07:52:44 +01:00
James Brooks
b6aa4b1d8b Fix bad indentation 2015-05-20 19:55:34 +01:00
James Brooks
4d28b28bdf Better handling of the custom theme settings. 2015-05-19 17:06:39 +01:00
James Brooks
0b58160f6d Change the design and colours of the metric graphs 2015-05-19 15:27:44 +01:00
James Brooks
f714176f39 Set Chart.Line.scaleShowLabel to false 2015-05-19 15:24:04 +01:00
James Brooks
f277d8b2bc Toggle component group visibility. Closes #572 2015-05-18 21:45:14 +01:00