1. 13bf46e Fix bug causing ClassCastException by Sho SHIMIZU · 8 years ago
  2. 9db6da6 Add DiscreteResourceCodec for PortNumber by Sho SHIMIZU · 8 years ago
  3. 758cf63 Reduce the memory usage by RangeSet in backing data structure by Sho SHIMIZU · 8 years ago
  4. 59512bf Rename to match the name of classes that are supplied to codec by Sho SHIMIZU · 8 years ago
  5. 88bb539 Make DiscreteResourceCodecs package private by Sho SHIMIZU · 8 years ago
  6. eeef6f4 Refactor: Move DiscreteResourceCodecs to impl package by Sho SHIMIZU · 8 years ago
  7. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  8. 2617dac ONOS-4590 - This has been noticed also in ONOS-3633 - Fixing an issue with intents. by Brian Stanke · 8 years ago
  9. 630e7ac Migrating to latest Atomix by Madan Jampani · 8 years ago
  10. f503a62 Rename NonEncodableDiscreteResources to GenericDiscreteResources by Sho SHIMIZU · 8 years ago
  11. 65de961 Compaction of discrete resources with range based representation by Sho SHIMIZU · 8 years ago
  12. e4f76ed Add a set of discrete resources that can be encoded as interger by Sho SHIMIZU · 8 years ago
  13. f57d600 Add a DiscreteResources sub type representing an empty set by Sho SHIMIZU · 8 years ago
  14. 6ec2eca Add Codecs class holding DiscreteResourceCodecs by Sho SHIMIZU · 8 years ago
  15. a4861d4 Simplify expressions by Sho SHIMIZU · 8 years ago
  16. 09cd615 Remove unused variable by Sho SHIMIZU · 8 years ago
  17. f093cf2 Potential fix for ONOS-4521. by HIGUCHI Yuta · 8 years ago
  18. 73518ac Put configs back to pending state when the config factory is removed. by Jonathan Hart · 8 years ago
  19. 02e6e20 Add facade object called UnifiedDiscreteResources by Sho SHIMIZU · 8 years ago
  20. 80fe442 Add more logging to try and track down the root cause of ONOS-4605. by Jonathan Hart · 8 years ago
  21. a4be184 New ComponentConfigStore that uses a ConsistentMap configured with sequential consistency by Madan Jampani · 8 years ago
  22. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  23. eefdedf Remove redundent byte[].class registration by Charles Chan · 8 years ago
  24. 94e8a16 Write Javadoc for DiscreteResources by Sho SHIMIZU · 8 years ago
  25. 32f57e9 Introduce abstract interface for set of discrete resources by Sho SHIMIZU · 8 years ago
  26. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  27. 3a84b32 Serializer related fixes by HIGUCHI Yuta · 8 years ago
  28. 03666a3 Remove duplicate registrations. by HIGUCHI Yuta · 8 years ago
  29. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  30. 3276d15 Bump up osgi, jetty-websocket, math3, antlr4, common-io, influxdb-java by Jian Li · 8 years ago
  31. 6972ae6 [ONOS-4513] Remove optical dependency from store/dist by HIGUCHI Yuta · 8 years ago
  32. b85000d Define a class representing a set of discrete resources by Sho SHIMIZU · 8 years ago
  33. 3120d82 Remove argument which is not necessarily passed by Sho SHIMIZU · 8 years ago
  34. e9298da Remove unused method by Sho SHIMIZU · 8 years ago
  35. c0f5045 Remove some of unnecessary register calls. by HIGUCHI Yuta · 8 years ago
  36. 1f13d64 Fix NPE caused by pushing events about nodes no longer in the cluster by Jon Hall · 8 years ago
  37. 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
  38. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  39. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  40. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
  41. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  42. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  43. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  44. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  45. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  46. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  47. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  48. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  49. b05d70a Resource Store Defect Fix: Allowing allocation/release of more than 1 continous resource from same consumer with same value by Satish K · 8 years ago
  50. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  51. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  52. 84ff8fc Resource Store Bug Fix: Query allocated resources based on consumer id always return the Original continous resource value and not the allocated value of this consumer by Satish K · 8 years ago
  53. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  54. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  55. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  56. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  57. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  58. d66148a Inline method by Sho SHIMIZU · 8 years ago
  59. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  60. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  61. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  62. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  63. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  64. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  65. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  66. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  67. a4a5994 Mark couple of expensive LeadershipService methods as deprecated by Madan Jampani · 8 years ago
  68. be27bb3 Updating BUCK files by Brian O'Connor · 8 years ago
  69. 216e3c8 Refactoring SegmentRouting, OFDPA driver and Group Store by Charles Chan · 8 years ago
  70. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago
  71. 28d6768 Fix for ONOS-3183 by kircaali · 8 years ago
  72. e337506 Fixes for ONOS-4192 by Madan Jampani · 8 years ago
  73. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  74. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  75. c8eca24 Detect circular app dependency by Andrea Campanella · 8 years ago
  76. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  77. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  78. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  79. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  80. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  81. 1ffa46b Using AsyncLeaderElector primitive for Leadership by Madan Jampani · 8 years ago
  82. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  83. b825aeb Reply with error status on receiving message with incorrect preamble by Madan Jampani · 8 years ago
  84. 4c211c9 Do not purge group store state when a node is shutdown by Madan Jampani · 8 years ago
  85. b028599 adding group garbage collection functionality by alshabib · 8 years ago
  86. f98df54 [Goldeneye][ONOS-4038] Support configurable heartbeat on DistributedClusterStore by sangyun-han · 8 years ago
  87. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  88. 67023a2 Minor javadoc fixes. by HIGUCHI Yuta · 8 years ago
  89. 80980c7 CORD-45 CORD-394 by Saurav Das · 8 years ago
  90. 57f2efd Remove Instruction.DROP deprecated in Emu by Sho SHIMIZU · 8 years ago
  91. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  92. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  93. fba7f3d ONOS-4137 Adding a "ready" check-mark glyph to the node instances. by Thomas Vachuska · 8 years ago
  94. b11c4d0 Allow list-type config to be POSTed to subjectkey/subject/configkey endpoint. by Jonathan Hart · 8 years ago
  95. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  96. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  97. 8be4e3a In this commit: by Saurav Das · 8 years ago
  98. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  99. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  100. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0