392 Commits

Author SHA1 Message Date
James Brooks
f11c1edeee Implement creating of meta data and tests 2017-06-13 19:34:50 +01:00
James Brooks
979ea1110c Fixes #2463 - Redirect back instead of erroring 2017-05-06 11:01:14 +01:00
James Brooks
2786b5b0da Fix bad Update success message 2017-05-03 09:42:02 +01:00
James Brooks
4607d90401 Improve metric threshold 2017-03-18 11:15:43 +00:00
James Brooks
485116b5ce Rename incident bus 2017-03-18 09:41:33 +00:00
James Brooks
a55575656d Rename Bus Add to Create 2017-03-18 09:30:36 +00:00
James Brooks
17b203f579 Fix log page. Closes #2419 2017-03-10 21:46:17 +00:00
James Brooks
f223e264c1 Switch back to jenseggers/date 2017-03-09 19:42:35 +00:00
James Brooks
2742797897 Strip spaces from 2FA code. Closes #2405 2017-03-05 17:42:01 +00:00
James Brooks
e9c32af672 Apply fixes from StyleCI (#2403)
[ci skip] [skip ci]
2017-03-04 10:45:03 +00:00
James Brooks
883fdb56dc Add system status to /status endpoint 2017-03-04 10:43:49 +00:00
James Brooks
c82ae7454c Fixes #2369 2017-02-19 11:07:34 +00:00
James Brooks
b4397158c9 Update component call. Fixes #2368 2017-02-16 08:18:44 +00:00
James Brooks
6840f6c579 Remove bad comma 2017-02-09 15:44:12 +00:00
James Brooks
1e5696d218 Fixes #2365 2017-02-09 14:48:34 +00:00
James Brooks
8725ab2b9b Component notifications can be silenced. Closes #2316 2017-02-06 18:59:05 +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
2da2ab80f9 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-01-04 19:51:20 +00:00
James Brooks
b8a9f41ae4 Integrate Mail, Nexmo and Slack notifications into Cachet 2017-01-04 19:51:20 +00:00
James Brooks
2b75eca7d0 Remove jenssegers/date and solely use Carbon 2017-01-02 16:11:15 +00:00
James Brooks
7190b5036a Formatting 2017-01-02 13:36:49 +00:00
James Brooks
2b838fef16 We don't need MetricRepository everywhere 2017-01-02 13:35:33 +00:00
James Brooks
5857aac01b Add class docblock 2017-01-02 13:34:10 +00:00
James Brooks
3cb2109afd Simplify how we fetch incidents 2016-12-30 19:21:45 +00:00
James Brooks
08ca82ea2c Fixes #2277 - ordering of components works again 2016-12-26 12:25:01 +00:00
James Brooks
edfbb2384f Components can now be supplied meta data 2016-12-05 19:03:27 +00:00
James Brooks
f5b6919aa3 Default components subscription to null 2016-12-04 17:52:05 +00:00
James Brooks
105cff50b9 Added metric visibility options. Closes #2244 2016-12-04 16:54:36 +00:00
James Brooks
dab4b43824 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-12-03 21:18:56 +00:00
James Brooks
3eb74058b2 Fix adding of incident templates 2016-12-03 21:18:45 +00:00
James Brooks
07767521b4 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-12-03 20:14:45 +00:00
James Brooks
0a924f31f7 Write the env using the UpdateConfigCommand 2016-12-03 20:14:38 +00:00
James Brooks
ebc427b4b6 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-11-29 18:32:01 +00:00
James Brooks
9dc80b4229 Edit the mail config from the dashboard and provide testing button 2016-11-29 18:31:37 +00:00
James Brooks
381df1cf4f Remove debug 2016-11-14 18:38:08 +00:00
James Brooks
341bfb08a8 Use aliases when migrating data. Fixes #2240 2016-11-14 18:36:42 +00:00
James Brooks
516b761220 Don't clean schedule messages either... 2016-11-14 18:22:36 +00:00
James Brooks
bb56f28b89 Don't clean incident message. Part of #2236 2016-11-14 18:22:10 +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
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
fe96a00b82 Incident templates cleanup (#2182)
Clean up Incident Templates, supply incident array to them by default
2016-10-14 08:03:19 +01:00
Davide Bellini
05f93e16e8 Fixed redirects with “cachet_redirect” helper 2016-10-13 09:51:44 +02:00
James Brooks
5a9f6134c4 Completely refactor all routes 2016-10-12 21:47:46 +01:00
James Brooks
70f2f1d32e Merge pull request #2158 from CachetHQ/remember-me
Add remember me functionality to login
2016-10-08 18:25:01 +01:00
James Brooks
b457f5d7a2 Applied fixes from StyleCI
[ci skip] [skip ci]
2016-10-08 16:30:44 +00:00