[phpMyAdmin Git] [phpmyadmin/phpmyadmin] cf354d: Rename ServerStatusData to Server/Status/Data

Maurício Meneghini Fauth mauriciofauth at gmail.com
Fri Sep 8 12:21:24 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: cf354d29cdaf46c2405cda83432ac0cd0ad2b566
      https://github.com/phpmyadmin/phpmyadmin/commit/cf354d29cdaf46c2405cda83432ac0cd0ad2b566
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Status/Data.php
    M libraries/classes/Server/Status/Monitor.php
    R libraries/classes/ServerStatusData.php
    M libraries/server_status.lib.php
    M libraries/server_status_processes.lib.php
    M libraries/server_status_queries.lib.php
    M libraries/server_status_variables.lib.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
    A test/classes/Server/Status/DataTest.php
    M test/classes/Server/Status/MonitorTest.php
    R test/classes/ServerStatusDataTest.php
    M test/classes/controllers/ServerVariablesControllerTest.php
    M test/libraries/PMA_server_status_advisor_test.php
    M test/libraries/PMA_server_status_queries_test.php
    M test/libraries/PMA_server_status_test.php
    M test/libraries/PMA_server_status_variables_test.php

  Log Message:
  -----------
  Rename ServerStatusData to Server/Status/Data

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 7596fe8d6fb3be6d5f5bf4717ed806d20888ffaa
      https://github.com/phpmyadmin/phpmyadmin/commit/7596fe8d6fb3be6d5f5bf4717ed806d20888ffaa
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Status.php
    R libraries/server_status.lib.php
    M server_status.php
    A test/classes/Server/StatusTest.php
    R test/libraries/PMA_server_status_test.php

  Log Message:
  -----------
  Refactor server_status functions to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 8d46a94daea3a7527c913d957ff0a167c081631f
      https://github.com/phpmyadmin/phpmyadmin/commit/8d46a94daea3a7527c913d957ff0a167c081631f
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Status/Advisor.php
    R libraries/server_status_advisor.lib.php
    M server_status_advisor.php
    A test/classes/Server/Status/AdvisorTest.php
    R test/libraries/PMA_server_status_advisor_test.php

  Log Message:
  -----------
  Refactor server_status_advisor to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: ef17be91c1d064dc2ec354ffda25977218f8cbe7
      https://github.com/phpmyadmin/phpmyadmin/commit/ef17be91c1d064dc2ec354ffda25977218f8cbe7
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Status/Processes.php
    R libraries/server_status_processes.lib.php
    M server_status_processes.php
    A test/classes/Server/Status/ProcessesTest.php
    R test/libraries/PMA_server_status_processes_test.php

  Log Message:
  -----------
  Refactor server_status_processes to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: dfbea9648f80d09cf46e22cc29478669ed8be677
      https://github.com/phpmyadmin/phpmyadmin/commit/dfbea9648f80d09cf46e22cc29478669ed8be677
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Status/Queries.php
    R libraries/server_status_queries.lib.php
    M server_status_queries.php
    A test/classes/Server/Status/QueriesTest.php
    R test/libraries/PMA_server_status_queries_test.php

  Log Message:
  -----------
  Refactor server_status_queries to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 94fa5946ce671fbdb3b491292bc0a4caee1a3410
      https://github.com/phpmyadmin/phpmyadmin/commit/94fa5946ce671fbdb3b491292bc0a4caee1a3410
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Status/Variables.php
    R libraries/server_status_variables.lib.php
    M server_status_variables.php
    A test/classes/Server/Status/VariablesTest.php
    R test/libraries/PMA_server_status_variables_test.php

  Log Message:
  -----------
  Refactor server_status_variables to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 8c41df5103c2c4ffc4e93c2c71b11e9061f98ff3
      https://github.com/phpmyadmin/phpmyadmin/commit/8c41df5103c2c4ffc4e93c2c71b11e9061f98ff3
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A libraries/classes/Server/Users.php
    R libraries/server_users.lib.php
    M server_privileges.php
    M server_user_groups.php
    A test/classes/Server/UsersTest.php
    R test/libraries/PMA_server_users_test.php

  Log Message:
  -----------
  Refactor server_users functions to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 4022337194521b666c344c84bdab5d703f25bc4d
      https://github.com/phpmyadmin/phpmyadmin/commit/4022337194521b666c344c84bdab5d703f25bc4d
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-08 (Fri, 08 Sep 2017)

  Changed paths:
    A libraries/classes/Server/UserGroups.php
    R libraries/server_user_groups.lib.php
    M server_user_groups.php
    A test/classes/Server/UserGroupsTest.php
    R test/libraries/PMA_server_user_groups_test.php

  Log Message:
  -----------
  Refactor server_user_groups to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: f7051b2e5c108d58013321e1450793474a127182
      https://github.com/phpmyadmin/phpmyadmin/commit/f7051b2e5c108d58013321e1450793474a127182
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-08 (Fri, 08 Sep 2017)

  Changed paths:
    M libraries/classes/Controllers/Server/ServerBinlogController.php
    M libraries/classes/Controllers/Server/ServerCollationsController.php
    M libraries/classes/Controllers/Server/ServerDatabasesController.php
    M libraries/classes/Controllers/Server/ServerEnginesController.php
    M libraries/classes/Controllers/Server/ServerPluginsController.php
    M libraries/classes/Controllers/Server/ServerVariablesController.php
    A libraries/classes/Server/Common.php
    M libraries/server_common.inc.php
    R libraries/server_common.lib.php
    M server_privileges.php
    M server_replication.php
    A test/classes/Server/CommonTest.php
    R test/libraries/PMA_server_common_test.php

  Log Message:
  -----------
  Refactor server_common functions to static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 3923ac75d13e3e6bd13f7f1c8e165993625267ad
      https://github.com/phpmyadmin/phpmyadmin/commit/3923ac75d13e3e6bd13f7f1c8e165993625267ad
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-09-08 (Fri, 08 Sep 2017)

  Changed paths:
    M libraries/classes/Controllers/Server/ServerBinlogController.php
    M libraries/classes/Controllers/Server/ServerCollationsController.php
    M libraries/classes/Controllers/Server/ServerDatabasesController.php
    M libraries/classes/Controllers/Server/ServerEnginesController.php
    M libraries/classes/Controllers/Server/ServerPluginsController.php
    M libraries/classes/Controllers/Server/ServerVariablesController.php
    A libraries/classes/Server/Common.php
    A libraries/classes/Server/Status.php
    A libraries/classes/Server/Status/Advisor.php
    A libraries/classes/Server/Status/Data.php
    M libraries/classes/Server/Status/Monitor.php
    A libraries/classes/Server/Status/Processes.php
    A libraries/classes/Server/Status/Queries.php
    A libraries/classes/Server/Status/Variables.php
    A libraries/classes/Server/UserGroups.php
    A libraries/classes/Server/Users.php
    R libraries/classes/ServerStatusData.php
    M libraries/server_common.inc.php
    R libraries/server_common.lib.php
    R libraries/server_status.lib.php
    R libraries/server_status_advisor.lib.php
    R libraries/server_status_processes.lib.php
    R libraries/server_status_queries.lib.php
    R libraries/server_status_variables.lib.php
    R libraries/server_user_groups.lib.php
    R libraries/server_users.lib.php
    M server_privileges.php
    M server_replication.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_user_groups.php
    A test/classes/Server/CommonTest.php
    A test/classes/Server/Status/AdvisorTest.php
    A test/classes/Server/Status/DataTest.php
    M test/classes/Server/Status/MonitorTest.php
    A test/classes/Server/Status/ProcessesTest.php
    A test/classes/Server/Status/QueriesTest.php
    A test/classes/Server/Status/VariablesTest.php
    A test/classes/Server/StatusTest.php
    A test/classes/Server/UserGroupsTest.php
    A test/classes/Server/UsersTest.php
    R test/classes/ServerStatusDataTest.php
    M test/classes/controllers/ServerVariablesControllerTest.php
    R test/libraries/PMA_server_common_test.php
    R test/libraries/PMA_server_status_advisor_test.php
    R test/libraries/PMA_server_status_processes_test.php
    R test/libraries/PMA_server_status_queries_test.php
    R test/libraries/PMA_server_status_test.php
    R test/libraries/PMA_server_status_variables_test.php
    R test/libraries/PMA_server_user_groups_test.php
    R test/libraries/PMA_server_users_test.php

  Log Message:
  -----------
  Merge pull request #13667 from mauriciofauth/server

Refactor server functions to static methods


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b881c4cddbb3...3923ac75d13e


More information about the Git mailing list