Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3353b47721ab4ac43065334145458b143ffad05a https://github.com/phpmyadmin/phpmyadmin/commit/3353b47721ab4ac4306533414545... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-29 (Mon, 01 January 2024) -03:00
Changed paths: A src/Dbal/ConnectionType.php M phpstan-baseline.neon M psalm-baseline.xml M src/Bookmarks/Bookmark.php M src/Bookmarks/BookmarkRepository.php M src/Config.php M src/ConfigStorage/Relation.php M src/ConfigStorage/RelationCleanup.php M src/ConfigStorage/UserGroups.php M src/Controllers/Server/DatabasesController.php M src/Controllers/Server/UserGroupsFormController.php M src/Database/CentralColumns.php M src/Database/Designer/Common.php M src/DatabaseInterface.php M src/Dbal/Connection.php M src/Dbal/DbalInterface.php M src/Export/TemplateModel.php M src/Favorites/RecentFavoriteTables.php M src/Http/Middleware/Authentication.php M src/Menu.php M src/Navigation/Navigation.php M src/Navigation/Nodes/Node.php M src/Navigation/Nodes/NodeDatabase.php M src/Plugins/Export/ExportCsv.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportJson.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOds.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPhparray.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/ExportYaml.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/Schema/Pdf/Pdf.php M src/Replication/Replication.php M src/Replication/ReplicationGui.php M src/Server/Privileges.php M src/Table/Table.php M src/Tracking/Tracker.php M src/Tracking/Tracking.php M src/Tracking/TrackingChecker.php M src/Transformations.php M src/UserPreferences.php M tests/classes/ConfigTest.php M tests/classes/Controllers/Server/VariablesControllerTest.php M tests/classes/Database/CentralColumnsTest.php M tests/classes/Database/Designer/CommonTest.php M tests/classes/Database/RoutinesTest.php M tests/classes/DatabaseInterfaceTest.php M tests/classes/NormalizationTest.php M tests/classes/Plugins/Export/ExportOdsTest.php M tests/classes/Plugins/Export/ExportOdtTest.php M tests/classes/Plugins/Export/ExportSqlTest.php M tests/classes/Plugins/Export/ExportTexytextTest.php M tests/classes/Server/PrivilegesTest.php M tests/classes/Table/TableTest.php M tests/classes/Tracking/TrackerTest.php M tests/classes/UserPreferencesTest.php
Log Message: ----------- Create ConnectionType enum
Replaces Connection::TYPE_* constants with ConnectionType enum.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 0dd9e4fbf51679373d2620001c2b8953db123ee1 https://github.com/phpmyadmin/phpmyadmin/commit/0dd9e4fbf51679373d2620001c2b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-01-29 (Mon, 01 January 2024) -03:00
Changed paths: A src/Dbal/ConnectionType.php M phpstan-baseline.neon M psalm-baseline.xml M src/Bookmarks/Bookmark.php M src/Bookmarks/BookmarkRepository.php M src/Config.php M src/ConfigStorage/Relation.php M src/ConfigStorage/RelationCleanup.php M src/ConfigStorage/UserGroups.php M src/Controllers/Server/DatabasesController.php M src/Controllers/Server/UserGroupsFormController.php M src/Database/CentralColumns.php M src/Database/Designer/Common.php M src/DatabaseInterface.php M src/Dbal/Connection.php M src/Dbal/DbalInterface.php M src/Export/TemplateModel.php M src/Favorites/RecentFavoriteTables.php M src/Http/Middleware/Authentication.php M src/Menu.php M src/Navigation/Navigation.php M src/Navigation/Nodes/Node.php M src/Navigation/Nodes/NodeDatabase.php M src/Plugins/Export/ExportCsv.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportJson.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOds.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPhparray.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/ExportYaml.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/Schema/Pdf/Pdf.php M src/Replication/Replication.php M src/Replication/ReplicationGui.php M src/Server/Privileges.php M src/Table/Table.php M src/Tracking/Tracker.php M src/Tracking/Tracking.php M src/Tracking/TrackingChecker.php M src/Transformations.php M src/UserPreferences.php M tests/classes/ConfigTest.php M tests/classes/Controllers/Server/VariablesControllerTest.php M tests/classes/Database/CentralColumnsTest.php M tests/classes/Database/Designer/CommonTest.php M tests/classes/Database/RoutinesTest.php M tests/classes/DatabaseInterfaceTest.php M tests/classes/NormalizationTest.php M tests/classes/Plugins/Export/ExportOdsTest.php M tests/classes/Plugins/Export/ExportOdtTest.php M tests/classes/Plugins/Export/ExportSqlTest.php M tests/classes/Plugins/Export/ExportTexytextTest.php M tests/classes/Server/PrivilegesTest.php M tests/classes/Table/TableTest.php M tests/classes/Tracking/TrackerTest.php M tests/classes/UserPreferencesTest.php
Log Message: ----------- Merge pull request #18944 from MauricioFauth/connection-type-enum
Create ConnectionType enum