6173 Commits

Author SHA1 Message Date
Joe Cohen
edc9a45e53 Set test now and use config date 2018-07-03 13:29:16 -05:00
Joe Cohen
6a25bbddce Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-03 18:08:57 +00:00
Joe Cohen
60ec8b766b test metric points by latests 2018-07-03 13:08:41 -05:00
James Brooks
a79187569e
Merge pull request #3150 from nstapelbroek/feature/merge-install-commands
Merge install commands
2018-07-03 14:20:08 +01:00
Nico Stapelbroek
9af9cbd979
Merge branch '2.4' into feature/merge-install-commands 2018-07-03 14:39:38 +02:00
James Brooks
310af9eba5
Merge pull request #3153 from CachetHQ/test-points
Test points
2018-07-03 06:02:31 +01:00
Joe Cohen
72adad8a15 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-03 00:22:24 +00:00
Joe Cohen
66ccb2a56f test metric points by latests 2018-07-02 19:22:01 -05:00
James Brooks
93d05bdc07
Apply fixes from StyleCI (#3152)
[ci skip] [skip ci]
2018-07-02 22:39:02 +01:00
James Brooks
986f6c56b2 Fixes #2414 2018-07-02 22:38:45 +01:00
James Brooks
5de9c94d55 Improve seeding of metric points 2018-07-02 22:38:39 +01:00
James Brooks
f98ae4d38e Order metric points by the created_at time 2018-07-02 22:15:36 +01:00
James Brooks
a2143a1682 Correct my email 2018-07-02 22:04:20 +01:00
James Brooks
2793d74d99 Remove unused imports 2018-07-02 22:03:53 +01:00
James Brooks
1dfcd9aa7b Re-compile assets 2018-07-02 22:01:54 +01:00
James Brooks
46caaac478 Don't PurgeCSS certain code 2018-07-02 22:01:49 +01:00
James Brooks
00499b3965 Update deps 2018-07-02 21:42:18 +01:00
James Brooks
085552607a Move calculated_value presenter method into MetricPoint getter 2018-07-02 18:05:21 +01:00
James Brooks
c006b7d6ef Remove unused activeValue getter 2018-07-02 17:41:46 +01:00
James Brooks
51d0d5a325 Only link to the dev demo 2018-07-02 17:38:12 +01:00
Nico Stapelbroek
3a50f3c5bf Remove reference to AppInstallCommand 2018-07-02 13:50:08 +02:00
James Brooks
ac70b0878b Add beacon docs 2018-07-02 12:33:27 +01:00
James Brooks
e4ca4ad880 Do not collect contact email anymore 2018-07-02 12:31:56 +01:00
Nico Stapelbroek
65f138dc2d hardcode for db:backup parameters that is ran when installing cachet
Future improvements should dynamically configure the databases used
2018-07-02 12:50:00 +02:00
Nico Stapelbroek
c165c0be57 Merge cachet:install and app:install 2018-07-02 12:50:00 +02:00
James Brooks
e3079ba785
Merge pull request #3149 from nstapelbroek/feature/fix-undefined-config-in-setup
Fix error Undefined variable: config when running cachet:install
2018-07-02 10:53:19 +01:00
Nico Stapelbroek
eaf114ec17 Fix error Undefined variable: config when running cachet:install 2018-07-02 11:15:35 +02:00
James Brooks
fc1889a3c2 Compile assets 2018-06-29 21:00:06 +01:00
James Brooks
d0b802d82f Fix datetime picker. Closes #3143 2018-06-29 20:59:13 +01:00
James Brooks
8c623bc67d Update frontend deps 2018-06-29 20:07:29 +01:00
James Brooks
4a592c3788 Fix report incident 2018-06-29 20:07:20 +01:00
James Brooks
26b9dbc1bc Update deps 2018-06-29 19:48:50 +01:00
James Brooks
9b3b979d49
Apply fixes from StyleCI (#3147)
[ci skip] [skip ci]
2018-06-29 16:10:32 +01:00
James Brooks
bfbbc7539b
Merge pull request #3146 from krollebol/2.4
Fix for Error 500 when opening Component groups
2018-06-29 16:10:13 +01:00
bruno
f1e97e1cdd Fix for error 500 when clicking Compontent groups. Variable name changed 2018-06-29 16:26:54 +02:00
krollebol
7001ba0c4e
Merge pull request #1 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-06-29 15:14:55 +02:00
James Brooks
2fa63223fd
Merge pull request #3145 from krollebol/2.4
Variable correction for Piwik analytics
2018-06-29 13:53:10 +01:00
krollebol
e4d9728e4a
Update analytics.blade.php
Correct capital in variable name
2018-06-29 14:46:31 +02:00
krollebol
7777cf05d7
Update analytics.blade.php
Correct capital in variable name
2018-06-29 14:44:32 +02:00
James Brooks
6e8821986e PHP support has been bumped since Laravel 5.6 2018-06-28 12:45:54 +01:00
James Brooks
3e5dc6a3f9 Fix MetricPoint changes 2018-06-28 12:01:22 +01:00
James Brooks
db627f6e86
Don't dump the response 2018-06-28 11:46:07 +01:00
James Brooks
91d41c4799
Merge pull request #3105 from nstapelbroek/feature/fix-incident-update-on-untracked-incident
Allow updating incidents when the incident has no associated user
2018-06-28 08:43:39 +01:00
Nico Stapelbroek
253d9ec445 Allow updating incidents when the incident has no associated user 2018-06-28 09:23:54 +02:00
James Brooks
6ebb444425
Merge pull request #3140 from opengd/2.4
Changed app_banner_type on two locations due to banner image is currently not working
2018-06-28 08:14:45 +01:00
opengd
c455f94af5 Changed old app_banner_type var to new appBannerType 2018-06-28 08:26:40 +02:00
opengd
663a110403 Changed old app_banner_type var to new appBannerType 2018-06-28 08:25:13 +02:00
James Brooks
3e3763722b
Apply fixes from StyleCI (#3139)
[ci skip] [skip ci]
2018-06-27 14:40:19 +01:00
James Brooks
1ac884805d Fix tests 2018-06-27 14:39:49 +01:00
James Brooks
55002bb4b4 Group metric points into intervals of 30 seconds 2018-06-27 14:28:38 +01:00