|
18d8b333dc
|
Update Chrome in acceptance tests
[MAILPOET-2513]
|
2019-11-06 10:02:05 +00:00 |
|
|
31d224ea4f
|
Use CronHelper service in API and UI classes [MAILPOET-2459]
|
2019-11-06 09:58:36 +00:00 |
|
|
81caa04479
|
Use CronHelper service in cron workers [MAILPOET-2459]
|
2019-11-06 09:58:36 +00:00 |
|
|
3436fed6e7
|
Use CronHelper service in cron core classes [MAILPOET-2459]
|
2019-11-06 09:58:36 +00:00 |
|
|
ed7784d945
|
Refactor CronHelper to a service [MAILPOET-2459]
|
2019-11-06 09:58:36 +00:00 |
|
|
1418abbdb1
|
Better method name
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
ab1e398241
|
Move function to a better repository
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
5b6b21b23f
|
Make method more clear
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
f1934ff880
|
Use a better name for method
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
95564cfa32
|
Use doctrine in stats notifications for auto emails
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
5a2edff9fe
|
Add newsletter statistics to doctrine
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
ad6e6009d2
|
Use Newsletter Link Entity in Stats Notifications
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
6b338a14fc
|
Use doctrine in stats notifications worker
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
c6c7320737
|
Use Doctrine in Scheduler
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
16926f609a
|
Use newsletter entity in Stats Notifications
[MAILPOET-2439]
|
2019-11-05 13:38:51 +00:00 |
|
|
0b836c14ed
|
Add test for blacklisting domains
[MAILPOET-2509]
|
2019-11-04 20:53:06 +00:00 |
|
|
ed813e6431
|
Rename test
[MAILPOET-2486]
|
2019-11-04 20:48:53 +00:00 |
|
|
9199c9f61a
|
Check requirements when loading subscriber ids
[MAILPOET-2486]
|
2019-11-04 20:48:53 +00:00 |
|
|
4f1ef835dc
|
Check requirements when counting subscribers
[MAILPOET-2486]
|
2019-11-04 20:48:53 +00:00 |
|
|
5c706aaacf
|
Create dynamic segment requirements checker
[MAILPOET-2486]
|
2019-11-04 20:48:53 +00:00 |
|
|
1374156386
|
Remove AspectMock package [MAILPOET-2464]
|
2019-10-30 23:22:48 +00:00 |
|
|
8f4321487b
|
Remove AspectMock from CronHelperTest [MAILPOET-2464]
|
2019-10-30 23:22:48 +00:00 |
|
|
152d4c6251
|
Convert empty string to null in json type property
[MAILPOET-2504]
|
2019-10-29 15:17:29 +00:00 |
|
|
6667c70e19
|
Remove AspectMock usage from PostContentTransformerTest [MAILPOET-2454]
|
2019-10-28 16:02:48 +00:00 |
|
|
59480cdfb2
|
Move ValidationException under Validator namespace
[MAILPOET-2437]
|
2019-10-24 11:03:09 +01:00 |
|
|
2bdf8643fc
|
Use factory to create Validator, reuse AnnotationReaderProvider
[MAILPOET-2437]
|
2019-10-24 11:03:09 +01:00 |
|
|
68c1b62df5
|
Extract annotation reader setup to a provider class
[MAILPOET-2437]
|
2019-10-24 11:03:09 +01:00 |
|
|
83286d64c4
|
Add test for Doctrine entity validation
[MAILPOET-2437]
|
2019-10-24 11:03:09 +01:00 |
|
|
730f640cc3
|
Integrate symfony/validator with Doctrine entitites
[MAILPOET-2437]
|
2019-10-24 11:03:09 +01:00 |
|
|
48802e47c4
|
Use namespaced Doctrine annotations
[MAILPOET-2437]
|
2019-10-24 11:03:09 +01:00 |
|
|
684922cbdf
|
Update tests [MAILPOET-2460]
|
2019-10-24 10:57:36 +01:00 |
|
|
ef79b7efbb
|
Add ga campaign to api response
[MAILPOET-2397]
|
2019-10-23 17:34:07 +01:00 |
|
|
200a9b1edb
|
Move unrelated code to own class
[MAILPOET-2397]
|
2019-10-23 17:34:07 +01:00 |
|
|
a42a971efd
|
Move GA tracking to free
[MAILPOET-2397]
|
2019-10-23 17:34:07 +01:00 |
|
|
86cffacdbe
|
Add WooCommerceSettings endpoint
[MAILPOET-2278]
|
2019-10-18 09:41:34 +01:00 |
|
|
e3176a3edf
|
Check all test support files with PHPStan
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
a2982de3a8
|
Check all test support files with Code Sniffer
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
02ac03be02
|
Remove old unused test support files
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
2e836c174e
|
Check acceptance tests with PHPStan, fix discovered problems
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
ffc11af689
|
Check data factories with PHPStan, fix discovered problems
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
eb02627a98
|
Fix PHPStan errors in unit tests
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
39932e9846
|
Run PHPStan for unit tests
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
e1132f9e92
|
Run code sniffer on full tests directory, merge commands into one
[MAILPOET-2429]
|
2019-10-17 15:55:15 +01:00 |
|
|
112273e3e6
|
Use specific MySQL 5.7.27-ram version
Version 5.7.28 is breaking our builds, so this is hot fix until we fix it properly.
[MAILPOET-2483]
|
2019-10-16 18:15:22 +03:00 |
|
|
b8334cb843
|
Do not progressively reschedule on cron execution timeout [MAILPOET-2392]
|
2019-10-16 13:55:01 +01:00 |
|
|
cb3a7ed8bc
|
Update tests [MAILPOET-2392]
|
2019-10-16 13:55:01 +01:00 |
|
|
fb7135fe19
|
Add JS test for the block
[MAILPOET-2279]
|
2019-10-15 15:45:37 +01:00 |
|
|
4051d35910
|
Rewrite acceptance tests to use actual email ID
[MAILPOET-2408]
|
2019-10-11 15:57:38 +01:00 |
|
|
dc740f9645
|
Add acceptance test for woocommerce settings notice
[MAILPOET-2408]
|
2019-10-11 15:57:38 +01:00 |
|
|
fd3b07c916
|
Fix failing multisite tests
[MAILPOET-2466]
|
2019-10-10 17:17:58 +01:00 |
|