Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 96ec170157fda0c8e0cc44950ea91a1b49f85682 https://github.com/phpmyadmin/phpmyadmin/commit/96ec170157fda0c8e0cc44950ea9... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-07 (Fri, 07 July 2023) -03:00
Changed paths: M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Navigation/Nodes/NodeTable.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/NodeFactoryTest.php M test/classes/Navigation/Nodes/NodeColumnContainerTest.php M test/classes/Navigation/Nodes/NodeColumnTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeEventContainerTest.php M test/classes/Navigation/Nodes/NodeEventTest.php M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php M test/classes/Navigation/Nodes/NodeFunctionTest.php M test/classes/Navigation/Nodes/NodeIndexContainerTest.php M test/classes/Navigation/Nodes/NodeIndexTest.php M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php M test/classes/Navigation/Nodes/NodeProcedureTest.php M test/classes/Navigation/Nodes/NodeTableContainerTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php M test/classes/Navigation/Nodes/NodeTriggerTest.php M test/classes/Navigation/Nodes/NodeViewContainerTest.php M test/classes/Navigation/Nodes/NodeViewTest.php
Log Message: ----------- Extract dependency on Relation from the Node classes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1608885a0e38d39342858c06fd436adcb3e0866f https://github.com/phpmyadmin/phpmyadmin/commit/1608885a0e38d39342858c06fd43... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-07 (Fri, 07 July 2023) -03:00
Changed paths: M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChild.php M libraries/classes/Navigation/Nodes/NodeTable.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/NodeFactoryTest.php M test/classes/Navigation/Nodes/NodeColumnContainerTest.php M test/classes/Navigation/Nodes/NodeColumnTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeEventContainerTest.php M test/classes/Navigation/Nodes/NodeEventTest.php M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php M test/classes/Navigation/Nodes/NodeFunctionTest.php M test/classes/Navigation/Nodes/NodeIndexContainerTest.php M test/classes/Navigation/Nodes/NodeIndexTest.php M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php M test/classes/Navigation/Nodes/NodeProcedureTest.php M test/classes/Navigation/Nodes/NodeTableContainerTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php M test/classes/Navigation/Nodes/NodeTriggerTest.php M test/classes/Navigation/Nodes/NodeViewContainerTest.php M test/classes/Navigation/Nodes/NodeViewTest.php
Log Message: ----------- Merge pull request #18524 from MauricioFauth/node-relation-dep-removal
Extract dependency on Relation from the Node classes