1. ea2d9fd ONOS-2854 Fixed a few bugs and made tiny improvements to shell scripts. by Thomas Vachuska · 9 years ago
  2. 4ccc7d3 Reorganizing the stc specific tools. by Thomas Vachuska · 9 years ago
  3. c3c969a Changed default onos user password. by Thomas Vachuska · 9 years ago
  4. 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
  5. 3c831fa Fixing a few tools to work with the new REST security stuff. by Thomas Vachuska · 9 years ago
  6. e3c951e Use OpenJDK version 8 rather than 7 in bash_profile by Jonathan Hart · 9 years ago
  7. e76f653 Improving net test tools and scenarios. by Thomas Vachuska · 9 years ago
  8. 0a4c270 Adding a basic mininet-based test to STC scenarios. by Thomas Vachuska · 9 years ago
  9. e39f314 Fix tle command by Charles M.C. Chan · 9 years ago
  10. 1d003e9 Properly unset ONOS_IP environment variable in cell command by Charles M.C. Chan · 9 years ago
  11. 3cd677d Added a few more short-hand aliases for checking logs for errors. by Thomas Vachuska · 9 years ago
  12. 0fa4bc4 Ensure that $ONOS_CELL variable will not be overwritten when bash profile is loaded by Roan Huang · 9 years ago
  13. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  14. 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
  15. 152f9fd Shutdown cleanup; hunt for exceptions continues by Thomas Vachuska · 9 years ago
  16. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  17. 785f581 ONOS-1328 Converted ONOS features to apps. by Thomas Vachuska · 9 years ago
  18. e5b610e Update environment settings for maven 3.3.1 by Charles M.C. Chan · 9 years ago
  19. ebb5444 Update cell related util scripts to support larger cluster [ONOS-467] by Ayaka Koshibe · 9 years ago
  20. c02c0b8 WIP: Resolve conflict with Go language "go" command by Sho SHIMIZU · 9 years ago
  21. aec62962 Initial cut of `onos-group` script for running a subset of commands by Ayaka Koshibe · 9 years ago
  22. a998513 vicell command for editing/applying cell configurations by Ayaka Koshibe · 9 years ago
  23. dfbc6d8 ONOS-487: Allow ONOS to be installed using different user/group by Charles M.C. Chan · 9 years ago
  24. b8b96c1 ONOS-461: Update maven version in bash_profile by Charles M.C. Chan · 9 years ago
  25. 045c01d Adding packaging on onos*.zip file. by Thomas Vachuska · 9 years ago
  26. bbea58c Fixing 'tlo' alias after rename. by Thomas Vachuska · 9 years ago
  27. 255b65f Changed KARAF_HOME to KARAF_ROOT as it was conflicting with KARAF's own and emitting annoying warnings. by Thomas Vachuska · 9 years ago
  28. 007cdff Add mcis, mis alias which skips test and checkstyle by Yuta HIGUCHI · 9 years ago
  29. 8531429 Added a short-hand for setting the OCI variable. Added export. by Thomas Vachuska · 9 years ago
  30. 8416554 renamed KARAF -> KARAF_HOME by Yuta HIGUCHI · 9 years ago
  31. 7cbfd4f Fixed a number of javadoc warnings and cleaned up aggregate javadocs. by Thomas Vachuska · 9 years ago
  32. d853115 Pushing in changes for Java 1.8 and Apache Karaf 3.0.2 by Thomas Vachuska · 9 years ago
  33. 7b652ad Fixed some javadoc warning/errors. by Thomas Vachuska · 10 years ago
  34. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  35. 6677edb Reverting back to java 1.7 by Madan Jampani · 10 years ago
  36. 15cd0b8 Netty bug fix: Do not use weakValues in a cache where we track outstanding responses. by Madan Jampani · 10 years ago
  37. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  38. d57df6c Added alias to run less on the log by Jonathan Hart · 10 years ago
  39. 711145a Fix the assignment / usage of OC0 environmental variable so by Pavlin Radoslavov · 10 years ago
  40. cce11ca Fixing some cell definitions and features. by Thomas Vachuska · 10 years ago
  41. 9361721 Update to the tools scripts: by Pavlin Radoslavov · 10 years ago
  42. 0770d0f Minor refactoring in the ONOS cell configuration: by Pavlin Radoslavov · 10 years ago
  43. cf8dd2a Tweaked bash_profile. by tom · 10 years ago
  44. 8af0373 Use existing JAVA_HOME if one is set by Jonathan Hart · 10 years ago
  45. a689779 Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map. by tom · 10 years ago
  46. e2555ff Fixed onos-push-update-bundle tool. Fixed wipe-out command confirmation. by tom · 10 years ago
  47. ca8f670 Added onos-push-update-bundle (yes 'pub') by tom · 10 years ago
  48. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  49. 0511a52 Added an intent completer to the command-line. by tom · 10 years ago
  50. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  51. 2482e6f Enhanced cell & cells tools. by tom · 10 years ago
  52. 1cd74ae Added onos-build-selective & obs short-hand. by tom · 10 years ago
  53. 04c38c8 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by pankaj · 10 years ago
  54. dff2444 make bash_profile work by pankaj · 10 years ago
  55. e797a5d Adding customizable features for cell-specific packaging. by tom · 10 years ago
  56. 82d6bde Fixing test scripts. by tom · 10 years ago
  57. 1a2908c Enhanced a number of the test scripts and replaced hazelcast.xml with a mildly augmented version of the 3.3 one. by tom · 10 years ago
  58. caf3bf7 Added onos-test. Refactored the CLI classes. by tom · 10 years ago
  59. 0872a17 Fixed a number of CLI commands. by tom · 10 years ago
  60. 126852b Added a number of test tools. by tom · 10 years ago
  61. f2d83cf Fix `o` command. by Yuta HIGUCHI · 10 years ago
  62. ecd0fbd Tweaking onos-* test scripts. by tom · 10 years ago
  63. 5a18e80 onos-package now patches the hazelcast.xml with proper interface for use by the test VMs. by tom · 10 years ago
  64. 5c25570 Sketching cluster related stuff with Madan.. by tom · 10 years ago
  65. a56d5fe Added a few todos. by tom · 10 years ago
  66. 6a9f272 Added tools/dev/bash_profile with developer conveniences by tom · 10 years ago