1. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  2. f6c973a DefaultConsistentMap to automatically retry compute* calls failing due to ConcurrentModification by Madan Jampani · 8 years ago
  3. 07b7bc9 Use specific types instead of using type parameters by Sho SHIMIZU · 8 years ago
  4. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  5. dc4394c Implement toString() by HIGUCHI Yuta · 8 years ago
  6. 7a070c0 Write TODO comments by Sho SHIMIZU · 8 years ago
  7. 6a717dc Restrict exposure to public by Sho SHIMIZU · 8 years ago
  8. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  9. 2486ddd Pull up components() method as an abstract method by Sho SHIMIZU · 8 years ago
  10. 26a78df Fix typo by Sho SHIMIZU · 8 years ago
  11. 19816f4 Revise Javadoc by Sho SHIMIZU · 8 years ago
  12. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  13. 9567896 Remove redundant meter id when create a meter entry in REST API by Jian Li · 8 years ago
  14. 5b6dfba - adding more log by HIGUCHI Yuta · 8 years ago
  15. 28dbe8f ONOS-3829 Fixed bug with inconsistent parent's behaviours when merging drivers by Andrea Campanella · 8 years ago
  16. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  17. 763be92 Avoid using fully qualified name by Sho SHIMIZU · 8 years ago
  18. 51539b8 Enforce naming convention regarding abbreviations by Jonathan Hart · 9 years ago
  19. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  20. d978d9a Move variable declarations out of the loop by Sho SHIMIZU · 8 years ago
  21. f95290a Added newValue and oldValue methods to MapEvent. by Madan Jampani · 8 years ago
  22. 7f8a7cb Define zero argument contructoris for the serializer by Sho SHIMIZU · 8 years ago
  23. 7dac8a4 Change the return type of ResourceId#parent() by Sho SHIMIZU · 8 years ago
  24. 42ac51f Make fields private to get classes immutable by Sho SHIMIZU · 8 years ago
  25. 1d7c9cb ONOS-3732 Bandwidth resource registration using netcfg. by HIGUCHI Yuta · 8 years ago
  26. 34b55b6 Remove unnecessary method calls by direct access to the field by Sho SHIMIZU · 8 years ago
  27. f0fb361 Fix Javadoc warning by Sho SHIMIZU · 8 years ago
  28. 2a70451 Use concrete types instead of abstract types by Sho SHIMIZU · 8 years ago
  29. 14967c2 CORD-389 Fix for Accton 6712 deployment by Charles Chan · 8 years ago
  30. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  31. fa24218 Added destroy() method to DistributedPrimitive interface by Madan Jampani · 8 years ago
  32. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  33. 8946177 Bugfix for DeviceStores by HIGUCHI Yuta · 8 years ago
  34. 5923b9a Fixed an NPE in DeviceManager provider service. by Thomas Vachuska · 8 years ago
  35. 063949f Added Match type to KryoNamespaces.MISC by Madan Jampani · 8 years ago
  36. f33b893 Move inner classes to upper level by Sho SHIMIZU · 8 years ago
  37. 2d31022 Introduce two specific types of ResourceId for Discrete and Continuous by Sho SHIMIZU · 8 years ago
  38. bb062ec Fixing a discrepancy in driver manager implementation. by Thomas Vachuska · 8 years ago
  39. 65ece15 ONOS-3786 deletePort from specific bridge method and correct bridge name retrivial call in old add and delete ports of OsvdbBridgeConfig by Andrea Campanella · 8 years ago
  40. b06ccef Fix CopycatTransportClient thread check + bump up atomix version to latest rc by Madan Jampani · 8 years ago
  41. c93117d [GEANT] Adding driver/behavior for setting configuration on NETCONF devices. by Andreas Papazois · 8 years ago
  42. 7f256f5 Fix all javadoc warnings by Jian Li · 8 years ago
  43. 1007367 Decorators for AsyncConsistentMap by Madan Jampani · 8 years ago
  44. c7840bd Improvements to flows list command. by Jonathan Hart · 8 years ago
  45. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  46. 8d5ff16 Sync the test method name with the subject class name by Sho SHIMIZU · 8 years ago
  47. 49cb5a1 Changes to vRouter to accomodate ofdpa and softrouter pipelines. by Saurav Das · 8 years ago
  48. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  49. d0dd135 API changes for net config link provider by Ray Milkey · 8 years ago
  50. 6f828c3 Bugfix and cosmetic changes to resource subsystem by HIGUCHI Yuta · 8 years ago
  51. 238d96e ONOS-3758 restructuring driver module with sub-modules for different drivers by Andrea Campanella · 8 years ago
  52. c43fd1c Ensure basic SubjectFactories have been initialized before NetworkConfigLoader by Jonathan Hart · 8 years ago
  53. d6fb053 Delay loading startup applications. by Jonathan Hart · 8 years ago
  54. 837a363 APIs for accessing/administering storage partitions + API for creating distributed primitives by Madan Jampani · 8 years ago
  55. 4a14185 Move method to IntentProcessPhase by Sho SHIMIZU · 8 years ago
  56. c2da488 Harden DefaultApplication against modification. by Simon Hunt · 8 years ago
  57. 97d6b2d [ONOS-3635] Implement List view for extended application properties by Jian Li · 8 years ago
  58. c67ca3c Make results of application codec and swagger doc desc consistent by Jian Li · 8 years ago
  59. 32347e0 pom clean up and Remove unsed code by Madan Jampani · 8 years ago
  60. f4c8850 Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle by Madan Jampani · 8 years ago
  61. ad3c526 Using provider pattern for cluster metadata. by Madan Jampani · 8 years ago
  62. 3cb7ff9 Add helper to build DefaultAnnotations based on existing Annotations by HIGUCHI Yuta · 8 years ago
  63. 1159916 Bump up Karaf to 3.0.5 by Jian Li · 8 years ago
  64. 2c0ae12 Always use ImmutableList.of() when returning an empty list by Sho SHIMIZU · 8 years ago
  65. 01b0f595 [ONOS-3634] Provide default category name and make url nullable by Jian Li · 8 years ago
  66. 6282c80 [ONOS-3634] Add REST API for extended application properties by Jian Li · 8 years ago
  67. 8bcb4f2 [ONOS-3634] Remove readme tag from app.xml by Jian Li · 8 years ago
  68. d1a33b6 Rename instance field by Sho SHIMIZU · 8 years ago
  69. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  70. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  71. 52b9336 Added a new method to create a port by Hyunsun Moon · 8 years ago
  72. 70b88d8 Tighten precontinoal checks by Sho SHIMIZU · 8 years ago
  73. c88b85e Rearrange the method declaration order by Sho SHIMIZU · 8 years ago
  74. 67f9281 Remove obsolete comments by Sho SHIMIZU · 8 years ago
  75. 8f2b777 Refactor: Remove try-catch by using CompletableFuture#exceptionally() by Sho SHIMIZU · 8 years ago
  76. 489aa9b Refactor: Use CompletableFuture instead of Executor#execute() by Sho SHIMIZU · 8 years ago
  77. 96b39e2 Remove a method checking if non-null by using Optional by Sho SHIMIZU · 8 years ago
  78. a090a11 Added DistributedPrimitive interface by Madan Jampani · 8 years ago
  79. 27e1b92 Make return value null-safe by Sho SHIMIZU · 8 years ago
  80. 8474fdd Fix how default partitions are created by Madan Jampani · 8 years ago
  81. f6c6a30 Fix incorrect input verification check in ClusterMetadata by Madan Jampani · 8 years ago
  82. 69305ab Remove blank lines by Sho SHIMIZU · 8 years ago
  83. 9fa6b8b Improve null safety by returning an empty list by Sho SHIMIZU · 8 years ago
  84. 9aee1f5 Refactor: Consolidate multiple map() invocations to single invocation by Sho SHIMIZU · 8 years ago
  85. 8baf447 [ONOS-3722] Augment TableModel to support annotations by Jian Li · 8 years ago
  86. d8d92db ONOS-3754 Create driver/behavior for Ciena waveserver by Andrea Campanella · 8 years ago
  87. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  88. 05abf13 Refactor: Generate CompletableFuture first, then process it by Sho SHIMIZU · 8 years ago
  89. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  90. b0c4a07 Refactor: Decompose creating CompletableFuture and process intent by Sho SHIMIZU · 8 years ago
  91. b814773 Restrict the visibility of methods only accessed from the same package by Sho SHIMIZU · 8 years ago
  92. c95ec3e Refactor: Inline method by Sho SHIMIZU · 8 years ago
  93. 594fb2a Refactor: Extract two methods from submitIntentData() by Sho SHIMIZU · 8 years ago
  94. 26cc180 Restrict class visibility by Sho SHIMIZU · 8 years ago
  95. e098172 Refactor: Use Tools.allOf() to wait until all tasks become completed by Sho SHIMIZU · 8 years ago
  96. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  97. d755893 Refactor: Inline invocations and remove methods by Sho SHIMIZU · 8 years ago
  98. 38a4798 Refactor: Reduce number of invocations of Stream#collect() by Sho SHIMIZU · 8 years ago
  99. 4ce97ff Fixed a bug that ComponentConfigManager#preSet never affect OSGi configuration. by Naoki Shiota · 8 years ago
  100. 7dee11e ONOS-1770 DefaultDistributedSet.toArray(T[]) does not support array size different than set size. by Brian Stanke · 8 years ago