1. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  2. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  3. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  4. 8711451 Replace manual hash code calculation for long with Long.hashCode(long) by Sho SHIMIZU · 9 years ago
  5. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  6. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  7. 9906de2 Remove unreferenced interface by Sho SHIMIZU · 9 years ago
  8. 6d8e317 Added error count for IntentData (ONOS-1060) by Brian O'Connor · 9 years ago
  9. a6c9b5c Updating IntentCleanup to check for stalled *_REQ and *ING intents. by Brian O'Connor · 9 years ago
  10. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  11. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  12. 0c3c076 Inherit resources from a high level intent when creating a FlowRuleIntent by Sho SHIMIZU · 9 years ago
  13. 2de9449 Inherit network resource information from a high level intent by Sho SHIMIZU · 9 years ago
  14. f1fa96c Implement toString in OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  15. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  16. 2c05f91 Refactor: Use descriptive methods when comparing Timestamps by Sho SHIMIZU · 9 years ago
  17. b5dcc51 Adding device and host tracking for intents (ONOS-1356) by Brian O'Connor · 9 years ago
  18. a751537 Adding FlowRuleIntent to kryo (ONOS-1384) by Brian O'Connor · 9 years ago
  19. 22083ae Fix Javadoc error by Ray Milkey · 9 years ago
  20. 72175c2 Moved duplicated isUpdateAcceptable method to IntentData by Jonathan Hart · 9 years ago
  21. ee2aa65 Merge IntentInstaller's role into IntentCompiler by Sho SHIMIZU · 9 years ago
  22. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  23. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  24. 0d18df3 Implement copyData as copy constructor on IntentData. by Jonathan Hart · 9 years ago
  25. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  26. 3e7afd8 Remove unused constructors in ConnectivityIntent by Sho SHIMIZU · 9 years ago
  27. 50a9b72 Add priority to remaining intent types by Ray Milkey · 9 years ago
  28. f211499 Small fixes to IntentService and perf-installer by Brian O'Connor · 9 years ago
  29. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  30. 87ba7a7 Pulling PartitionService into API and making IntentPerfInstaller configurable by Brian O'Connor · 9 years ago
  31. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  32. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  33. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  34. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  35. bd4f011 Make all leaf intent classes immutable by Ray Milkey · 9 years ago
  36. 621c6ab Remove unused class: BatchWrite by Sho SHIMIZU · 9 years ago
  37. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  38. 6a8fd1d Cleaned up IntentStores. by Jonathan Hart · 9 years ago
  39. 13d3dd9 Remove default methods from IntentService interface. by Jonathan Hart · 9 years ago
  40. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  41. 2811c40 Changes related to the "LinkCollectionIntent" type of intents by Pavlin Radoslavov · 9 years ago
  42. 64a0369d IntentInstaller: changing from Set to Collection to improve perf by Brian O'Connor · 9 years ago
  43. be28a87 Chaning IntentStore.isMaster to take a key by Brian O'Connor · 9 years ago
  44. 71ade56 Refactor Intent subsystem to eliminate using FlowRuleBatchOperation by Ray Milkey · 9 years ago
  45. 4e6c17d Fixing hash for Intent keys by Brian O'Connor · 9 years ago
  46. 36f79aa Updated calendar server code. Added intent for bi-dirctional path. Added latency as one more parameter in constraints. by Hongtao Yin · 9 years ago
  47. c4ebc71 Avoid unnecessary instance creation in hashCode() by Sho SHIMIZU · 9 years ago
  48. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  49. e2eac10 Using replace instead install when there is already an intent by Brian O'Connor · 9 years ago
  50. 9288836 Return null instead of throw exception for invalid event states. by Jonathan Hart · 9 years ago
  51. 2085e07 Removed deprecated IntentStore#batchWrite() API. by Jonathan Hart · 9 years ago
  52. 9f74c08 Fix intent manager unit tests by Ray Milkey · 9 years ago
  53. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  54. d0ba217 Fix javadoc issues by Jonathan Hart · 9 years ago
  55. 3af1386 Keys based on longs should display in hexadecimal by Ray Milkey · 9 years ago
  56. 65cb59a Add toString() method to IntentData for debugging by Ray Milkey · 9 years ago
  57. 5ad3966 Fix bug where the values of keys could change by Ray Milkey · 9 years ago
  58. 2ba63fd Adding version stamping/checking to SimpleIntentStore by Brian O'Connor · 9 years ago
  59. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  60. c357381 ONOS-989 - Add key to toString() methods of intents by Ray Milkey · 9 years ago
  61. 7775bda Intent F/W improvements by Brian O'Connor · 9 years ago
  62. 5b3717e Add keys to intents by Ray Milkey · 9 years ago
  63. 055fb97 Adding Key class for intents by Brian O'Connor · 9 years ago
  64. 0e271dc Refactored intermediate IntentUpdate classes by Brian O'Connor · 9 years ago
  65. db15b04 started work to parrallize compliation and "installation" by Brian O'Connor · 9 years ago
  66. 098da07 fixed typo and undeprecated a method by Brian O'Connor · 9 years ago
  67. 2468502 Removed deprecated intent operations by Ray Milkey · 9 years ago
  68. 2da272b Removed deprecated classes/interfaces by Ray Milkey · 9 years ago
  69. 4931ee5 Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  70. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  71. b499b35 Updates to Intent Manager and store interface by Brian O'Connor · 9 years ago
  72. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  73. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  74. a1c4ccd Updating Javadocs by Thomas Vachuska · 9 years ago
  75. ea4d7d1 Initial work on Intent API (ONOS-618) by Brian O'Connor · 9 years ago
  76. 5e5d4aa Change the second type parameter of BatchOperationEntry by Sho SHIMIZU · 9 years ago
  77. 23b5a76 Add resources into intent toString() outputs. by Jonathan Hart · 9 years ago
  78. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  79. 5573d32 Initial implementation of GossipIntentStore. by Jonathan Hart · 9 years ago
  80. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  81. c036367 Remove deprecated and unused APIs from IntentStore. by Jonathan Hart · 9 years ago
  82. 2bb988b Return immediately when the given BatchWrite is empty by Sho SHIMIZU · 9 years ago
  83. 591dc99 Get rid of super type of IntentId by Sho SHIMIZU · 9 years ago
  84. 86f6198 Remove TODO comment by Sho SHIMIZU · 9 years ago
  85. 3cbfbc4 Expose the obstacles Set in a method - needed for REST APIs by Ray Milkey · 9 years ago
  86. 16ea69b Pass constraints argument to the constructor of super class by Sho SHIMIZU · 9 years ago
  87. e1dfb50 Fix javadoc typos by Ray Milkey · 9 years ago
  88. ab17b27 LinkCollectionIntentInstaller - reuse same code for install and uninstall by Jonathan Hart · 9 years ago
  89. c647b1e Null check at the head of the constructor of IntentOperation by Sho SHIMIZU · 9 years ago
  90. 2c255db Remove type parameter by using type interence by Sho SHIMIZU · 9 years ago
  91. 6dd018f Added a simple constructor for code demo tomorrow. by Thomas Vachuska · 9 years ago
  92. 30f45fb Refactor: add static factory method in BatchWrite, instead of in IntentStore by Sho SHIMIZU · 9 years ago
  93. 351e2f6 Add ToDo comment by Sho SHIMIZU · 9 years ago
  94. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  95. 4c464fb Correct indent by Sho SHIMIZU · 9 years ago
  96. e63e51e Prohibit null in instantiation by Sho SHIMIZU · 9 years ago
  97. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  98. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago