1. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  2. 27438ff Add Optical ODU cross-connect Intent by Rimon Ashkenazy · 8 years ago
  3. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  4. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  5. ec07ffd Remove dependency on LinkResourceAllocaations from IntentCompiler by Sho SHIMIZU · 8 years ago
  6. b1681bd Remove dependency on LinkResourceService from Constraint by Sho SHIMIZU · 8 years ago
  7. 6096acd Add MPLS encapsulation behaviour ONOS-3467 by Michele Santuari · 8 years ago
  8. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  9. bdbdd24 Adding configurability for registration of flow-based intent compilers. by Thomas Vachuska · 8 years ago
  10. d5bf106 Load ComponentConfigService in IntentManager by Sho SHIMIZU · 8 years ago
  11. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  12. a4e3bd3 Add OpticalCircuitIntentCompiler unit-tests by Rimon Ashkenazy · 8 years ago
  13. 7332fe4 Add method to get available resources filtered by its type by Sho SHIMIZU · 8 years ago
  14. 3ea5390 fix egress packet treatment ONOS-3467 by Michele Santuari · 8 years ago
  15. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  16. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  17. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  18. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  19. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  20. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  21. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  22. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  23. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  24. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  25. 69fc2ff Support encapsulation in PathIntent by Michele Santuari · 8 years ago
  26. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  27. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  28. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  29. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  30. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 9 years ago
  31. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 9 years ago
  32. 0b9c468 Remove dependency on LinkResourceService from ObjectiveTracker by Sho SHIMIZU · 9 years ago
  33. fa62b47 Implement event notification of resource event by Sho SHIMIZU · 9 years ago
  34. f26e692 Remove dependency on LinkResourceService from MplsPathIntentCompiler by Sho SHIMIZU · 9 years ago
  35. 8d7caff Remove unused fields by Sho SHIMIZU · 9 years ago
  36. 9abfc44 Remove reference that is only used in unit test by Sho SHIMIZU · 9 years ago
  37. c3cf5bc Remove deprecated constructor in FlowRuleIntent by Sho SHIMIZU · 9 years ago
  38. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  39. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  40. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  41. 883354c Simplify statement by using a method in standard library by Sho SHIMIZU · 9 years ago
  42. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  43. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  44. 8113466 Fixing FlowRule priority in intent compilers by Brian O'Connor · 9 years ago
  45. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  46. 066244c Simplify MP2S compiler, fix ingress/egress on same switch bug in SP2M compiler by Jonathan Hart · 9 years ago
  47. 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
  48. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  49. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  50. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  51. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  52. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  53. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  54. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  55. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  56. eba4e34 Adding tests for IntentCleaner by Brian O'Connor · 9 years ago
  57. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  58. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  59. 6e0fb30 ONOS-1334 - Allow multi to single intent across a single switch by Ray Milkey · 9 years ago
  60. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  61. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  62. fd7931d ONOS-1404 - Rerouting delayed due to flows being removed out of order by Ray Milkey · 9 years ago
  63. b5dcc51 Adding device and host tracking for intents (ONOS-1356) by Brian O'Connor · 9 years ago
  64. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  65. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  66. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  67. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  68. 50a9b72 Add priority to remaining intent types by Ray Milkey · 9 years ago
  69. 0811bdd Disable some brittle tests that are causing problems with Jenkins by Ray Milkey · 9 years ago
  70. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  71. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  72. 35b4ecb Increase a timeout value from 100ms to 1000ms. by Pavlin Radoslavov · 9 years ago
  73. 1c166dc Enable Intent Manager unit tests by Ray Milkey · 9 years ago
  74. b1b66d3 Add unit test for optical path intent installer by Ray Milkey · 9 years ago
  75. a046a87 Due to type mismatch, test wasn't actually testing the contents of the intent by Ray Milkey · 9 years ago
  76. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  77. 418685e Add unit tests for WithdrawCoordinating phase by Sho SHIMIZU · 9 years ago
  78. 3a7c98e Move IntentCompilers to the dedicated package by Sho SHIMIZU · 9 years ago
  79. 167ae0b Change Optional.ofNullable calls to Optional.of by Ray Milkey · 9 years ago
  80. dd5fb95 Add unit test for link collection intent installer by Ray Milkey · 9 years ago
  81. bb32048 Add unit test for MPLS path intent installer by Ray Milkey · 9 years ago
  82. 033bb70 Add unit tests for Withdrawing phase by Sho SHIMIZU · 9 years ago
  83. 67c221f Fix a typo in a parameter name by Ray Milkey · 9 years ago
  84. d990535 Unit test for path intent installer by Ray Milkey · 9 years ago
  85. 64d4867 Add unit tests for Installing phase by Sho SHIMIZU · 9 years ago
  86. 0a3bb1d9 Add unit tests for InstallCoordinating phase by Sho SHIMIZU · 9 years ago
  87. 892509a Add unit tests for Compiling phase by Sho SHIMIZU · 9 years ago
  88. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  89. 5a7787a Unit test for intent accumulator by Ray Milkey · 9 years ago
  90. 6c28f83 ONOS-1066: Move IntentCompilers to the dedicated package by Sho SHIMIZU · 9 years ago
  91. b705217 Remove dependency on PointToPointIntentCompiler by Sho SHIMIZU · 9 years ago
  92. 0e73880 Move unit tests to PointToPointIntentCompilerTest by Sho SHIMIZU · 9 years ago
  93. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  94. 1ee563a Remove unnecessary non-null check assertions by Sho SHIMIZU · 9 years ago
  95. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  96. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  97. da36c40 ONOS-1057 - Remove references to deprecated applyBatch() method by Ray Milkey · 9 years ago
  98. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  99. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  100. 47bc855 Updating SimpleIntentStore by Brian O'Connor · 9 years ago