1. 738dfaf [ONOS-2159]Add to query devices by type api in DeviceService and by samuel · 9 years ago
  2. ee49df1 Unit tests for DefaultLoad class by Ray Milkey · 9 years ago
  3. 96495ca Add unit tests for cluster messaging classes by Ray Milkey · 9 years ago
  4. c4d5661 ONOS-2297: Decouple ResourceRequest and ResourceAllocation by Sho SHIMIZU · 9 years ago
  5. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  6. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  7. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  8. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  9. 74d32fd Added unit tests for Versioned and MultiValuedTimestamp classes. by samanwita pal · 9 years ago
  10. d1acfd8 Added unit tests for MapEvent class. by samanwita pal · 9 years ago
  11. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  12. e00733a Added unit tests for DatabaseUpdate.java by Samanwita Pal · 9 years ago
  13. 419dcad Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  14. d164c0e Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  15. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  16. 93d944c ONOS-2124 FIxed Version to allow two-segment versions and to be more robust in general. by Thomas Vachuska · 9 years ago
  17. ad35c34 Fixed application descriptor parsing. by Thomas Vachuska · 9 years ago
  18. 5051040 Unit tests for Leadership and LeadershipEvent classes by Ray Milkey · 9 years ago
  19. 33d44c5 Unit tests for Default Group class by Ray Milkey · 9 years ago
  20. 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
  21. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  22. 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
  23. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  24. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  25. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  26. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  27. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  28. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  29. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  30. f410a0c Unit test for Objectives classes by Ray Milkey · 9 years ago
  31. 1deab53 Simplifying removeListener to merely log when remove indicates no such listener. by Thomas Vachuska · 9 years ago
  32. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  33. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  34. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  35. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  36. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  37. a7841ed ONOS-1896 : enum Permission added, DefaultPermission removed by Changhoon Yoon · 9 years ago
  38. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  39. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  40. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  41. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  42. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  43. 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
  44. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  45. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  46. 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
  47. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  48. 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
  49. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  50. 9ffbd8d GUI -- Table Model et al -- added missing unit tests. by Simon Hunt · 9 years ago
  51. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  52. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  53. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  54. 5a5a734 Add unit tests for ModL0OchSignalInstruction by Sho SHIMIZU · 9 years ago
  55. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  56. 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 9 years ago
  57. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  58. 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
  59. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  60. eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 9 years ago
  61. c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 9 years ago
  62. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  63. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  64. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  65. 889648c Added an adapter. by Thomas Vachuska · 9 years ago
  66. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  67. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  68. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  69. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  70. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  71. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  72. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  73. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  74. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  75. 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 9 years ago
  76. facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 9 years ago
  77. 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
  78. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  79. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  80. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  81. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  82. a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 9 years ago
  83. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  84. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  85. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  86. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  87. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  88. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  89. 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
  90. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  91. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  92. 0bc0599 Unit test for MPLS Objects by Ray Milkey · 9 years ago
  93. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  94. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  95. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  96. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  97. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  98. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  99. 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
  100. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago