Commit Graph

222 Commits

Author SHA1 Message Date
James Brooks 90b450031f wip 2020-08-01 09:14:58 +01:00
Cachet Bot 03092466f5 Apply fixes from StyleCI 2020-04-01 10:44:53 +00:00
James Brooks 5ff2289eeb Apply fixes from StyleCI 2020-02-27 09:44:35 +00:00
James Brooks 83f7aa9b4c Apply fixes from StyleCI 2019-11-13 08:51:36 +00:00
Data-Kiss f22e4c531a Fix some style inconsistencies. 2019-10-10 20:16:26 +01:00
Data-Kiss 509e7d98da WIP - Tests for notifications 2019-10-10 20:04:28 +01:00
Data-Kiss 87d4e33632 WIP 2019-10-09 19:04:58 +01:00
James Brooks bdb3619bc9 Apply fixes from StyleCI 2019-07-12 12:38:58 +00:00
James Brooks 3ac7492858 Remove old Tag commands, refactor migration etc 2019-07-12 11:08:25 +01:00
James Brooks 32a3adb43c Add more tag tests 2019-07-12 10:43:25 +01:00
James Brooks d9e27b5f46 Add tests for tags 2019-07-12 10:41:58 +01:00
James Brooks 6810af48f7 Tag syncing is now done within the Component commands 2019-07-12 10:29:23 +01:00
James Brooks 066837fa71 Merge pull request #3567 from MinThaMie/3562-not-notify-maintenance
Make maintenance also optional to notify subscribers
2019-06-23 09:02:56 +01:00
James Brooks ea8c9454e7 Merge pull request #3481 from CachetHQ/feature/api-cache-control
API cache control
2019-06-23 08:47:12 +01:00
Graham Campbell 5874df28aa Fixed flakey meta seo tests (#3587) 2019-05-12 23:48:06 +01:00
Anne-Greeth van Herwijnen 29e0cf9528 Forgot to add notify to CreatScheduleCommand in API 2019-04-26 14:41:25 +02:00
Anne-Greeth van Herwijnen 57dd008064 Adds notify to test 2019-04-26 14:26:50 +02:00
Anne-Greeth van Herwijnen 1bbe3dcefa Fix tests 2019-04-26 13:25:39 +02:00
James Brooks c6bb329ef8 Apply fixes from StyleCI 2019-02-19 07:30:51 +00:00
James Brooks 5157e67f50 Add status API tests 2019-02-19 07:30:28 +00:00
James Brooks 55e85652f5 Add missing Arr import 2019-02-01 21:05:29 +00:00
James Brooks 497cbe5525 Do not use arr_* or str_* helpers 2019-02-01 20:55:51 +00:00
James Brooks 60a4c15d0e Merge pull request #2931 from nstapelbroek/feature/2895-custom-meta-descriptions-per-incident
Custom meta descriptions per incident
2019-01-27 14:31:34 +00:00
James Brooks 3763a867a8 Merge pull request #3368 from CachetHQ/drop-feeds
Drop support for RSS & Atom feeds
2018-12-27 23:27:19 +00:00
James Brooks df5ade6554 Merge pull request #3287 from sideffect0/2.4
grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
2018-12-27 22:55:23 +00:00
James Brooks 34e15b2c78 Drop support for RSS & Atom feeds. 2018-12-27 22:37:11 +00:00
James Brooks 84fd58459d Merge pull request #3362 from TakeMeNL/bugfix/3269
Resolve #3269
2018-12-18 08:21:11 +00:00
TakeMeNL 5f1dfc6249 Resolve #3288
If Binput::get('enabled') is not defined this will return NULL which resulted in a false.
Updated tests
2018-12-17 17:46:31 +01:00
TakeMeNL 201322bb53 Resolve #3269 2018-12-14 21:46:45 +01: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
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
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
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
Nico Stapelbroek 33e5c34f55 Fix metaseo tests after updating to Laravel 5.6 2018-07-02 11:29:22 +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
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
Nico Stapelbroek 253d9ec445 Allow updating incidents when the incident has no associated user 2018-06-28 09:23:54 +02:00
James Brooks 1ac884805d Fix tests 2018-06-27 14:39:49 +01:00
James Brooks 8fb5b96543 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-25 21:14:38 +00:00
James Brooks 06d4964a84 Update tests a little 2018-06-25 22:13:53 +01:00
James Brooks cf771097ea Fix TestListener 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 e37c882dfe Update PHPUnit classes 2018-06-25 21:48:27 +01:00
James Brooks b20461fe89 Merge pull request #3093 from CachetHQ/smoke-tests
Start working on Smoke Tests
2018-06-19 08:50:51 +01:00
James Brooks b22f7abd28 Fix how tags are created. Fixes #3004 2018-06-18 21:28:46 +01:00