1. 2287d88 ONOS-887 - Return a 404 status when a URL specifies a bad resource by Ray Milkey · 9 years ago
  2. 48e6167 GUI -- Completed implementation of Instance events (add, update, remove) by Simon Hunt · 9 years ago
  3. 7492830 GUI -- Augmented mock server to allow descriptive names for events. by Simon Hunt · 9 years ago
  4. 4b66859 GUI -- Implemented Instance Panel. - handling addInstance event. by Simon Hunt · 9 years ago
  5. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  6. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  7. 9ca0f9c GUI -- Tables with the "fixed-header" directive using ng-repeat will have fixed headers while the body will scroll. by Bri Prebilic Cole · 9 years ago
  8. edf5c0e GUI -- Topology view... Minor cleanup. by Simon Hunt · 9 years ago
  9. c9b7316 GUI -- Completed Show Summary panel. by Simon Hunt · 9 years ago
  10. 626d210 GUI -- Implemented showSummary event (Icon still to do..) WIP by Simon Hunt · 9 years ago
  11. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  12. b0ec1e5 GUI -- Added TopoPanelService to encapsulate summary, detail and instance panels. by Simon Hunt · 9 years ago
  13. a11b4eb GUI -- Continued porting topology behavior over to the new codebase. WIP. by Simon Hunt · 9 years ago
  14. 1598301 GUI -- summary-list table CSS edited to look cleaner. by Bri Prebilic Cole · 9 years ago
  15. 737c89f GUI -- Starting to migrate the 'force layout' functionality from the old GUI. by Simon Hunt · 9 years ago
  16. 9c3d336 Make REST API unit tests choose a free port to allow concurrent builds by Ray Milkey · 9 years ago
  17. 8fd68ca ONOS-792 Implement Unit Tests for Links and Devices REST APIs by Ray Milkey · 9 years ago
  18. 4c89177 GUI -- Updated TableService to use d3 table creation methods. by Bri Prebilic Cole · 9 years ago
  19. fd1231a GUI -- Refactored Topo View to move websocket code into TopoEventService. by Simon Hunt · 9 years ago
  20. bb59636 GUI -- First pass at TopoEventService - to encapsulate sending/receiving events from server. by Simon Hunt · 9 years ago
  21. 5c2cab9 GUI -- TableService can take a div, config object, and data object in order to programmatically render and load data into a table. Test functions added. by Bri Prebilic Cole · 9 years ago
  22. c4ae830 GUI -- Fixed broken table-spec unit tests. by Simon Hunt · 9 years ago
  23. 54442fa GUI -- Implemented Panel Service. by Simon Hunt · 9 years ago
  24. 521d370 Removed prototype REST resource by Ray Milkey · 9 years ago
  25. 3f02569 Use JsonBodyWriter directly rather than converting JSON to strings first by Ray Milkey · 9 years ago
  26. c401e6e ONOS-792 Unit tests for Topology REST GET APIs by Ray Milkey · 9 years ago
  27. aa8d2ed GUI -- TableService can take a div, config object, and data object in order to programmatically render and load data into a table. Test functions added. by Bri Prebilic Cole · 9 years ago
  28. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  29. 82e5031 ONOS-792 - topology related REST GET APIs by Ray Milkey · 9 years ago
  30. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  31. 988934e GUI -- Start of implementation of Panel Service. by Simon Hunt · 9 years ago
  32. 3b0916b GUI -- Implemented sendEvent() in WsEventService. by Simon Hunt · 9 years ago
  33. 093739a GUI -- Created onosWidget module and TableService with respective Karma Test file. by Bri Prebilic Cole · 9 years ago
  34. acf410b GUI -- Cleaned up websocket callback wrapping and beefed up unit tests. by Simon Hunt · 9 years ago
  35. 970e7fd GUI -- WebSocket object now decodes message payload as JSON on behalf of the consumer. by Simon Hunt · 9 years ago
  36. bb920fd GUI -- Added ability to define an alternate port for WS - used to connect to mock web-socket server. Topo view can use query string '?wsport=8123' for example. by Simon Hunt · 9 years ago
  37. a7a129c GUI -- Oops! Location of map data changed... by Simon Hunt · 9 years ago
  38. e7399f3 GUI -- Cleaned up code for practice scrollable table, added tableHeight as a parameter to the directive. by Bri Prebilic Cole · 9 years ago
  39. d36a90f GUI -- Scrollable table working! by Bri Prebilic Cole · 9 years ago
  40. 354c8c9 GUI -- Mock WebSocket server : fixed bug where args were not repeated. by Simon Hunt · 9 years ago
  41. 711ee24 GUI -- Mock WebSocket server now serves up scenario events. by Simon Hunt · 9 years ago
  42. 4f0d977 GUI -- Device table now scrolls with a fixed height. by Bri Prebilic Cole · 9 years ago
  43. a25cdcd GUI -- Created Mock WebSocket Server (runs with node.js) by Simon Hunt · 9 years ago
  44. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  45. 584122a GUI -- Further work on web socket service. Still WIP. by Simon Hunt · 9 years ago
  46. 404f6b2 GUI -- Removed dependence on jQuery -- it turns out that angular implements extend(). by Simon Hunt · 9 years ago
  47. b9a8a18 ONOS-741 - JSON codecs for constraints by Ray Milkey · 9 years ago
  48. 1e4a001 GUI -- Created skeleton for WebSocketService. - re-worked UrlFnService. by Simon Hunt · 9 years ago
  49. c006eef GUI -- Finished icons test page. Displays all icons and glyphs using Angular constructs. by Bri Prebilic Cole · 9 years ago
  50. aa26adf GUI -- Corrected path prefix for ui/rs calls. - fixed broken unit tests. by Simon Hunt · 9 years ago
  51. b07c279 GUI -- show-icons.html test file is successfully linked with its module and controller by Bri Prebilic Cole · 9 years ago
  52. 66f9e6e GUI -- glyph.js - removed unnecessary precision from path data. by Simon Hunt · 9 years ago
  53. cd258a1 GUI -- Reworked onos.js to only require the list of view IDs to be injected. Module dependencies and routing configuration are both derived from the list of IDs. by Simon Hunt · 9 years ago
  54. d169deb GUI -- Removed @author tags from all .js/.css etc. to match our code style choice. by Simon Hunt · 9 years ago
  55. 17a18b2 GUI -- Added some test files to practice Angular and link with the IconService. WIP by Bri Prebilic Cole · 9 years ago
  56. 94a856e GUI -- Added new icons to glyphs library. by Bri Prebilic Cole · 9 years ago
  57. 64b60cd GUI -- Do not display IconLibDefs SVG element. by Simon Hunt · 9 years ago
  58. 9722538 GUI -- Completed icon directive definition, and wired up device view. by Simon Hunt · 9 years ago
  59. 7f172cc GUI -- Implemented loadIcon() in the IconService. by Simon Hunt · 9 years ago
  60. 58f23bb GUI -- Working towards embedding icons in tables. WIP. by Simon Hunt · 9 years ago
  61. 4367abc GUI -- DeviceResource: minor improvement. by Simon Hunt · 9 years ago
  62. 1f170b8 GUI -- Simpler version of DeviceGuiResource for the UI. by Simon Hunt · 9 years ago
  63. db35808 Unit tets for instruction JSON codecs by Ray Milkey · 9 years ago
  64. 4fab8af GUI -- Added mechanism to test device view. Themed device view. by Bri Prebilic Cole · 9 years ago
  65. eb28b0b GUI -- Created UrlFunction service Commented out broken device code WIP by Bri Prebilic Cole · 9 years ago
  66. e672044 GUI -- Created the RestService in the Remote module. by Simon Hunt · 9 years ago
  67. 5ee36e0 GUI -- Added dark theming for the topology view. by Simon Hunt · 9 years ago
  68. 0541fb8 GUI -- Finally got map resize working correctly, including the resized callback in topo code. by Simon Hunt · 9 years ago
  69. 426bd86 GUI -- Further tweaking of the background map loading code, to properly align the map in the view. by Simon Hunt · 9 years ago
  70. a7b6a6b GUI -- Further work on MapService and GeoDataService. Still WIP. by Simon Hunt · 9 years ago
  71. f817338 GUI -- Split MapService into GeoDataService and MapService. WIP. by Simon Hunt · 9 years ago
  72. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  73. 7c92a3d GUI -- Created initial device view by Bri Prebilic Cole · 9 years ago
  74. 86388b1 GUI -- Created NavService and implemented simple navigation (click on the bird!) by Simon Hunt · 9 years ago
  75. c95bb9d ONOS-574 - Complete REST APIs for flows by Ray Milkey · 9 years ago
  76. 404e54c GUI -- MapService: rework API and internal code for loading map. WIP. by Simon Hunt · 9 years ago
  77. 1e8eff4 GUI -- MapService: changed to cache promises with attached meta data. by Simon Hunt · 9 years ago
  78. f044d8a GUI -- Sketched out MapService. by Simon Hunt · 9 years ago
  79. 09e464b Starting GUI server-side code by Bri Prebilic Cole · 9 years ago
  80. cacce34 GUI -- Implemented ZoomService, with unit tests. by Simon Hunt · 9 years ago
  81. 6cc5369 GUI -- Topo View: define SVG layer; inject (sample) key bindings and install glyph definitions. by Simon Hunt · 9 years ago
  82. 670e825 GUI -- implemeted GlyphService.loadDefs(). by Simon Hunt · 9 years ago
  83. bc39f6d GUI -- implemeted GlyphService.register(). by Simon Hunt · 9 years ago
  84. 6e45980 GUI -- implementation and unit test for loading base set of glyphs into GlyphService. by Simon Hunt · 9 years ago
  85. 51fc40b GUI -- Sketching out GlyphService. by Simon Hunt · 9 years ago
  86. 8ead3a2 GUI -- Updated copyright year for GUI source files. by Simon Hunt · 9 years ago
  87. 7ac7be9 GUI -- Added skeleton factories for SVG module. by Simon Hunt · 9 years ago
  88. 5d12dc2 GUI -- Added missing dependency to karma.conf.js by Simon Hunt · 9 years ago
  89. 4f5de00 Implement REST APIs for flows: by Ray Milkey · 9 years ago
  90. ef31fb2 GUI -- Sketched out structure for multi-views; each with own controller, template html and css. by Simon Hunt · 9 years ago
  91. 7256d08 GUI -- removed commented out tests. by Simon Hunt · 9 years ago
  92. 4f39bcd GUI -- implemented Theme Service. by Yuta HIGUCHI · 9 years ago
  93. dc6362a GUI -- reworking code to eliminate unnecessary 'ONOS' global. by Simon Hunt · 9 years ago
  94. 7aeffa0 GUI -- refactored key service test to spy on $log service, instead of implementing our own mock. by Simon Hunt · 9 years ago
  95. af32207 GUI -- augmented Key Service unit tests to include masked key test, and gesture notes test. by Simon Hunt · 9 years ago
  96. 59df0b2 GUI -- Added keyBindings() and gestureNotes() to Key Service. by Simon Hunt · 9 years ago
  97. 420691a GUI -- Initial unit tests for Key Handler service. Still more to be done here. by Simon Hunt · 9 years ago
  98. f306972 GUI -- Jasmine Unit Tests for fn.js. by Simon Hunt · 9 years ago
  99. 1eecfa2 GUI -- Added KeyService and FnService; implemented 'T' key for toggle theme. by Simon Hunt · 9 years ago
  100. c2202d5 GUI -- Beginnings of new file structure / Angular implementation. WIP. by Simon Hunt · 9 years ago