James Brooks
|
b0ec13fa13
|
Fixes adding of subscribers. Closes #944
|
2015-09-14 08:37:24 +01:00 |
|
Andrew Goktepe
|
68a0839e13
|
add UTC time zone to list of options
|
2015-09-09 16:58:49 -07:00 |
|
Joseph Cohen
|
7ab139f82e
|
Add backgroud fills
|
2015-09-04 17:39:27 -05:00 |
|
James Brooks
|
6b362fd88d
|
Theming of Cachet is much simpler with more color settings
|
2015-09-04 22:39:52 +01:00 |
|
Graham Campbell
|
fa1a5fff0e
|
Merge pull request #866 from cachethq/commands
[WIP] First steps to Commands
|
2015-09-04 12:17:57 +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
|
1478a25008
|
ReportMaintenanceCommand is added
|
2015-08-31 20:16:39 +01:00 |
|
James Brooks
|
60e9a64a3e
|
Less use of Binput::all()
|
2015-08-31 20:16:39 +01:00 |
|
James Brooks
|
75588db98e
|
Fix imports
|
2015-08-31 20:16:39 +01:00 |
|
James Brooks
|
082062fa1b
|
Added ReportIncidentCommand
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
37d7908606
|
Added AddTeamMemberCommand
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
25a3626de5
|
Fix rebase issue
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
6ee697cf7f
|
Added AddComponentGroupCommand
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
698b05980d
|
Fix description
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
32b2a56573
|
Remove unused imports
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
be080a10ef
|
Added commands to delete component group (also fixes bug in API)
|
2015-08-31 20:16:38 +01:00 |
|
James Brooks
|
c466620435
|
Added RemoveUserCommand
|
2015-08-31 20:16:37 +01:00 |
|
James Brooks
|
7be3aa2552
|
Incidents will now be removed via the command
|
2015-08-31 20:16:37 +01:00 |
|
James Brooks
|
b80b53191b
|
Commands and events for removing incidents
|
2015-08-31 20:16:37 +01:00 |
|
Joseph Cohen
|
a239c34892
|
CS Fixes
|
2015-08-31 20:16:37 +01:00 |
|
Joseph Cohen
|
4a5110ae53
|
Finish add and remove components via commands
|
2015-08-31 20:16:37 +01:00 |
|
James Brooks
|
30eec9da24
|
Added Component events and handlers
|
2015-08-31 20:16:36 +01:00 |
|
James Brooks
|
5bc7a3e6f7
|
Fix CS
|
2015-08-31 20:16:36 +01:00 |
|
Joseph Cohen
|
7c1f27c4a1
|
CS Fixes
|
2015-08-31 20:16:36 +01:00 |
|
Joseph Cohen
|
9581c5a394
|
Add and remove metrics and metric points commands
|
2015-08-31 20:16:36 +01:00 |
|
Joseph Cohen
|
64ff4d73c2
|
Rename incident events and fixes
|
2015-08-31 20:16:36 +01:00 |
|
Joseph Cohen
|
a93472f544
|
Namespace events
|
2015-08-31 20:16:35 +01:00 |
|
Joseph Cohen
|
8250e4ebca
|
Subscribe and unsubscribe subscribers via commands
|
2015-08-31 20:16:35 +01:00 |
|
Joseph Cohen
|
11b4ab5c6c
|
Start working on the commands
|
2015-08-31 20:16:35 +01:00 |
|
James Brooks
|
77ce0e21f4
|
Rename Admin directory to Dashboard within routes. Closes #933
|
2015-08-31 18:59:17 +01:00 |
|
James Brooks
|
ae7ab7ddc0
|
Applied fixes from StyleCI
|
2015-08-31 18:17:01 +01:00 |
|
James Brooks
|
69e9d75037
|
Show subscribers and incidents over last 30 days
|
2015-08-31 18:17:01 +01:00 |
|
James Brooks
|
70a5022740
|
Working on a widget design for the dashboard index
|
2015-08-31 18:17:00 +01:00 |
|
James Brooks
|
f13b8debe4
|
Merge pull request #932 from cachethq/metric-repository
Improved metric repository for per-db methods. Closes #921
|
2015-08-31 18:14:48 +01:00 |
|
James Brooks
|
57f0bebbc5
|
Fixed docblock
|
2015-08-31 08:45:13 +01:00 |
|
James Brooks
|
9414456fd1
|
More docblocks that should return void
|
2015-08-30 22:45:27 +01:00 |
|
James Brooks
|
77f19da9b0
|
Fix docblocks
|
2015-08-30 22:42:38 +01:00 |
|
James Brooks
|
7136457b49
|
Improved metric repository for per-db methods. Closes #921
|
2015-08-30 22:36:19 +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 |
|
James Brooks
|
da3e561217
|
Fixes #913
|
2015-08-23 09:08:51 +01:00 |
|
James Brooks
|
885c17054f
|
Allow setting of 0 incident days. Closes #920
|
2015-08-18 21:27:09 +01:00 |
|
Graham Campbell
|
a72033ffa2
|
Merge pull request #918 from cachethq/fix-email-snakecase
Fix email templates snakecase
|
2015-08-17 22:06:40 +01:00 |
|
Joseph Cohen
|
1a7cec53ac
|
Make email templates snake case
|
2015-08-17 15:50:34 -05:00 |
|
James Brooks
|
bab843b4b1
|
Move incident templates directory up on
|
2015-08-16 15:15:54 +01:00 |
|
James Brooks
|
9a0d823c9a
|
Link directly to incidents. Closes #547
|
2015-08-15 20:54:43 +01:00 |
|
James Brooks
|
8a3f9196d3
|
Linking directly to an individual incident
|
2015-08-15 15:10:20 +01:00 |
|
James Brooks
|
c2c815ab14
|
Started working on ability to view an incident directly
|
2015-08-15 13:10:08 +01:00 |
|
James Brooks
|
c928c99c8f
|
Merge pull request #908 from cachethq/update-seeder
Updated seeder command to include groups and new incident content
|
2015-08-15 13:09:06 +01:00 |
|
James Brooks
|
532852f943
|
Merge pull request #906 from cachethq/code-cleanup
Code cleanup
|
2015-08-15 13:07:16 +01:00 |
|