1. 2323596 Added code to intent unit tests to pre-emptively unbind ID generator to avoid cascading failures. by Thomas Vachuska · 7 years ago
  2. 322c9c3 [ONOS-5731] Implement skeleton of VirtualNetworkPacketManager by yoonseon · 7 years ago
  3. d26ea65 ONOS-5799: Make SP2MP compiler partial failure constraint aware by Luca Prete · 7 years ago
  4. c6a6927 [ONOS-5833] (vCore) Refactor vnet services to enable event delivery mechanism by yoonseon · 7 years ago
  5. 1f72203 Add missing dependency during test run by Yuta HIGUCHI · 7 years ago
  6. 5c4a076 Fixes LinkCollection compiler by Pier Ventre · 8 years ago
  7. 652f27f Inherit Intent Key on compilation by Yuta HIGUCHI · 8 years ago
  8. ffe88d6 [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  9. 98308ab [ONOS-4595] Harmonize the sb of the Intent Framework by Pier Ventre · 8 years ago
  10. a19e1b7 [ONOS-5560] remove unneecessary comments by Jihwan Kim · 8 years ago
  11. 81c47bf Fixes [ONOS-5415] and [ONOS-5491] by Pier Ventre · 8 years ago
  12. 766995d [ONOS-5239] Adds encapsulation to LinkCollectionIntent by Pier Ventre · 8 years ago
  13. 3822430 ONOS-4858 Resubmit pending intents with same timestamp by Brian O'Connor · 8 years ago
  14. fc1bf34 [ONOS-5560] IntentCleanupTestMock::corruptPoll fails very rarely due to race by Jihwan Kim · 8 years ago
  15. f8543d8 Fixes [ONOS-5412] and implements [ONOS-5300] by Pier Ventre · 8 years ago
  16. a91dc19 Adding FIXME to IntentCleanupTestMock by Brian O'Connor · 8 years ago
  17. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  18. 973bb03 Fix [ONOS-5467] by Pier Ventre · 8 years ago
  19. 2a81c9d [ONOS-5264] [ONOS-5242] Intents w/ FilteredConnectPoint by Yi Tseng · 8 years ago
  20. 155370e Fix LinkCollectionCompiler duplicate flow rules problem by Yi Tseng · 8 years ago
  21. 27d4257 Support [ONOS-4593] and implement [ONOS-4594] by Pier Ventre · 8 years ago
  22. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  23. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  24. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  25. fb61df4 ONOS-2184 - Implementation of virtual network topology provider. by Brian Stanke · 8 years ago
  26. 1677f9f Fix PathCompiler in case of VLAN encapsulation constraint and 1 hop. by Pier · 8 years ago
  27. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  28. 51313bd Fix ONOS-4570 by Pier Luigi Ventre · 8 years ago
  29. 0e03f59b More idiomatic code in Stream API by Sho SHIMIZU · 8 years ago
  30. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  31. 7a004ae Fix "Driver service not bound yet" issue in optical compiler. by HIGUCHI Yuta · 8 years ago
  32. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  33. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  34. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  35. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  36. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  37. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  38. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  39. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  40. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  41. 6096acd Add MPLS encapsulation behaviour ONOS-3467 by Michele Santuari · 8 years ago
  42. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  43. bdbdd24 Adding configurability for registration of flow-based intent compilers. by Thomas Vachuska · 8 years ago
  44. d5bf106 Load ComponentConfigService in IntentManager by Sho SHIMIZU · 8 years ago
  45. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  46. a4e3bd3 Add OpticalCircuitIntentCompiler unit-tests by Rimon Ashkenazy · 8 years ago
  47. 7332fe4 Add method to get available resources filtered by its type by Sho SHIMIZU · 8 years ago
  48. 3ea5390 fix egress packet treatment ONOS-3467 by Michele Santuari · 8 years ago
  49. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  50. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  51. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  52. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  53. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  54. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  55. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  56. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  57. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  58. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  59. 69fc2ff Support encapsulation in PathIntent by Michele Santuari · 8 years ago
  60. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  61. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  62. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  63. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  64. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 9 years ago
  65. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 9 years ago
  66. 0b9c468 Remove dependency on LinkResourceService from ObjectiveTracker by Sho SHIMIZU · 9 years ago
  67. fa62b47 Implement event notification of resource event by Sho SHIMIZU · 9 years ago
  68. f26e692 Remove dependency on LinkResourceService from MplsPathIntentCompiler by Sho SHIMIZU · 9 years ago
  69. 8d7caff Remove unused fields by Sho SHIMIZU · 9 years ago
  70. 9abfc44 Remove reference that is only used in unit test by Sho SHIMIZU · 9 years ago
  71. c3cf5bc Remove deprecated constructor in FlowRuleIntent by Sho SHIMIZU · 9 years ago
  72. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  73. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  74. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  75. 883354c Simplify statement by using a method in standard library by Sho SHIMIZU · 9 years ago
  76. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  77. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  78. 8113466 Fixing FlowRule priority in intent compilers by Brian O'Connor · 9 years ago
  79. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  80. 066244c Simplify MP2S compiler, fix ingress/egress on same switch bug in SP2M compiler by Jonathan Hart · 9 years ago
  81. 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
  82. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  83. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  84. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  85. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  86. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  87. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  88. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  89. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  90. eba4e34 Adding tests for IntentCleaner by Brian O'Connor · 9 years ago
  91. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  92. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  93. 6e0fb30 ONOS-1334 - Allow multi to single intent across a single switch by Ray Milkey · 9 years ago
  94. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  95. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  96. fd7931d ONOS-1404 - Rerouting delayed due to flows being removed out of order by Ray Milkey · 9 years ago
  97. b5dcc51 Adding device and host tracking for intents (ONOS-1356) by Brian O'Connor · 9 years ago
  98. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  99. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  100. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago