4130 Commits

Author SHA1 Message Date
James Brooks
2a29057f88 Use each syntax. Include group status indicator when ungrouped 2017-01-02 13:43:41 +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
526139d612 Compress logo 2016-12-29 11:54:06 +00:00
James Brooks
08ca82ea2c Fixes #2277 - ordering of components works again 2016-12-26 12:25:01 +00:00
James Brooks
66d71b18e3 Updated deps 2016-12-26 12:22:04 +00:00
James Brooks
26a4c720b2 Make some Subscriber fields fillable, fixes #2279 2016-12-23 13:34:54 +00:00
James Brooks
5411c9fec2 Merge pull request #2276 from thijskh/bugfix/validation-strings-off-by-one
Fix validation messages.
2016-12-23 11:23:58 +00:00
Thijs Kinkhorst
fc77102fc9 Fix validation messages.
They seem to have all been shifted one position down by accident,
therefore no longer matching the keys. This basically reverts commit
21fac303503c16fb88d8cf08a9b905740d872401 i.r.t. this file.
2016-12-20 13:47:46 +00:00
James Brooks
f1ed2e5a89 Update deps 2016-12-17 17:00:02 +00:00
James Brooks
d0b0ce2140 Add missing return docs 2016-12-15 20:11:06 +00:00
James Brooks
027b2e13e9 Delete related points when deleting metrics 2016-12-15 20:09:59 +00:00
James Brooks
cb5aac9637 Updated deps 2016-12-15 20:02:22 +00:00
Mike Willbanks
4e2c6bce0d Metrics: Calculation set to average always sums
This commit is two part:

1. getActiveValueAttribute should always return the active attribute
without providing an average since the active is the current value.
2. The query to create the average was incorrect and was taking the
count value * the value which we are really looking for the average of
the value.
2016-12-07 15:59:01 -06:00
James Brooks
0b382fd9e3 Merge pull request #2265 from mwillbanks/hotfix/fix-metric-visibility
Metric visibility flag was named incorrectly
2016-12-07 19:16:02 +00:00
Mike Willbanks
e5335b1054 Metric visibility flag was named incorrectly
The visibility flag was not properly wrapped into the array leading to
an error when adding in a metric as it would have an undefined index.
2016-12-07 12:56:11 -06:00
James Brooks
0780e404a8 Simplify the incidents templates 2016-12-05 20:19:15 +00:00
James Brooks
ef70ef0d29 Simplyify the metrics partial 2016-12-05 20:15:49 +00:00
James Brooks
74d7726311 Remove unused modals 2016-12-05 20:14:52 +00:00
James Brooks
6076eed2ba Merge pull request #2263 from CachetHQ/meta-data
Components can now be supplied meta data
2016-12-05 19:12:15 +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
f972bf4a55 Subscribers don't need to be enabled to send emails. Closes #1994 2016-12-04 17:48:50 +00:00
James Brooks
78e53b3d1e Fix bad var 2016-12-04 17:27:52 +00:00
James Brooks
14f42aaf29 Updated deps 2016-12-04 17:26:35 +00:00
James Brooks
7dadef99ab Merge pull request #2261 from CachetHQ/metrics-visibility
Added metric visibility options
2016-12-04 16:55:12 +00:00
James Brooks
f2a338ba2d Apply fixes from StyleCI
[ci skip] [skip ci]
2016-12-04 16:54:47 +00:00
James Brooks
105cff50b9 Added metric visibility options. Closes #2244 2016-12-04 16:54:36 +00:00
James Brooks
984d132902 Use nullable columns 2016-12-04 16:32:13 +00:00
James Brooks
b5916b7577 Fix missing down migrations 2016-12-04 16:16:22 +00:00
James Brooks
72ff181a02 Fix rollback of AlterTableIncidentsRemoveScheduledColumns 2016-12-04 16:14:48 +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
02d77dbfb5 Use log for the default mail driver 2016-12-03 20:09:20 +00:00
James Brooks
826e4e6077 Use minified assets too. Closes #2258
Combine didn't improve the situation for us
2016-12-03 20:02:32 +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
cb1b5378a8 Rebuilt assets 2016-12-03 19:31:18 +00:00
James Brooks
1ef23470ce Update deps 2016-12-03 19:31:18 +00:00
James Brooks
f98eab988d Apply fixes from StyleCI
[ci skip] [skip ci]
2016-12-03 19:26:12 +00:00
James Brooks
77da0c9de1 Fix http middlewares that redirect to routes 2016-12-03 19:25:39 +00:00
James Brooks
11c38a7aea Updated deps 2016-12-03 18:44:36 +00:00
James Brooks
6b41371486 Simplyify the Coding Standards section 2016-12-02 19:09:08 +00:00
James Brooks
02b2e4c214 Added missing command tests 2016-12-02 15:12:01 +00:00
James Brooks
5144c7d344 Merge pull request #2254 from CachetHQ/mail-testing
Edit the mail config from the dashboard and provide testing button
2016-11-29 18:33:05 +00:00
James Brooks
ebc427b4b6 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-11-29 18:32:01 +00:00