Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 550673b775e60c0a957964176efee78fe4308e8c https://github.com/phpmyadmin/phpmyadmin/commit/550673b775e60c0a957964176efe... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-03 (Fri, 11 November 2023) -03:00
Changed paths: M app/services_controllers.php M src/Controllers/Table/ReplaceController.php M src/Controllers/Table/SqlController.php M test/classes/Controllers/Table/ReplaceControllerTest.php
Log Message: ----------- Remove container builder from ReplaceController
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1514117a4763b9e84d8c40ee56d323bf2ebcfc03 https://github.com/phpmyadmin/phpmyadmin/commit/1514117a4763b9e84d8c40ee56d3... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-03 (Fri, 11 November 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Core.php M src/Http/Middleware/CurrentServerGlobalSetting.php M src/Http/Middleware/DatabaseAndTableSetting.php M src/Http/Middleware/SqlQueryGlobalSetting.php M src/Http/Middleware/UrlParamsSetting.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php
Log Message: ----------- Remove ContainerBuilder::setParameter() calls
These parameters are only written, but never used.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 09e76047541fa4fe94f33575a3ff029bdc5302ba https://github.com/phpmyadmin/phpmyadmin/commit/09e76047541fa4fe94f33575a3ff... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-03 (Fri, 11 November 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Core.php M test/classes/AbstractTestCase.php M test/classes/ApplicationTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Normalization/MainControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/ExportControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Export/OptionsTest.php M test/classes/PluginsTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/Tracking/TrackerTest.php
Log Message: ----------- Remove containerBuilder global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 3880a40ccd0c02716fa33004eee19f9a7309c838 https://github.com/phpmyadmin/phpmyadmin/commit/3880a40ccd0c02716fa33004eee1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-03 (Fri, 11 November 2023) -03:00
Changed paths: M test/classes/CoreTest.php
Log Message: ----------- Add unit test for Core::getContainerBuilder()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: e036ec6e559415dba1fe7a719b365ec9df779330 https://github.com/phpmyadmin/phpmyadmin/commit/e036ec6e559415dba1fe7a719b36... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-03 (Fri, 11 November 2023) -03:00
Changed paths: A test/classes/Http/Middleware/UrlParamsSettingTest.php
Log Message: ----------- Add unit test for UrlParamsSetting middleware
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2b0dd750ef2d7a67d481f9ec6d725e4fa2306c7f https://github.com/phpmyadmin/phpmyadmin/commit/2b0dd750ef2d7a67d481f9ec6d72... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-03 (Fri, 11 November 2023) -03:00
Changed paths: A test/classes/Http/Middleware/UrlParamsSettingTest.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Table/ReplaceController.php M src/Controllers/Table/SqlController.php M src/Core.php M src/Http/Middleware/CurrentServerGlobalSetting.php M src/Http/Middleware/DatabaseAndTableSetting.php M src/Http/Middleware/SqlQueryGlobalSetting.php M src/Http/Middleware/UrlParamsSetting.php M test/classes/AbstractTestCase.php M test/classes/ApplicationTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Normalization/MainControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/ExportControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/CoreTest.php M test/classes/Export/OptionsTest.php M test/classes/PluginsTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/Tracking/TrackerTest.php
Log Message: ----------- Merge pull request #18788 from MauricioFauth/container-builder-global
Remove containerBuilder global variable