1. f65c378 GUI -- Topo View - change default map to be continental US. by Simon Hunt · 9 years ago
  2. e1ce429 ONOS-2109: Fix for (0,0) coords bug - delay opening web socket until we have loaded the map projection. by Simon Hunt · 9 years ago
  3. 2362b07 GUI -- Topo View - Added ability to define different background maps of world regions. by Simon Hunt · 9 years ago
  4. 6b95a3f GUI -- Bug fixing and refactoring app view - WIP. by Bri Prebilic Cole · 9 years ago
  5. 7b41c4a GUI -- topo view - Adjusted positioning of summary and detail panels, to account for additional "Tunnels:" line item in summary panel. by Simon Hunt · 9 years ago
  6. d0fe66c GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default. by Simon Hunt · 9 years ago
  7. 1a989c1 Deferring force layout until quiet period. by Thomas Vachuska · 9 years ago
  8. 5aac2fc ONOS-1419 - Fix to allow nodes to be selected in the Oblique View. by Simon Hunt · 9 years ago
  9. 8c1ccca Segment Routing ONS demo:Traffic visualization fixes by Srikanth Vavilapalli · 9 years ago
  10. e50829c GUI - Topology View - fix class names for traffic (link) classes. by Simon Hunt · 9 years ago
  11. 0a6ffb6 GUI -- Bug fixes - Scroll bar doesn't appear on topo panels or table views, adjustHeight for topo panels no longer called after view is changed. by Bri Prebilic Cole · 9 years ago
  12. ea84212 GUI -- fix to remove newly added traffic link classes. by Simon Hunt · 9 years ago
  13. 9664137 GUI -- Topology - PortStats traffic: enhanced to change link style based on values (KBps, MBps, GBps). by Simon Hunt · 9 years ago
  14. d874546 GUI -- Mobile GUI work. Disabled port highlighting, suppressed port highlighting/sprite layer toolbar buttons, adjusted panel and navigation/mast heights. by Bri Prebilic Cole · 9 years ago
  15. f0397b5 GUI -- Added port-statistics traffic visualization to the topo view. by Thomas Vachuska · 9 years ago
  16. 69d5f4e ONOS-1928 - GUI -- Topo panels now resize when window resizes. by Bri Prebilic Cole · 9 years ago
  17. cb5016f Fixed GUI pulsing due to PORT_STATS_UPDATE event. by Thomas Vachuska · 9 years ago
  18. 8d3de3d GUI -- Titles on topo panels overflow to the next line instead of going off of the screen. by Bri Prebilic Cole · 9 years ago
  19. 1ff09e8 GUI - fix the "It's Alive!" bug. by Simon Hunt · 9 years ago
  20. 068814d GUI -- Resize and table directives clean up. Veil service given init function and unit tests. by Bri Prebilic Cole · 9 years ago
  21. 732bb2e GUI -- Further work on refactoring Topology View server side code. Still WIP... by Simon Hunt · 9 years ago
  22. 5c60d6e GUI -- Group view now accessible by button on topo and device views. by Bri Prebilic Cole · 9 years ago
  23. 7f62f7c GUI -- Augment sprite definitions to include subpaths and fills. by Simon Hunt · 9 years ago
  24. 9a5e006 ONOS-1768 - GUI -- Tooltip doesn't appear on new view if switching by button, minor table height bug fix. by Bri Prebilic Cole · 9 years ago
  25. 35d2971 GUI -- Fixed warning about undefined panel, added topoPanel destroy, added unit tests for topoPanel. by Bri Prebilic Cole · 9 years ago
  26. 684bcb7 GUI -- Topo Panels now dynamically adjust their height to fit in the whole window. Topo panel structure changed to have api for dynamic content to be added later. by Bri Prebilic Cole · 9 years ago
  27. 9467a23 GUI -- General GUI backend cleanup and bug fixes. Added custom formatters for existing tables, unit test for Enum Formatter, and more glyphs. by Bri Prebilic Cole · 9 years ago
  28. ac829e4 ONOS-1820 - GUI -- Base port stats view created. Navigate to it using device or topo view. by Bri Prebilic Cole · 9 years ago
  29. 2efc715 ONOS-1722 - GUI -- QuickHelp unit tests written, minor other user input precautions added. by Bri Prebilic Cole · 9 years ago
  30. 6ed04eb ONOS-1721 - GUI -- Websocket Service unit tests written, topo nav glyph added, other minor improvements. by Bri Prebilic Cole · 9 years ago
  31. cdc188d ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated. by Bri Prebilic Cole · 9 years ago
  32. 239e588 ONOS-1678 - Detail Panel issue - Actually FIXED it this time. by Simon Hunt · 9 years ago
  33. 0e644a4 ONOS-1678 - TopoView - empty detail panel when navigating away and back. FIXED. by Simon Hunt · 9 years ago
  34. 8f07f0d GUI -- Buttons added to topo and device views that navigate to new flows table view. by Bri Prebilic Cole · 9 years ago
  35. f5e48b1 GUI -- Action buttons changed to glyphs, tooltip and multiselect nodes bugs fixed by Bri Prebilic Cole · 9 years ago
  36. 9cf1a8d GUI -- Flash messages appear for every toolbar button. Unit tests written for TableBuilderService by Bri Prebilic Cole · 9 years ago
  37. f9fc0e7 GUI -- TopoView : Remember the chosen sprite layer. by Simon Hunt · 9 years ago
  38. bb5e0d8 GUI -- TopoView : Remember the zoom level.. by Simon Hunt · 9 years ago
  39. fcbde89 GUI -- Persisted state of hosts/offline-devices/port-hilite; and a little refactoring to boot. by Simon Hunt · 9 years ago
  40. f41f309 GUI -- Added enable() function to flash service, to allow topo view to disable flash messages while restoring state.. by Simon Hunt · 9 years ago
  41. 017a7c3 GUI -- Created sample subnet sprite layout (clouds.json). by Simon Hunt · 9 years ago
  42. b2c4cc8 GUI -- Created sprite layout for Menlo Office Floor Plan. by Simon Hunt · 9 years ago
  43. abf66d9 GUI -- Augmented sprite JSON definition. by Simon Hunt · 9 years ago
  44. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  45. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  46. 2052e5d GUI -- Cleaned up sprite definition format in JSON. by Simon Hunt · 9 years ago
  47. 9c1c45e GUI -- Revamp of the Glyph Service to allow for custom viewboxes to be defined for registered glyphs/sprites. by Simon Hunt · 9 years ago
  48. ee7a3ce GUI -- toggle state for some of the topo buttons, now persisted via cookie. by Simon Hunt · 9 years ago
  49. c7ae795 GUI -- User Prefs written as a service; persistent topo settings updated a bit; still WIP. by Simon Hunt · 9 years ago
  50. 36a58c6 GUI -- First cut at persisting user settings (on topology view). by Simon Hunt · 9 years ago
  51. 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
  52. 86b7c88 GUI -- ONOS-1172 - Added 'dash' keystroke to report on bad links. by Simon Hunt · 9 years ago
  53. d552ee9 GUI -- Enhancements for mobile devices: by Simon Hunt · 9 years ago
  54. e25c5a2 GUI -- Adjusted link details display to suppress nonsensical line items for edge-links. by Simon Hunt · 9 years ago
  55. a36f03b GUI -- Augmented the link details display. by Simon Hunt · 9 years ago
  56. 0c6b2d3 GUI -- Link selection showing link details implemented. by Simon Hunt · 9 years ago
  57. 90dcc3e GUI -- Added hotkeys (in parentheses) to the tooltips of the topology toolbar buttons. by Simon Hunt · 9 years ago
  58. 7c98051 GUI -- Created the rest of the icons for Topo Toolbar. by Bri Prebilic Cole · 9 years ago
  59. 812f6c0 GUI -- Modified Toolbar service to have multiple rows of buttons. Added more buttons in topoToolbar - WIP. by Bri Prebilic Cole · 9 years ago
  60. 4c2fa06 GUI -- Fixed topology view failover. by Thomas Vachuska · 9 years ago
  61. 54d0938 GUI --Base Tooltip Service created. by Bri Prebilic Cole · 9 years ago
  62. da2f3cc GUI -- Switched order of Instances and Summary buttons on the toolbar. by Simon Hunt · 9 years ago
  63. d621905 GUI -- Topo Toolbar is destroyed after view is rerouted. by Bri Prebilic Cole · 9 years ago
  64. deca6e9 GUI -- Created new glyphs (with unit tests) for toolbar. by Bri Prebilic Cole · 9 years ago
  65. 0906014 GUI -- Fixed topo toolbar button synchronization with keystroke commands. by Simon Hunt · 9 years ago
  66. 04b4140 GUI -- Cleaned up topoToolbar. by Bri Prebilic Cole · 9 years ago
  67. 4db8dce GUI -- TopoToolbarService created, working first set of toggles added. by Bri Prebilic Cole · 9 years ago
  68. 3b9ad04d GUI -- Added websock open listeners mechanism. by Simon Hunt · 9 years ago
  69. 237676b5 GUI -- Topo - rewired modules to call wss.sendEvent(...) directly. by Simon Hunt · 9 years ago
  70. 20207df GUI -- Cleaned up websocket code. by Simon Hunt · 9 years ago
  71. 329af53 Deprecating old web-socket stuff and adding ability for client-side message handler registration. Failover still to be done and same for the async hooks. by Thomas Vachuska · 9 years ago
  72. 3ab2028 GUI -- Better cleanup of topo view when it is destroyed. by Simon Hunt · 9 years ago
  73. bc76fb1 GUI -- Added VeilService.lostServer() function to only invoke the veil if the calling controller is the current controller. by Simon Hunt · 9 years ago
  74. 9e2104c GUI -- TopoView - Added Toggle Port Highlighting enable/disable with 'P' key. by Simon Hunt · 9 years ago
  75. 969b3c9 GUI -- TopoView - port numbers now offset along the link. by Simon Hunt · 9 years ago
  76. 8ae474b GUI -- TopoView - don't add source port on host link. by Simon Hunt · 9 years ago
  77. 1a5301e GUI -- TopoView - Port numbers now appear when hovering over a link. by Simon Hunt · 9 years ago
  78. 5f36108 GUI -- TopoView - capture source and target port numbers on link models. by Simon Hunt · 9 years ago
  79. d526412 GUI -- TopoView - Changed link "enhancement" to be addition of glow filter via 'enhanced' CSS class. by Simon Hunt · 9 years ago
  80. fb8ea1f GUI -- TopoView - Initial work for implementing link selection. by Simon Hunt · 9 years ago
  81. a4242de GUI -- TopoView - Refactored a bunch of functions out of topoForce into topoD3. by Simon Hunt · 9 years ago
  82. 4d4996e GUI -- TopoView - Fixed problem of labels on hostlinks not being positioned correctly. by Simon Hunt · 9 years ago
  83. 8eb4d3a GUI -- TopoView - Labels on host links now hidden when hosts are hidden. by Simon Hunt · 9 years ago
  84. 2bfbad2 GUI -- TopoView - Oblique - removed unreferenced ThemeService injection. by Simon Hunt · 9 years ago
  85. c3c5b67 GUI -- TopoView - Re-instated the oblique view function. (Keystroke 'Z'). by Simon Hunt · 9 years ago
  86. 96f88c6 GUI -- TopoView - Linking Oblique module in. by Simon Hunt · 9 years ago
  87. ef1138d GUI -- TopoView - Skeleton for oblique view. by Simon Hunt · 9 years ago
  88. 0e48c29 GUI -- TopoView - re-instated Equalize Mastership Roles. by Simon Hunt · 9 years ago
  89. e01de78 GUI -- Protect against non-existent link element. by Simon Hunt · 9 years ago
  90. 62c2f8f GUI -- Removed dead code from topo view. by Simon Hunt · 9 years ago
  91. 639dc66 GUI -- TopoView - re-implemented Quick Help panel. by Simon Hunt · 9 years ago
  92. eb0fa05 GUI -- TopoView - re-implemented All/Pkt/Opt filter radio buttons. by Simon Hunt · 9 years ago
  93. 99ee1e2 GUI -- TopoView - added skeleton topoFilter.js (WIP) - fixed broken unit tests. by Simon Hunt · 9 years ago
  94. a142dd2 GUI -- TopoView - re-instated Instance selection showing mastership of switches. by Simon Hunt · 9 years ago
  95. 0ee2868 GUI -- TopoView - re-instated selection "glow" - themed (blue for light theme, yellow for dark theme). by Simon Hunt · 9 years ago
  96. 18bf982 GUI -- TopoView - implemented show/hide background map ('B' keystroke) by Simon Hunt · 9 years ago
  97. 36fc15c GUI -- WebSocket close now invokes the Veil Service. by Simon Hunt · 9 years ago
  98. 75ec969 GUI -- TopoView - Minor formatting changes. by Simon Hunt · 9 years ago
  99. f542d84 GUI -- TopoView - Reimplemented 'traffic' related functionality. by Simon Hunt · 9 years ago
  100. a0eb0a8 GUI -- TopoView - Reimplemented (most of) the ESCAPE key handling. by Simon Hunt · 9 years ago