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