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