1. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 6 years ago
  2. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  3. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  4. b5646e6 Use property constants for OSGi components for stores by Ray Milkey · 6 years ago
  5. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  8. f76f6d5 Add more log for debugging. by Yuta HIGUCHI · 7 years ago
  9. 5bd294e [ONOS-5683] Fix Intent throughput test regression by Yi Tseng · 7 years ago
  10. 07b5935 Fix debug statement broken by previous checkin by Ray Milkey · 7 years ago
  11. ac0a82d Suppress stack trace due to a network timeout that can be recovered from by Ray Milkey · 7 years ago
  12. e6caf68 Fix for [ONOS-5875] by Pier Luigi · 7 years ago
  13. 13b287f Fix for [ONOS-5825] by Pier Luigi · 7 years ago
  14. 6582808 Reduce load on map by Pier Ventre · 7 years ago
  15. c590ebb ONOS-5691 ONOS-5742 Fixing intent framework difficulties by Brian O'Connor · 7 years ago
  16. 3721041 Stopping map conflicts with persistent EC maps. by Aaron Kruglikov · 7 years ago
  17. 3822430 ONOS-4858 Resubmit pending intents with same timestamp by Brian O'Connor · 8 years ago
  18. dbe4c53 Update map names to match naming convention by Jon Hall · 8 years ago
  19. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  20. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  21. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  22. 11f6d53 ONOS-2184 - Initial implementation of Virtual network Intent service. by Brian Stanke · 8 years ago
  23. e0eb5ce [ONOS-4789]some services don't remove listener in deactive function by Frank Wang · 8 years ago
  24. 7d61ab2 ONOS-4656 Addressing issue where intents get stuck in PURGE_REQ state. by Thomas Vachuska · 8 years ago
  25. 783d3d2 Ensure all active nodes are in contention before relinquishing a partition by Madan Jampani · 8 years ago
  26. a4d2c72 Fix IntentPartition rebalance to work correctly after a network partition heals by Madan Jampani · 8 years ago
  27. 0c4a213 Fix GossipIntentStore purge logic to ignore purge requests for non-existent intent data by Madan Jampani · 8 years ago
  28. 2617dac ONOS-4590 - This has been noticed also in ONOS-3633 - Fixing an issue with intents. by Brian Stanke · 8 years ago
  29. 03666a3 Remove duplicate registrations. by HIGUCHI Yuta · 8 years ago
  30. a4a5994 Mark couple of expensive LeadershipService methods as deprecated by Madan Jampani · 8 years ago
  31. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  32. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  33. b6d998e [ONOS-4014] Refactor *Id classes to extend from Identifier class by Jian Li · 8 years ago
  34. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  35. a9673fd Fixes NPE in map event listener by Madan Jampani · 8 years ago
  36. 2f26fb2 Remove mutating methods in IntentData by Sho SHIMIZU · 8 years ago
  37. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  38. 96b39e2 Remove a method checking if non-null by using Optional by Sho SHIMIZU · 8 years ago
  39. 27e1b92 Make return value null-safe by Sho SHIMIZU · 8 years ago
  40. 69305ab Remove blank lines by Sho SHIMIZU · 8 years ago
  41. 9fa6b8b Improve null safety by returning an empty list by Sho SHIMIZU · 8 years ago
  42. b814773 Restrict the visibility of methods only accessed from the same package by Sho SHIMIZU · 8 years ago
  43. 26cc180 Restrict class visibility by Sho SHIMIZU · 8 years ago
  44. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  45. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  46. 4a29c59 Suppress log message about IntentData without origin set. by Jonathan Hart · 9 years ago
  47. 597934f ONOS-2381 Fixing intent purge command by Brian O'Connor · 9 years ago
  48. 6325dad Reducing log level for peer update in IntentStore map by Brian O'Connor · 9 years ago
  49. 148ba2f Improving null safety of GossipIntentStore peer update function by Brian O'Connor · 9 years ago
  50. 7058397 Replaced GossipHostStore with a implementation built on top of EventuallyConsistentMap by Madan Jampani · 9 years ago
  51. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  52. 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
  53. 69d6ac7 ONOS-2003 Fixing intent reroute after cluster change by Brian O'Connor · 9 years ago
  54. 4732c1b ONOS-1981: Move partition manager rebalance activity off of the event loop thread by Madan Jampani · 9 years ago
  55. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  56. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  57. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  58. 0466293 Remove old debugging log by Jonathan Hart · 9 years ago
  59. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  60. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  61. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  62. 0d18df3 Implement copyData as copy constructor on IntentData. by Jonathan Hart · 9 years ago
  63. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  64. 4964d3d Updates to GossipIntentStore and IntentPerfInstaller by Brian O'Connor · 9 years ago
  65. 87ba7a7 Pulling PartitionService into API and making IntentPerfInstaller configurable by Brian O'Connor · 9 years ago
  66. 9081c90 Adding origin to IntentData copy by Brian O'Connor · 9 years ago
  67. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  68. a88efa4 Fix for ONOS-1218 by Madan Jampani · 9 years ago
  69. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  70. dc9d7b8 PartitionManager: Don't try and store election state separately by Jonathan Hart · 9 years ago
  71. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  72. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  73. 645bf20 GossipIntentStore: Renaming current and pending maps by Brian O'Connor · 9 years ago
  74. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  75. ac48a95 PartitionManager: Shutdown background thread during deactivate by Jonathan Hart · 9 years ago
  76. 83247f0 Fix entries getting stuck in the pending map. by Jonathan Hart · 9 years ago
  77. 71503cd PartitionManager: reduce number of partitions to improve stability by Brian O'Connor · 9 years ago
  78. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  79. 1fdfacd Fixing partition mapping by Brian O'Connor · 9 years ago
  80. f2fda81 Automatically rebalance intent key partitions on cluster change. by Jonathan Hart · 9 years ago
  81. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  82. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago
  83. 9288836 Return null instead of throw exception for invalid event states. by Jonathan Hart · 9 years ago
  84. 2085e07 Removed deprecated IntentStore#batchWrite() API. by Jonathan Hart · 9 years ago
  85. 07e58be Fixes for GossipIntentStore by Jonathan Hart · 9 years ago
  86. 2f66936 Generalize the MultiValuedTimestamp. by Jonathan Hart · 9 years ago
  87. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  88. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  89. 47bc855 Updating SimpleIntentStore by Brian O'Connor · 9 years ago
  90. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  91. 2ba63fd Adding version stamping/checking to SimpleIntentStore by Brian O'Connor · 9 years ago
  92. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  93. 74c8313 Implemented a PartitionManager to keep track of partitions by Jonathan Hart · 9 years ago
  94. b488b19 Adding SimpleIntentStore to distributed bundle by Brian O'Connor · 9 years ago
  95. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  96. 9e817ec Enable GossipIntentStore by default by Jonathan Hart · 9 years ago
  97. 4572785 Added Collections.emptyList() to Kryo BASIC namespace by Jonathan Hart · 9 years ago
  98. 539a646 Modified GossipIntentStore to use EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  99. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  100. 229794b Fixed couple of GossipIntentStore bugs. by Jonathan Hart · 9 years ago