Antoine Fourmy
Antoine Fourmy
In the internal view of a node (shelf/card inside a network device), deactivating the selection of link triggers the following error: Traceback (most recent call last): File "C:\Users\minto\Desktop\pyNMS\pyNMS\main_menus\selection_panel.py", line 33,...
For Netmiko and NAPALM, add a way for the user to change the global_delay_factor from the GUI. This is useful when a device is under heavy load: the standard SSH...
the model is to complex to be stored in an excel (per-AS node properties, etc) it must remain possible to import object and object properties with excel, but the saving...
When a property that does not exist in the model is imported via XLS or YAML, it must be automatically created and added for the associated subtype
Add labels for - nodes (at the bottom of a node) - link (both sides: A -> Z and Z -> A) - interfaces (both sides of a link as...
When a graph drawing algorithm is triggered from within a site (internal site view), all links between site nodes are considered as spring even if they do know belong to...
Even when the selection of links is activated, some links have the isSelectable flag set to False because of the bindings used for link creation.
fix import of YAML and XLS file (export works, import is broken) fix the import/export test which is broken too
Implement a new "Center view" feature that computes the coordinates of the smallest rectangle that contains all nodes displayed on the canvas, and focus the view on that rectangle. Should...
As of now, four algorithms are implemented to find the maximum flow. All four of them compute the maximum flow from a source node to a destination node (aka sink...