1. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  2. 4859b3a Fix for Host2Host Intent issue. by Yuta HIGUCHI · 8 years ago
  3. 2a67490 Implement path protection for point to point intents by helenyrwu · 8 years ago
  4. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  5. 126b8af ONOS-4802 sp2mp intents now apply treatment at the egress switch by Nicholas Dean · 8 years ago
  6. 91a9912 Adds the control for Encapsulation Constraint. by Pier Ventre · 8 years ago
  7. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  8. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  9. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  10. cbcc02b Make field defined as final if possible by Sho SHIMIZU · 8 years ago
  11. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  12. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  13. b14221c Add support for reconfiguring interfaces in SDN-IP. by Jonathan Hart · 8 years ago
  14. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  15. 6096acd Add MPLS encapsulation behaviour ONOS-3467 by Michele Santuari · 8 years ago
  16. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  17. 661c38c Add path intent compiler that generates flow objective intents by Ray Milkey · 8 years ago
  18. b6d998e [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  19. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  20. f6ec97b Initial work for adding flow-objective backed intents. by Thomas Vachuska · 8 years ago
  21. 36ef79f Simplify expression and statement by Sho SHIMIZU · 8 years ago
  22. 2f26fb2 Remove mutating methods in IntentData by Sho SHIMIZU · 8 years ago
  23. 70b88d8 Tighten precontinoal checks by Sho SHIMIZU · 8 years ago
  24. 96b39e2 Remove a method checking if non-null by using Optional by Sho SHIMIZU · 8 years ago
  25. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  26. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  27. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  28. 86ac7d1 Moving IntentUtils to intent package by Luca Prete · 8 years ago
  29. c008511 [ONOS-3394] Json Models for Intents by andrea · 8 years ago
  30. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  31. 02e47a4 encapsulation constraint related to ONOS-3445 by Michele Santuari · 8 years ago
  32. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  33. b0a0684 add key parameter to PathIntent and MplsPathIntent constructors by ilhem fajjari · 9 years ago
  34. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  35. 501c465 Add DataRateUnit to help specifying Bandwidth. by HIGUCHI Yuta · 9 years ago
  36. 584107a ONOS-3224 HostToHostIntent should have implicit non-OPTICAL constraint by HIGUCHI Yuta · 9 years ago
  37. e2b6a2b Fix for ONOS-3220 : Implement Comparable on intent Key. by Simon Hunt · 9 years ago
  38. c3cf5bc Remove deprecated constructor in FlowRuleIntent by Sho SHIMIZU · 9 years ago
  39. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  40. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  41. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  42. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  43. b7baf71 Initial sketch of intent domains. by Brian O'Connor · 9 years ago
  44. abd849c ONOS-2382: Define a new resource management API by Sho SHIMIZU · 9 years ago
  45. 597934f ONOS-2381 Fixing intent purge command by Brian O'Connor · 9 years ago
  46. 9a2b081 Describe the release in which APIs are tagged as deprecated by Sho SHIMIZU · 9 years ago
  47. 9476fa1 Adding @Beta to Intent API classes and interfaces by Brian O'Connor · 9 years ago
  48. 85cf4da Fixing 4 javadoc warnings in onos-api by Brian O'Connor · 9 years ago
  49. c46af20 Fixing an issue where intents fail to re-route after a node is restarted; caused by failure to register intent resources correctly. by Thomas Vachuska · 9 years ago
  50. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  51. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  52. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  53. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  54. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  55. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  56. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  57. 8711451 Replace manual hash code calculation for long with Long.hashCode(long) by Sho SHIMIZU · 9 years ago
  58. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  59. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  60. 9906de2 Remove unreferenced interface by Sho SHIMIZU · 9 years ago
  61. 6d8e317 Added error count for IntentData (ONOS-1060) by Brian O'Connor · 9 years ago
  62. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  63. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  64. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  65. 0c3c076 Inherit resources from a high level intent when creating a FlowRuleIntent by Sho SHIMIZU · 9 years ago
  66. 2de9449 Inherit network resource information from a high level intent by Sho SHIMIZU · 9 years ago
  67. f1fa96c Implement toString in OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  68. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  69. 2c05f91 Refactor: Use descriptive methods when comparing Timestamps by Sho SHIMIZU · 9 years ago
  70. b5dcc51 Adding device and host tracking for intents (ONOS-1356) by Brian O'Connor · 9 years ago
  71. a751537 Adding FlowRuleIntent to kryo (ONOS-1384) by Brian O'Connor · 9 years ago
  72. 22083ae Fix Javadoc error by Ray Milkey · 9 years ago
  73. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  74. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  75. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  76. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  77. 0d18df3 Implement copyData as copy constructor on IntentData. by Jonathan Hart · 9 years ago
  78. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  79. 3e7afd8 Remove unused constructors in ConnectivityIntent by Sho SHIMIZU · 9 years ago
  80. 50a9b72 Add priority to remaining intent types by Ray Milkey · 9 years ago
  81. f211499 Small fixes to IntentService and perf-installer by Brian O'Connor · 9 years ago
  82. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  83. 87ba7a7 Pulling PartitionService into API and making IntentPerfInstaller configurable by Brian O'Connor · 9 years ago
  84. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  85. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  86. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  87. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  88. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago
  89. 621c6ab Remove unused class: BatchWrite by Sho SHIMIZU · 9 years ago
  90. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  91. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  92. 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 9 years ago
  93. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  94. 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 9 years ago
  95. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  96. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  97. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  98. 4e6c17d Fixing hash for Intent keys by Brian O'Connor · 9 years ago
  99. 36f79aa Updated calendar server code. Added intent for bi-dirctional path. Added latency as one more parameter in constraints. by Hongtao Yin · 9 years ago
  100. c4ebc71 Avoid unnecessary instance creation in hashCode() by Sho SHIMIZU · 9 years ago