1. f6c6a30 Fix incorrect input verification check in ClusterMetadata by Madan Jampani · 8 years ago
  2. 69305ab Remove blank lines by Sho SHIMIZU · 8 years ago
  3. 9fa6b8b Improve null safety by returning an empty list by Sho SHIMIZU · 8 years ago
  4. 9aee1f5 Refactor: Consolidate multiple map() invocations to single invocation by Sho SHIMIZU · 8 years ago
  5. 8baf447 [ONOS-3722] Augment TableModel to support annotations by Jian Li · 8 years ago
  6. d8d92db ONOS-3754 Create driver/behavior for Ciena waveserver by Andrea Campanella · 8 years ago
  7. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  8. 05abf13 Refactor: Generate CompletableFuture first, then process it by Sho SHIMIZU · 8 years ago
  9. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  10. b0c4a07 Refactor: Decompose creating CompletableFuture and process intent by Sho SHIMIZU · 8 years ago
  11. b814773 Restrict the visibility of methods only accessed from the same package by Sho SHIMIZU · 8 years ago
  12. c95ec3e Refactor: Inline method by Sho SHIMIZU · 8 years ago
  13. 594fb2a Refactor: Extract two methods from submitIntentData() by Sho SHIMIZU · 8 years ago
  14. 26cc180 Restrict class visibility by Sho SHIMIZU · 8 years ago
  15. e098172 Refactor: Use Tools.allOf() to wait until all tasks become completed by Sho SHIMIZU · 8 years ago
  16. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  17. d755893 Refactor: Inline invocations and remove methods by Sho SHIMIZU · 8 years ago
  18. 38a4798 Refactor: Reduce number of invocations of Stream#collect() by Sho SHIMIZU · 8 years ago
  19. 4ce97ff Fixed a bug that ComponentConfigManager#preSet never affect OSGi configuration. by Naoki Shiota · 8 years ago
  20. 7dee11e ONOS-1770 DefaultDistributedSet.toArray(T[]) does not support array size different than set size. by Brian Stanke · 8 years ago
  21. 98c0a39 Apply more functional style by Sho SHIMIZU · 8 years ago
  22. 118f671 Power config API (ONOS-2866). by Marc De Leenheer · 8 years ago
  23. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  24. ab541a5 Refactor: Use Stream API instead of explicit loop by Sho SHIMIZU · 8 years ago
  25. 5fb1ea3 Use the word "id" not "key" to get the names matched by Sho SHIMIZU · 8 years ago
  26. ad8ab27 Refactor: Use CompletableFuture instead of Future by Sho SHIMIZU · 8 years ago
  27. 38f561c Fix bug that a list is mistakenly added as an element of another list by Sho SHIMIZU · 8 years ago
  28. dfde6ba Added an async version for AtomicValue and misc javadoc improvements by Madan Jampani · 8 years ago
  29. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  30. 4590604 Use Objects.nonNull() to check if non-null by Sho SHIMIZU · 8 years ago
  31. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  32. 69fc2ff Support encapsulation in PathIntent by Michele Santuari · 8 years ago
  33. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  34. 31f37ed Define sub-types of Bandwidth to reduce round-off error by Sho SHIMIZU · 8 years ago
  35. fa0dc66 adding a criterion for inner vlans used by olt to match on the inner vlan by alshabib · 8 years ago
  36. 62bbc60 Refactor: remove an extra inner class, IntentBatchProcess by Sho SHIMIZU · 8 years ago
  37. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  38. 71d13e1 use maven shade plugin version defined in root pom + Minor fixes to CopycatTransport based on review comments by Madan Jampani · 8 years ago
  39. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  40. 556cf1e Fix javadoc error. by HIGUCHI Yuta · 8 years ago
  41. 4ea4e42 Should compere scheme. by HIGUCHI Yuta · 8 years ago
  42. 3289fbf Added custom transport implementaion (for Catalyst Transport) for all copycat specific communication by Madan Jampani · 8 years ago
  43. d36def0 MessagingService API enchancements by Madan Jampani · 8 years ago
  44. 8992524 Refactor: Remove IntentWorker by replacing it with lambda by Sho SHIMIZU · 8 years ago
  45. ab6c1fe Refactor: use ifPresent() instead of isPresent() by Sho SHIMIZU · 8 years ago
  46. be60dde ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified). by Simon Hunt · 8 years ago
  47. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  48. e320103 Add new OFOpticalSwitch13 LambdaQuery, and corrections to OMS port Desc: by Rimon Ashkenazy · 8 years ago
  49. aef4585 Revert changes to use constants for Sonar suppression by Ray Milkey · 8 years ago
  50. 3756cc3 Change applicationId's equality checking and hashing method by Jian Li · 8 years ago
  51. 3e4ccaf ONOS-3749: Show Flow ID and group ID in the flow table as hex values. by Simon Hunt · 8 years ago
  52. 24e296b Prevent null treatments by Jonathan Hart · 8 years ago
  53. 64591a6 Fix problem with apps disappearing after cluster restart by Ray Milkey · 8 years ago
  54. 138de8b FIxing basic device config and demoting some config-related messages to debug. by Thomas Vachuska · 8 years ago
  55. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  56. dcb5e93 Log for pending configuration by Andrea Campanella · 8 years ago
  57. fd563f5 Fix for ONOS-3649 - ONOS loses AAA app config across cluster restart by Ray Milkey · 8 years ago
  58. 76b30f7 Rename ResourcePath.Key to ResourceId for naming consistency by Sho SHIMIZU · 8 years ago
  59. 7e6d18e Introduce ResourcePath.Key by Sho SHIMIZU · 8 years ago
  60. c8fe98b Added ARP criterions to KryoNamespaces by Hyunsun Moon · 8 years ago
  61. 00762ee Avoid potential round-off error caused by floating point by Sho SHIMIZU · 8 years ago
  62. 82b3c11 Add hasBehaviour to DriverHandler by HIGUCHI Yuta · 8 years ago
  63. 8514f47 The flowrule is already removed, there is no need to remove it again by Qianqian Hu · 8 years ago
  64. 8bcef8b [ONOS-2225] Add codecs with unit test for FlowObjective REST API by Jian Li · 8 years ago
  65. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  66. db450ee Reverted constant accessors to be public again. by Simon Hunt · 8 years ago
  67. 6bc04be Fixed a bug that ComponentConfigManager#preSetProperty always fails to update a property value. by Naoki Shiota · 8 years ago
  68. 3600846 Fixed an issue in basic host and basic link config validations. by Thomas Vachuska · 8 years ago
  69. 0f5da69 [ONOS-3717] Add checkNotNull for the parameters of the constructors of OchPort, OduCltPort and OmsPort. by Toru Furusawa · 8 years ago
  70. c23f583 [Falcon] Register TributarySlot resources in resource manager. by Toru Furusawa · 8 years ago
  71. 3ddb7b2 [Falcon] link discovery - by Ayaka Koshibe · 8 years ago
  72. 79f6732 [ONOS-3642] Add missing meter icon in topology view by Jian Li · 8 years ago
  73. 7adb89e Adding omitted copyright. by Aaron Kruglikov · 8 years ago
  74. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  75. 622861d Lambda queries don't rely on driver state, and have separate package. by Marc De Leenheer · 8 years ago
  76. 762a2d8 Fixing various exception issues. by Thomas Vachuska · 8 years ago
  77. d95f3cd ONOS-3422 inter-domain cross connect by HIGUCHI Yuta · 8 years ago
  78. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  79. 12faf8d Adding driver and behavior for getting configuration on NETCONF devices. by Aaron Kruglikov · 8 years ago
  80. 9f87e51 Sonar related fixes by Ray Milkey · 8 years ago
  81. e71dfa4 ONOS-3521: SM-ONOS performance improvement by Changhoon Yoon · 8 years ago
  82. d9c6117 Clean up tempDir after each test runs. by HIGUCHI Yuta · 8 years ago
  83. 9092db8 Event history service and CLI by HIGUCHI Yuta · 8 years ago
  84. fc5ca93 [ONOS-2809] Support a TransactionalSet data structure by Jian Li · 8 years ago
  85. 34e6314 Remove @Deprecated from Annotation keys used by netcfg by HIGUCHI Yuta · 8 years ago
  86. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  87. b7a15d7 Modify MPLS/VLAN query by HIGUCHI Yuta · 8 years ago
  88. 1932b93 Add getMeters method for obtaining meter collection by device id by Jian Li · 8 years ago
  89. 64dd889 [ONOS-3601] Add unit test for MetricCodec and correct some typos by Jian Li · 8 years ago
  90. 676249c Fix Sonar critical flagged bugs by Ray Milkey · 8 years ago
  91. 5c41123 [ONOS-3618] Implement REST API for Meter query, insert, delete by Jian Li · 8 years ago
  92. 79e5287 [Falcon] Refactored mcast store implementation. by alshabib · 8 years ago
  93. 19e2cea [FALCON] adding api to enable packet requests to a single device. by alshabib · 8 years ago
  94. 1684b00 Bugfix: only allow REMARK band to have a precedence by Jian Li · 8 years ago
  95. cef4555 Harmonize resource collectors. by Marc De Leenheer · 8 years ago
  96. ecb3c0f [ONOS-3603] Implement REST API for Group query, insert, delete by Jian Li · 8 years ago
  97. 0b5ccd2 [Falcon] Pretty print OchSignal by Naoki Shiota · 8 years ago
  98. 2cc93f4 Change default available MPLS label range by HIGUCHI Yuta · 8 years ago
  99. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  100. 3564a8c Improve test coverage for Instructions APIs by Ray Milkey · 8 years ago