1. 8189a74 Fixed a failed unit test and added more to the setup scenario. by Thomas Vachuska · 9 years ago
  2. f9c8436 STC work in progress by Thomas Vachuska · 9 years ago
  3. 74b5527 Miscellaneous fixes for reading Linc-OE port types. by Ayaka Koshibe · 9 years ago
  4. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  5. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  6. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  7. 4a9d63e Improving push through proxy tool by Thomas Vachuska · 9 years ago
  8. f7adc6e Fixed onos-config to include onos-incubator as a boot feature. by Thomas Vachuska · 9 years ago
  9. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  10. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  11. 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
  12. d9c900e Reduced bramble cell by one node; added variant of ATT MPLS topology sans TC links. by Thomas Vachuska · 9 years ago
  13. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  14. 16f857b First round of cleanups in optical path provisioner. No more user input for packet/optical mininet script. by Marc De Leenheer · 9 years ago
  15. 3f15637 Added "drivers" to cells that defined ONOS_APPS. by Simon Hunt · 9 years ago
  16. 481303c Adding bramble cell for pi cluster by Brian O'Connor · 9 years ago
  17. 615361e Moved some dev tools from test/bin to dev/bin. by Thomas Vachuska · 9 years ago
  18. 43f17c0 GUI -- Refresh Icon added. - Fixed default column ID for intents view. by Bri Prebilic Cole · 9 years ago
  19. ddf315d Fix ifconfig parsing in onos-setup-karaf by Roan Huang · 9 years ago
  20. a2ae422 Added onos-ui-archetype as a partial archetype to bootstrap UI development. by Thomas Vachuska · 9 years ago
  21. 96a303c Fixing a defect in onos-install, which polluted the ~/.m2/repository. by Thomas Vachuska · 9 years ago
  22. 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
  23. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  24. 60fc842 Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX). by Thomas Vachuska · 9 years ago
  25. 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
  26. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  27. 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
  28. 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
  29. daaa42d Fixed device subsystem behaviour where auxiliary provider prevented emitting device availability change events. by Thomas Vachuska · 9 years ago
  30. 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
  31. 9411780 Fixing usage of onos-app shell utility. by Thomas Vachuska · 9 years ago
  32. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  33. 44e62c7 Lots of improvements in opticalUtils.py by fahad · 9 years ago
  34. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  35. 3938f61 Adding newline to onos-app plugin because json output doesn't contain one by Brian O'Connor · 9 years ago
  36. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  37. c40d463 Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies. by Thomas Vachuska · 9 years ago
  38. af53b60 Use initctl commands rather than service to control the ONOS service. by Jonathan Hart · 9 years ago
  39. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  40. 842a197 Check rotated logs as well as the current file by Jon Hall · 9 years ago
  41. c4cb100 Added support to pre-stage apps as part of onos-setup-karaf. by Thomas Vachuska · 9 years ago
  42. b4317d7 Restrict the key file permissions as required by some OSes by Jonathan Hart · 9 years ago
  43. 54b4a37 Run ifconfig as sudo for OSes that require it by Jonathan Hart · 9 years ago
  44. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  45. 5167aad Adding onos-openflow as a default feature for the local karaf setup. by Thomas Vachuska · 9 years ago
  46. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  47. 0a53fac Adding log writer command by Brian O'Connor · 9 years ago
  48. 785f581 ONOS-1328 Converted ONOS features to apps. by Thomas Vachuska · 9 years ago
  49. eef7f3a Adding tool to spawn iTerm configuration for monitoring logs of the current cell instances: 'onos-iterm-logs' by Thomas Vachuska · 9 years ago
  50. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  51. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  52. 7648d66 Prototyping GUI & CLI for the intent performance test fixture. by Thomas Vachuska · 9 years ago
  53. 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
  54. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  55. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  56. b6acc7b Adding code to enable GUI failover. by Thomas Vachuska · 9 years ago
  57. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  58. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  59. 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
  60. 6e19243 Adding onos-gen-partitions by Brian O'Connor · 9 years ago
  61. 626ac96 onos.py: compute hazelcast interface based on IP address by Jonathan Hart · 9 years ago
  62. a14047d Logging improvements. by Madan Jampani · 9 years ago
  63. a132e3a Made intent perf app multi-threaded; doesn't seem to help. by Thomas Vachuska · 9 years ago
  64. 0249b53 Enhancing intent-perf logging by Thomas Vachuska · 9 years ago
  65. 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
  66. 2d7c50d Adding tool to remotely enable ONOS JVM profiling. by Thomas Vachuska · 9 years ago
  67. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  68. 456e990 option to not remove flows in flow-tester.py by alshabib · 9 years ago
  69. 29570d0 adding a flow-tester python script to help test the flow subsystem by alshabib · 9 years ago
  70. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  71. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  72. cb9c0ba Fix rewriting of LINC-OE config for long controller IPs (ONOS-834). by Marc De Leenheer · 9 years ago
  73. 190ed19 Suppress Hazelcast multicast joiner warning by Yuta HIGUCHI · 9 years ago
  74. d9813e6 Fixing and enhancing the build and release tools. by Thomas Vachuska · 9 years ago
  75. 205f4b1 Start instances in debug mode by Jonathan Hart · 9 years ago
  76. ebb5444 Update cell related util scripts to support larger cluster [ONOS-467] by Ayaka Koshibe · 9 years ago
  77. 520f227 Suppress superfluous error message when pushing to a cell the first time. by Jonathan Hart · 9 years ago
  78. 025fb44 Adding more T-ports to big topo by Brian O'Connor · 9 years ago
  79. c7bdd8c Improvements to OpticalPathProvisioner by Brian O'Connor · 9 years ago
  80. 6806394 Configure LINC-OE to use multiple controllers by Marc De Leenheer · 9 years ago
  81. eb27c45 Adding optical topo files by Brian O'Connor · 9 years ago
  82. 4acd91d Fixed onos-install to deal with the first-time install where there is no .m2/repository/org by Thomas Vachuska · 9 years ago
  83. aec62962 Initial cut of `onos-group` script for running a subset of commands by Ayaka Koshibe · 9 years ago
  84. 649cb61 Fixed demo JSON topo file. by Thomas Vachuska · 9 years ago
  85. 237787c ONOS-534: onos-install: add a new option to copy maven's setting file by Kenji HIKICHI · 9 years ago
  86. dfbc6d8 ONOS-487: Allow ONOS to be installed using different user/group by Charles M.C. Chan · 9 years ago
  87. 0a4fa79 ONOS-470: Allow ONOS service to be run with customized username by Charles M.C. Chan · 9 years ago
  88. d89cc9d Util script to collect ONOS logs by Yuta HIGUCHI · 9 years ago
  89. dec5009 Fixed test cell definition files. by Thomas Vachuska · 9 years ago
  90. d596b38 Tweaked the SDN-IP topology JSON a little by Jonathan Hart · 9 years ago
  91. 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
  92. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  93. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  94. 2bea44e Fixed attmplsopt.json by Thomas Vachuska · 9 years ago
  95. fc7f22d Adding archetype for onos-bundle and onos-cli projects. by Thomas Vachuska · 9 years ago
  96. af21ba6 Added missing inclusion of $ONOS_ROOT/tools/build/envDefaults by Pavlin Radoslavov · 9 years ago
  97. ea2ff7f Moved SDN-IP tutorial out of topos directory to prevent interference with test scripts by Jonathan Hart · 9 years ago
  98. cbba052 Added onos-die command and added some info output to onos-kill command. by Thomas Vachuska · 9 years ago
  99. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  100. 164fa5c GUI fixes/breaks. by Thomas Vachuska · 9 years ago