1. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  2. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  3. 70761df Fixes related to single-point-to-multi-point intents: by Pavlin Radoslavov · 9 years ago
  4. 6d697f1 Sketching out component configuration model & API. by Thomas Vachuska · 9 years ago
  5. 1e5873e ONOS-400 Topology creation and up time formatting fixes by Abhishek Dwaraki · 9 years ago
  6. 3260069 Add CLI command to view groups on switches by Jonathan Hart · 9 years ago
  7. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  8. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  9. 501e075 ONOS-1220 - JSON output for partitions command by Ray Milkey · 9 years ago
  10. 1c198d6 ONOS-1219 - Add JSON output to the leaders command by Ray Milkey · 9 years ago
  11. 7522895 ONOS-1194 - NPE if an appid look up fails by Ray Milkey · 9 years ago
  12. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  13. 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
  14. 8016f34 adding purge option to IntentRemoveCommand by Brian O'Connor · 9 years ago
  15. a14047d Logging improvements. by Madan Jampani · 9 years ago
  16. 7d405fe updating timeout in IntentPushTestCommand by Brian O'Connor · 9 years ago
  17. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  18. b28f5d7 Revert "Using CommandSession console instead of System.* in AbstractShellCommand print and error" by Brian O'Connor · 9 years ago
  19. 054da97 Implement command to view Raft partitions by Jonathan Hart · 9 years ago
  20. f321863 adjusting wait time in intent push test command by Brian O'Connor · 9 years ago
  21. 66cfbfa intent cycle command by Brian O'Connor · 9 years ago
  22. 1dcb048 Added a more intuitive app management CLI; deprecated the old one for now. by Thomas Vachuska · 9 years ago
  23. 0247986 ONOS-1058 - Add application Id to intent withdraw command by Ray Milkey · 9 years ago
  24. f2fda81 Automatically rebalance intent key partitions on cluster change. by Jonathan Hart · 9 years ago
  25. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  26. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  27. 5b9dfdc Fixing IntentPushTestCommand by Brian O'Connor · 9 years ago
  28. 189f9bf Update IntentListCommand to show key by Jonathan Hart · 9 years ago
  29. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  30. 82b9fec Add term information in HazelcastLeadershipService by Jonathan Hart · 9 years ago
  31. 5b3717e Add keys to intents by Ray Milkey · 9 years ago
  32. 03406a4 IntentStore interface changes by Brian O'Connor · 9 years ago
  33. 9d810f6 Fix some JSON related deprecation and javadoc warnings by Ray Milkey · 9 years ago
  34. 8f31b7b Make id required for cluser-devices command by Jon Hall · 9 years ago
  35. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  36. 8791a81 Modified flows command to only output flows for specified device by Yuta HIGUCHI · 9 years ago
  37. ea9ae21 Using CommandSession console instead of System.* by Brian O'Connor · 9 years ago
  38. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  39. 9a4157b Update AddSinglePointToMultiPointIntentCommand help string by Jonathan Hart · 9 years ago
  40. 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
  41. cb33a13 ONOS-258 - provide feedback in CLI when creating an intent. by Ray Milkey · 9 years ago
  42. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  43. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  44. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  45. 9f4aa09 Apply multi-catch to reduce duplication by Sho SHIMIZU · 9 years ago
  46. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  47. 82895d7 Fix typo in help string by Ray Milkey · 9 years ago
  48. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  49. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  50. 04c7832 ONOS-812 - incorrect default values in CLI help by Ray Milkey · 9 years ago
  51. 356f28a ONOS-434 - Filter out inactive nodes from the summary information in the CLI by Ray Milkey · 9 years ago
  52. aab51a3 Added missing CLI output of HostToHostIntent-specific info by Pavlin Radoslavov · 9 years ago
  53. ab98466 adding license to ALL files by alshabib · 9 years ago
  54. 4785eec removing some TODOs by alshabib · 9 years ago
  55. 4712e21 IntentPushTestCommand: removing space in 'name' by Yuta HIGUCHI · 9 years ago
  56. 87695b8 IntentPushTestCommand: ignore IntentEvent submitted by others by Yuta HIGUCHI · 9 years ago
  57. 9692705 Changed the generation of MAC addresses when by Pavlin Radoslavov · 9 years ago
  58. ad49299 IntentPushTestCommand: attempt to fix negative duration by Yuta HIGUCHI · 9 years ago
  59. 39cb61c Change summary command output: cluster -> SCC(s) by Yuta HIGUCHI · 9 years ago
  60. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  61. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago