1. 652f27f Inherit Intent Key on compilation by Yuta HIGUCHI · 8 years ago
  2. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  3. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago[Renamed (87%) from core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalConnectivityIntentCompiler.java]
  4. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  5. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  6. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  7. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  8. 07ade9b Use Stream API instead of for loop by Sho SHIMIZU · 8 years ago
  9. 394918d Separate resource search from resource allocation by Sho SHIMIZU · 8 years ago
  10. f069970 [ONOS-2476]: Circuit intent support for ODU Multiplexing by Rimon Ashkenazy · 8 years ago
  11. 7332fe4 Add method to get available resources filtered by its type by Sho SHIMIZU · 8 years ago
  12. f08cb4c Define valueAs() to get the enclosed value and remove volume() by Sho SHIMIZU · 8 years ago
  13. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  14. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  15. 763be92 Avoid using fully qualified name by Sho SHIMIZU · 8 years ago
  16. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  17. d978d9a Move variable declarations out of the loop by Sho SHIMIZU · 8 years ago
  18. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  19. 2c30530 Deprecate IndexedLambda and remove from optical intent compiler. by Marc De Leenheer · 8 years ago
  20. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  21. 2b49e94 Ensure returning null on allocation failure by Sho SHIMIZU · 8 years ago
  22. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 8 years ago
  23. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 8 years ago
  24. 7f44cfc Remove dependency on LinkResourceService from optical intent compiler by Sho SHIMIZU · 9 years ago
  25. c25a008 Move wavelength selection logic to OpticalConnectivityIntentCompiler by Sho SHIMIZU · 9 years ago
  26. 9a2b829 Enable new resource APIs and re-enable optical intent compilers by Sho SHIMIZU · 9 years ago
  27. e609941 Temporarily remove several intent compilers that have unstatisifed dependencies by Ray Milkey · 9 years ago
  28. 5f1fa01 Refactor: Remove unused fields by Sho SHIMIZU · 9 years ago
  29. 5c16df8 Replace method call of DeviceResourceService with that of ResourceService by Sho SHIMIZU · 9 years ago
  30. 280e791 Remove use of org.onosproject.net.resource.ResourceAllocation by Sho SHIMIZU · 9 years ago
  31. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  32. 5a6e2e5 Write missing @return tag description by Sho SHIMIZU · 9 years ago
  33. 4a6a70a Remove unnecessary boxing by HIGUCHI Yuta · 9 years ago
  34. 0b8b2ef ONOS-2041: Flows don't stay in PENDING_ADD forever on LINC-OE by Marc De Leenheer · 9 years ago
  35. 47eb3bd Fix warning about unchecked type by Sho SHIMIZU · 9 years ago
  36. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  37. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  38. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  39. 88194c3 Fix optical port types in device store (ONOS-2046). by Marc De Leenheer · 9 years ago
  40. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  41. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  42. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  43. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  44. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  45. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  46. 6c28f83 ONOS-1066: Move IntentCompilers to the dedicated package by Sho SHIMIZU · 9 years ago[Renamed (96%) from core/net/src/main/java/org/onosproject/net/intent/impl/OpticalConnectivityIntentCompiler.java]
  47. 877ec2c Handle exception when compiling fails by Sho SHIMIZU · 9 years ago
  48. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  49. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/intent/impl/OpticalConnectivityIntentCompiler.java]
  50. 00dd1f9 Fix for optical re-reoute by Praseed Balakrishnan · 9 years ago
  51. c9d7673 Cleaned up inconsistency in OpticalConnectivityIntent API. by Jonathan Hart · 9 years ago
  52. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  53. 425a2d7 Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical. by Thomas Vachuska · 10 years ago
  54. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  55. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  56. 50eb95b packet-intent fail event will trigger the creation of lightpaths by weibit · 10 years ago
  57. aca1460 support bidirectional links by weibit · 10 years ago
  58. 253c865 some optical intent changes by weibit · 10 years ago
  59. 086724e refactoring OpticalPathIntent by Brian O'Connor · 10 years ago
  60. 9e622ac optical intent by weibit · 10 years ago
  61. 7e58346 optical intent module by weibit · 10 years ago
  62. f32383b Optical Path Porvisioning by weibit · 10 years ago