1. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  2. 60fc842 Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX). by Thomas Vachuska · 9 years ago
  3. 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
  4. 239e588 ONOS-1678 - Detail Panel issue - Actually FIXED it this time. by Simon Hunt · 9 years ago
  5. 1002cd8 GUI -- Added UiViewHidden subclass of UiView to allow for views that do not have an entry in the navigation panel. by Simon Hunt · 9 years ago
  6. 3d03826 Fixes bug where driver gets initialized only when device is available. by Saurav Das · 9 years ago
  7. e9c8bbc ONOS-1264 Expose IPv6 support at the ONOS CLI level by Charles M.C. Chan · 9 years ago
  8. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  9. 0e644a4 ONOS-1678 - TopoView - empty detail panel when navigating away and back. FIXED. by Simon Hunt · 9 years ago
  10. 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
  11. 8f07f0d GUI -- Buttons added to topo and device views that navigate to new flows table view. by Bri Prebilic Cole · 9 years ago
  12. 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
  13. 3b881aa Move reactive forwarding to flow objectives by Jonathan Hart · 9 years ago
  14. cd4a0c6 GUI -- Corrected subnet labels by Simon Hunt · 9 years ago
  15. 0117205 GUI -- Added another demo sprite definition file. by Simon Hunt · 9 years ago
  16. f114126 DistibutedClusterStore: use notifyDelegate to prevent NPE by Jonathan Hart · 9 years ago
  17. a6c0d04 Fixed a dual-level NPE involving flow-rule payload. We need more unit tests and automated system tests!!! by Thomas Vachuska · 9 years ago
  18. f1fa96c Implement toString in OpticalConnectivityIntent by Sho SHIMIZU · 9 years ago
  19. 430223a ReactiveForwarding shouldn't always match ethertype or ipproto by Jonathan Hart · 9 years ago
  20. 4a3c239 some fixes to check for stale locks and active members by Ayaka Koshibe · 9 years ago
  21. ca540c3 Fixing javadocs. by Thomas Vachuska · 9 years ago
  22. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  23. 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
  24. 17d0045 Upgrade packet requests to use flow objectives API. by Jonathan Hart · 9 years ago
  25. bdcbb10 fixed FlowEntry parsing to take table ids by alshabib · 9 years ago
  26. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  27. e3bfcaf Fix NPE for election app when handling CANDIDATE events. Also disables running by Ayaka Koshibe · 9 years ago
  28. 6cba495 ONOS-1736 - Modified PacketManager to register packet request flows using the core app id, instead of the requesting app id. This is to prevent packet request flows from vanishing when app removes all its flows. This is a provisional fix until packet requests allow removal via reference counting or a similar tracking strategy. by Thomas Vachuska · 9 years ago
  29. f5e48b1 GUI -- Action buttons changed to glyphs, tooltip and multiselect nodes bugs fixed by Bri Prebilic Cole · 9 years ago
  30. db320ab ONOS-1736 - Moved log.warn for property reset to be emitted only when the property itself is not known; it will not be emitted when the component is not known. by Thomas Vachuska · 9 years ago
  31. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  32. b52a014 GUI -- Added ability to display port names in the devices view detail. by Thomas Vachuska · 9 years ago
  33. 93451b4 Do not remove the topic from the CandidateMap even when the list of candidates by Ayaka Koshibe · 9 years ago
  34. f6ea9e6 Implemented a globally unique next id generator in FlowObjectStore by alshabib · 9 years ago
  35. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  36. a668122 Java-doc improvement by wei wei · 9 years ago
  37. daaa42d Fixed device subsystem behaviour where auxiliary provider prevented emitting device availability change events. by Thomas Vachuska · 9 years ago
  38. f80d974 Adding jnc shaded bundle to build by Brian O'Connor · 9 years ago
  39. 9cf1a8d GUI -- Flash messages appear for every toolbar button. Unit tests written for TableBuilderService by Bri Prebilic Cole · 9 years ago
  40. 34c8b77 Adding pom.xml to shade TailF JNC library and its dependency ganymed-ssh2 as a single OSGi bundle for use in ONOS NetConf providers. by Thomas Vachuska · 9 years ago
  41. 41e8c18 Simplified app packaging to use just project.version rather than short.version. by Thomas Vachuska · 9 years ago
  42. 6f5bdc6 Javadoc improvement by Charles M.C. Chan · 9 years ago
  43. 1b46a97 Inherits the constraints of the higher level intent by Sho SHIMIZU · 9 years ago
  44. 89ddc32 Generic Tunnel Subsystem (ONOS-1276) and L1/L0 (OTN/ROADM)extensions (ONOS-676): by wei wei · 9 years ago
  45. ce9808a Javadoc clean-up and apps -s command clean-up. by Thomas Vachuska · 9 years ago
  46. 6cc224b ONOS-1621: Test app for measuring messaging layer performance by Madan Jampani · 9 years ago
  47. 19f1229 ONOS-1647 Removed persistency option for packet requests store. by Thomas Vachuska · 9 years ago
  48. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  49. 0d03d60 ONOS-1673: Fail fast when DatabaseManager does not start up cleanly by Madan Jampani · 9 years ago
  50. 9b6b97d Classes that override compareTo() should also override equals() by Ray Milkey · 9 years ago
  51. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  52. e97083c Fix for ONOS-1715: NPE in nodes cli command by Jon Hall · 9 years ago
  53. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  54. 6e0fb30 ONOS-1334 - Allow multi to single intent across a single switch by Ray Milkey · 9 years ago
  55. 67cf7de Bug fix for candidates cache for issue of writing the wrong version. by Ayaka Koshibe · 9 years ago
  56. fff0de9 Initial sketch of LabelResource APIs by jcc · 9 years ago
  57. 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
  58. c26eede Added a messaging service implementation on top of IOLoop. Added ability to easily switch between netty and io loop (default is netty) by Madan Jampani · 9 years ago
  59. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  60. 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
  61. 624f13a fixing packaging for bgprouter. by alshabib · 9 years ago
  62. 9411780 Fixing usage of onos-app shell utility. by Thomas Vachuska · 9 years ago
  63. 674dd8b Enable Intent REST API tests by Ray Milkey · 9 years ago
  64. 07ee46e GUI -- Removed Sample View, now that we have plenty others. by Simon Hunt · 9 years ago
  65. 941f860 ConsistentDeviceMastership on top of LeadershipService, and leaders CLI command by Ayaka Koshibe · 9 years ago
  66. f9fc0e7 GUI -- TopoView : Remember the chosen sprite layer. by Simon Hunt · 9 years ago
  67. 76d8974 Full long value for port numbers. Fix port number serializer. by Marc De Leenheer · 9 years ago
  68. bb5e0d8 GUI -- TopoView : Remember the zoom level.. by Simon Hunt · 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. fcbde89 GUI -- Persisted state of hosts/offline-devices/port-hilite; and a little refactoring to boot. by Simon Hunt · 9 years ago
  71. 4162f01 GUI -- Fixed broken table unit tests. by Bri Prebilic Cole · 9 years ago
  72. f41f309 GUI -- Added enable() function to flash service, to allow topo view to disable flash messages while restoring state.. by Simon Hunt · 9 years ago
  73. 017a7c3 GUI -- Created sample subnet sprite layout (clouds.json). by Simon Hunt · 9 years ago
  74. e10f56b Fixing javadocs. by Thomas Vachuska · 9 years ago
  75. f5af0a2 Removed deprecated null provider sub-modules. by Thomas Vachuska · 9 years ago
  76. b2c4cc8 GUI -- Created sprite layout for Menlo Office Floor Plan. by Simon Hunt · 9 years ago
  77. bf7eca5 Updating onos-maven-plugin to use localRepository from Maven by Brian O'Connor · 9 years ago
  78. 44e62c7 Lots of improvements in opticalUtils.py by fahad · 9 years ago
  79. 79c2766 Changing onos maven-plugin version to 1.3 in root pom.xml by Brian O'Connor · 9 years ago
  80. d4170ba Rolling onos-maven-plugin version to 1.4-SNAPSHOT by Brian O'Connor · 9 years ago
  81. 5c9386b Rolling onos-maven-plugin version to 1.3 for release by Brian O'Connor · 9 years ago
  82. a7a0220 Fixed a defect on OnosAppMojo to allow apps to properly stage their own artifacts. by Thomas Vachuska · 9 years ago
  83. abf66d9 GUI -- Augmented sprite JSON definition. by Simon Hunt · 9 years ago
  84. 4506938 GUI -- Tabular views have divs that encapsulate the header to make math easier for calculating table height. - fixed bug in Device Details Panel where Ports table wouldn't scroll. - Minor refactoring by Bri Prebilic Cole · 9 years ago
  85. c0e37ec Method for getting port name by Marc De Leenheer · 9 years ago
  86. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  87. 95c5087 ONOS-1597 - add an optional appId to CLI commands that create intents by Ray Milkey · 9 years ago
  88. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago
  89. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  90. 8ceee94 Added means to allow manipulating device annotations from CLI. by Thomas Vachuska · 9 years ago
  91. f651cc9 Fixing a defect in simulated topology to make sure to use unique ports. by Thomas Vachuska · 9 years ago
  92. ab582b8 GUI -- "State" is now an icon on Link and Cluster node views. - Icon mapping has generic names to be reused between views - Fixed broken table unit tests - Other minor cleanup by Bri Prebilic Cole · 9 years ago
  93. 5819b0a Updating onos-maven-plugin version to 1.2 in root pom.xml by Brian O'Connor · 9 years ago
  94. e709a3b Removing duplicate apps from ApplicationNameCompleter by Brian O'Connor · 9 years ago
  95. 3938f61 Adding newline to onos-app plugin because json output doesn't contain one by Brian O'Connor · 9 years ago
  96. a795d1e Bumping onos-maven-plugin version to 1.3-SNAPSHOT by Brian O'Connor · 9 years ago
  97. 4322fc1 Bumping onos-maven-plugin version to 1.2 by Brian O'Connor · 9 years ago
  98. a98ae7f ONOS-1290 Implemented OnosAppMojo for packaging and installing ONOS apps as Maven artifacts. by Thomas Vachuska · 9 years ago
  99. 10e75cd ONOS-1443: Group bucket statistics support and group CLI formatting by Srikanth Vavilapalli · 9 years ago
  100. 4db76e3 ONOS-685: Network Configuration Manager support for Segment Routing application by Srikanth Vavilapalli · 9 years ago