1. 0d3c61f GUI -- App View no longer auto refreshes by default. by Bri Prebilic Cole · 9 years ago
  2. a7f81e5 ONOS-2074, ONOS-2075 - GUI -- App View Control Button state and icon bug fixes. by Bri Prebilic Cole · 9 years ago
  3. 522e756 ONOS-2074 - GUI -- Refactor Application view to use directives. WIP. by Bri Prebilic Cole · 9 years ago
  4. 750ab04 Starting on STC monitor. by Thomas Vachuska · 9 years ago
  5. f65c378 GUI -- Topo View - change default map to be continental US. by Simon Hunt · 9 years ago
  6. 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
  7. 2362b07 GUI -- Topo View - Added ability to define different background maps of world regions. by Simon Hunt · 9 years ago
  8. be24514 GUI -- countries topojson data and sample code extracting South America. by Simon Hunt · 9 years ago
  9. 6b95a3f GUI -- Bug fixing and refactoring app view - WIP. by Bri Prebilic Cole · 9 years ago
  10. 80170a7 GUI -- Topo View - Clip bit rate to 10.0 Gbps - temporary measure for CORD Fabric demo at ONS 2015. by Simon Hunt · 9 years ago
  11. 0d9cc6d GUI -- Packet-Optical Demo - initial cut of sprite layer. by Simon Hunt · 9 years ago
  12. 4deb0e8 GUI -- added 'debug' query param and cut out noisy debug console messages by default. by Simon Hunt · 9 years ago
  13. 48958b1 GUI -- Fixing related-intents when device(s) are included in selection. by Thomas Vachuska · 9 years ago
  14. 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
  15. d0fe66c GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default. by Simon Hunt · 9 years ago
  16. 92ef154 Modified d3.js to use alternate force.tick() invocation for improved speed. by Thomas Vachuska · 9 years ago
  17. 35dc0f2 [ONOS-2096]Revert useless modifies by cheng fan · 9 years ago
  18. 1a989c1 Deferring force layout until quiet period. by Thomas Vachuska · 9 years ago
  19. 5aac2fc ONOS-1419 - Fix to allow nodes to be selected in the Oblique View. by Simon Hunt · 9 years ago
  20. 8c1ccca Segment Routing ONS demo:Traffic visualization fixes by Srikanth Vavilapalli · 9 years ago
  21. e50829c GUI - Topology View - fix class names for traffic (link) classes. by Simon Hunt · 9 years ago
  22. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  23. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  24. 25455e7 Fixing port stats topo view rendering. by Thomas Vachuska · 9 years ago
  25. 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
  26. 204cb6c Fixing port stats rate calculation. by Thomas Vachuska · 9 years ago
  27. ea84212 GUI -- fix to remove newly added traffic link classes. by Simon Hunt · 9 years ago
  28. 9664137 GUI -- Topology - PortStats traffic: enhanced to change link style based on values (KBps, MBps, GBps). by Simon Hunt · 9 years ago
  29. 41d6765 GUI -- Table views' auto refresh can be toggled on or off. by Bri Prebilic Cole · 9 years ago
  30. 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
  31. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  32. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  33. bfab9c7 GUI -- Table views auto refresh every two seconds while maintaining selected items. by Bri Prebilic Cole · 9 years ago
  34. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  35. c244976 GUI -- Bug fixes - TableModel displays empty cell instead of causing NPE if no value is given. Sort icons and direction are reset when view is destroyed. by Bri Prebilic Cole · 9 years ago
  36. f0397b5 GUI -- Added port-statistics traffic visualization to the topo view. by Thomas Vachuska · 9 years ago
  37. 9814226 ONOS-2033 - GUI -- Buckets in groups view are one per line, Link direction on links view has HTML arrow. Bug fix. by Bri Prebilic Cole · 9 years ago
  38. 76f632c ONOS-2033 - GUI -- Buckets in groups view are one per line, Link direction on links view has HTML arrow. by Bri Prebilic Cole · 9 years ago
  39. 54bbfb9 GUI -- Device details panel work - Panel resizes on window resize, DOM manipulation moved out of controller into directive. by Bri Prebilic Cole · 9 years ago
  40. c7f7996 GUI -- Moved more potentially expensive processing off listener dispatch thread. by Thomas Vachuska · 9 years ago
  41. 52c98bd GUI -- Moved of potentially expensive processing off listener dispatch thread. by Thomas Vachuska · 9 years ago
  42. 51f540f GUI -- Fixed a shut-down exception by explicitly closing all web-sockets on shutdown. by Thomas Vachuska · 9 years ago
  43. d8b0789 GUI -- Added intent state to the tabular view. by Thomas Vachuska · 9 years ago
  44. aa8b0eb GUI -- Added Settings view by Thomas Vachuska · 9 years ago
  45. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  46. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  47. c0fe09a GUI -- Fixed traffic visualization broken due to change in intent framework. by Thomas Vachuska · 9 years ago
  48. 69d5f4e ONOS-1928 - GUI -- Topo panels now resize when window resizes. by Bri Prebilic Cole · 9 years ago
  49. 1deab53 Simplifying removeListener to merely log when remove indicates no such listener. by Thomas Vachuska · 9 years ago
  50. 5428b6c ONOS-1438: Segment Routing rule population optimization fixes by Srikanth Vavilapalli · 9 years ago
  51. fc52fec Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors. by Thomas Vachuska · 9 years ago
  52. cb5016f Fixed GUI pulsing due to PORT_STATS_UPDATE event. by Thomas Vachuska · 9 years ago
  53. 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
  54. 1ff09e8 GUI - fix the "It's Alive!" bug. by Simon Hunt · 9 years ago
  55. 6cdbdd8 Fixed javadocs. by Thomas Vachuska · 9 years ago
  56. 0799280 Removed legacy GUI. by Thomas Vachuska · 9 years ago
  57. 068814d GUI -- Resize and table directives clean up. Veil service given init function and unit tests. by Bri Prebilic Cole · 9 years ago
  58. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  59. 732bb2e GUI -- Further work on refactoring Topology View server side code. Still WIP... by Simon Hunt · 9 years ago
  60. bd0bc77 GUI -- Garbage can icon added to app view, fixed broken unit tests. by Bri Prebilic Cole · 9 years ago
  61. da58088 GUI -- Further work on refactoring Topology View server side code. by Simon Hunt · 9 years ago
  62. e1be1b7 GUI -- Refresh button has been moved to TableBuilderService to be part of every tabular view automatically. by Bri Prebilic Cole · 9 years ago
  63. 5c60d6e GUI -- Group view now accessible by button on topo and device views. by Bri Prebilic Cole · 9 years ago
  64. 7f62f7c GUI -- Augment sprite definitions to include subpaths and fills. by Simon Hunt · 9 years ago
  65. 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
  66. 35d2971 GUI -- Fixed warning about undefined panel, added topoPanel destroy, added unit tests for topoPanel. by Bri Prebilic Cole · 9 years ago
  67. c54cd1b GUI -- Beginnings of structure for topology Overlay API. by Simon Hunt · 9 years ago
  68. 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
  69. d7f7bcc GUI -- Major re-write of server-side Topology View code. WIP. by Simon Hunt · 9 years ago
  70. d4749ea GUI -- Minor update to multiHomed test scenario. by Simon Hunt · 9 years ago
  71. 27bf079 GUI -- Enhanced DefaultCellComparator to utilize Comparable implementation if available on the objects being compared, defaulting to string comparison otherwise. by Simon Hunt · 9 years ago
  72. 530e52a GUI -- Fixed application upload/install functionality. by Thomas Vachuska · 9 years ago
  73. ab130524 GUI -- Added routerId to AnnotationKeys; added test scenario for multi-homed hosts (routers). by Simon Hunt · 9 years ago
  74. 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
  75. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  76. ff3dc67 ONOS-1819 - GUI -- Group view added (WIP). Enum Cell Formatter created. by Bri Prebilic Cole · 9 years ago
  77. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  78. 641b97b ONOS-1817 - GUI -- Bytes and packets are now displayed in the flow table. by Bri Prebilic Cole · 9 years ago
  79. ac829e4 ONOS-1820 - GUI -- Base port stats view created. Navigate to it using device or topo view. by Bri Prebilic Cole · 9 years ago
  80. e568ead ONOS-1842 - GUI -- Tables have better resizing behavior -- column headers stay above their columns and table cell text is constrained to one size. by Bri Prebilic Cole · 9 years ago
  81. abd16f6 GUI -- Introduce TableRequestHandler and refactor all table-based requests to use this class. by Simon Hunt · 9 years ago
  82. 43f17c0 GUI -- Refresh Icon added. - Fixed default column ID for intents view. by Bri Prebilic Cole · 9 years ago
  83. a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 9 years ago
  84. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  85. 44aa2f8 GUI -- Refactoring of server-side message handlers (Part One). by Simon Hunt · 9 years ago
  86. 3d4d01c ONOS-1783 - GUI -- Refresh buttons for tabular views added. Minor table.js refactor. by Bri Prebilic Cole · 9 years ago
  87. 35fa3d4 GUI -- Adding synchronization for message sending and for create/destroy handlers. by Thomas Vachuska · 9 years ago
  88. c00295c Removed unnecessary mapper declaration -- use the one exposed in the superclass. by Simon Hunt · 9 years ago
  89. 3ccb9eb Added some protection again UiExtensions that return null inclusion streams. by Thomas Vachuska · 9 years ago
  90. 2efc715 ONOS-1722 - GUI -- QuickHelp unit tests written, minor other user input precautions added. by Bri Prebilic Cole · 9 years ago
  91. ef09190 ONOS-1724 - GUI -- svgUnit tests written. WIP topoToolbar unit tests written. Firing key presses programmatically investigated. by Bri Prebilic Cole · 9 years ago
  92. 2bb4863 Fixed a defect in topology view handler where listeners were being removed prematurely. by Thomas Vachuska · 9 years ago
  93. 6ed04eb ONOS-1721 - GUI -- Websocket Service unit tests written, topo nav glyph added, other minor improvements. by Bri Prebilic Cole · 9 years ago
  94. cdc188d ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated. by Bri Prebilic Cole · 9 years ago
  95. 20e1679 ONOS-1477 - GUI -- Added glyphs to nav menu. by Simon Hunt · 9 years ago
  96. 38c2b6a ONOS-1478 - GUI -- Segment navigation menu into categories. by Simon Hunt · 9 years ago
  97. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  98. 239e588 ONOS-1678 - Detail Panel issue - Actually FIXED it this time. by Simon Hunt · 9 years ago
  99. 1002cd8 GUI -- Added UiViewHidden subclass of UiView to allow for views that do not have an entry in the navigation panel. by Simon Hunt · 9 years ago
  100. 0e644a4 ONOS-1678 - TopoView - empty detail panel when navigating away and back. FIXED. by Simon Hunt · 9 years ago