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