1. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  2. 2f26fb2 Remove mutating methods in IntentData by Sho SHIMIZU · 8 years ago
  3. 96b39e2 Remove a method checking if non-null by using Optional by Sho SHIMIZU · 8 years ago
  4. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago[Renamed (98%) from core/store/trivial/src/main/java/org/onosproject/store/trivial/impl/SimpleIntentStore.java]
  5. eba4e34 Adding tests for IntentCleaner by Brian O'Connor · 9 years ago
  6. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  7. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  8. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  9. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  10. 0d18df3 Implement copyData as copy constructor on IntentData. by Jonathan Hart · 9 years ago
  11. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  12. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  13. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  14. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  15. 2085e07 Removed deprecated IntentStore#batchWrite() API. by Jonathan Hart · 9 years ago
  16. 2ba63fd Adding version stamping/checking to SimpleIntentStore by Brian O'Connor · 9 years ago
  17. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  18. 7775bda Intent F/W improvements by Brian O'Connor · 9 years ago
  19. 5b3717e Add keys to intents by Ray Milkey · 9 years ago
  20. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  21. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  22. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  23. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  24. c036367 Remove deprecated and unused APIs from IntentStore. by Jonathan Hart · 9 years ago
  25. 2bb988b Return immediately when the given BatchWrite is empty by Sho SHIMIZU · 9 years ago
  26. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  27. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  28. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleIntentStore.java]
  29. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  30. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  31. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  32. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 9 years ago
  33. 10a31c3 initial Distributed IntentStore using Hz by Yuta HIGUCHI · 10 years ago
  34. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  35. 2ca9cf2 Replaced another instance of deep nested "if..else" statement with by Pavlin Radoslavov · 10 years ago
  36. c96058a Refactoring intent API. by Thomas Vachuska · 10 years ago
  37. 1109640 Changed some non concurrent structures to ConcurrentHashMaps in by Jonathan Hart · 10 years ago
  38. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  39. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago