2043 Commits

Author SHA1 Message Date
James Brooks
9eab7ce27e
Merge pull request #3087 from CachetHQ/tag-commands
Fix how tags are created
2018-06-18 21:37:31 +01:00
James Brooks
e330ea7aa1 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-18 21:32:16 +01:00
James Brooks
ce3ab9d3eb Replace GrahamCampbell/Core with core code. Closes #2669 2018-06-18 21:32:16 +01:00
James Brooks
788b9af959 Import missing Collection 2018-06-18 21:31:18 +01:00
James Brooks
37a5d8f1a6
Merge pull request #3113 from CachetHQ/searchable-tags-2920
Searchable tags
2018-06-18 21:30:13 +01:00
James Brooks
b22f7abd28 Fix how tags are created. Fixes #3004 2018-06-18 21:28:46 +01:00
James Brooks
a9558d35c5 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-18 20:23:05 +00:00
James Brooks
ab64572274 Add the ability to filter components by tags. Closes #2920 2018-06-18 21:22:43 +01:00
James Brooks
77281a7cc5 Start testing searching of tags 2018-06-18 07:13:10 +01:00
James Brooks
7c9d540477 Add notifications column to incidents (WIP) 2018-06-17 19:31:47 +01:00
James Brooks
05242a0c5a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-17 18:43:43 +01:00
James Brooks
9ac6b8b1a2 Fixes #2996 - New incident notification is Markdown powered 2018-06-17 18:43:43 +01:00
James Brooks
9accf90c32 Test for status changes before firing event. Fixes #3082 2018-06-17 17:52:34 +01:00
James Brooks
a28fe28f41
Apply fixes from StyleCI (#3097)
[ci skip] [skip ci]
2018-06-17 15:59:19 +01:00
James Brooks
600d95ae56 Add missing IncidentTemplateController 2018-06-17 15:58:37 +01:00
James Brooks
685f39a097 Remove redundant page check 2018-06-17 15:58:37 +01:00
James Brooks
4427d083f9 Split incident updates out of incident controller 2018-06-17 15:58:37 +01:00
James Brooks
caa0054c80 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-17 10:19:16 +00:00
James Brooks
500b897362 Split Components and ComponentGroups into two controllers 2018-06-17 11:19:00 +01:00
James Brooks
0f40bbd275 Fix my email 2018-06-17 09:52:29 +01:00
James Brooks
1593b7b451 Use standard "not equal" operator 2018-06-16 17:27:28 +01:00
James Brooks
d25e626678 Standardise models 2018-06-16 17:00:27 +01:00
James Brooks
43fefec37a Schedules should be soft deletable 2018-06-14 21:16:05 +01:00
James Brooks
ccb0a0c390 Remove unused array_numeric_sort 2018-06-14 21:10:35 +01:00
James Brooks
1c052abadf Remove Modules system 2018-06-14 20:57:13 +01:00
opengd
f74c5df97b Cast status to int on update component command 2018-06-14 09:14:27 +02:00
James Brooks
e5509d4776 Use correct ValidatingTrait. Closes #3033 2018-06-14 07:34:19 +01:00
James Brooks
525bc7f233
Apply fixes from StyleCI (#3045)
[ci skip] [skip ci]
2018-05-14 09:29:27 +01:00
James Brooks
c18b9e813d
Merge pull request #3041 from shuichiro-makigaki/add-major-outage-rate-setting
Add rate setting for major outage
2018-05-14 09:29:06 +01:00
James Brooks
34c1bff186 Make Taggable trait for simpleness 2018-05-11 18:02:56 +01:00
James Brooks
23f7d58010 Add tags to the Incident model 2018-05-11 17:58:55 +01:00
James Brooks
47f0077928 Fix issue with taggables 2018-05-11 17:57:29 +01:00
Shuichiro MAKIGAKI
f07c071ed2 Add rate setting for major outage
Major outage criteria depends on required service level.
Default value keeps 50% because it had been fixed to 50%.
2018-05-08 17:44:41 +09:00
root
aadbe9be40 forward button now shows properly. https://github.com/CachetHQ/Cachet/issues/3030 2018-04-27 18:08:04 +01:00
James Brooks
7d9fbb843a
Merge pull request #2998 from JordyvanDortmont/2.4
Fix metric point counting within threshold
2018-04-23 22:23:36 +01:00
James Brooks
01d884112c
Merge pull request #3006 from danijelk/danijelk-patch-start_end_date
Fix start-end date for $onlyDisruptedDays
2018-04-23 22:22:54 +01:00
James Brooks
5198cca829
Merge pull request #3007 from danijelk/danijelk-patch-2
Always take "days of incidents to show" into account
2018-04-23 22:22:33 +01:00
James Brooks
b852d87d2e
Merge pull request #3014 from hensur/stylesheet-fix
Don't check stylesheet with Binput
2018-04-23 22:22:05 +01:00
Vincent Domange
b2e64e186d Corrected link component tag : morphMany => morphToMany cf.#3004 2018-04-20 09:26:57 +02:00
Henning Surmeier
cf6d6ad906 Don't check stylesheet with Binput 2018-04-18 14:38:07 +02:00
Danijel K
4f0a28f8a9
Always take "days of incidents to show" into account
No need to select everything when looking at past incidents, date range should always be taken into account as a global rule for frontend.
2018-04-10 14:32:16 +02:00
Danijel K
46a69a38e7
Fix start-end date for $onlyDisruptedDays
Fixes the changed - order by desc - fix in #2976
2018-04-10 14:22:17 +02:00
Nathan Rennie-Waldock
c4f2eb1aad Cast status and component_id to int 2018-04-10 04:18:18 +01:00
Jordy van Dortmont
7dd94bd21c Fix metric point counting within threshold 2018-04-06 01:52:07 +02:00
James Brooks
3c51e5115a
Merge pull request #2894 from nstapelbroek/feature/2812-firewall-frontend
Feature always authenticate
2018-04-05 08:22:21 +01:00
Nico Stapelbroek
0fe924d868 Typehint the removeEmptyValues function 2018-04-04 18:45:27 +02:00
James Brooks
785f2391f3 Add tests for Taggable model 2018-04-02 18:21:58 +01:00
James Brooks
737dd689b0 Fix test 2018-04-02 18:17:07 +01:00
James Brooks
c137e9ab1b Make component_tag a polymorphic structure 2018-04-02 17:43:22 +01:00
James Brooks
48b6d2c34d
Apply fixes from StyleCI (#2981)
[ci skip] [skip ci]
2018-03-30 17:58:25 +01:00