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
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
Luke Policinski
3788d43906
Let notification to the users be queue-able
2018-11-12 14:04:45 -05:00
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 de172e5defa4ac226044e3066413487fdee49de0 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
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
James Brooks
e4d49510ba
Console commands need to use dispatch still
2018-06-26 07:36:16 +01:00
James Brooks
8bb8ee3dc7
Fix command dispatching
2018-06-25 22:25:54 +01:00
James Brooks
06d4964a84
Update tests a little
2018-06-25 22:13:53 +01:00
James Brooks
a4a7bccaa7
Fix settings log
2018-06-25 21:49:07 +01:00
James Brooks
3f4c423005
Use Analyzer and fix several issues
2018-06-25 21:49:07 +01:00
James Brooks
5f1a624cb9
Update exception displayers
2018-06-25 21:48:27 +01:00
James Brooks
f86dbe87c3
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2018-06-25 21:48:27 +01:00