1. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  2. 86f6f7f Adding Leadership Listener to IntentBatchService by Brian O'Connor · 9 years ago
  3. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  4. a94c6e8 IntentStore: add batch write API by Yuta HIGUCHI · 9 years ago
  5. 5dd52f7 Enhancing the GUI traffic-related code. Fixed a defect in reactive forwarding. by Thomas Vachuska · 9 years ago
  6. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  7. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  8. 119fd5c Javadoc fixes. by Pavlin Radoslavov · 9 years ago
  9. f57a739 Remove final modifier from static methods by Sho SHIMIZU · 9 years ago
  10. 2389523 Remove code duplication by Sho SHIMIZU · 9 years ago
  11. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  12. 4a33807 SinglePoint to MultiPoint Intent initial implementation by Michele Santuari · 10 years ago
  13. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  14. 7338ccc Add missing method parameter description in Javadoc by Sho SHIMIZU · 9 years ago
  15. 2e66080 Guard malformed intent by pre-condition check on instantiation by Sho SHIMIZU · 9 years ago
  16. 3908fde Fix ONOS-151 to support installation of PointToPointIntent by Sho SHIMIZU · 9 years ago
  17. 00dd1f9 Fix for optical re-reoute by Praseed Balakrishnan · 9 years ago
  18. c8f481f Unit tests to improve coverage in intents module by Ray Milkey · 9 years ago
  19. c9d7673 Cleaned up inconsistency in OpticalConnectivityIntent API. by Jonathan Hart · 9 years ago
  20. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  21. dea45ff Adding enhancements to the GUI server-side. by Thomas Vachuska · 9 years ago
  22. d8aea86 Merge "Refactor: improve null safety by using empty list instead of null" by Thomas Vachuska · 9 years ago
  23. 503aafc Merge "Make constraint objects serializable by Kryo" by Thomas Vachuska · 9 years ago
  24. c3df36b Refactor: improve null safety by using empty list instead of null by Sho SHIMIZU · 9 years ago
  25. cd4bac8 Make constraint objects serializable by Kryo by Sho SHIMIZU · 9 years ago
  26. 97a64cd Refactor: move method to get annotated double value by Sho SHIMIZU · 9 years ago
  27. 23aa49f Merge "Use DeviceId instead of ElementId in WaypointConstraint for consistency" by Thomas Vachuska · 10 years ago
  28. fe129db Aggregate definition of annotation key for latency into a single file by Sho SHIMIZU · 10 years ago
  29. fa2cd3b Use DeviceId instead of ElementId in WaypointConstraint for consistency by Sho SHIMIZU · 10 years ago
  30. c76f52e Merge "Add a constructor in LinkCollectionIntent to have constraints" by Thomas Vachuska · 10 years ago
  31. 0538784 Merge "Modify getter name to match the project naming convention" by Thomas Vachuska · 10 years ago
  32. c672d7d1 Fix bug in validate() in BooleanConstraint by Sho SHIMIZU · 10 years ago
  33. 412a239 Modify getter name to match the project naming convention by Sho SHIMIZU · 10 years ago
  34. ac8f352 Add a constructor in LinkCollectionIntent to have constraints by Sho SHIMIZU · 10 years ago
  35. 5d4b1c2 Add constraint for link annotated value by Sho SHIMIZU · 10 years ago
  36. 1df945b Add latency constraint by Sho SHIMIZU · 10 years ago
  37. 075268b Add constraint to avoid specified devices by Sho SHIMIZU · 10 years ago
  38. 14ccab5 Add missing getter for waypoints and unit test for equality by Sho SHIMIZU · 10 years ago
  39. 3dc5435 Merge "Add constraint for waypoints" by Thomas Vachuska · 10 years ago
  40. 0c6e184 Trigger MastershipEvent on no more master case by Yuta HIGUCHI · 10 years ago
  41. 0e51fe5 Add constraint for waypoints by Sho SHIMIZU · 10 years ago
  42. d6a18709 Add more descriptive Javadoc by Sho SHIMIZU · 10 years ago
  43. f4dbc726 Remove unnecessary type parameter and cast by Sho SHIMIZU · 10 years ago
  44. 7d0032b Added constructors for serialization of the new constraint types and registered the types with the serializer pool. by Thomas Vachuska · 10 years ago
  45. edc944c adding constaints to intent API by Thomas Vachuska · 10 years ago
  46. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  47. 909d226 Workaround for PathIntent serialization issue by Yuta HIGUCHI · 10 years ago
  48. 41718fc Applied some fixes to Intents by Brian O'Connor · 10 years ago
  49. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  50. caa450b Prototype bandwidth reservation by Ray Milkey · 10 years ago
  51. 10a31c3 initial Distributed IntentStore using Hz by Yuta HIGUCHI · 10 years ago
  52. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  53. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  54. 4908d60 refactoring OpticalPathIntent yet again by Brian O'Connor · 10 years ago
  55. 086724e refactoring OpticalPathIntent by Brian O'Connor · 10 years ago
  56. 9e622ac optical intent by weibit · 10 years ago
  57. 7e58346 optical intent module by weibit · 10 years ago
  58. f32383b Optical Path Porvisioning by weibit · 10 years ago
  59. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  60. 1fb982f Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  61. 436c076 Fixed javadocs. by Thomas Vachuska · 10 years ago
  62. 46c07ad Added some todos. by Thomas Vachuska · 10 years ago
  63. 10d4abc Adding JSON output for intent list command. by Thomas Vachuska · 10 years ago
  64. e291c84 Enhanced toString for intents for consistency. Removed ID block allocator stuff. by Thomas Vachuska · 10 years ago
  65. d03a56e Added normalization of HostToHost id fingerprint to allow host one/two to come in either order. by Thomas Vachuska · 10 years ago
  66. b97cf28 Refactoring intent API. by Thomas Vachuska · 10 years ago
  67. c96058a Refactoring intent API. by Thomas Vachuska · 10 years ago
  68. f2dbde5 refactoring intent framework installers by Brian O'Connor · 10 years ago
  69. 6b2ffc3 Fixed issue where LinkCollectionIntentInstaller was missing a flow rule by Jonathan Hart · 10 years ago
  70. e668408 Unit tests for some Intent objects and compilers by Ray Milkey · 10 years ago
  71. 0742ec9 Add a Multiple source to single destination intent by Ray Milkey · 10 years ago
  72. d32809b Fix javadoc on IntentStore and add newline at the end of the intent package-info. by Toshio Koide · 10 years ago
  73. cb900f4 Initial implementation of async installers by Brian O'Connor · 10 years ago
  74. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  75. 6db1f0a Added javadocs. Renamed intent remove command. by tom · 10 years ago
  76. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  77. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  78. f5c9d92 Added bi-directional nature to HostToHost intent. by tom · 10 years ago
  79. a1d16b6 Corrected some javadocs. by tom · 10 years ago
  80. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago
  81. f3d0616 Adding Intent API tests by Brian O'Connor · 10 years ago
  82. b876bf1 Adding Intent Framework API by Brian O'Connor · 10 years ago