1. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  2. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  3. bdc7f00 Changing IntentManager to use groupedThreads by Brian O'Connor · 9 years ago
  4. 36a8a6e Move IntentUpdate subclasses to the dedicated package by Sho SHIMIZU · 9 years ago
  5. ab8ef82 Fixing bug in withdraw request when current intent is null by Brian O'Connor · 9 years ago
  6. e2eac10 Using replace instead install when there is already an intent by Brian O'Connor · 9 years ago
  7. 95a7baf Remove IntentStore access in IntentUpdate subclasses by Sho SHIMIZU · 9 years ago
  8. ea2ba3e Intent manager cleanup by Brian O'Connor · 9 years ago
  9. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  10. d0ba217 Fix javadoc issues by Jonathan Hart · 9 years ago
  11. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  12. b5cd581 Handle exception when installing fails by Sho SHIMIZU · 9 years ago
  13. 37a24a8 Split Withdrawing class into two classes WithdrawCoordinating and Withdrawing by Sho SHIMIZU · 9 years ago
  14. ba1abbe adding log for error case by Brian O'Connor · 9 years ago
  15. 7775bda Intent F/W improvements by Brian O'Connor · 9 years ago
  16. 0e5cdf2 Remove obsolete comment by Sho SHIMIZU · 9 years ago
  17. 0e271dc Refactored intermediate IntentUpdate classes by Brian O'Connor · 9 years ago
  18. 5f281a4 Refactor: rename "ops" to "data" by Sho SHIMIZU · 9 years ago
  19. db15b04 started work to parrallize compliation and "installation" by Brian O'Connor · 9 years ago
  20. 098da07 fixed typo and undeprecated a method by Brian O'Connor · 9 years ago
  21. 5cb438e Pull out inner IntentUpdate sub-classes from IntentManager by Sho SHIMIZU · 9 years ago
  22. 8d9d136 Extract a method to create a list of FlowRuleBatchOperation by Sho SHIMIZU · 9 years ago
  23. c708f3b Remove CompilingFailed because it does nothing by Sho SHIMIZU · 9 years ago
  24. 946913c Remove calls of IntentStore.batchWrite() by Sho SHIMIZU · 9 years ago
  25. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  26. 55a5518 Remove comments that won't get meaningful during refactoring by Sho SHIMIZU · 9 years ago
  27. 6cb01e2 Remove class that is no longer used by Sho SHIMIZU · 9 years ago
  28. 39db1bb Remove classes that are no longer used by Sho SHIMIZU · 9 years ago
  29. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  30. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  31. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  32. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  33. 1a433d2 Remove comment that is obsolete by Sho SHIMIZU · 9 years ago
  34. fd0cd8c Move CompilingFailed to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  35. f2af6a2 Move DoNothing to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  36. ea4d7d1 Initial work on Intent API (ONOS-618) by Brian O'Connor · 9 years ago
  37. bdc17e7 Move inner interfaces to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  38. 28e7271 Change IntentUpdate and CompletedIntentUpdate to be interface by Sho SHIMIZU · 9 years ago
  39. 23f36f0 Refactor: remove unused method in IntentManager by Sho SHIMIZU · 9 years ago
  40. 9ea3453 Avoid empty check of BatchWrite in the caller side by Sho SHIMIZU · 9 years ago
  41. 968c70d Remove an unused constant by Sho SHIMIZU · 9 years ago
  42. adf8c48 Refactor IntentManager: apply state pattern for intent state transition by Sho SHIMIZU · 9 years ago
  43. 8cd9fb8 Make timeout and max attempts configurable by Sho SHIMIZU · 9 years ago
  44. fcf9162 Check if not null in the constructor by Sho SHIMIZU · 9 years ago
  45. 30f45fb Refactor: add static factory method in BatchWrite, instead of in IntentStore by Sho SHIMIZU · 9 years ago
  46. 7a9fddd IntentManager: give each thread a uniq name in ThreadPool by Yuta HIGUCHI · 9 years ago
  47. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  48. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  49. 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]
  50. 93508c2 Unit tests and manager changes for failure cases by Ray Milkey · 9 years ago
  51. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  52. 5d55ed4 Bug fixes for Intent Manager by Brian O'Connor · 9 years ago
  53. a44dda5 Suppressing PathNotFound exception by Brian O'Connor · 9 years ago
  54. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  55. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  56. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  57. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  58. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  59. e97ede9 ONOS-239 Retrigger compilation when new resources are available by Ray Milkey · 10 years ago
  60. fe4367a IntentManager: lower log level to dump details by Yuta HIGUCHI · 9 years ago
  61. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  62. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 10 years ago
  63. e2ff25a Serializing batch execution on per-instance basis for intents by Brian O'Connor · 10 years ago
  64. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  65. 8b5051d Make logger static final variable by Sho SHIMIZU · 10 years ago
  66. 41718fc Applied some fixes to Intents by Brian O'Connor · 10 years ago
  67. 10a31c3 initial Distributed IntentStore using Hz by Yuta HIGUCHI · 10 years ago
  68. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  69. 76622d6 Merge branch 'optical_path_provisioner' by weibit · 10 years ago
  70. 50eb95b packet-intent fail event will trigger the creation of lightpaths by weibit · 10 years ago
  71. 9cfe829 dispatching failed event when compile fails by Brian O'Connor · 10 years ago
  72. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  73. 1fb982f Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  74. 10d4abc Adding JSON output for intent list command. by Thomas Vachuska · 10 years ago
  75. 4926c1b Refactoring intent API. by Thomas Vachuska · 10 years ago
  76. b97cf28 Refactoring intent API. by Thomas Vachuska · 10 years ago
  77. 1109640 Changed some non concurrent structures to ConcurrentHashMaps in by Jonathan Hart · 10 years ago
  78. f2dbde5 refactoring intent framework installers by Brian O'Connor · 10 years ago
  79. c7e1cb6 some extra comments by alshabib · 10 years ago
  80. 2683458 you must call get on futures by alshabib · 10 years ago
  81. cb900f4 Initial implementation of async installers by Brian O'Connor · 10 years ago
  82. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  83. 53945d5 Working on intent uninstall during recompilation. by tom · 10 years ago
  84. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  85. 800709a Experimenting. by tom · 10 years ago
  86. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  87. f5c9d92 Added bi-directional nature to HostToHost intent. by tom · 10 years ago
  88. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago