1. 32f57e9 Introduce abstract interface for set of discrete resources by Sho SHIMIZU · 8 years ago
  2. b85000d Define a class representing a set of discrete resources by Sho SHIMIZU · 8 years ago
  3. 3120d82 Remove argument which is not necessarily passed by Sho SHIMIZU · 8 years ago
  4. e9298da Remove unused method by Sho SHIMIZU · 8 years ago
  5. 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
  6. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  7. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  8. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
  9. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  10. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  11. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  12. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  13. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  14. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  15. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  16. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  17. 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
  18. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  19. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  20. 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
  21. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  22. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  23. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  24. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  25. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  26. d66148a Inline method by Sho SHIMIZU · 8 years ago
  27. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  28. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  29. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  30. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  31. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  32. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  33. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  34. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  35. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  36. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  37. 364cbac Make the old resource APIs deprecated by Sho SHIMIZU · 9 years ago
  38. 1e0a34c Fix bug that true is always returned even in failure cases by Sho SHIMIZU · 9 years ago
  39. 0d03761 Avoid overlap of resource allocations by Sho SHIMIZU · 9 years ago
  40. cfe707a Add @Beta annotation because APIs is not stabilized yet by Sho SHIMIZU · 9 years ago
  41. 1dcef07 Remove a conditional branch that is not meaningful by Sho SHIMIZU · 9 years ago
  42. e289f43 Narrow exceptions to be caught by Sho SHIMIZU · 9 years ago
  43. 1bd72c2 Reduce duplicated code by Sho SHIMIZU · 9 years ago
  44. eca9f35 Don't create an empty set by using Stream API by Sho SHIMIZU · 9 years ago
  45. 04ae54a Use switch statement instead of if statement by Sho SHIMIZU · 9 years ago
  46. 48588a7 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  47. e1b463b Remove wildcard type parameter to simplify declarations by Sho SHIMIZU · 9 years ago
  48. a005a6e5 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  49. a890e7c Refactor: Simplify statements by Sho SHIMIZU · 9 years ago
  50. f618cb0 Refactor: Remove null check by Sho SHIMIZU · 9 years ago
  51. 88d36e2 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  52. 26e46c7 Remove unused field by Sho SHIMIZU · 9 years ago
  53. 7d20af1 Refactor: Rename to more descriptive name by Sho SHIMIZU · 9 years ago
  54. 5f1fa01 Refactor: Remove unused fields by Sho SHIMIZU · 9 years ago
  55. 506f287f Refactor: Remove unused methods by Sho SHIMIZU · 9 years ago
  56. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  57. 200a739 Simplify statements to define serializer just for KryoNamespaces.API by Sho SHIMIZU · 9 years ago
  58. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  59. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  60. 8117f36 Fixes for resource-related test CLI commands: by Ayaka Koshibe · 9 years ago
  61. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  62. bcb0237 Bug fixes for Optical Intent installation and removal by Ayaka Koshibe · 9 years ago
  63. 9f7d189 Release resources when intent is withdrawn (ONOS-2048). by Marc De Leenheer · 9 years ago
  64. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  65. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  66. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  67. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  68. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  69. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  70. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  71. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  72. 474ef5f Enable ConsistentLinkResourceStore by default by Ayaka Koshibe · 9 years ago
  73. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  74. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  75. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  76. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  77. 2b2e681 Fix typo by Sho SHIMIZU · 9 years ago
  78. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  79. ab98466 adding license to ALL files by alshabib · 9 years ago
  80. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  81. 81419e2 HazelcastLinkResourceStore: bug fix for ONOS-379 by Yuta HIGUCHI · 9 years ago
  82. 427a214 NPE fix for ONOS-379 by Yuta HIGUCHI · 9 years ago
  83. acdec31 NPE fix for ONOS-379 by Yuta HIGUCHI · 9 years ago
  84. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  85. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago