1. f1b8e17 Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases by Madan Jampani · 9 years ago
  2. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  3. 9689126 ONOS-1376 FIxed error in app command to report bad usage better. by Thomas Vachuska · 9 years ago
  4. e076c79 Implement builders for optical intents by Ray Milkey · 9 years ago
  5. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  6. 7d2fab2 ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues. by Madan Jampani · 9 years ago
  7. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  8. 6ba7efc Work toward ONOS-1268 Expose IPv6 support at the ONOS CLI level by Pavlin Radoslavov · 9 years ago
  9. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  10. 50a9b72 Add priority to remaining intent types by Ray Milkey · 9 years ago
  11. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  12. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  13. 740c8a3 [Blackbird] ONOS-1317 - JSON outpout for 'intents -p' command by Ray Milkey · 9 years ago
  14. 4f5a98a P2P intents have drop treatment if ethSrc&Dst not set by Brian O'Connor · 9 years ago
  15. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  16. c6809e4 Added IPV6 to the auto-completed EthType values. by Pavlin Radoslavov · 9 years ago
  17. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  18. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  19. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  20. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  21. 70761df Fixes related to single-point-to-multi-point intents: by Pavlin Radoslavov · 9 years ago
  22. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  23. 1e5873e ONOS-400 Topology creation and up time formatting fixes by Abhishek Dwaraki · 9 years ago
  24. 3260069 Add CLI command to view groups on switches by Jonathan Hart · 9 years ago
  25. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  26. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  27. 501e075 ONOS-1220 - JSON output for partitions command by Ray Milkey · 9 years ago
  28. 1c198d6 ONOS-1219 - Add JSON output to the leaders command by Ray Milkey · 9 years ago
  29. 7522895 ONOS-1194 - NPE if an appid look up fails by Ray Milkey · 9 years ago
  30. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  31. 30a57f8 Added creationTime to Versioned object. This enables supporting a electedTime in leadership, which in turn helps us track how stable leadership terms are. by Madan Jampani · 9 years ago
  32. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  33. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  34. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  35. a14047d Logging improvements. by Madan Jampani · 9 years ago
  36. 7d405fe updating timeout in IntentPushTestCommand by Brian O'Connor · 9 years ago
  37. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  38. b28f5d7 Revert "Using CommandSession console instead of System.* in AbstractShellCommand print and error" by Brian O'Connor · 9 years ago
  39. 054da97 Implement command to view Raft partitions by Jonathan Hart · 9 years ago
  40. f321863 adjusting wait time in intent push test command by Brian O'Connor · 9 years ago
  41. 66cfbfa intent cycle command by Brian O'Connor · 9 years ago
  42. 1dcb048 Added a more intuitive app management CLI; deprecated the old one for now. by Thomas Vachuska · 9 years ago
  43. 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 9 years ago
  44. f2fda81 Automatically rebalance intent key partitions on cluster change. by Jonathan Hart · 9 years ago
  45. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  46. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  47. 5b9dfdc Fixing IntentPushTestCommand by Brian O'Connor · 9 years ago
  48. 189f9bf Update IntentListCommand to show key by Jonathan Hart · 9 years ago
  49. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  50. 82b9fec Add term information in HazelcastLeadershipService by Jonathan Hart · 9 years ago
  51. 5b3717e Add keys to intents by Ray Milkey · 9 years ago
  52. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  53. 9d810f6 Fix some JSON related deprecation and javadoc warnings by Ray Milkey · 9 years ago
  54. 8f31b7b Make id required for cluser-devices command by Jon Hall · 9 years ago
  55. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  56. 8791a81 Modified flows command to only output flows for specified device by Yuta HIGUCHI · 9 years ago
  57. ea9ae21 Using CommandSession console instead of System.* by Brian O'Connor · 9 years ago
  58. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  59. 9a4157b Update AddSinglePointToMultiPointIntentCommand help string by Jonathan Hart · 9 years ago
  60. ebf5e54 ONOS-542 Added ability for app bundle to carry it's own artifacts, including feature repo. Fixed onos-package script. Added JSON output to CLI. by Thomas Vachuska · 9 years ago
  61. cb33a13 ONOS-258 - provide feedback in CLI when creating an intent. by Ray Milkey · 9 years ago
  62. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  63. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  64. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  65. 9f4aa09 Apply multi-catch to reduce duplication by Sho SHIMIZU · 9 years ago
  66. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  67. 82895d7 Fix typo in help string by Ray Milkey · 9 years ago
  68. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  69. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  70. 04c7832 ONOS-812 - incorrect default values in CLI help by Ray Milkey · 9 years ago
  71. 356f28a ONOS-434 - Filter out inactive nodes from the summary information in the CLI by Ray Milkey · 9 years ago
  72. aab51a3 Added missing CLI output of HostToHostIntent-specific info by Pavlin Radoslavov · 9 years ago
  73. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  74. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  75. ab98466 adding license to ALL files by alshabib · 9 years ago
  76. 4785eec removing some TODOs by alshabib · 9 years ago
  77. 4712e21 IntentPushTestCommand: removing space in 'name' by Yuta HIGUCHI · 9 years ago
  78. 87695b8 IntentPushTestCommand: ignore IntentEvent submitted by others by Yuta HIGUCHI · 9 years ago
  79. 9692705 Changed the generation of MAC addresses when by Pavlin Radoslavov · 9 years ago
  80. ad49299 IntentPushTestCommand: attempt to fix negative duration by Yuta HIGUCHI · 9 years ago
  81. 39cb61c Change summary command output: cluster -> SCC(s) by Yuta HIGUCHI · 9 years ago
  82. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  83. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  84. ae3e733 Fixing PushTestIntents command to ignore WITHDRAW_REQ by Brian O'Connor · 9 years ago
  85. 67c0514 Updated the "intents -s" Intents CLI summary command to print by Pavlin Radoslavov · 9 years ago
  86. 23ab0fa Comment out commands, which we do not support for this release. by Yuta HIGUCHI · 9 years ago
  87. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  88. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 9 years ago
  89. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  90. a0d3100 Updates to push-intent and leaders command. by Brian O'Connor · 9 years ago
  91. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  92. 1e68bdd Added ability to force mastership re-balancing between instances from the GUI. by Thomas Vachuska · 9 years ago
  93. 3ea690b ONOS-365 Excluding intents with state=null from output. by Thomas Vachuska · 9 years ago
  94. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  95. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  96. f0f2dfc tablet-leader command to check current Raft leader by Yuta HIGUCHI · 9 years ago
  97. deb8a10 Fix for bug ONOS-330: by Pavlin Radoslavov · 9 years ago
  98. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  99. 5bde31f Fixing various issues and re-tuning. by Thomas Vachuska · 9 years ago
  100. e83cce7 BalanceMastersCommand: Fix type mismatch by Yuta HIGUCHI · 9 years ago