1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  3. 65d9d0e [ONOS-6412] allocate resource by Intent.Key by Yuta HIGUCHI · 7 years ago
  4. 88cc343 Update checkstyle to version 6.19 by Ray Milkey · 7 years ago
  5. 198b039 Allowing findPorts() to use all possible OduSignalType values by Konstantinos Kanonakis · 7 years ago
  6. 670ac5d Resource group to share resources between intents by Luca Prete · 7 years ago
  7. 652f27f Inherit Intent Key on compilation by Yuta HIGUCHI · 8 years ago
  8. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  9. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago[Renamed (97%) from core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java]
  10. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  11. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  12. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  13. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  14. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  15. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  16. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  17. 0c59de0 OpticalCircuitIntentCompiler - fix resource allocation failure (bug ONOS-4184) by Rimon Ashkenazy · 8 years ago
  18. 8a4f8a1 Refactor: Reserve resources only in one place by Sho SHIMIZU · 8 years ago
  19. 98de57a Refactor: Rearrange method definition order by Sho SHIMIZU · 8 years ago
  20. 9fe0f36 Refactor: Simplify method by Sho SHIMIZU · 8 years ago
  21. aa00e50 Refactor: Reduce use of null by Sho SHIMIZU · 8 years ago
  22. a567124 Refactor: Simplify method by Sho SHIMIZU · 8 years ago
  23. 6953cf1 Refactor: Tighten method visibility by Sho SHIMIZU · 8 years ago
  24. 0a8332c Refactor: Inline method by Sho SHIMIZU · 8 years ago
  25. caf0b34 Refactor: Make method simpler by Sho SHIMIZU · 8 years ago
  26. d620967 Simplify statements by Sho SHIMIZU · 8 years ago
  27. ec0433d Refactor: Split into two if statements and inline variables by Sho SHIMIZU · 8 years ago
  28. 8879991 Refactor: Simplify method by Sho SHIMIZU · 8 years ago
  29. 0505f1d Refactor: Simplify method by Stream API by Sho SHIMIZU · 8 years ago
  30. 6f0ec20 Refactor: Split into two if statements by Sho SHIMIZU · 8 years ago
  31. 6d10aed Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  32. 47001d1 Refactor: Inline method by Sho SHIMIZU · 8 years ago
  33. 54fa580 Refactor: Extract method by Sho SHIMIZU · 8 years ago
  34. 64339fe Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  35. d8f7dc4 Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  36. 3763a02 Refactor: Rename by Sho SHIMIZU · 8 years ago
  37. 979c3d9 Refactor: Narrow data provided to method by Sho SHIMIZU · 8 years ago
  38. 874e0a3 Extract method to create a FlowRule by Sho SHIMIZU · 8 years ago
  39. 953b0fb Move variable definition close to line using the variable by Sho SHIMIZU · 8 years ago
  40. 12d0268 Prevent NullPointerException by Sho SHIMIZU · 8 years ago
  41. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  42. a4e3bd3 Add OpticalCircuitIntentCompiler unit-tests by Rimon Ashkenazy · 8 years ago
  43. c4ae4d5 Catch up with the latest API to fix the build error in #7156 by Sho SHIMIZU · 8 years ago
  44. 762c1bb Fixing broken build; breaking OpticalCircuitIntentCompiler in the process though. by Thomas Vachuska · 8 years ago
  45. f069970 [ONOS-2476]: Circuit intent support for ODU Multiplexing by Rimon Ashkenazy · 8 years ago
  46. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  47. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  48. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  49. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  50. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  51. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  52. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 8 years ago
  53. 9a2b829 Enable new resource APIs and re-enable optical intent compilers by Sho SHIMIZU · 9 years ago
  54. e609941 Temporarily remove several intent compilers that have unstatisifed dependencies by Ray Milkey · 9 years ago
  55. 7d20af1 Refactor: Rename to more descriptive name by Sho SHIMIZU · 9 years ago
  56. a6426cb Refactor: Remove intermediate layer just delegating to DeviceResourceStore by Sho SHIMIZU · 9 years ago
  57. 5c16df8 Replace method call of DeviceResourceService with that of ResourceService by Sho SHIMIZU · 9 years ago
  58. d5bdbf8 Refactor: Remove unused parameter by Sho SHIMIZU · 9 years ago
  59. 0f9a68c Refactor: Remove unused parameter by Sho SHIMIZU · 9 years ago
  60. ac63c30 Use diamond operator to remove compiler warning by Sho SHIMIZU · 9 years ago
  61. 8113466 Fixing FlowRule priority in intent compilers by Brian O'Connor · 9 years ago
  62. 6490a3b update to ONOS-2078 branch by Aaron Kruglikov · 9 years ago
  63. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  64. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  65. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  66. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago