Branch: refs/heads/QA
Home: https://github.com/phpmyadmin/sql-parser
Commit: 953e3c4e0fd9bfaec21e0b48dde8425a22efc160
https://github.com/phpmyadmin/sql-parser/commit/953e3c4e0fd9bfaec21e0b48dde…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
A .scrutinizer.yml
M .gitattributes
M .travis.yml
M phpcs.xml.dist
M phpunit.xml.dist
D codecov.yml
Log Message:
-----------
Sync configuration files with the main repository and add Scrutinizer config
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 2252e8cd037c0c755ce8d5e9d14ff22e9c6c4dd1
https://github.com/phpmyadmin/motranslator/commit/2252e8cd037c0c755ce8d5e9d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
A .scrutinizer.yml
M .gitattributes
M .travis.yml
M phpcs.xml.dist
M phpunit.xml.dist
Log Message:
-----------
Sync configuration files with the main repository and add Scrutinizer config
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: d743ab635458820b6bfe2fda0ccb1b5fc0aef934
https://github.com/phpmyadmin/shapefile/commit/d743ab635458820b6bfe2fda0ccb…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
M .scrutinizer.yml
M .travis.yml
M phpcs.xml.dist
M phpunit.xml.dist
Log Message:
-----------
Sync configuration files with the main repository and add coverage to Scrutinizer
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 0868a73ecfbf8d9295f3f5da1402751758667abb
https://github.com/phpmyadmin/shapefile/commit/0868a73ecfbf8d9295f3f5da1402…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
M phpstan-baseline.neon
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
Log Message:
-----------
Fix some phpstan errors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: ad88e2d3cad316f6f3d455602582306c592caa24
https://github.com/phpmyadmin/shapefile/commit/ad88e2d3cad316f6f3d455602582…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-15 (Sat, 08 August 2020) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Allow phpunit 9
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: c16d39d1c07f477489c153e116051aad0ff181a8
https://github.com/phpmyadmin/shapefile/commit/c16d39d1c07f477489c153e11605…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-15 (Sat, 08 August 2020) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Clean dev dependencies
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f9c7a27c645396d79a08668211c66574e741ec82
https://github.com/phpmyadmin/shapefile/commit/f9c7a27c645396d79a08668211c6…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
A ci/doctum-config.php
M .gitignore
M .scrutinizer.yml
M .travis.yml
D ci/sami-config.php
Log Message:
-----------
Use Doctum instead of Sami
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: fb80a01d7be5c28596396c6a1d210d804adf5374
https://github.com/phpmyadmin/shapefile/commit/fb80a01d7be5c28596396c6a1d21…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Allow PHP 8
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: ab9f8e1873cd86fb267dcd54afbabd593e6518ec
https://github.com/phpmyadmin/shapefile/commit/ab9f8e1873cd86fb267dcd54afba…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
M composer.json
M phpstan.neon.dist
Log Message:
-----------
Upgrade phpstan
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 1ad2ea0398761f6312874050a5f399afa485168b
https://github.com/phpmyadmin/shapefile/commit/1ad2ea0398761f6312874050a5f3…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
M CHANGELOG.md
M src/ShapeRecord.php
Log Message:
-----------
Change the return signature of ShapeRecord::getContentLength
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 5c12e476aa5ffcf6a08bea220f40f1c17f669d73
https://github.com/phpmyadmin/shapefile/commit/5c12e476aa5ffcf6a08bea220f40…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-08-16 (Sun, 08 August 2020) +02:00
Changed paths:
M composer.json
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M phpcs.xml.dist
M phpstan-baseline.neon
M phpstan.neon.dist
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php
Log Message:
-----------
Upgrade coding standard to ^2.0
Signed-off-by: William Desportes <williamdes(a)wdes.fr>