1. dc01297 ONOS-4396: Fix for EC Map synchronization failing silently due to serialization failures. by Madan Jampani · 8 years ago
  2. 28d6768 Fix for ONOS-3183 by kircaali · 8 years ago
  3. e337506 Fixes for ONOS-4192 by Madan Jampani · 8 years ago
  4. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  5. 56423ba Changing docstrings in atomixMapCommands. by Aaron Kruglikov · 8 years ago
  6. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  7. cce07c5 Add constructor for configuration of CacheSize by sangyun-han · 8 years ago
  8. a8f919e Ensure tombsone purge logic works correctly after a cluster scale down by Madan Jampani · 8 years ago
  9. 29f52a3 ONOS-2322: Support for periodic purging of ECMap tombstones by Madan Jampani · 8 years ago
  10. e9c9a71 Ensure serialization exceptions are appropriately reported by Madan Jampani · 8 years ago
  11. caad26b Fix for ONOS-4315 by HIGUCHI Yuta · 8 years ago
  12. 16e9d28 Attemp to improve hasPendingUpdates() by HIGUCHI Yuta · 8 years ago
  13. 26bd813 Add encapsulation classes to Kryo by Jonathan Hart · 8 years ago
  14. 6552b8d Fix Kryo issues with FlowObjective-based intents by Jonathan Hart · 8 years ago
  15. 7d4f2f7 Tighten visibility by Sho SHIMIZU · 8 years ago
  16. c8eca24 Detect circular app dependency by Andrea Campanella · 8 years ago
  17. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  18. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  19. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  20. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  21. 96f689b Renaming onlab-thirdparty to atomix by Brian O'Connor · 8 years ago
  22. 68b1f5a Fixes NPE in AtomixLeaderElector by Madan Jampani · 8 years ago
  23. c72271f Add flow objective related classes into KryoNamespaces by Charles Chan · 8 years ago
  24. 542d9e2 Performance improvements by Madan Jampani · 8 years ago
  25. 832686d Post DatabaseManager deprecation code cleanup by Madan Jampani · 8 years ago
  26. 38f0169 Dropping DatabaseManager and related code. Goodbye! by Madan Jampani · 8 years ago
  27. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  28. 344ea7a Removing commons-io and concurrent-trees from onlab-thirdparty by Brian O'Connor · 8 years ago
  29. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  30. 5ddaf19 Ensure exceptions in map event handling do not prevent event acknowledgement by Madan Jampani · 8 years ago
  31. 1ffa46b Using AsyncLeaderElector primitive for Leadership by Madan Jampani · 8 years ago
  32. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  33. b825aeb Reply with error status on receiving message with incorrect preamble by Madan Jampani · 8 years ago
  34. b98d97e Enabling StorageManager by Madan Jampani · 8 years ago
  35. 966a585 Chnage AtomixLeaderElector resource id to avoid collisions by Madan Jampani · 8 years ago
  36. 4c211c9 Do not purge group store state when a node is shutdown by Madan Jampani · 8 years ago
  37. b028599 adding group garbage collection functionality by alshabib · 8 years ago
  38. f98df54 [Goldeneye][ONOS-4038] Support configurable heartbeat on DistributedClusterStore by sangyun-han · 8 years ago
  39. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  40. 67023a2 Minor javadoc fixes. by HIGUCHI Yuta · 8 years ago
  41. 80980c7 CORD-45 CORD-394 by Saurav Das · 8 years ago
  42. e91e572 Remove ModLambdaInstruction because we don't use indexed lambda by Sho SHIMIZU · 8 years ago
  43. 6f74371 Misc bug fixes in preparation for enabling StorageManager by Madan Jampani · 8 years ago
  44. 888d4c5 [ONOS-4214]Implement NewDefaultDistributedQueueBuilder by sangyun-han · 8 years ago
  45. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago
  46. cc137a9 Remove method Lambda.indexedLambda() deprecated in Emu by Sho SHIMIZU · 8 years ago
  47. 0681016 Remove IndexedLambdaCriterion deprecated in Emu by Sho SHIMIZU · 8 years ago
  48. 57f2efd Remove Instruction.DROP deprecated in Emu by Sho SHIMIZU · 8 years ago
  49. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  50. 25e32ec Remove constructs deprecated in Emu from old resource API by Sho SHIMIZU · 8 years ago
  51. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  52. fba7f3d ONOS-4137 Adding a "ready" check-mark glyph to the node instances. by Thomas Vachuska · 8 years ago
  53. b11c4d0 Allow list-type config to be POSTed to subjectkey/subject/configkey endpoint. by Jonathan Hart · 8 years ago
  54. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  55. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  56. 65f24bb Moving to Atomix version 1.0.0-rc3 by Madan Jampani · 8 years ago
  57. 0da01a4 Do not wrap exception with TransportException by Madan Jampani · 8 years ago
  58. 8be4e3a In this commit: by Saurav Das · 8 years ago
  59. 49e03a3 Remove testDb file after JUnit run by HIGUCHI Yuta · 8 years ago
  60. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  61. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  62. 805d96c Fixes for Persistent{Map, Set} by HIGUCHI Yuta · 8 years ago
  63. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  64. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  65. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  66. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  67. 07b5448 Disable Atomix unit tests until some stability issues are resolved by Madan Jampani · 8 years ago
  68. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  69. 096bcc8 ONOS-4129 Fixing issue where two pending configurations with the same config key, but for two different subject classes are encountered. by Thomas Vachuska · 8 years ago
  70. 0fd79d9 Group handling changes: by Saurav Das · 8 years ago
  71. 5829c34 Fixed defect in CachingAsyncConsistentMap (wrong method call). by Simon Hunt · 8 years ago
  72. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  73. 9c15937 Fixes how primitives and map keys are mapped to partitions by Madan Jampani · 8 years ago
  74. f172d40 Cluster scaling enchancements by Madan Jampani · 8 years ago
  75. 6cb8636 fix removal of rules in a distributed setting by alshabib · 8 years ago
  76. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  77. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  78. 0b84753 Moving group store to consistent map by Madan Jampani · 8 years ago
  79. e603887 Handle duplicate listen requests submitted to the state machine by Madan Jampani · 8 years ago
  80. 27a2a3d Code clean up in ConsistentMap and LeaderElector resources by Madan Jampani · 8 years ago
  81. 40f022e Default ConsistentMap consistency level to SEQUENTIAL and reenable all Atomix unit tests by Madan Jampani · 8 years ago
  82. a9e70a6 [Falcon] Adds a status field to InternalMessage and support for replying with appropriate status when handler errors occur by Madan Jampani · 8 years ago
  83. 06cf658 Explicity add generic type to help type inference on ECJ. by HIGUCHI Yuta · 8 years ago
  84. 3354745 PartitionManager support for reacting to cluster metadata changes by Madan Jampani · 8 years ago
  85. d09e2ee ONOS-4018 - Enhance the DistributedRegionStore to make sure that a by Brian Stanke · 8 years ago
  86. b6d998e [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  87. 931e97d Remove base (p0) partition in StorageManager by Madan Jampani · 8 years ago
  88. ad84e0c [ONOS-4004] DistributedStatisticStore and DistributedFlowStatisticStore make configurable by sangyun-han · 8 years ago
  89. 64d3721 Remove retry logic from NewDistributedLeadershipStore by Madan Jampani · 8 years ago
  90. 25938a5 Add logging in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  91. 630c882 Update StorageManager.getPartitionInfo() to delegate to PartitionAdminService.partitionInfo() by Madan Jampani · 8 years ago
  92. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  93. c94b485 Fix StoragePartition to return a furture for opening partition client + Fixes in AtomixLeaderElector by Madan Jampani · 8 years ago
  94. f1d87ca Use ConsistentMap (and not the local cache) when querying leader for a topic by Madan Jampani · 8 years ago
  95. db2afd3 Publish a list of changes when leadership changes occur by Madan Jampani · 8 years ago
  96. 0c0cdc6 AsyncLeaderElector APIs in support for mastership balancing by Madan Jampani · 8 years ago
  97. 72282af Fixes some issues that were preventing intent tests from running by Madan Jampani · 8 years ago
  98. 67c9010 Change the behavior of resource registration to fix ONOS-3827 by Sho SHIMIZU · 8 years ago
  99. b49b007 Add some serializer related sanity check by HIGUCHI Yuta · 8 years ago
  100. 3a9911c Using 1.0.0.rc2 version of Atomix CopycatTransport updates by Madan Jampani · 8 years ago