1. 7a6cfdd Remove a method almost duplicated in other method by Sho SHIMIZU · 8 years ago
  2. e3718a8 Simplify method by Sho SHIMIZU · 8 years ago
  3. 226d041 Use concrete type instead of interface by Sho SHIMIZU · 8 years ago
  4. 68e8bfa Add missing equals(), hashCode() and toString() by Sho SHIMIZU · 8 years ago
  5. 4fe6b23 Cosmetics by Sho SHIMIZU · 8 years ago
  6. 34847b7 Avoid unnecessary allocations needed to convert List to Set by Sho SHIMIZU · 8 years ago
  7. b403a19 Remove constants that are no longer used by Sho SHIMIZU · 8 years ago
  8. c637188 Removed operation retry wrappers around various consistent map/atomic counter operations by Madan Jampani · 8 years ago
  9. 13bf46e Fix bug causing ClassCastException by Sho SHIMIZU · 8 years ago
  10. 9db6da6 Add DiscreteResourceCodec for PortNumber by Sho SHIMIZU · 8 years ago
  11. 758cf63 Reduce the memory usage by RangeSet in backing data structure by Sho SHIMIZU · 8 years ago
  12. 59512bf Rename to match the name of classes that are supplied to codec by Sho SHIMIZU · 8 years ago
  13. 88bb539 Make DiscreteResourceCodecs package private by Sho SHIMIZU · 8 years ago
  14. eeef6f4 Refactor: Move DiscreteResourceCodecs to impl package by Sho SHIMIZU · 8 years ago
  15. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  16. f503a62 Rename NonEncodableDiscreteResources to GenericDiscreteResources by Sho SHIMIZU · 8 years ago
  17. 65de961 Compaction of discrete resources with range based representation by Sho SHIMIZU · 8 years ago
  18. e4f76ed Add a set of discrete resources that can be encoded as interger by Sho SHIMIZU · 8 years ago
  19. f57d600 Add a DiscreteResources sub type representing an empty set by Sho SHIMIZU · 8 years ago
  20. 6ec2eca Add Codecs class holding DiscreteResourceCodecs by Sho SHIMIZU · 8 years ago
  21. a4861d4 Simplify expressions by Sho SHIMIZU · 8 years ago
  22. 09cd615 Remove unused variable by Sho SHIMIZU · 8 years ago
  23. 02e6e20 Add facade object called UnifiedDiscreteResources by Sho SHIMIZU · 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. b85000d Define a class representing a set of discrete resources by Sho SHIMIZU · 8 years ago
  27. 3120d82 Remove argument which is not necessarily passed by Sho SHIMIZU · 8 years ago
  28. e9298da Remove unused method by Sho SHIMIZU · 8 years ago
  29. 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
  30. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  31. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  32. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
  33. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  34. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  35. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  36. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  37. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  38. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  39. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  40. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  41. 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
  42. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  43. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  44. 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
  45. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  46. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  47. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  48. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  49. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  50. d66148a Inline method by Sho SHIMIZU · 8 years ago
  51. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  52. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  53. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  54. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  55. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  56. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  57. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  58. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  59. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  60. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  61. 364cbac Make the old resource APIs deprecated by Sho SHIMIZU · 9 years ago
  62. 1e0a34c Fix bug that true is always returned even in failure cases by Sho SHIMIZU · 9 years ago
  63. 0d03761 Avoid overlap of resource allocations by Sho SHIMIZU · 9 years ago
  64. cfe707a Add @Beta annotation because APIs is not stabilized yet by Sho SHIMIZU · 9 years ago
  65. 1dcef07 Remove a conditional branch that is not meaningful by Sho SHIMIZU · 9 years ago
  66. e289f43 Narrow exceptions to be caught by Sho SHIMIZU · 9 years ago
  67. 1bd72c2 Reduce duplicated code by Sho SHIMIZU · 9 years ago
  68. eca9f35 Don't create an empty set by using Stream API by Sho SHIMIZU · 9 years ago
  69. 04ae54a Use switch statement instead of if statement by Sho SHIMIZU · 9 years ago
  70. 48588a7 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  71. e1b463b Remove wildcard type parameter to simplify declarations by Sho SHIMIZU · 9 years ago
  72. a005a6e5 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  73. a890e7c Refactor: Simplify statements by Sho SHIMIZU · 9 years ago
  74. f618cb0 Refactor: Remove null check by Sho SHIMIZU · 9 years ago
  75. 88d36e2 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  76. 26e46c7 Remove unused field by Sho SHIMIZU · 9 years ago
  77. 7d20af1 Refactor: Rename to more descriptive name by Sho SHIMIZU · 9 years ago
  78. 5f1fa01 Refactor: Remove unused fields by Sho SHIMIZU · 9 years ago
  79. 506f287f Refactor: Remove unused methods by Sho SHIMIZU · 9 years ago
  80. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  81. 200a739 Simplify statements to define serializer just for KryoNamespaces.API by Sho SHIMIZU · 9 years ago
  82. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  83. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  84. 8117f36 Fixes for resource-related test CLI commands: by Ayaka Koshibe · 9 years ago
  85. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  86. bcb0237 Bug fixes for Optical Intent installation and removal by Ayaka Koshibe · 9 years ago
  87. 9f7d189 Release resources when intent is withdrawn (ONOS-2048). by Marc De Leenheer · 9 years ago
  88. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  89. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  90. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  91. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  92. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  93. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  94. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  95. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  96. 474ef5f Enable ConsistentLinkResourceStore by default by Ayaka Koshibe · 9 years ago
  97. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  98. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  99. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  100. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago