1. 726dc5b Adding set -e to onos-archetypes-test by Brian O'Connor · 9 years ago
  2. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  3. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  4. 4ff514c STC scenario for testing network related REST APIs by Ray Milkey · 9 years ago
  5. 1a4d359 Change onos-wait-for-start and onos-service to allow addressing nodes by integer by Jonathan Hart · 9 years ago
  6. 1c15287 Added check for cyclic dependencies. by Thomas Vachuska · 9 years ago
  7. bba7138 Make STC intent operations use intent IDs by Ray Milkey · 9 years ago
  8. b2765cc Improve debugability by capturing intents command output by Ray Milkey · 9 years ago
  9. 1b403a5 Fixing a few STC glitches. by Thomas Vachuska · 9 years ago
  10. b51b8bc Added ability for commands to post properties to be used as params of other commands. by Thomas Vachuska · 9 years ago
  11. c345663 Add some interlocks to intents test by Ray Milkey · 9 years ago
  12. af0ee53 Added redirect for the /onos/v1/docs Swagger UI URL. Added onos-rsdocs tool to launch REST API docs UI from shell. by Thomas Vachuska · 9 years ago
  13. 7bb0501 Initial implementation of Meter Service (needs testing) by alshabib · 9 years ago
  14. 3c831fa Fixing a few tools to work with the new REST security stuff. by Thomas Vachuska · 9 years ago
  15. eff0e4e Adding GUI login/logout capability using form-based login. by Thomas Vachuska · 9 years ago
  16. 969d6bc Improving scenarios and shell tools. by Thomas Vachuska · 9 years ago
  17. 4b84baf Fixed a few onos-check-* tools. by Thomas Vachuska · 9 years ago
  18. eb13564 Adding check for pending flows to net-setup scenario. by Thomas Vachuska · 9 years ago
  19. a02fc81 Fixing & enhancing STC test scenarios. by Thomas Vachuska · 9 years ago
  20. 8d03367 Fixing log messages by Thomas Vachuska · 9 years ago
  21. d0a97bc Change onos-uninstall to use 'stop' rather than 'service'. by Jonathan Hart · 9 years ago
  22. e636022 Starting to add initial configuration loading. WIP by Thomas Vachuska · 9 years ago
  23. 174bb91 Simplified onos-wipe-out shell tool by Thomas Vachuska · 9 years ago
  24. 2527a0f Changing stc scenarios to be compatible with multiple links in the ATT MPLS test topology. by Thomas Vachuska · 9 years ago
  25. f1c4208 Adding more aggressive and thorough implementation of wipe-out command. by Thomas Vachuska · 9 years ago
  26. e76f653 Improving net test tools and scenarios. by Thomas Vachuska · 9 years ago
  27. 0a4c270 Adding a basic mininet-based test to STC scenarios. by Thomas Vachuska · 9 years ago
  28. c0e1bff Remove shell debugging from wait script by Ray Milkey · 9 years ago
  29. 354eb9e Fixed onos-check-apps to ignore Karaf client extra line of output. by Thomas Vachuska · 9 years ago
  30. 995d691 Fixed "which -s" option, which does not work on Linux. by Thomas Vachuska · 9 years ago
  31. 12bf445 Introducing optional ability to secure the ONOS karaf shell and to use raw ssh client. by Thomas Vachuska · 9 years ago
  32. 177ece6 Fixed STC defect where a dependency would bring out an otherwise inactive step. by Thomas Vachuska · 9 years ago
  33. dded0cb Fixed onos-archetypes-test to use proper version of the archetypes for test project generation. by Thomas Vachuska · 9 years ago
  34. 750ab04 Starting on STC monitor. by Thomas Vachuska · 9 years ago
  35. e8c7b08 Improving onos-push-keys to only require password once by Brian O'Connor · 9 years ago
  36. ebe42a5 Fixed onos-wait-for-start to time-out with error. by Thomas Vachuska · 9 years ago
  37. 132001a Fixed onos-form-cluster in tar-setup scenario. by Thomas Vachuska · 9 years ago
  38. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  39. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  40. 4cfcc56 Enhancing STC and cleaning up various test topos. by Thomas Vachuska · 9 years ago
  41. a48e3d1 Enhancing STC by Thomas Vachuska · 9 years ago
  42. 50ec1af Enhancing STC by Thomas Vachuska · 9 years ago
  43. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  44. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  45. 37cffe8 Reverted removal of GOPTS line used by onos-group. by Ayaka Koshibe · 9 years ago
  46. 4bfccd54 Enhancing STC and scenarios. by Thomas Vachuska · 9 years ago
  47. fdbc4c2 Adding multi-instance support for flow stats. by Thomas Vachuska · 9 years ago
  48. 8189a74 Fixed a failed unit test and added more to the setup scenario. by Thomas Vachuska · 9 years ago
  49. f9c8436 STC work in progress by Thomas Vachuska · 9 years ago
  50. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  51. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  52. 4a9d63e Improving push through proxy tool by Thomas Vachuska · 9 years ago
  53. f7adc6e Fixed onos-config to include onos-incubator as a boot feature. by Thomas Vachuska · 9 years ago
  54. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  55. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  56. 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
  57. 615361e Moved some dev tools from test/bin to dev/bin. by Thomas Vachuska · 9 years ago
  58. ddf315d Fix ifconfig parsing in onos-setup-karaf by Roan Huang · 9 years ago
  59. a2ae422 Added onos-ui-archetype as a partial archetype to bootstrap UI development. by Thomas Vachuska · 9 years ago
  60. 96a303c Fixing a defect in onos-install, which polluted the ~/.m2/repository. by Thomas Vachuska · 9 years ago
  61. 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
  62. 60fc842 Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX). by Thomas Vachuska · 9 years ago
  63. 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
  64. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  65. 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
  66. 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
  67. 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
  68. 9411780 Fixing usage of onos-app shell utility. by Thomas Vachuska · 9 years ago
  69. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  70. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  71. 3938f61 Adding newline to onos-app plugin because json output doesn't contain one by Brian O'Connor · 9 years ago
  72. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  73. af53b60 Use initctl commands rather than service to control the ONOS service. by Jonathan Hart · 9 years ago
  74. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  75. 842a197 Check rotated logs as well as the current file by Jon Hall · 9 years ago
  76. c4cb100 Added support to pre-stage apps as part of onos-setup-karaf. by Thomas Vachuska · 9 years ago
  77. b4317d7 Restrict the key file permissions as required by some OSes by Jonathan Hart · 9 years ago
  78. 54b4a37 Run ifconfig as sudo for OSes that require it by Jonathan Hart · 9 years ago
  79. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  80. 5167aad Adding onos-openflow as a default feature for the local karaf setup. by Thomas Vachuska · 9 years ago
  81. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  82. 0a53fac Adding log writer command by Brian O'Connor · 9 years ago
  83. 785f581 ONOS-1328 Converted ONOS features to apps. by Thomas Vachuska · 9 years ago
  84. eef7f3a Adding tool to spawn iTerm configuration for monitoring logs of the current cell instances: 'onos-iterm-logs' by Thomas Vachuska · 9 years ago
  85. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  86. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  87. 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
  88. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  89. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  90. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  91. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  92. 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
  93. 6e19243 Adding onos-gen-partitions by Brian O'Connor · 9 years ago
  94. a14047d Logging improvements. by Madan Jampani · 9 years ago
  95. a132e3a Made intent perf app multi-threaded; doesn't seem to help. by Thomas Vachuska · 9 years ago
  96. 0249b53 Enhancing intent-perf logging by Thomas Vachuska · 9 years ago
  97. 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
  98. 2d7c50d Adding tool to remotely enable ONOS JVM profiling. by Thomas Vachuska · 9 years ago
  99. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  100. 456e990 option to not remove flows in flow-tester.py by alshabib · 9 years ago