2106 Commits

Author SHA1 Message Date
Adrien Poupa
5433e1308f Improve database performance by removing duplicated queries 2018-12-06 22:53:33 -05:00
Mr.Patch
86f0a801ac Merge pull request #10 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-11-26 10:05:39 +05:30
James Brooks
05d6af9c3a Merge pull request #3340 from nstapelbroek/feature/configure-socket-warning
Add warning when setting up localhost with mysql driver
2018-11-25 21:58:14 +00:00
Nico Stapelbroek
3d632a4441 Add support for empty values in the persistEnv method 2018-11-25 16:45:49 +01:00
Nico Stapelbroek
e6fc6f3970 Explicitly set the port number when not using traditional ports 2018-11-25 16:44:28 +01:00
Nico Stapelbroek
4fb2f3e7a7 Add warning when setting up localhost with mysql driver 2018-11-25 13:46:15 +01:00
Nico Stapelbroek
6feed9e2ee Fix configuring postgres leads to wrong database driver key 2018-11-25 13:42:27 +01:00
Mr.Patch
91e90792b6 Merge pull request #5 from CachetHQ/2.4
Update from upstream repo CachetHQ/Cachet
2018-11-13 16:08:24 +05:30
Luke Policinski
3788d43906 Let notification to the users be queue-able 2018-11-12 14:04:45 -05:00
sideffect0
a91a9a9b05 grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
From test.com to example.com
2018-10-18 14:52:09 +05:30
VeekeeFr
88ca5be65f Merge branch '2.4' into patch-1 2018-10-15 18:33:26 +02:00
VeekeeFr
28ca20f99f Applying @jbrooksuk implementation (see MR 3273) 2018-10-15 18:29:12 +02:00
James Brooks
8fe5dc29e0 Merge pull request #3270 from JamesWilson19947/add-markdown-to-emails
Added markdown to some emails #3101
2018-10-15 12:38:33 +01:00
VeekeeFr
906024f45b Fixed rare case of division by 0 2018-10-12 02:22:21 +02:00
James Wilson
363c9fb0e8 Another update! 2018-10-10 14:06:18 +01:00
James Wilson
68b5457f9f Added a new line #3101 2018-10-10 14:04:22 +01:00
James Wilson
18219bf328 Fixed #3101 2018-10-10 14:00:51 +01:00
thomasxd24
1fdb7909d3 Revert schedule maintenance
commit of de172e5def have made the schedule maintenance disappear completely. 

This PR reverts the change. Please fix the change or revert back.
2018-10-05 19:34:00 +02:00
Wouter van Os
9b4e8c1545 Show schedules till they are completed
Currently schedules are shown on the status page when they are in the status upcoming or in progress. But, when the scheduled time is in the past - it's hidden, even when it's still going on.

This PR fixes this issue by hiding the maintenance when it's in the status completed, or the completed time has passed.
2018-09-06 23:43:10 +02:00
Gazder Bence
15a87a8e78 Add bool cast to boolean Incident parameters 2018-08-16 10:35:09 +02:00
Nico Stapelbroek
6e54cd92bf Create upgrade docs to keep track of changes between backwards incompatible versions 2018-07-24 15:27:27 +02:00
Nico Stapelbroek
1a07b3f8d9 Remove references to the Laravel backup manager
As proposed in https://github.com/CachetHQ/Cachet/pull/3150 the current backup solution produces too many edge cases when configured with the non-default options. Cachet should not be held responsible for backups since it's unable to complete this task properly. Feel free to re-add a laravel backup solution to your custom cachet instance.
2018-07-24 11:39:06 +02:00
TakeMeNL
39c0829fce Code style fixes 2018-07-20 00:23:17 +02:00
TakeMeNL
c60f1bd50f Added GET incident templates to use in POST incidents template 2018-07-20 00:17:46 +02:00
James Brooks
6b7263afea Fix issues with feeds. Closes #3166 2018-07-06 07:52:36 +01:00
Nico Stapelbroek
9af9cbd979 Merge branch '2.4' into feature/merge-install-commands 2018-07-03 14:39:38 +02: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
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
Nico Stapelbroek
3a50f3c5bf Remove reference to AppInstallCommand 2018-07-02 13:50:08 +02: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
Nico Stapelbroek
43078e9c75 Merge branch '2.4' of github.com:CachetHQ/Cachet into feature/2895-custom-meta-descriptions-per-incident 2018-07-02 11:20:47 +02:00
Nico Stapelbroek
eaf114ec17 Fix error Undefined variable: config when running cachet:install 2018-07-02 11:15:35 +02:00
James Brooks
9b3b979d49 Apply fixes from StyleCI (#3147)
[ci skip] [skip ci]
2018-06-29 16:10:32 +01:00
bruno
f1e97e1cdd Fix for error 500 when clicking Compontent groups. Variable name changed 2018-06-29 16:26:54 +02:00
James Brooks
3e5dc6a3f9 Fix MetricPoint changes 2018-06-28 12:01:22 +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
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
James Brooks
f3efbd9809 Fix commands 2018-06-26 08:25:09 +01:00
James Brooks
394cfe7a25 Fix execute method 2018-06-26 08:15:21 +01:00