Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c52edb3e073741bae12d3f4fc731edb672a9111a https://github.com/phpmyadmin/phpmyadmin/commit/c52edb3e073741bae12d3f4fc731... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-03-30 (Sun, 03 March 2025) -03:00
Changed paths: A src/Indexes/Index.php A src/Indexes/IndexColumn.php A tests/unit/Indexes/IndexColumnTest.php A tests/unit/Indexes/IndexTest.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/DataDictionaryController.php M src/Controllers/Operations/TableController.php M src/Controllers/Table/IndexRenameController.php M src/Controllers/Table/IndexesController.php M src/Controllers/Table/RelationController.php M src/Controllers/Table/Structure/SaveController.php M src/Controllers/Table/StructureController.php M src/CreateAddField.php M src/Database/Designer/Common.php M src/Dbal/DatabaseInterface.php M src/Display/Results.php M src/Normalization.php M src/Plugins/Schema/TableStats.php M src/Sql.php M src/Table/Indexes.php M src/Table/Maintenance.php M src/Table/Table.php M tests/unit/Controllers/Table/IndexRenameControllerTest.php M tests/unit/Controllers/Table/IndexesControllerTest.php M tests/unit/Controllers/Table/StructureControllerTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/Table/IndexesTest.php D src/Index.php D src/IndexColumn.php D tests/unit/IndexColumnTest.php D tests/unit/IndexTest.php
Log Message: ----------- Move indexes classes to the Indexes namespace
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 8dce3ac0c6f641224d52016c5b87c21c7f895e6f https://github.com/phpmyadmin/phpmyadmin/commit/8dce3ac0c6f641224d52016c5b87... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-03-31 (Mon, 03 March 2025) -03:00
Changed paths: A src/Indexes/Index.php A src/Indexes/IndexColumn.php A tests/unit/Indexes/IndexColumnTest.php A tests/unit/Indexes/IndexTest.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/DataDictionaryController.php M src/Controllers/Operations/TableController.php M src/Controllers/Table/IndexRenameController.php M src/Controllers/Table/IndexesController.php M src/Controllers/Table/RelationController.php M src/Controllers/Table/Structure/SaveController.php M src/Controllers/Table/StructureController.php M src/CreateAddField.php M src/Database/Designer/Common.php M src/Dbal/DatabaseInterface.php M src/Display/Results.php M src/Normalization.php M src/Plugins/Schema/TableStats.php M src/Sql.php M src/Table/Indexes.php M src/Table/Maintenance.php M src/Table/Table.php M tests/unit/Controllers/Table/IndexRenameControllerTest.php M tests/unit/Controllers/Table/IndexesControllerTest.php M tests/unit/Controllers/Table/StructureControllerTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/Table/IndexesTest.php D src/Index.php D src/IndexColumn.php D tests/unit/IndexColumnTest.php D tests/unit/IndexTest.php
Log Message: ----------- Merge pull request #19652 from MauricioFauth/indexes
Move indexes classes to the Indexes namespace