1. c46af20 Fixing an issue where intents fail to re-route after a node is restarted; caused by failure to register intent resources correctly. by Thomas Vachuska · 9 years ago
  2. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  3. 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
  4. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  5. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  6. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  7. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  8. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  9. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  10. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  11. f410a0c Unit test for Objectives classes by Ray Milkey · 9 years ago
  12. 1deab53 Simplifying removeListener to merely log when remove indicates no such listener. by Thomas Vachuska · 9 years ago
  13. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  14. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  15. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  16. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  17. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  18. a7841ed ONOS-1896 : enum Permission added, DefaultPermission removed by Changhoon Yoon · 9 years ago
  19. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  20. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  21. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  22. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  23. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  24. 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
  25. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  26. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  27. 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
  28. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  29. 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
  30. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  31. 9ffbd8d GUI -- Table Model et al -- added missing unit tests. by Simon Hunt · 9 years ago
  32. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  33. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  34. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  35. 5a5a734 Add unit tests for ModL0OchSignalInstruction by Sho SHIMIZU · 9 years ago
  36. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  37. 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 9 years ago
  38. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  39. 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
  40. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  41. eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 9 years ago
  42. c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 9 years ago
  43. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  44. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  45. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  46. 889648c Added an adapter. by Thomas Vachuska · 9 years ago
  47. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  48. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  49. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  50. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  51. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  52. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  53. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  54. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  55. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  56. 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 9 years ago
  57. facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 9 years ago
  58. 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
  59. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  60. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  61. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  62. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  63. a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 9 years ago
  64. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  65. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  66. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  67. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  68. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  69. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  70. 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
  71. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  72. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  73. 0bc0599 Unit test for MPLS Objects by Ray Milkey · 9 years ago
  74. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  75. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  76. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  77. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  78. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  79. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  80. 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
  81. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago
  82. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  83. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  84. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  85. 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 9 years ago
  86. 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 9 years ago
  87. cf590df Remove references to deprecated bandwidth method by Ray Milkey · 9 years ago
  88. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  89. 5a7787a Unit test for intent accumulator by Ray Milkey · 9 years ago
  90. fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 9 years ago
  91. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  92. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  93. ecb63c5 Updated accumulator documentation and refactored names to remove the event heritage. by Thomas Vachuska · 9 years ago
  94. 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 9 years ago
  95. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  96. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  97. 8010bb4 Unit test for IntentData class by Ray Milkey · 9 years ago
  98. abbdcb7 Unit tests for intent key class by Ray Milkey · 9 years ago
  99. 4f5d93e Fixes for ObjectiveTrackerTest and IntentServiceTest by Ray Milkey · 9 years ago
  100. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago