- 19 Aug, 2020 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecate the Synchronizer package
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 18 Aug, 2020 2 commits
-
-
Sergei Morozov authored
Test MySQLi connection via TLS on Travis
-
Sergei Morozov authored
-
- 17 Aug, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 10 Aug, 2020 2 commits
-
-
Claudio Zizza authored
Remove slash from const name in transactions documentation
-
greeflas authored
-
- 07 Aug, 2020 4 commits
-
-
Sergei Morozov authored
Update PHPUnit to 9.3
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
$ composer update phpunit/phpunit nikic/php-parser --with-dependencies
-
- 25 Jul, 2020 6 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Do not suppress warnings in PHP_CodeSniffer reports
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
The polyfill would cause a PSR1.Files.SideEffects.FoundWithSymbols warning.
-
- 24 Jul, 2020 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 23 Jul, 2020 9 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Ignore code coverage of private constructors of static classes
-
Sergei Morozov authored
-
Sergei Morozov authored
Fix badges
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Grégoire Paris authored
Trigger Github workflow for merges
-
Grégoire Paris authored
A merge is viewed by Github as a push to the branch where the merge occurs, see https://github.community/t/trigger-workflow-only-on-pull-request-merge/17359/2 This means we should have coverage reports for merge commits from Github, which should result in saner numbers.
-
- 22 Jul, 2020 5 commits
-
-
Grégoire Paris authored
Fetch parent commits
-
Grégoire Paris authored
CI platforms do not run their jobs on the commit you push. Instead, they run it on a merge commit so that both your changes and the latest version of the target branch are taken into account. Before uploading the coverage report, CodeCov's bash uploader attempts to find the original commit hash, and succeeds on Travis and AppVeyor, but not on Github, because the method it uses does not work unless the parent commits are fetched too, which results in Github posting to CodeCov with a different hash than Travis or AppVeyor. Setting the fetch depth fixes that issue.
-
Sergei Morozov authored
Additional deprecation note for PrimaryReplicaConnection::query()
-
Sergei Morozov authored
-
Sergei Morozov authored
Add GitHub Actions builds for oci8 and pdo_oci drivers
-
- 21 Jul, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-