Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 504b8b5dfe854add84b46834e3a6efbc170d9151 https://github.com/phpmyadmin/phpmyadmin/commit/504b8b5dfe854add84b46834e3a6... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-10 (Tue, 10 October 2023) -03:00
Changed paths: M psalm-baseline.xml M src/Plugins/Schema/Dia/DiaRelationSchema.php M src/Plugins/Schema/Eps/EpsRelationSchema.php M src/Plugins/Schema/ExportRelationSchema.php M src/Plugins/Schema/Pdf/PdfRelationSchema.php M src/Plugins/Schema/Svg/SvgRelationSchema.php M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
Log Message: ----------- Remove $diagram property from ExportRelationSchema
Replaces it with a private property for each child class.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: ef485d50a754acbf861e1b93202300518506733b https://github.com/phpmyadmin/phpmyadmin/commit/ef485d50a754acbf861e1b932023... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-11 (Wed, 10 October 2023) -03:00
Changed paths: M psalm-baseline.xml M src/Plugins/Schema/Dia/DiaRelationSchema.php M src/Plugins/Schema/Eps/EpsRelationSchema.php M src/Plugins/Schema/ExportRelationSchema.php M src/Plugins/Schema/Pdf/PdfRelationSchema.php M src/Plugins/Schema/SchemaDia.php M src/Plugins/Schema/SchemaEps.php M src/Plugins/Schema/SchemaPdf.php M src/Plugins/Schema/SchemaSvg.php M src/Plugins/Schema/Svg/SvgRelationSchema.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/ExportRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
Log Message: ----------- Inject Relation dep in ExportRelationSchema classes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 129d35cf0af1709b707aaf57cd623f8c3e662d8a https://github.com/phpmyadmin/phpmyadmin/commit/129d35cf0af1709b707aaf57cd62... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-11 (Wed, 10 October 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/Schema/Pdf/PdfRelationSchema.php
Log Message: ----------- Fix possible invalid argument in PdfRelationSchema
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cc76daf0ee8d22f50224c047e8560d19992cf9cd https://github.com/phpmyadmin/phpmyadmin/commit/cc76daf0ee8d22f50224c047e856... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-11 (Wed, 10 October 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/Schema/Dia/DiaRelationSchema.php M src/Plugins/Schema/Eps/EpsRelationSchema.php M src/Plugins/Schema/ExportRelationSchema.php M src/Plugins/Schema/Pdf/PdfRelationSchema.php M src/Plugins/Schema/SchemaDia.php M src/Plugins/Schema/SchemaEps.php M src/Plugins/Schema/SchemaPdf.php M src/Plugins/Schema/SchemaSvg.php M src/Plugins/Schema/Svg/SvgRelationSchema.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/ExportRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
Log Message: ----------- Merge pull request #18757 from MauricioFauth/schema-export-refactor
Refactor ExportRelationSchema classes