1. 9edc7e0 Topo2Link - Fixed width of rectangle and centered text by Steven Burrows · 8 years ago
  2. ec1f45c Updated fn-spec to include classNames by Steven Burrows · 8 years ago
  3. d01eda6 Prevent overlap of link labels in WEB UI by Carmelo Cascone · 8 years ago
  4. f51bf46 WEB UI -- Simplified listener mechanism in theme.js to match that of prefs.js by Simon Hunt · 8 years ago
  5. f44d726 ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  6. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  7. fd7106c ONOS-2470: Implement "Reset Node Locations" function in topology view. by Simon Hunt · 8 years ago
  8. b7f0f64 ONOS-3460 - Link provider that enforces strict configuration by Ray Milkey · 8 years ago
  9. eb18f52 Oops! Fix updateLink() function in topology view. by Simon Hunt · 8 years ago
  10. 95d56fd ONOS-3347 - HostMoved event now processed correctly. by Simon Hunt · 8 years ago
  11. 4a6b54b ONOS-3129 : GUI Intents to Topo :: part 2 - pushing data through topo view and having the intent path show up. by Simon Hunt · 9 years ago
  12. e9343f3 GUI Topo -- Cleaned up NodeBadge, now that we have a clearer idea of what we want to model. by Simon Hunt · 9 years ago
  13. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  14. 743a849 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  15. a17fa67 ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  16. 8d22c4b ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  17. 8d00378 GUI -- Topo force layout bug fixes. ONOS-2398 investigated and partially fixed, but also discovered there is a problem in the d3 library. by Bri Prebilic Cole · 9 years ago
  18. 8040176 ONOS-2385 -- Bug fixes for removing individual links on the Topo View. 5 or more links between devices have a label indicating how many there are between each one. by Bri Prebilic Cole · 9 years ago
  19. 038aedd ONOS-2328 GUI -- Enhanced Topology View to show multiple links individually between devices (1 - 4). 5 or more is a thick line. by Bri Prebilic Cole · 9 years ago
  20. aeeb33e ONOS-2328 GUI -- Started work on seeing multiple links between devices on the topology view. Device links are now grouped based on what device they are between. Also minor bug fixes and investigations into other bugs. WIP. by Bri Prebilic Cole · 9 years ago
  21. 1a989c1 Deferring force layout until quiet period. by Thomas Vachuska · 9 years ago
  22. e50829c GUI - Topology View - fix class names for traffic (link) classes. by Simon Hunt · 9 years ago
  23. ea84212 GUI -- fix to remove newly added traffic link classes. by Simon Hunt · 9 years ago
  24. cb5016f Fixed GUI pulsing due to PORT_STATS_UPDATE event. by Thomas Vachuska · 9 years ago
  25. 1ff09e8 GUI - fix the "It's Alive!" bug. by Simon Hunt · 9 years ago
  26. 9cf1a8d GUI -- Flash messages appear for every toolbar button. Unit tests written for TableBuilderService by Bri Prebilic Cole · 9 years ago
  27. fcbde89 GUI -- Persisted state of hosts/offline-devices/port-hilite; and a little refactoring to boot. by Simon Hunt · 9 years ago
  28. b5f2b15 GUI -- Topology View all, packet, and optical layer radio buttons are now part of the topology view toolbar, instead of being in the masthead. Keystroke 'N' for cycle node layers added. Button glyph added. Fixed previously unseen broken unit tests for table.js. by Bri Prebilic Cole · 9 years ago
  29. 86b7c88 GUI -- ONOS-1172 - Added 'dash' keystroke to report on bad links. by Simon Hunt · 9 years ago
  30. 0c6b2d3 GUI -- Link selection showing link details implemented. by Simon Hunt · 9 years ago
  31. 237676b5 GUI -- Topo - rewired modules to call wss.sendEvent(...) directly. by Simon Hunt · 9 years ago
  32. 3ab2028 GUI -- Better cleanup of topo view when it is destroyed. by Simon Hunt · 9 years ago
  33. 9e2104c GUI -- TopoView - Added Toggle Port Highlighting enable/disable with 'P' key. by Simon Hunt · 9 years ago
  34. 1a5301e GUI -- TopoView - Port numbers now appear when hovering over a link. by Simon Hunt · 9 years ago
  35. d526412 GUI -- TopoView - Changed link "enhancement" to be addition of glow filter via 'enhanced' CSS class. by Simon Hunt · 9 years ago
  36. fb8ea1f GUI -- TopoView - Initial work for implementing link selection. by Simon Hunt · 9 years ago
  37. a4242de GUI -- TopoView - Refactored a bunch of functions out of topoForce into topoD3. by Simon Hunt · 9 years ago
  38. 4d4996e GUI -- TopoView - Fixed problem of labels on hostlinks not being positioned correctly. by Simon Hunt · 9 years ago
  39. 8eb4d3a GUI -- TopoView - Labels on host links now hidden when hosts are hidden. by Simon Hunt · 9 years ago
  40. c3c5b67 GUI -- TopoView - Re-instated the oblique view function. (Keystroke 'Z'). by Simon Hunt · 9 years ago
  41. 96f88c6 GUI -- TopoView - Linking Oblique module in. by Simon Hunt · 9 years ago
  42. e01de78 GUI -- Protect against non-existent link element. by Simon Hunt · 9 years ago
  43. eb0fa05 GUI -- TopoView - re-implemented All/Pkt/Opt filter radio buttons. by Simon Hunt · 9 years ago
  44. a142dd2 GUI -- TopoView - re-instated Instance selection showing mastership of switches. by Simon Hunt · 9 years ago
  45. 18bf982 GUI -- TopoView - implemented show/hide background map ('B' keystroke) by Simon Hunt · 9 years ago
  46. f542d84 GUI -- TopoView - Reimplemented 'traffic' related functionality. by Simon Hunt · 9 years ago
  47. 08f841d0 GUI -- TopoView - Implemented much of the node selection logic. (WIP) by Simon Hunt · 9 years ago
  48. dc6adea GUI -- TopoView - Migrated more helper functions to topoModel.js. by Simon Hunt · 9 years ago
  49. 3a6eec0 GUI -- TopoView - Migrated helper functions to topoModel.js. by Simon Hunt · 9 years ago
  50. 205099e GUI -- TopoView - added node selection logic. by Simon Hunt · 9 years ago
  51. 445e815 GUI -- TopoView - working on mouse gestures - drag, click on nodes; mouseover,mouseout (WIP). by Simon Hunt · 9 years ago
  52. 1c36711 GUI -- Implemented cycleDeviceLabels() - themed too. by Simon Hunt · 9 years ago
  53. 5724fb4 GUI -- Implemented Show/Hide Offline devices & Show/Hide Hosts (also used Flash Service). by Simon Hunt · 9 years ago
  54. 1894d79 GUI -- Added handling of hosts and links. (Still WIP). by Simon Hunt · 9 years ago
  55. 5105659 GUI -- Refactoring updateNodes() to make the code more readable. by Simon Hunt · 9 years ago
  56. 78c10bf GUI -- Minor fixes to themed coloring of device icons. by Simon Hunt · 9 years ago
  57. ac4c6f7 GUI -- Migrating the add/update device functionality to the Topology View. (WIP) by Simon Hunt · 9 years ago
  58. b0ec1e5 GUI -- Added TopoPanelService to encapsulate summary, detail and instance panels. by Simon Hunt · 9 years ago
  59. a11b4eb GUI -- Continued porting topology behavior over to the new codebase. WIP. by Simon Hunt · 9 years ago
  60. 737c89f GUI -- Starting to migrate the 'force layout' functionality from the old GUI. by Simon Hunt · 9 years ago