[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 380707: Define controllers as services in an external configuration file

Hugues Peccatte hugues.peccatte at gmail.com
Sun May 19 16:56:02 CEST 2019


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 380707fbcdf443ae981b4022c837816f3cf2981a
https://github.com/phpmyadmin/phpmyadmin/commit/380707fbcdf443ae981b4022c837816f3cf2981a
Author: Hugues Peccatte <hugues.peccatte at gmail.com>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00

Changed paths: 
A services.yml
A services_controllers.yml
M ajax.php
M browse_foreigners.php
M composer.json
M db_central_columns.php
M db_datadict.php
M db_events.php
M db_multi_table_query.php
M db_routines.php
M db_sql.php
M db_structure.php
M db_triggers.php
M index.php
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/AjaxController.php
M libraries/classes/Controllers/BrowseForeignersController.php
M libraries/classes/Controllers/Database/AbstractController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/DataDictionaryController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/CollationsController.php
M libraries/classes/Controllers/Server/PluginsController.php
M libraries/classes/Controllers/Server/Status/AbstractController.php
M libraries/classes/Controllers/Server/Status/AdvisorController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Table/AbstractController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/TransformationOverviewController.php
M libraries/classes/DatabaseInterface.php
M libraries/common.inc.php
M phpstan.neon.dist
M server_binlog.php
M server_collations.php
M server_databases.php
M server_engines.php
M server_plugins.php
M server_replication.php
M server_sql.php
M server_status.php
M server_status_advisor.php
M server_status_monitor.php
M server_status_processes.php
M server_status_queries.php
M server_status_variables.php
M server_variables.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_zoom_select.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M transformation_overview.php

Log Message:
-----------
Define controllers as services in an external configuration file

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>

Commit: 4b2980e01f14b7ade9904a81279a4820f52e0357
https://github.com/phpmyadmin/phpmyadmin/commit/4b2980e01f14b7ade9904a81279a4820f52e0357
Author: Hugues Peccatte <hugues.peccatte at gmail.com>
Date: 2019-05-19 (Sun, 05 May 2019) +02:00

Changed paths: 
M services_controllers.yml

Log Message:
-----------
Fix missing arguments

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>

Commit: 1a846baa0f8a428596f4900b7e95a2d6782eaba0
https://github.com/phpmyadmin/phpmyadmin/commit/1a846baa0f8a428596f4900b7e95a2d6782eaba0
Author: MaurĂ­cio Meneghini Fauth <mauricio at fauth.dev>
Date: 2019-05-19 (Sun, 05 May 2019) -03:00

Changed paths: 
A services.yml
A services_controllers.yml
M ajax.php
M browse_foreigners.php
M composer.json
M db_central_columns.php
M db_datadict.php
M db_events.php
M db_multi_table_query.php
M db_routines.php
M db_sql.php
M db_structure.php
M db_triggers.php
M index.php
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/AjaxController.php
M libraries/classes/Controllers/BrowseForeignersController.php
M libraries/classes/Controllers/Database/AbstractController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/DataDictionaryController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/CollationsController.php
M libraries/classes/Controllers/Server/PluginsController.php
M libraries/classes/Controllers/Server/Status/AbstractController.php
M libraries/classes/Controllers/Server/Status/AdvisorController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Table/AbstractController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/RelationController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/TransformationOverviewController.php
M libraries/classes/DatabaseInterface.php
M libraries/common.inc.php
M phpstan.neon.dist
M server_binlog.php
M server_collations.php
M server_databases.php
M server_engines.php
M server_plugins.php
M server_replication.php
M server_sql.php
M server_status.php
M server_status_advisor.php
M server_status_monitor.php
M server_status_processes.php
M server_status_queries.php
M server_status_variables.php
M server_variables.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_zoom_select.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M transformation_overview.php

Log Message:
-----------
Merge pull request #15266 from Tithugues/feature/DI

External dependency injection system



More information about the Git mailing list