1. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  2. 69bf7c1 Fixing port for clustering. by Thomas Vachuska · 9 years ago
  3. 3cd677d Added a few more short-hand aliases for checking logs for errors. by Thomas Vachuska · 9 years ago
  4. 97a7033 Fixed onos-package and put hazelcast back into features for now. by Thomas Vachuska · 9 years ago
  5. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  6. 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
  7. d9c900e Reduced bramble cell by one node; added variant of ATT MPLS topology sans TC links. by Thomas Vachuska · 9 years ago
  8. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  9. aab3559 Allowing suppression of onos*.zip generation form onos-package; mostly for speed in dev. by Thomas Vachuska · 9 years ago
  10. 0799280 Removed legacy GUI. by Thomas Vachuska · 9 years ago
  11. 47dbe17 Added openflow/drivers to obs.exclude by Thomas Vachuska · 9 years ago
  12. 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
  13. 140e478 XOS integration app by Ray Milkey · 9 years ago
  14. 3f15637 Added "drivers" to cells that defined ONOS_APPS. by Simon Hunt · 9 years ago
  15. 8eb12a2 Excluding snapshot downloads from packaging. by Thomas Vachuska · 9 years ago
  16. 014e221 onos-package improvement by Brian O'Connor · 9 years ago
  17. b23fad2 Making onos-package more selective to curb the size of the distributable. by Thomas Vachuska · 9 years ago
  18. 184e242 Change default configuration about IPv6 by Roan Huang · 9 years ago
  19. 0fed575 Updating upload-bits scripts for nightly pushes by Brian O'Connor · 9 years ago
  20. 481303c Adding bramble cell for pi cluster by Brian O'Connor · 9 years ago
  21. 9e5dd90 GUI -- FIxed the maven archetype temporarily. by Thomas Vachuska · 9 years ago
  22. 6723a48 Simplified onos-app reinstall usage to extract app name from the oar file. by Thomas Vachuska · 9 years ago
  23. 615361e Moved some dev tools from test/bin to dev/bin. by Thomas Vachuska · 9 years ago
  24. 43f17c0 GUI -- Refresh Icon added. - Fixed default column ID for intents view. by Bri Prebilic Cole · 9 years ago
  25. 0fa4bc4 Ensure that $ONOS_CELL variable will not be overwritten when bash profile is loaded by Roan Huang · 9 years ago
  26. 82e60a9 Adding onos-form-cluster & onos-config to the packaged runtime tools to allow installation and cluster configuration w/o any of the test or dev tools. by Thomas Vachuska · 9 years ago
  27. ddf315d Fix ifconfig parsing in onos-setup-karaf by Roan Huang · 9 years ago
  28. e8dcfee Netconf Device Provider Plugin to discover and monitor NETCONF supported Devices. by Sanjay S · 9 years ago
  29. a2ae422 Added onos-ui-archetype as a partial archetype to bootstrap UI development. by Thomas Vachuska · 9 years ago
  30. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  31. 96a303c Fixing a defect in onos-install, which polluted the ~/.m2/repository. by Thomas Vachuska · 9 years ago
  32. 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
  33. d1f17ac Fixing onos-build-selective to warp into the $ONOS_ROOT directory as a first thing. by Thomas Vachuska · 9 years ago
  34. 9d7ef16 Adding */docs/* to onos-build-selective.exclude by Brian O'Connor · 9 years ago
  35. 3ad8d4b Moving he version of archetypes to 1.4-SNAPSHOT in preparation for release with the onos-maven-plugin. by Thomas Vachuska · 9 years ago
  36. 0f6d0b8 Adding IDEA settings for import. by Thomas Vachuska · 9 years ago
  37. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  38. 60fc842 Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX). by Thomas Vachuska · 9 years ago
  39. 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
  40. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  41. 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
  42. 87994d0 Enhanced onos-build-selective to react to any src file modifications and to also result in a cascaded build of app modules which require the modified modules. by Thomas Vachuska · 9 years ago
  43. 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
  44. daaa42d Fixed device subsystem behaviour where auxiliary provider prevented emitting device availability change events. by Thomas Vachuska · 9 years ago
  45. 41e8c18 Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 9 years ago
  46. 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  47. 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
  48. 9411780 Fixing usage of onos-app shell utility. by Thomas Vachuska · 9 years ago
  49. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  50. bf7eca5 Updating onos-maven-plugin to use localRepository from Maven by Brian O'Connor · 9 years ago
  51. 44e62c7 Lots of improvements in opticalUtils.py by fahad · 9 years ago
  52. d4170ba Rolling onos-maven-plugin version to 1.4-SNAPSHOT by Brian O'Connor · 9 years ago
  53. 5c9386b Rolling onos-maven-plugin version to 1.3 for release by Brian O'Connor · 9 years ago
  54. a7a0220 Fixed a defect on OnosAppMojo to allow apps to properly stage their own artifacts. by Thomas Vachuska · 9 years ago
  55. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  56. 3938f61 Adding newline to onos-app plugin because json output doesn't contain one by Brian O'Connor · 9 years ago
  57. a795d1e Bumping onos-maven-plugin version to 1.3-SNAPSHOT by Brian O'Connor · 9 years ago
  58. 4322fc1 Bumping onos-maven-plugin version to 1.2 by Brian O'Connor · 9 years ago
  59. a98ae7f ONOS-1290 Implemented OnosAppMojo for packaging and installing ONOS apps as Maven artifacts. by Thomas Vachuska · 9 years ago
  60. 4db76e3 ONOS-685: Network Configuration Manager support for Segment Routing application by Srikanth Vavilapalli · 9 years ago
  61. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  62. c40d463 Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies. by Thomas Vachuska · 9 years ago
  63. af53b60 Use initctl commands rather than service to control the ONOS service. by Jonathan Hart · 9 years ago
  64. 152f9fd Shutdown cleanup; hunt for exceptions continues by Thomas Vachuska · 9 years ago
  65. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  66. 842a197 Check rotated logs as well as the current file by Jon Hall · 9 years ago
  67. c4cb100 Added support to pre-stage apps as part of onos-setup-karaf. by Thomas Vachuska · 9 years ago
  68. b4317d7 Restrict the key file permissions as required by some OSes by Jonathan Hart · 9 years ago
  69. 54b4a37 Run ifconfig as sudo for OSes that require it by Jonathan Hart · 9 years ago
  70. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  71. 68ddd74 Updating onos-change-version to roll fallback version in CoreManger by Brian O'Connor · 9 years ago
  72. 5167aad Adding onos-openflow as a default feature for the local karaf setup. by Thomas Vachuska · 9 years ago
  73. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  74. c39773c Exclude tools/package/maven-plugin from obs by Jonathan Hart · 9 years ago
  75. 0a53fac Adding log writer command by Brian O'Connor · 9 years ago
  76. 785f581 ONOS-1328 Converted ONOS features to apps. by Thomas Vachuska · 9 years ago
  77. e5b610e Update environment settings for maven 3.3.1 by Charles M.C. Chan · 9 years ago
  78. eef7f3a Adding tool to spawn iTerm configuration for monitoring logs of the current cell instances: 'onos-iterm-logs' by Thomas Vachuska · 9 years ago
  79. 84ca6e7 Fixed Apache Karaf fetch URL to use onosproject.org. by Thomas Vachuska · 9 years ago
  80. 988fc2a Updating POM_VERSION in envDefaults by Brian O'Connor · 9 years ago
  81. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  82. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  83. d783f2f adding maven-plugin to onos-change-version by Brian O'Connor · 9 years ago
  84. 75156cb fixing typo in onos-release by Brian O'Connor · 9 years ago
  85. 7648d66 Prototyping GUI & CLI for the intent performance test fixture. by Thomas Vachuska · 9 years ago
  86. 8c8b037 Adding OnosCfgMojo to the onos maven plugin. by Thomas Vachuska · 9 years ago
  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. 6b30e1b Updates to the release scripts by Brian O'Connor · 9 years ago
  89. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  90. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  91. b6acc7b Adding code to enable GUI failover. by Thomas Vachuska · 9 years ago
  92. 9362d88 updating JAVA_OPTS in onos-service by Brian O'Connor · 9 years ago
  93. fc751f4 Added sample configuration file for SDN-IP by Pavlin Radoslavov · 9 years ago
  94. 839a8a9 NullLinkProvider has been rewritten to take a topology file. by Ayaka Koshibe · 9 years ago
  95. 7159494 Moved all ONOS-specific sample configuration *.cfg files from directory by Pavlin Radoslavov · 9 years ago
  96. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  97. d4cd0bf Fixing typo in onos-release script by Brian O'Connor · 9 years ago
  98. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  99. c313c40 Couple of changes for the BGP Router project: by Saurav Das · 9 years ago
  100. 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