1. e098172 Refactor: Use Tools.allOf() to wait until all tasks become completed by Sho SHIMIZU · 8 years ago
  2. d755893 Refactor: Inline invocations and remove methods by Sho SHIMIZU · 8 years ago
  3. 38a4798 Refactor: Reduce number of invocations of Stream#collect() by Sho SHIMIZU · 8 years ago
  4. 98c0a39 Apply more functional style by Sho SHIMIZU · 8 years ago
  5. ab541a5 Refactor: Use Stream API instead of explicit loop by Sho SHIMIZU · 8 years ago
  6. ad8ab27 Refactor: Use CompletableFuture instead of Future by Sho SHIMIZU · 8 years ago
  7. 62bbc60 Refactor: remove an extra inner class, IntentBatchProcess by Sho SHIMIZU · 8 years ago
  8. 8992524 Refactor: Remove IntentWorker by replacing it with lambda by Sho SHIMIZU · 8 years ago
  9. 0cca3e8 IntentManager: Don't compile all failed intents on every event by Jonathan Hart · 9 years ago
  10. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  11. 96c5a4a ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  12. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  13. ce2d8b5 Initial implementation of the intent domain manager by Brian O'Connor · 9 years ago
  14. a767426 Adding trace logging to IntentManger by Brian O'Connor · 9 years ago
  15. 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
  16. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  17. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  18. 6d8e317 Added error count for IntentData (ONOS-1060) by Brian O'Connor · 9 years ago
  19. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  20. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  21. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  22. fcf861a Refactor: Flip condition to reduce the depth of indentation by Sho SHIMIZU · 9 years ago
  23. 94b03b1 Sweep deprecated todo comment by Sho SHIMIZU · 9 years ago
  24. d493625 Fix typo by Sho SHIMIZU · 9 years ago
  25. fd7931d ONOS-1404 - Rerouting delayed due to flows being removed out of order by Ray Milkey · 9 years ago
  26. b5dcc51 Adding device and host tracking for intents (ONOS-1356) by Brian O'Connor · 9 years ago
  27. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  28. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  29. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  30. 3c4b00d Adding ready() to IntentAccumulator by Brian O'Connor · 9 years ago
  31. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  32. d42058e Rename IntentBatchPreprocess to make its name consistent with behavior by Sho SHIMIZU · 9 years ago
  33. 214ac32 Tighten visibility because it is not needed to be public by Sho SHIMIZU · 9 years ago
  34. 559e4b9 Remove unused method/constructor/fields/constants by Sho SHIMIZU · 9 years ago
  35. ce49b60 Remove dependency on IntentData and IntentStore from IntentWorker by Sho SHIMIZU · 9 years ago
  36. 662c3db Pull out IntentWorker from IntentManager by Sho SHIMIZU · 9 years ago
  37. e38adb3 Remove reference to a field of IntentManager from IntentWorker by Sho SHIMIZU · 9 years ago
  38. 0cb6fe6 Remove reference to a field of IntentManager from IntentWorker by Sho SHIMIZU · 9 years ago
  39. b413be8 Remove createIntentUpdate() a method under IntentWorker by Sho SHIMIZU · 9 years ago
  40. b0a47d4 ONOS-1048 - Define interfaces instead of using IntentManager by Sho SHIMIZU · 9 years ago
  41. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  42. 144eec5 Fix Javadoc warnings by Ray Milkey · 9 years ago
  43. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  44. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  45. bdc7f00 Changing IntentManager to use groupedThreads by Brian O'Connor · 9 years ago
  46. 36a8a6e Move IntentUpdate subclasses to the dedicated package by Sho SHIMIZU · 9 years ago
  47. ab8ef82 Fixing bug in withdraw request when current intent is null by Brian O'Connor · 9 years ago
  48. e2eac10 Using replace instead install when there is already an intent by Brian O'Connor · 9 years ago
  49. 95a7baf Remove IntentStore access in IntentUpdate subclasses by Sho SHIMIZU · 9 years ago
  50. ea2ba3e Intent manager cleanup by Brian O'Connor · 9 years ago
  51. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  52. d0ba217 Fix javadoc issues by Jonathan Hart · 9 years ago
  53. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  54. b5cd581 Handle exception when installing fails by Sho SHIMIZU · 9 years ago
  55. 37a24a8 Split Withdrawing class into two classes WithdrawCoordinating and Withdrawing by Sho SHIMIZU · 9 years ago
  56. ba1abbe adding log for error case by Brian O'Connor · 9 years ago
  57. 7775bda Intent F/W improvements by Brian O'Connor · 9 years ago
  58. 0e5cdf2 Remove obsolete comment by Sho SHIMIZU · 9 years ago
  59. 0e271dc Refactored intermediate IntentUpdate classes by Brian O'Connor · 9 years ago
  60. 5f281a4 Refactor: rename "ops" to "data" by Sho SHIMIZU · 9 years ago
  61. db15b04 started work to parrallize compliation and "installation" by Brian O'Connor · 9 years ago
  62. 098da07 fixed typo and undeprecated a method by Brian O'Connor · 9 years ago
  63. 5cb438e Pull out inner IntentUpdate sub-classes from IntentManager by Sho SHIMIZU · 9 years ago
  64. 8d9d136 Extract a method to create a list of FlowRuleBatchOperation by Sho SHIMIZU · 9 years ago
  65. c708f3b Remove CompilingFailed because it does nothing by Sho SHIMIZU · 9 years ago
  66. 946913c Remove calls of IntentStore.batchWrite() by Sho SHIMIZU · 9 years ago
  67. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  68. 55a5518 Remove comments that won't get meaningful during refactoring by Sho SHIMIZU · 9 years ago
  69. 6cb01e2 Remove class that is no longer used by Sho SHIMIZU · 9 years ago
  70. 39db1bb Remove classes that are no longer used by Sho SHIMIZU · 9 years ago
  71. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  72. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  73. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  74. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  75. 1a433d2 Remove comment that is obsolete by Sho SHIMIZU · 9 years ago
  76. fd0cd8c Move CompilingFailed to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  77. f2af6a2 Move DoNothing to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  78. ea4d7d1 Initial work on Intent API (ONOS-618) by Brian O'Connor · 9 years ago
  79. bdc17e7 Move inner interfaces to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  80. 28e7271 Change IntentUpdate and CompletedIntentUpdate to be interface by Sho SHIMIZU · 9 years ago
  81. 23f36f0 Refactor: remove unused method in IntentManager by Sho SHIMIZU · 9 years ago
  82. 9ea3453 Avoid empty check of BatchWrite in the caller side by Sho SHIMIZU · 9 years ago
  83. 968c70d Remove an unused constant by Sho SHIMIZU · 9 years ago
  84. adf8c48 Refactor IntentManager: apply state pattern for intent state transition by Sho SHIMIZU · 9 years ago
  85. 8cd9fb8 Make timeout and max attempts configurable by Sho SHIMIZU · 9 years ago
  86. fcf9162 Check if not null in the constructor by Sho SHIMIZU · 9 years ago
  87. 30f45fb Refactor: add static factory method in BatchWrite, instead of in IntentStore by Sho SHIMIZU · 9 years ago
  88. 7a9fddd IntentManager: give each thread a uniq name in ThreadPool by Yuta HIGUCHI · 9 years ago
  89. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  90. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  91. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/net/intent/impl/IntentManager.java]
  92. 93508c2 Unit tests and manager changes for failure cases by Ray Milkey · 9 years ago
  93. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  94. 5d55ed4 Bug fixes for Intent Manager by Brian O'Connor · 9 years ago
  95. a44dda5 Suppressing PathNotFound exception by Brian O'Connor · 9 years ago
  96. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  97. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  98. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  99. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  100. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago