1. 625dc40 GUI - Added theme accessor to view token. by Simon Hunt · 9 years ago
  2. c9d7673 Cleaned up inconsistency in OpticalConnectivityIntent API. by Jonathan Hart · 9 years ago
  3. 13bf9c8 GUI - Tweaked link-exit animation. by Simon Hunt · 9 years ago
  4. 269670f GUI - Fixed reverse-link-id lookup issue for 'showTraffic'. by Simon Hunt · 9 years ago
  5. 7fa116d GUI - Added ability to differentiate between host types. by Simon Hunt · 9 years ago
  6. 1712ed8 GUI - Added more events to 'links' scenario, so we can use it as a basis for testing showPath/showTraffic. by Simon Hunt · 9 years ago
  7. 82f2c62 Fixed a defect in client/server interaction when creating host intent. by Thomas Vachuska · 9 years ago
  8. cb56cff GUI - Added example requestTraffic and showTraffic events; updated test addLink events. by Simon Hunt · 9 years ago
  9. 8257f4c GUI -- Major rework to link processing so that we consolidate links A->B and B->A into a single backing object. by Simon Hunt · 9 years ago
  10. badb93f Fixing optical link state issues; a few still remain. by Thomas Vachuska · 9 years ago
  11. 12ce12e GUI -- Added shadow of ONOS logo to death mask. by Simon Hunt · 9 years ago
  12. 16582df Fixed GUI labels for nodes and fixed a few GPS coordinates. by Thomas Vachuska · 9 years ago
  13. e4cebaf Adding support for link state to GUI. by Thomas Vachuska · 9 years ago
  14. 9c15eca GUI -- Reduced size of onos-logo to be 41x38 pixels. by Simon Hunt · 9 years ago
  15. 9462e8c GUI -- implemented ONOS instance affinity display. by Simon Hunt · 9 years ago
  16. 7c27ad7 Added detection of traffic flowing using StatisticService. by Thomas Vachuska · 9 years ago
  17. c002965 Optical UC fixes for gui and for host2host intent provisoning by Praseed Balakrishnan · 9 years ago
  18. dea4cb3 Connecting packet paths to optical tunnels visually. by Thomas Vachuska · 9 years ago
  19. a5e8914 GUI -- Re-instated Packet / Optical Layer filters. by Simon Hunt · 9 years ago
  20. 22e3492 GUI traffic visualization work on server-side. by Thomas Vachuska · 9 years ago
  21. a255a2c GUI -- Added CSS classes for primary, secondary, animated, and optical links by Simon Hunt · 9 years ago
  22. e7591e5 GUI traffic visualization work on server-side. by Thomas Vachuska · 9 years ago
  23. deab432 GUI -- Relabeled "Meta to select" button to "Pan/Zoom" -- makes more sense to me. by Simon Hunt · 9 years ago
  24. d72bc70 GUI -- Reworked selection logic to populate fly-in detail pane with action items. by Simon Hunt · 9 years ago
  25. 01095ff GUI -- Augmented pan/zoom & select/drag integration by having a toggle button for whether meta needs to be pressed for panning (default) or selecting. by Simon Hunt · 9 years ago
  26. fcba0e8 better readme, do scaling properly by Paul Greyson · 9 years ago
  27. 6ac93f3 GUI --Cleaned up mouse-over/out in preparation for 'show-traffic' behavior. by Simon Hunt · 9 years ago
  28. f8e5b4e0 GUI -- Implemented "Show Traffic on hover" toggle button in masthead. by Simon Hunt · 9 years ago
  29. 0724a5f Sketching out request/showTraffic interactions between GUI server/client. by Thomas Vachuska · 9 years ago
  30. 3266abf Prototyping mouse-over behaviour for path/traffic selection; needs re-work. by Thomas Vachuska · 9 years ago
  31. dea45ff Adding enhancements to the GUI server-side. by Thomas Vachuska · 9 years ago
  32. 6cb8ca0 implement topojson based map rendering by Paul Greyson · 9 years ago
  33. d3b7d51 GUI -- Modified loading of background to occur asynchronously, after attempting to load Geo data from JSON file. by Simon Hunt · 9 years ago
  34. b53e068 GUI --Handle multi-selections (re-purpose the details pane); by Simon Hunt · 9 years ago
  35. c31d569 GUI -- mulitselect WIP. by Simon Hunt · 9 years ago
  36. 0c6d419 GUI -- Added 'mask' layer to alert user of loss of websocket connection. by Simon Hunt · 9 years ago
  37. ac9e24f GUI -- Fixed turbulent behavior of incoming nodes with no fixed position. by Simon Hunt · 9 years ago
  38. ba5621e Added ping to age-out idle or stale connections. by Thomas Vachuska · 9 years ago
  39. 477bf81 Switching onos-gui command to use the new GUI. by Thomas Vachuska · 9 years ago
  40. 3b9cddb GUI -- Fix topology message handler to only store the "memento" part of the updateMeta message. by Simon Hunt · 9 years ago
  41. 61d0404 GUI -- Added onos.ui.addFloatingPanel() function. by Simon Hunt · 9 years ago
  42. f1fae00 Adding server-side code for sending device/host details to the client. by Thomas Vachuska · 9 years ago
  43. 0f6baee Added top-level location object per Simon/Paul spec. by Thomas Vachuska · 9 years ago
  44. ea80eb4 GUI -- Fixed host node exit animation. by Simon Hunt · 9 years ago
  45. 4403110 GUI -- added removeHost code; augmented 'simple' scenario to include removeHost. by Simon Hunt · 9 years ago
  46. 902c992 GUI -- Update to memento format. by Simon Hunt · 9 years ago
  47. fc274c9 GUI -- Fixed link lookup bug when removing links. by Simon Hunt · 9 years ago
  48. 21e0364 Cleaning up Javadocs. by Thomas Vachuska · 9 years ago
  49. a7c3dd1 Refactored topo view server-side for better separation of concerns. by Thomas Vachuska · 9 years ago
  50. 3f03d4a GUI -- Added updateLink and removeLink event handling. by Simon Hunt · 9 years ago
  51. bb282f5 GUI -- Added updateDevice event handling. by Simon Hunt · 9 years ago
  52. f67722a GUI -- tweaked couple of topo force layout parameters. by Simon Hunt · 9 years ago
  53. 7cd48f3 GUI -- store ref to node/link selection in backing data. by Simon Hunt · 9 years ago
  54. 4830d39 Added server-side code to create host-to-host intent. Still WIP. by Thomas Vachuska · 9 years ago
  55. db3695a Merge "GUI -- augmented hash parsing to include flags (after '?'), which are passed into view callbacks as a boolean map. - moved event test files into sub directories - prepared topo2.js for scenario choice via hash context and 'local' (and 'debug') flag. - added 'simple' scenario: 2 switches, 1 link, and 2 hosts. - augmented topo event dispatch for yet-to-be-implemented event handlers. - implemented addHost() event handler." by Thomas Vachuska · 9 years ago
  56. 56d5185 GUI -- augmented hash parsing to include flags (after '?'), which are passed into view callbacks as a boolean map. by Simon Hunt · 9 years ago
  57. 70c16ad Adding "id" to the link messages to the GUI. by Thomas Vachuska · 9 years ago
  58. 690e5f6 Adding GUI server-side code. by Thomas Vachuska · 9 years ago
  59. 5f36d34 GUI -- Fixed empty or null label issue (cycle labels) by Simon Hunt · 9 years ago
  60. 65368e3 GUI -- Added global key bindings mechanism by Thomas Vachuska · 9 years ago
  61. d1be50d Adding multi-selection to the GUI and sketching out GUI/Server interactions. by Thomas Vachuska · 9 years ago
  62. 50128c0 GUI -- Some cleanup in topo.js by Simon Hunt · 9 years ago
  63. d472c6e Hooking up GUI server & client via web-socket. by Thomas Vachuska · 9 years ago
  64. 7d638d3 Initial sketch of the GUI web-socket mechanics. by Thomas Vachuska · 9 years ago
  65. 1a9eff9 GUI -- Test events: unpinned the first node; increased a few link widths. by Simon Hunt · 9 years ago
  66. 99c1384 GUI - reworked to allow for event-based topology building, in preparation for web-socket connection to the server. by Simon Hunt · 10 years ago
  67. ca60f2b Initial sketch of codecs and REST API approach. FIxed typos and defects. ONOS-81 by Thomas Vachuska · 10 years ago
  68. 929f77b Set boolean to true for live data. by Simon Hunt · 10 years ago
  69. 2fe26ac test (added lines) by Simon Hunt · 10 years ago
  70. c7ee066 GUI -- Major Work-In-Progress by Simon Hunt · 10 years ago
  71. 934c3ce GUI -- Simplified setRadio() api. Other minor cleanup. Added test topology data files. by Simon Hunt · 10 years ago
  72. 32fa30c port SdnIpTest.java to onos-next by Pingping · 10 years ago
  73. a09b927 GUI -- Removed out of date comment. by Simon Hunt · 10 years ago
  74. 0df1b1d GUI -- Added key handler mechanism. by Simon Hunt · 10 years ago
  75. 142d003 GUI -- Starting migration of topology view to the updated framework. WIP. by Simon Hunt · 10 years ago
  76. db9eb07 GUI -- Added sample view to demonstrate radio buttons. by Simon Hunt · 10 years ago
  77. 8914d8b GUI -- two module template flavors: DIV and SVG. by Simon Hunt · 10 years ago
  78. e7f4bb0 GUI -- Reworking sample view to be more interesting. by Simon Hunt · 10 years ago
  79. 2524891 Restructuring GUI code - implementing view life-cycles. by Simon Hunt · 10 years ago
  80. 195cb38 Restructuring GUI code - first pass - WIP. by Simon Hunt · 10 years ago
  81. 1bd9ccf Fixed cut'n'paste error in topo details response. by Simon Hunt · 10 years ago
  82. 5481532 Changed argument from Device -> DeviceId by Yuta HIGUCHI · 10 years ago
  83. dc3fa08 Cleanup CSS by Simon Hunt · 10 years ago
  84. ac52575 Fixed bug whereby port labels did not fade in filtered views. by Simon Hunt · 10 years ago
  85. 5f99849 Fixed a defect in GUI details fly-out (it would not appear) by Thomas Vachuska · 10 years ago
  86. 3c29c14 Added port numbers to port labels. Still needs fine tuning, but good enough for the demo. by Simon Hunt · 10 years ago
  87. 69a8d21 Adding port labels to links. WIP. by Simon Hunt · 10 years ago
  88. ee66e61 Added 'B' keystroke to toggle background image visibility. by Simon Hunt · 10 years ago
  89. 8cd66a5 Added background image of a us-map as a provisional eye-candy. by Thomas Vachuska · 10 years ago
  90. b4d9d4c Added 'useLiveData' configuration switch. by Simon Hunt · 10 years ago
  91. a491131 Added more sample data. by Simon Hunt · 10 years ago
  92. 7317137 Minor format change to network.js by Simon Hunt · 10 years ago
  93. c3d86ae Added link port information to topology data. by Thomas Vachuska · 10 years ago
  94. 7c7aafb Added ports to link data in sample json. by Simon Hunt · 10 years ago
  95. 1de6601 Tweaked GUI files to clean-up the look and feel and to add a few enhancements. by Thomas Vachuska · 10 years ago
  96. e972ea5 Added GUI integration for device & host properties. by Thomas Vachuska · 10 years ago
  97. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  98. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  99. cc26756 Added sample switch data, and augmented selection logic to fetch the detail data from the server. by Simon Hunt · 10 years ago
  100. c586e21 Added fly-in detail pane. by Simon Hunt · 10 years ago