1. c3e4c0d Fix ClassCastException caused by sorting intents in gui when using both string and long keys. by David Glantz · 2 years, 9 months ago
  2. dfb3ceb Return intent collection with details by David Glantz · 2 years, 11 months ago
  3. ff63198 Fix to prevent a NullPointerException and instead return an invalid link. Occurs when an intent's path is calculated and there are links that are not annotated with the key identified in the intent's AnnotationConstraint. by David Glantz · 2 years, 11 months ago
  4. 05c6f43 Added TierConstraint and MeteredConstraint by David Glantz · 4 years, 5 months ago
  5. 4f7e363 Removal of deprecated APIs by Ray Milkey · 5 years ago
  6. 47f09c5 Remove deprecated FlowRuleExtPayLoad API by Ray Milkey · 6 years ago
  7. 3a6e151 Added suggest path to PointToPointIntent by Daniele Moro · 7 years ago
  8. 6e7843d Remove deprecated non-filtered ingress and egress connect point APIs by Ray Milkey · 6 years ago
  9. 27cff8c Remove deprecated unfiltered connect point methods from multipoint to single point intents by Ray Milkey · 6 years ago
  10. a2cf3a1 Remove deprecated connect point APIs for point to point intents by Ray Milkey · 7 years ago
  11. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 7 years ago
  12. 39f78b6 Remove Intent constructor APIs deprecated in 1.9.1 by Ray Milkey · 7 years ago
  13. 409289d Multiple meter support added and meter action added for OF1.5 by cansu.toprak · 7 years ago
  14. 3baff67 ONOS-7077 Openflow 1.5 OXS and stat trigger support by Cem Türker · 7 years ago
  15. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  16. 4160574 Support for generic table IDs in flow rules by Carmelo Cascone · 7 years ago
  17. 686fba0 Remove deprecated MPLS Intent classes by Ray Milkey · 7 years ago
  18. b1b4489 fix obstacle constraint to support edge links by Michele Santuari · 7 years ago
  19. d3a0b21 Fix latency constraint by dingdamu · 7 years ago
  20. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  21. 2048c1f Cleaning up intent tests setup/teardown to avoid cascading failures by Thomas Vachuska · 7 years ago
  22. c927a06 [ONOS-6348] Intent installer redesign by Yi Tseng · 7 years ago
  23. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 8 years ago
  24. de10c78 ONOS-5808: Allocate BW from ConnectivityIntentCompiler and unit tests for partial failure by Luca Prete · 8 years ago
  25. 670ac5d Resource group to share resources between intents by Luca Prete · 8 years ago
  26. 2323596 Added code to intent unit tests to pre-emptively unbind ID generator to avoid cascading failures. by Thomas Vachuska · 8 years ago
  27. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  28. ffe88d6 [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  29. 3822430 ONOS-4858 Resubmit pending intents with same timestamp by Brian O'Connor · 8 years ago
  30. 2a81c9d [ONOS-5264] [ONOS-5242] Intents w/ FilteredConnectPoint by Yi Tseng · 8 years ago
  31. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  32. 27d4257 Support [ONOS-4593] and implement [ONOS-4594] by Pier Ventre · 8 years ago
  33. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  34. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  35. 2a67490 Implement path protection for point to point intents by helenyrwu · 8 years ago
  36. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  37. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  38. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  39. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  40. dc91b55 Fixing an issue with unit test mocks. by Thomas Vachuska · 8 years ago
  41. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  42. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  43. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  44. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  45. 661c38c Add path intent compiler that generates flow objective intents by Ray Milkey · 8 years ago
  46. f6ec97b Initial work for adding flow-objective backed intents. by Thomas Vachuska · 8 years ago
  47. 43da14a Remove unused methods in mock by Sho SHIMIZU · 8 years ago
  48. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 9 years ago
  49. 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 · 9 years ago
  50. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 9 years ago
  51. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 9 years ago
  52. b0a0684 add key parameter to PathIntent and MplsPathIntent constructors by ilhem fajjari · 9 years ago
  53. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  54. 501c465 Add DataRateUnit to help specifying Bandwidth. by HIGUCHI Yuta · 9 years ago
  55. 584107a ONOS-3224 HostToHostIntent should have implicit non-OPTICAL constraint by HIGUCHI Yuta · 9 years ago
  56. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  57. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  58. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  59. d714efe Remove unused import statements by Sho SHIMIZU · 9 years ago
  60. d82a4e6 Remove redundant type cast by Sho SHIMIZU · 9 years ago
  61. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  62. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  63. 3595823 Unit test for the gossip intent store by Ray Milkey · 9 years ago
  64. c4d5661 ONOS-2297: Decouple ResourceRequest and ResourceAllocation by Sho SHIMIZU · 9 years ago
  65. 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
  66. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  67. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  68. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  69. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  70. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  71. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  72. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  73. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  74. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  75. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  76. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  77. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  78. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  79. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  80. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  81. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  82. 4a0ba56 DefaultTrafficTreatment: Build all-instructions list at creation time by Jonathan Hart · 9 years ago
  83. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  84. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  85. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  86. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  87. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  88. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  89. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  90. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  91. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  92. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  93. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago
  94. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  95. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  96. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  97. 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 9 years ago
  98. 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 9 years ago
  99. cf590df Remove references to deprecated bandwidth method by Ray Milkey · 9 years ago
  100. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago