Commit Graph

69 Commits

Author SHA1 Message Date
James Brooks 810e7d75ae Fix typo 2017-02-21 08:20:22 +00:00
James Brooks 0b35002c62 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-01-30 13:31:07 +00:00
James Brooks 27847b6814 Move DateFactory into Services namespace 2017-01-30 13:30:45 +00:00
James Brooks fb718c27e0 Use isEmpty 2017-01-03 14:36:20 +00:00
James Brooks 443ded7029 Format the case statement like the rest 2016-12-03 19:37:07 +00:00
James Brooks 67df17d9e1 Use the TimestampsTrait for the formatted incident date 2016-12-03 19:36:55 +00:00
James Brooks 72056e2ac5 Rename formattedMessage into snake_case for consistency 2016-11-25 20:34:58 +00:00
James Brooks ebed68a7d8 Rewrite the entire scheduled maintenance implementation 2016-10-30 21:15:46 +00:00
James Brooks fbb59ea66e Merge pull request #2040 from CachetHQ/metric-repository-perf
Metric repository perf
2016-10-30 17:36:01 +00:00
James Brooks 74c646e2f4 Rewrite the Metric repository implementation. Fixes #1900 2016-10-30 17:32:44 +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
Nicolas Fagotti b223da94a0 Add "Unknown" status to the available component statuses 2016-10-24 10:32:00 -03:00
James Brooks 67b09af833 Check where consistency 2016-10-19 12:29:47 +01:00
Laravel Shift 2d2c1d4df3 Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2016-10-19 07:53:09 +00:00
James Brooks 5a9f6134c4 Completely refactor all routes 2016-10-12 21:47:46 +01:00
James Brooks c94919f1b9 Backport Incident Updates from v3.0.0 2016-10-06 22:40:56 +01:00
Nick Peelman 587555c2d4 Adding a newline... 2016-07-18 09:12:42 -04:00
Nick Peelman b4c7fb2ab0 adding a period... 2016-07-18 09:12:00 -04:00
Nick Peelman e61d24f685 Fixing indentation problems... 2016-07-18 09:08:48 -04:00
Nick Peelman 88e85d2dfb group components on manage subscriptions page 2016-07-18 08:49:38 -04:00
James Brooks ccc0ebb7d5 Fixes #1805. Subscribers no longer have subscribed_at dates 2016-05-24 14:52:13 +01:00
James Brooks aec2ef0198 Use pluck rather than lists 2016-05-09 20:43:24 +01:00
James Brooks f9bc46b460 Refactored the way we store metrics 2016-04-25 20:42:00 +01:00
James Brooks 9a743ab425 Include default_view_name in metric results 2016-04-22 15:50:14 +01:00
James Brooks ed77a6753c Add tag names array to components api. Closes #1697 2016-04-17 03:16:06 +01:00
James Brooks dcec1e2e95 Show last updated for components. Closes #1627 2016-03-20 16:23:21 +00:00
James Brooks a0477b03e3 Option to auto-expand groups when components are down. Closes #1602 2016-03-10 15:01:13 +00:00
James Brooks 0b78332a20 Display what subscriptions (if any) a subscriber has 2016-02-20 21:32:11 +00:00
James Brooks 50a7441808 Switch to the DateFactory. Closes #1444 2016-02-05 09:32:42 +00:00
Graham Campbell 4923a59b76 Working on datetime mess 2016-02-02 20:35:43 +00:00
James Brooks 1d52b18c88 Sets the group class toggle class correctly 2016-01-30 12:21:17 +00:00
Graham Campbell 1b24cdb1c5 Improved the config system 2016-01-29 23:05:31 +00:00
James Brooks 44456fbb7a Decorate the components 2016-01-05 20:30:28 +00:00
James Brooks fe43a2ad5b Call first() on the query itself 2016-01-03 15:14:22 +00:00
James Brooks 5ccd601695 Fixes missing titles 2016-01-03 12:26:27 +00:00
James Brooks 1d619cd892 Only pull back lowest if available 2016-01-03 12:02:20 +00:00
James Brooks cf4cbfa605 Display a status circle next to component groups. Closes #1317 2016-01-03 11:48:53 +00:00
James Brooks 6e9d5f5e8a Applied fixes from StyleCI 2015-12-28 09:14:50 +00:00
James Brooks 1c27cf7360 Adds the ability to set the default view in which to display metrics 2015-12-28 09:14:50 +00:00
phecho 2a8dcb7bf0 Improved human_status of ComponentPresenter 2015-12-25 22:05:29 +08:00
phecho ba3d015093 Fixes #1267 2015-12-23 22:09:24 +08:00
phecho a6f6753fa0 Move HumanStatus to Presenter, see also #1258 2015-12-23 21:35:28 +08:00
phecho 8a47dd873f Move HumanStatus to Presenter 2015-12-23 19:44:06 +08:00
Hereward Mills ee886cddfd Fix some obvious spelling mistakes. 2015-12-21 22:06:21 +00:00
James Brooks b11831d2e0 Fix docblock 2015-11-23 15:35:31 +00:00
James Brooks 49a7b55a12 Remove unused variable within component presenter 2015-09-19 14:28:31 +01:00
James Brooks a6d3b69f75 Remove unused import 2015-09-19 14:28:31 +01:00
James Brooks 6b362fd88d Theming of Cachet is much simpler with more color settings 2015-09-04 22:39:52 +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