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