Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: be9a73948ab10af5ca1c4b3830b1426407c9635a
https://github.com/phpmyadmin/phpmyadmin/commit/be9a73948ab10af5ca1c4b3830b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-08 (Tue, 09 September 2020) -03:00
Changed paths:
M libraries/classes/ReplicationInfo.php
Log Message:
-----------
Extract methods to get primary and replica info
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 952e2f9ee851fc70aff892326008f2248c371f43
https://github.com/phpmyadmin/phpmyadmin/commit/952e2f9ee851fc70aff89232600…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-08 (Tue, 09 September 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/ReplicationInfo.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
Log Message:
-----------
Remove replication_types PHP global
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: bf2e91f41f507f77508fa92c1fa2d23f58ac27a4
https://github.com/phpmyadmin/phpmyadmin/commit/bf2e91f41f507f77508fa92c1fa…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-08 (Tue, 09 September 2020) -03:00
Changed paths:
M libraries/classes/ReplicationGui.php
M libraries/classes/ReplicationInfo.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/ReplicationGuiTest.php
Log Message:
-----------
Remove (master|slave)_variables* global variables
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fd305ee8b12beb6f31c6bc6e9b9a3a2ce0d856de
https://github.com/phpmyadmin/phpmyadmin/commit/fd305ee8b12beb6f31c6bc6e9b9…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-08 (Tue, 09 September 2020) -03:00
Changed paths:
M libraries/classes/ReplicationInfo.php
Log Message:
-----------
Refactor ReplicationInfo::load
Extracts methods that uses the $dbi global.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: cd862d4f0006036d15637c585e7854b9be77c696
https://github.com/phpmyadmin/phpmyadmin/commit/cd862d4f0006036d15637c585e7…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-12 (Sat, 09 September 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/ReplicationGui.php
M libraries/classes/ReplicationInfo.php
M libraries/classes/Server/Status/Data.php
M test/classes/Controllers/Database/StructureControllerTest.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/ReplicationGuiTest.php
M test/classes/Stubs/DbiDummy.php
Log Message:
-----------
Remove replication_info global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 40d2a1c605a07bd298fb215fb4ccfd8a3f13e0aa
https://github.com/phpmyadmin/phpmyadmin/commit/40d2a1c605a07bd298fb215fb4c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-12 (Sat, 09 September 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/ReplicationGui.php
M libraries/classes/ReplicationInfo.php
M libraries/classes/Server/Status/Data.php
M test/classes/Controllers/Database/StructureControllerTest.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/ReplicationGuiTest.php
M test/classes/Stubs/DbiDummy.php
Log Message:
-----------
Merge pull request #16338 from mauriciofauth/replication
Refactor the ReplicationInfo class
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3c21cf1853a0d2aaef379113e8fbf4676dacb83e
https://github.com/phpmyadmin/phpmyadmin/commit/3c21cf1853a0d2aaef379113e8f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-08 (Tue, 09 September 2020) -03:00
Changed paths:
M js/src/server/databases.js
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/TrackingController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/DeleteController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Controllers/Table/TriggersController.php
M libraries/classes/Display/Results.php
M libraries/classes/Sql.php
M psalm-baseline.xml
M templates/display/results/table.twig
M templates/sql/profiling_chart.twig
M templates/table/chart/tbl_chart.twig
Log Message:
-----------
Remove url_query PHP global
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 8c8e542de375a418dcb83a21a62324792af3c43d
https://github.com/phpmyadmin/phpmyadmin/commit/8c8e542de375a418dcb83a21a62…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-09-08 (Tue, 09 September 2020) -03:00
Changed paths:
M libraries/classes/Tracking.php
Log Message:
-----------
Remove unused Tracking method
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>