Commit Graph

11946 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
0aee58b3b9 Release 3.56.0 3.56.0 2020-12-07 19:15:06 +02:00
Veljko V
2964b5803b Fix flaky test EditorSettingsBehavior [MAILPOET-3341]
[MAILPOET-3341](https://mailpoet.atlassian.net/browse/MAILPOET-3341)
2020-12-07 19:14:45 +02:00
Jan Lysý
83cb272555 Use method createOrUpdate from SegmentRepository in tests
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Jan Lysý
79abec8f13 Move method for create or update Segment to repository
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Jan Lysý
37cef4fb34 Remove usage of Idiorm from Segments test
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Jan Lysý
a75575baf9 Use SegmentEntity in endpoint Segment::save()
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Rostislav Wolny
16a0d54a31 Remove unsecure string from error message
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
703fbe53a8 Update php version range for code sniffer
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
7155aa03f9 Add static analysis job for php7 and php8 to CI
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
3845f400b1 Add parameter for php version to static analysis command
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
dd3538b78d Add basic tests for PDOConnection and PDOStatement
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
0ee843723e Enable unused ignoredErrors reporting for PHPStan
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
b4ee9a756a Update codesniffer to PHP8 compatible version
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
6459828eb2 Fix warnings in translations:build command
There is no need to pass the variable by reference.
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
90eb894b72 Refactor acceptance tests splitting to respect coding style
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
b9716bc0bc Add totten/lurkerlite as replacement for henrikbjorn/lurker
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
9473579766 Fix type issues in tests
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
9e9063414f Ignore some PHPStan errors in libs only for PHP7
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
d13f63b3e2 Fix other minor type issues in libs
[MAILPOET-3926]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
82f666c488 Fix type issues in Doctrine Driver
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
df22724cf7 Fix unserialize parameters issues in old models
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
ec19b565f5 Update PHP Stan
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
8d7625fc3c Fix argument passed by reference exception
This fails on PHP8. Passing by reference was introduced int this commit
a587b0a966
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
5d03ca01cd Fix WooCommerce helper mock in first purchase tests
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
0f7f173259 Fix required after optional warning in SMTP mailer
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
e2236e45df Fix form fields extraction
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
71c515cdcf Add patching for interface name collision with match expression
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
747d5fffee Add patching for phpunit deprecated ReflectionParameter::getClass()
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
12e85972a3 Fix incompatibilty in DBAL DriverException
[MAILPOET-3926]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
386f0c66b4 Don't use transactions for statements with implicit commit
[MAILPOET-3926]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
c0c9b11c54 Add workaround for removed codeception/robo-paracept
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
a62ad4f70a Update robo and codeception and remove outdated deps
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
0362c97067 Fix required after optional warning in form blocks renderer
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
12cc818f8b Fix required after optional parameter in doctrine config factory
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Pavel Dohnal
56d7cd1398 Fix rendering shortcodes in subject
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
3af2ffbbb4 Add notice when someone is using a newsletter shortcode
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
06dca19738 Add magic getters for backward compatibility
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
15ae8ae369 Use the data loader in form editor
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Pavel Dohnal
344a338376 Move data selection to a reusable service
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Pavel Dohnal
daaeada3da Match select boxes with same select boxes in segments
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Pavel Dohnal
73d9551797 Refactor component to typescript
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Pavel Dohnal
d543d2ed6c Refactor component to functional
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Veljko V
ec26ae15a7 Fix problem of conflicts with other tests [MAILPOET-3334]
[MAILPOET-3334]
2020-12-03 09:33:05 +01:00
Veljko V
072bbd8ff3 Sort use statements alphabetically [MAILPOET-3334]
[MAILPOET-3334]
2020-12-03 09:33:05 +01:00
Veljko V
8cf27241fc Fix problem of other test executions [MAILPOET-3334]
[MAILPOET-3334]
2020-12-03 09:33:05 +01:00
Veljko V
7d88f3eaea Update form tests to have front end checks [MAILPOET-3334]
[MAILPOET-3334](https://mailpoet.atlassian.net/browse/MAILPOET-3334)
2020-12-03 09:33:05 +01:00
Veljko V
f3df805bb3 Fix flaky tests in acceptance [MAILPOET-3335]
[MAILPOET-3335](https://mailpoet.atlassian.net/browse/MAILPOET-3335)
2020-12-02 17:30:55 +01:00
Pavel Dohnal
bfbc4bbe07 Update babel packages
[MAILPOET-3303]
2020-12-02 09:44:01 +01:00
Pavel Dohnal
b6f62d91a0 Update types
[MAILPOET-3303]
2020-12-02 09:44:01 +01:00
Jan Lysý
19e2e0a4f7 Unzip Woocommerce plugin for codeception
[MAILPOET-3321]
2020-12-01 13:06:56 +01:00