Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e7577469253f121e8df7c3c6538d1cbdf394c988 https://github.com/phpmyadmin/phpmyadmin/commit/e7577469253f121e8df7c3c6538d1cbdf394c988 Author: Maximilian Krög <[email protected]> Date: 2026-02-22 (Sun, 02 February 2026) +01:00
Changed paths: A tests/test_data/gis/empty-expected.pdf A tests/test_data/gis/empty-expected.png A tests/test_data/gis/empty-expected.svg A tests/test_data/gis/geometries-expected-x86.pdf A tests/test_data/gis/geometries-expected.pdf A tests/test_data/gis/geometries-expected.png A tests/test_data/gis/geometries-expected.svg A tests/test_data/gis/geometrycollection-expected-x86.pdf A tests/test_data/gis/geometrycollection-expected.svg A tests/test_data/gis/ol-empty-null-expected.json A tests/test_data/gis/ol-geometries-0-expected.json A tests/test_data/gis/ol-geometries-4326-expected.json A tests/test_data/gis/ol-geometries-null-expected.json A tests/test_data/gis/ol-geometrycollection-0-expected.json A tests/test_data/gis/ol-geometrycollection-4326-expected.json A tests/test_data/gis/ol-geometrycollection-null-expected.json M src/Gis/GisVisualization.php M tests/test_data/gis/.gitignore M tests/test_data/gis/geometrycollection-expected.pdf M tests/test_data/gis/geometrycollection-expected.png M tests/unit/Gis/GisGeometryCollectionTest.php M tests/unit/Gis/GisLineStringTest.php M tests/unit/Gis/GisMultiLineStringTest.php M tests/unit/Gis/GisMultiPointTest.php M tests/unit/Gis/GisMultiPolygonTest.php M tests/unit/Gis/GisPointTest.php M tests/unit/Gis/GisPolygonTest.php M tests/unit/Gis/GisVisualizationTest.php D tests/test_data/gis/linestring-expected.pdf D tests/test_data/gis/linestring-expected.png D tests/test_data/gis/multilinestring-expected.pdf D tests/test_data/gis/multilinestring-expected.png D tests/test_data/gis/multipoint-expected-x86.pdf D tests/test_data/gis/multipoint-expected.pdf D tests/test_data/gis/multipoint-expected.png D tests/test_data/gis/multipolygon-expected.pdf D tests/test_data/gis/multipolygon-expected.png D tests/test_data/gis/point-expected-x86.pdf D tests/test_data/gis/point-expected.pdf D tests/test_data/gis/point-expected.png D tests/test_data/gis/polygon-expected.pdf D tests/test_data/gis/polygon-expected.png D tests/unit/Gis/GisGeomTestCase.php Log Message: ----------- Refactor gis file export tests Signed-off-by: Maximilian Krög <[email protected]> Commit: 671cfbec43925d5a4cc257edea5f521a5a136d38 https://github.com/phpmyadmin/phpmyadmin/commit/671cfbec43925d5a4cc257edea5f521a5a136d38 Author: Maximilian Krög <[email protected]> Date: 2026-02-22 (Sun, 02 February 2026) +01:00 Changed paths: M psalm-baseline.xml M tests/unit/Gis/GisVisualizationTest.php Log Message: ----------- Use data provider methods for tests of same method Signed-off-by: Maximilian Krög <[email protected]> Commit: 1e8f54bbd9135da4f3949affdbc2dc1ab4faf428 https://github.com/phpmyadmin/phpmyadmin/commit/1e8f54bbd9135da4f3949affdbc2dc1ab4faf428 Author: Maximilian Krög <[email protected]> Date: 2026-02-22 (Sun, 02 February 2026) +01:00 Changed paths: M src/Gis/GisMultiLineString.php M tests/test_data/gis/geometries-expected.svg M tests/test_data/gis/geometrycollection-expected.svg Log Message: ----------- Fix MultiLineString class in GIS svg export Signed-off-by: Maximilian Krög <[email protected]> Commit: 58a67e89cf72f0976875bf67d245180a177c9780 https://github.com/phpmyadmin/phpmyadmin/commit/58a67e89cf72f0976875bf67d245180a177c9780 Author: Maximilian Krög <[email protected]> Date: 2026-02-22 (Sun, 02 February 2026) +01:00 Changed paths: M psalm-baseline.xml M src/Gis/GisLineString.php M src/Gis/GisMultiLineString.php M tests/test_data/gis/geometries-expected-x86.pdf M tests/test_data/gis/geometries-expected.pdf M tests/test_data/gis/geometrycollection-expected-x86.pdf M tests/test_data/gis/geometrycollection-expected.pdf Log Message: ----------- Draw LineString as continuous line in GIS pdf Signed-off-by: Maximilian Krög <[email protected]> Commit: 51890d9a21547403b9bcf19ad5e049b6f41d89d2 https://github.com/phpmyadmin/phpmyadmin/commit/51890d9a21547403b9bcf19ad5e049b6f41d89d2 Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-02-25 (Wed, 02 February 2026) -03:00 Changed paths: A tests/test_data/gis/empty-expected.pdf A tests/test_data/gis/empty-expected.png A tests/test_data/gis/empty-expected.svg A tests/test_data/gis/geometries-expected-x86.pdf A tests/test_data/gis/geometries-expected.pdf A tests/test_data/gis/geometries-expected.png A tests/test_data/gis/geometries-expected.svg A tests/test_data/gis/geometrycollection-expected-x86.pdf A tests/test_data/gis/geometrycollection-expected.svg A tests/test_data/gis/ol-empty-null-expected.json A tests/test_data/gis/ol-geometries-0-expected.json A tests/test_data/gis/ol-geometries-4326-expected.json A tests/test_data/gis/ol-geometries-null-expected.json A tests/test_data/gis/ol-geometrycollection-0-expected.json A tests/test_data/gis/ol-geometrycollection-4326-expected.json A tests/test_data/gis/ol-geometrycollection-null-expected.json M psalm-baseline.xml M src/Gis/GisLineString.php M src/Gis/GisMultiLineString.php M src/Gis/GisVisualization.php M tests/test_data/gis/.gitignore M tests/test_data/gis/geometrycollection-expected.pdf M tests/test_data/gis/geometrycollection-expected.png M tests/unit/Gis/GisGeometryCollectionTest.php M tests/unit/Gis/GisLineStringTest.php M tests/unit/Gis/GisMultiLineStringTest.php M tests/unit/Gis/GisMultiPointTest.php M tests/unit/Gis/GisMultiPolygonTest.php M tests/unit/Gis/GisPointTest.php M tests/unit/Gis/GisPolygonTest.php M tests/unit/Gis/GisVisualizationTest.php D tests/test_data/gis/linestring-expected.pdf D tests/test_data/gis/linestring-expected.png D tests/test_data/gis/multilinestring-expected.pdf D tests/test_data/gis/multilinestring-expected.png D tests/test_data/gis/multipoint-expected-x86.pdf D tests/test_data/gis/multipoint-expected.pdf D tests/test_data/gis/multipoint-expected.png D tests/test_data/gis/multipolygon-expected.pdf D tests/test_data/gis/multipolygon-expected.png D tests/test_data/gis/point-expected-x86.pdf D tests/test_data/gis/point-expected.pdf D tests/test_data/gis/point-expected.png D tests/test_data/gis/polygon-expected.pdf D tests/test_data/gis/polygon-expected.png D tests/unit/Gis/GisGeomTestCase.php Log Message: ----------- Merge pull request #20156 from MoonE/svg-visualization Refactor GIS export-as-file tests _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
