1. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  2. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  3. 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
  4. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  5. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  6. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  7. eba4e34 Adding tests for IntentCleaner by Brian O'Connor · 9 years ago
  8. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  9. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  10. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  11. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  12. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  13. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  14. 0811bdd Disable some brittle tests that are causing problems with Jenkins by Ray Milkey · 9 years ago
  15. 35b4ecb Increase a timeout value from 100ms to 1000ms. by Pavlin Radoslavov · 9 years ago
  16. 1c166dc Enable Intent Manager unit tests by Ray Milkey · 9 years ago
  17. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  18. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  19. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  20. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  21. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  22. 47bc855 Updating SimpleIntentStore by Brian O'Connor · 9 years ago
  23. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  24. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  25. 5811ac2 Updating MockFlowRuleService with new semantics by Brian O'Connor · 9 years ago
  26. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  27. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  28. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  29. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  30. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  31. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  32. ab98466 adding license to ALL files by alshabib · 9 years ago
  33. e9a3e22 Add some test cases to Intent Manager tests by Ray Milkey · 9 years ago
  34. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  35. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/test/java/org/onlab/onos/net/intent/impl/IntentManagerTest.java]
  36. 93508c2 Unit tests and manager changes for failure cases by Ray Milkey · 9 years ago
  37. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  38. 86f6f7f Adding Leadership Listener to IntentBatchService by Brian O'Connor · 9 years ago
  39. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  40. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  41. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  42. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago