1. eff0e4e Adding GUI login/logout capability using form-based login. by Thomas Vachuska · 9 years ago
  2. 969d6bc Improving scenarios and shell tools. by Thomas Vachuska · 9 years ago
  3. 4b84baf Fixed a few onos-check-* tools. by Thomas Vachuska · 9 years ago
  4. eb13564 Adding check for pending flows to net-setup scenario. by Thomas Vachuska · 9 years ago
  5. a02fc81 Fixing & enhancing STC test scenarios. by Thomas Vachuska · 9 years ago
  6. 8d03367 Fixing log messages by Thomas Vachuska · 9 years ago
  7. d0a97bc Change onos-uninstall to use 'stop' rather than 'service'. by Jonathan Hart · 9 years ago
  8. e636022 Starting to add initial configuration loading. WIP by Thomas Vachuska · 9 years ago
  9. 174bb91 Simplified onos-wipe-out shell tool by Thomas Vachuska · 9 years ago
  10. 2527a0f Changing stc scenarios to be compatible with multiple links in the ATT MPLS test topology. by Thomas Vachuska · 9 years ago
  11. f1c4208 Adding more aggressive and thorough implementation of wipe-out command. by Thomas Vachuska · 9 years ago
  12. e76f653 Improving net test tools and scenarios. by Thomas Vachuska · 9 years ago
  13. 0a4c270 Adding a basic mininet-based test to STC scenarios. by Thomas Vachuska · 9 years ago
  14. c0e1bff Remove shell debugging from wait script by Ray Milkey · 9 years ago
  15. 354eb9e Fixed onos-check-apps to ignore Karaf client extra line of output. by Thomas Vachuska · 9 years ago
  16. 995d691 Fixed "which -s" option, which does not work on Linux. by Thomas Vachuska · 9 years ago
  17. 12bf445 Introducing optional ability to secure the ONOS karaf shell and to use raw ssh client. by Thomas Vachuska · 9 years ago
  18. 177ece6 Fixed STC defect where a dependency would bring out an otherwise inactive step. by Thomas Vachuska · 9 years ago
  19. dded0cb Fixed onos-archetypes-test to use proper version of the archetypes for test project generation. by Thomas Vachuska · 9 years ago
  20. 750ab04 Starting on STC monitor. by Thomas Vachuska · 9 years ago
  21. e8c7b08 Improving onos-push-keys to only require password once by Brian O'Connor · 9 years ago
  22. ebe42a5 Fixed onos-wait-for-start to time-out with error. by Thomas Vachuska · 9 years ago
  23. 132001a Fixed onos-form-cluster in tar-setup scenario. by Thomas Vachuska · 9 years ago
  24. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  25. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  26. 4cfcc56 Enhancing STC and cleaning up various test topos. by Thomas Vachuska · 9 years ago
  27. a48e3d1 Enhancing STC by Thomas Vachuska · 9 years ago
  28. 50ec1af Enhancing STC by Thomas Vachuska · 9 years ago
  29. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  30. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  31. 37cffe8 Reverted removal of GOPTS line used by onos-group. by Ayaka Koshibe · 9 years ago
  32. 4bfccd54 Enhancing STC and scenarios. by Thomas Vachuska · 9 years ago
  33. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  34. 8189a74 Fixed a failed unit test and added more to the setup scenario. by Thomas Vachuska · 9 years ago
  35. f9c8436 STC work in progress by Thomas Vachuska · 9 years ago
  36. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  37. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  38. 4a9d63e Improving push through proxy tool by Thomas Vachuska · 9 years ago
  39. f7adc6e Fixed onos-config to include onos-incubator as a boot feature. by Thomas Vachuska · 9 years ago
  40. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  41. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  42. 77a9a44 Enhanced onos-check-logs to search logs only up to the latest restart and to include all errors and exceptions with their full stack trace. by Thomas Vachuska · 9 years ago
  43. 615361e Moved some dev tools from test/bin to dev/bin. by Thomas Vachuska · 9 years ago
  44. ddf315d Fix ifconfig parsing in onos-setup-karaf by Roan Huang · 9 years ago
  45. a2ae422 Added onos-ui-archetype as a partial archetype to bootstrap UI development. by Thomas Vachuska · 9 years ago
  46. 96a303c Fixing a defect in onos-install, which polluted the ~/.m2/repository. by Thomas Vachuska · 9 years ago
  47. 9b171c5 Fixing onos-setup-karaf to always generate tablets.json and cluster.json config files without having to specify 'clean' option. by Thomas Vachuska · 9 years ago
  48. 60fc842 Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX). by Thomas Vachuska · 9 years ago
  49. 3430984 Changed onos-log to allow for both Linux & Darwin (OSX) platforms to work. The --pid option is required in order for tail to wake-up when the owning process dies. by Thomas Vachuska · 9 years ago
  50. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  51. fcd6114 Enhanced onos-setup-karaf to be more robust and more friendly. It will validate the specified IP, if given. Otherwise, it will attempt to use ONOS_IP and if that's not available ONOS_NIC to find an adapter with a matching IP address. Usage is backwards compatible. by Thomas Vachuska · 9 years ago
  52. aa226b1 Enhanced onos-log to allow remotely grepping through the logs. usage: onos-log [-l] [remote-ip [{karaf-instance-id|-} [ere-pattern]]] by Thomas Vachuska · 9 years ago
  53. db7467a Separating onos-drivers to be delivered as a separate app from onos-openflow. Apps activated by default (via onos-setup-karaf or onos-install/onos-config) are now onos-drivers and onos-openflow. by Thomas Vachuska · 9 years ago
  54. 9411780 Fixing usage of onos-app shell utility. by Thomas Vachuska · 9 years ago
  55. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  56. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  57. 3938f61 Adding newline to onos-app plugin because json output doesn't contain one by Brian O'Connor · 9 years ago
  58. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  59. af53b60 Use initctl commands rather than service to control the ONOS service. by Jonathan Hart · 9 years ago
  60. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  61. 842a197 Check rotated logs as well as the current file by Jon Hall · 9 years ago
  62. c4cb100 Added support to pre-stage apps as part of onos-setup-karaf. by Thomas Vachuska · 9 years ago
  63. b4317d7 Restrict the key file permissions as required by some OSes by Jonathan Hart · 9 years ago
  64. 54b4a37 Run ifconfig as sudo for OSes that require it by Jonathan Hart · 9 years ago
  65. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  66. 5167aad Adding onos-openflow as a default feature for the local karaf setup. by Thomas Vachuska · 9 years ago
  67. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  68. 0a53fac Adding log writer command by Brian O'Connor · 9 years ago
  69. 785f581 ONOS-1328 Converted ONOS features to apps. by Thomas Vachuska · 9 years ago
  70. eef7f3a Adding tool to spawn iTerm configuration for monitoring logs of the current cell instances: 'onos-iterm-logs' by Thomas Vachuska · 9 years ago
  71. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  72. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  73. 734b749 Fixing onos-package not to be sensitive to cell settings and instead allowing onos-config (used from onos-install) to be fully sensitive to cell settings. by Thomas Vachuska · 9 years ago
  74. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  75. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  76. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  77. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  78. 0cb0067 Added support for firing up multiple raft partitions + Workaround for an issue where db calls timeout when a raft cluster node is down. by Madan Jampani · 9 years ago
  79. 6e19243 Adding onos-gen-partitions by Brian O'Connor · 9 years ago
  80. a14047d Logging improvements. by Madan Jampani · 9 years ago
  81. a132e3a Made intent perf app multi-threaded; doesn't seem to help. by Thomas Vachuska · 9 years ago
  82. 0249b53 Enhancing intent-perf logging by Thomas Vachuska · 9 years ago
  83. 33bd230 Fixed onos-log so ctrl-c will only kill the current monitor an added onos-log-kill command to kill all monitors. by Thomas Vachuska · 9 years ago
  84. 2d7c50d Adding tool to remotely enable ONOS JVM profiling. by Thomas Vachuska · 9 years ago
  85. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  86. 456e990 option to not remove flows in flow-tester.py by alshabib · 9 years ago
  87. 29570d0 adding a flow-tester python script to help test the flow subsystem by alshabib · 9 years ago
  88. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  89. 190ed19 Suppress Hazelcast multicast joiner warning by Yuta HIGUCHI · 9 years ago
  90. d9813e6 Fixing and enhancing the build and release tools. by Thomas Vachuska · 9 years ago
  91. ebb5444 Update cell related util scripts to support larger cluster [ONOS-467] by Ayaka Koshibe · 9 years ago
  92. 520f227 Suppress superfluous error message when pushing to a cell the first time. by Jonathan Hart · 9 years ago
  93. 4acd91d Fixed onos-install to deal with the first-time install where there is no .m2/repository/org by Thomas Vachuska · 9 years ago
  94. aec62962 Initial cut of `onos-group` script for running a subset of commands by Ayaka Koshibe · 9 years ago
  95. 237787c ONOS-534: onos-install: add a new option to copy maven's setting file by Kenji HIKICHI · 9 years ago
  96. dfbc6d8 ONOS-487: Allow ONOS to be installed using different user/group by Charles M.C. Chan · 9 years ago
  97. 0a4fa79 ONOS-470: Allow ONOS service to be run with customized username by Charles M.C. Chan · 9 years ago
  98. d89cc9d Util script to collect ONOS logs by Yuta HIGUCHI · 9 years ago
  99. 52e6580 Adding onos-push-bits to selectively upload bits only if they are out of date. Helps with speeds when running over VPN. by Thomas Vachuska · 9 years ago
  100. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0