1. 0fb1c60 Replacing literal version with a symbolic one in features.xml by Thomas Vachuska · 9 years ago
  2. c7aa507 typo fix by Yuta HIGUCHI · 9 years ago
  3. b72b119 GUI -- ThemeService: Unit tests for add/remove listeners. by Simon Hunt · 9 years ago
  4. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  5. b269a43 Delete line that is commented out by Sho SHIMIZU · 9 years ago
  6. 4c0da81 Fix missing break statement found by Sonar by Ray Milkey · 9 years ago
  7. 245a88e GUI -- Added theme listeners, so the instance panel can update the instances on a theme change. by Simon Hunt · 9 years ago
  8. 1a433d2 Remove comment that is obsolete by Sho SHIMIZU · 9 years ago
  9. b1224ab Revert "FlowRule equals() incorporates FlowId to factor in treatment." by Ayaka Koshibe · 9 years ago
  10. 36c936b GUI -- Added unit tests for FnService.find(). by Simon Hunt · 9 years ago
  11. 2287d88 ONOS-887 - Return a 404 status when a URL specifies a bad resource by Ray Milkey · 9 years ago
  12. 48e6167 GUI -- Completed implementation of Instance events (add, update, remove) by Simon Hunt · 9 years ago
  13. 38f8c23 FlowRule equals() incorporates FlowId to factor in treatment. by Ayaka Koshibe · 9 years ago
  14. 7492830 GUI -- Augmented mock server to allow descriptive names for events. by Simon Hunt · 9 years ago
  15. 56db94f Group subsystem Northbound and Southbound API definition by Srikanth Vavilapalli · 9 years ago
  16. aaa5657 Implement anti-entropy for the EventuallyConsistentMap. by Jonathan Hart · 9 years ago
  17. 4572785 Added Collections.emptyList() to Kryo BASIC namespace by Jonathan Hart · 9 years ago
  18. 2a85e84 NullHostProvider - check for device ownership before host creation. by Ayaka Koshibe · 9 years ago
  19. 3f97a17d (ONOS-684) Added a few new OF actions, which are required for Segment Routing Application by sangho · 9 years ago
  20. 4b66859 GUI -- Implemented Instance Panel. - handling addInstance event. by Simon Hunt · 9 years ago
  21. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  22. d0f13eb Patch job on transient test failure by Brian O'Connor · 9 years ago
  23. fd0cd8c Move CompilingFailed to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  24. f2af6a2 Move DoNothing to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  25. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  26. ea4d7d1 Initial work on Intent API (ONOS-618) by Brian O'Connor · 9 years ago
  27. e434433 pulled in upstream loxi changes by alshabib · 9 years ago
  28. 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
  29. edf5c0e GUI -- Topology view... Minor cleanup. by Simon Hunt · 9 years ago
  30. c9b7316 GUI -- Completed Show Summary panel. by Simon Hunt · 9 years ago
  31. 626d210 GUI -- Implemented showSummary event (Icon still to do..) WIP by Simon Hunt · 9 years ago
  32. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  33. 4b5acae ONOS-734 Add unit tests for 4 Octets AS numbers in SDN-IP by Pavlin Radoslavov · 9 years ago
  34. 8a36ce3 ONOS-866: Refactor the storing and handling of BgpSession info. by Pavlin Radoslavov · 9 years ago
  35. 35c71e1 NullDeviceProvider now takes configurations for : by Ayaka Koshibe · 9 years ago
  36. 5e5d4aa Change the second type parameter of BatchOperationEntry by Sho SHIMIZU · 9 years ago
  37. bdc17e7 Move inner interfaces to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  38. 28e7271 Change IntentUpdate and CompletedIntentUpdate to be interface by Sho SHIMIZU · 9 years ago
  39. b0ec1e5 GUI -- Added TopoPanelService to encapsulate summary, detail and instance panels. by Simon Hunt · 9 years ago
  40. a11b4eb GUI -- Continued porting topology behavior over to the new codebase. WIP. by Simon Hunt · 9 years ago
  41. 1598301 GUI -- summary-list table CSS edited to look cleaner. by Bri Prebilic Cole · 9 years ago
  42. 23f36f0 Refactor: remove unused method in IntentManager by Sho SHIMIZU · 9 years ago
  43. 9ea3453 Avoid empty check of BatchWrite in the caller side by Sho SHIMIZU · 9 years ago
  44. cb9c0ba Fix rewriting of LINC-OE config for long controller IPs (ONOS-834). by Marc De Leenheer · 9 years ago
  45. 93356bc Update hazelcast version to 3.4 by Yuta HIGUCHI · 9 years ago
  46. 190ed19 Suppress Hazelcast multicast joiner warning by Yuta HIGUCHI · 9 years ago
  47. 737c89f GUI -- Starting to migrate the 'force layout' functionality from the old GUI. by Simon Hunt · 9 years ago
  48. 539a646 Modified GossipIntentStore to use EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  49. 9c3d336 Make REST API unit tests choose a free port to allow concurrent builds by Ray Milkey · 9 years ago
  50. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  51. 968c70d Remove an unused constant by Sho SHIMIZU · 9 years ago
  52. db3af89 Initial implementation of EventuallyConsistentMap. by Jonathan Hart · 9 years ago
  53. adf8c48 Refactor IntentManager: apply state pattern for intent state transition by Sho SHIMIZU · 9 years ago
  54. 500c317 Use diamond operator to simplify codes by Sho SHIMIZU · 9 years ago
  55. 8fd68ca ONOS-792 Implement Unit Tests for Links and Devices REST APIs by Ray Milkey · 9 years ago
  56. 9f4aa09 Apply multi-catch to reduce duplication by Sho SHIMIZU · 9 years ago
  57. 683b31b Creating tools to aid in ONOS release process. by Thomas Vachuska · 9 years ago
  58. d9813e6 Fixing and enhancing the build and release tools. by Thomas Vachuska · 9 years ago
  59. 4c89177 GUI -- Updated TableService to use d3 table creation methods. by Bri Prebilic Cole · 9 years ago
  60. fd1231a GUI -- Refactored Topo View to move websocket code into TopoEventService. by Simon Hunt · 9 years ago
  61. bb59636 GUI -- First pass at TopoEventService - to encapsulate sending/receiving events from server. by Simon Hunt · 9 years ago
  62. 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
  63. 23b5a76 Add resources into intent toString() outputs. by Jonathan Hart · 9 years ago
  64. c4ae830 GUI -- Fixed broken table-spec unit tests. by Simon Hunt · 9 years ago
  65. 54442fa GUI -- Implemented Panel Service. by Simon Hunt · 9 years ago
  66. 229794b Fixed couple of GossipIntentStore bugs. by Jonathan Hart · 9 years ago
  67. 521d370 Removed prototype REST resource by Ray Milkey · 9 years ago
  68. 3f02569 Use JsonBodyWriter directly rather than converting JSON to strings first by Ray Milkey · 9 years ago
  69. c401e6e ONOS-792 Unit tests for Topology REST GET APIs by Ray Milkey · 9 years ago
  70. 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
  71. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  72. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  73. 82e5031 ONOS-792 - topology related REST GET APIs by Ray Milkey · 9 years ago
  74. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  75. 988934e GUI -- Start of implementation of Panel Service. by Simon Hunt · 9 years ago
  76. 3b0916b GUI -- Implemented sendEvent() in WsEventService. by Simon Hunt · 9 years ago
  77. 093739a GUI -- Created onosWidget module and TableService with respective Karma Test file. by Bri Prebilic Cole · 9 years ago
  78. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  79. acf410b GUI -- Cleaned up websocket callback wrapping and beefed up unit tests. by Simon Hunt · 9 years ago
  80. 8851ed9 Trim whitespaces before and after .cfg file arguments. by Ayaka Koshibe · 9 years ago
  81. 82895d7 Fix typo in help string by Ray Milkey · 9 years ago
  82. 0cd4282 NullLinkProvider only generates links between local devices. by Ayaka Koshibe · 9 years ago
  83. 492cc3a Fix startup dependency between features onos-app-config and onos-app-sdnip: by Pavlin Radoslavov · 9 years ago
  84. 7446da9 Modify unit test for serializing FlowRuleBatchEntry by Sho SHIMIZU · 9 years ago
  85. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  86. 970e7fd GUI -- WebSocket object now decodes message payload as JSON on behalf of the consumer. by Simon Hunt · 9 years ago
  87. 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
  88. 5573d32 Initial implementation of GossipIntentStore. by Jonathan Hart · 9 years ago
  89. a7a129c GUI -- Oops! Location of map data changed... by Simon Hunt · 9 years ago
  90. e7399f3 GUI -- Cleaned up code for practice scrollable table, added tableHeight as a parameter to the directive. by Bri Prebilic Cole · 9 years ago
  91. c0e8bfa Revert "Use Optional instead of null to remove FIXME comment" by Sho SHIMIZU · 9 years ago
  92. c470e10 ONOS-639 SDN-IP tutorial script for IPv6 by Kunihiro Ishiguro · 9 years ago
  93. d36a90f GUI -- Scrollable table working! by Bri Prebilic Cole · 9 years ago
  94. 354c8c9 GUI -- Mock WebSocket server : fixed bug where args were not repeated. by Simon Hunt · 9 years ago
  95. 711ee24 GUI -- Mock WebSocket server now serves up scenario events. by Simon Hunt · 9 years ago
  96. 4f0d977 GUI -- Device table now scrolls with a fixed height. by Bri Prebilic Cole · 9 years ago
  97. 205f4b1 Start instances in debug mode by Jonathan Hart · 9 years ago
  98. a25cdcd GUI -- Created Mock WebSocket Server (runs with node.js) by Simon Hunt · 9 years ago
  99. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  100. 166e61e Fix ONOS-815: register Optional class to Kryo by Sho SHIMIZU · 9 years ago