1. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  2. e982815 GUI -- Initial cut at a simple table/row/cell model to allow us more control over the comparison / formatting of cell values for GUI tables. by Simon Hunt · 9 years ago
  3. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  4. eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 9 years ago
  5. c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 9 years ago
  6. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  7. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  8. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  9. 889648c Added an adapter. by Thomas Vachuska · 9 years ago
  10. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  11. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  12. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  13. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  14. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  15. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  16. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  17. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  18. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  19. 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 9 years ago
  20. facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 9 years ago
  21. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  22. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  23. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  24. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  25. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  26. a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 9 years ago
  27. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  28. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  29. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  30. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  31. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  32. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  33. 7d2fab2 ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues. by Madan Jampani · 9 years ago
  34. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  35. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  36. 0bc0599 Unit test for MPLS Objects by Ray Milkey · 9 years ago
  37. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  38. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  39. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  40. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  41. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  42. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  43. 3553b30 ONOS-1235 Enhanced UI extension mechanism to provide message handler factory and took a first cut at the core UiWebSocket mechanism. by Thomas Vachuska · 9 years ago
  44. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago
  45. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  46. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  47. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  48. 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 9 years ago
  49. 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 9 years ago
  50. cf590df Remove references to deprecated bandwidth method by Ray Milkey · 9 years ago
  51. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  52. 5a7787a Unit test for intent accumulator by Ray Milkey · 9 years ago
  53. fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 9 years ago
  54. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  55. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  56. ecb63c5 Updated accumulator documentation and refactored names to remove the event heritage. by Thomas Vachuska · 9 years ago
  57. 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 9 years ago
  58. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  59. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  60. 8010bb4 Unit test for IntentData class by Ray Milkey · 9 years ago
  61. abbdcb7 Unit tests for intent key class by Ray Milkey · 9 years ago
  62. 4f5d93e Fixes for ObjectiveTrackerTest and IntentServiceTest by Ray Milkey · 9 years ago
  63. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  64. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  65. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  66. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  67. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  68. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  69. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  70. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  71. f3b6933 Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related by Pavlin Radoslavov · 9 years ago
  72. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  73. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  74. ebf5e54 ONOS-542 Added ability for app bundle to carry it's own artifacts, including feature repo. Fixed onos-package script. Added JSON output to CLI. by Thomas Vachuska · 9 years ago
  75. ecaa8a8 Increase delay for time-based test which is failing a lot. by Jonathan Hart · 9 years ago
  76. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  77. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  78. b1224ab Revert "FlowRule equals() incorporates FlowId to factor in treatment." by Ayaka Koshibe · 9 years ago
  79. 38f8c23 FlowRule equals() incorporates FlowId to factor in treatment. by Ayaka Koshibe · 9 years ago
  80. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  81. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  82. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  83. 5e5d4aa Change the second type parameter of BatchOperationEntry by Sho SHIMIZU · 9 years ago
  84. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  85. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  86. a8f4e7d Sketching out device driver subsystem to allow extensible device management functions to be made available to applications. by Thomas Vachuska · 9 years ago
  87. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  88. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  89. 09e464b Starting GUI server-side code by Bri Prebilic Cole · 9 years ago
  90. ab98466 adding license to ALL files by alshabib · 9 years ago
  91. 045c01d Adding packaging on onos*.zip file. by Thomas Vachuska · 9 years ago
  92. e63e51e Prohibit null in instantiation by Sho SHIMIZU · 9 years ago
  93. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  94. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  95. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  96. ff51773 Fix Javadoc typos by Ray Milkey · 9 years ago
  97. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  98. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  99. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  100. 75a5bd9 Change return type of groupId() in FlowRule not to misusing underlying type by Sho SHIMIZU · 9 years ago