1. a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 9 years ago
  2. 8ea1f51 GUI -- Deleted deprecated UIMessageHandler. by Simon Hunt · 9 years ago
  3. 9bd1f15 ONOS-1798: More appropriate method name + better pre-condition checks by Madan Jampani · 9 years ago
  4. 0fa4bc4 Ensure that $ONOS_CELL variable will not be overwritten when bash profile is loaded by Roan Huang · 9 years ago
  5. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  6. 198558a Remove RES definition as potential use case is unknow right now by Sho SHIMIZU · 9 years ago
  7. eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 9 years ago
  8. c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 9 years ago
  9. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  10. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  11. 266b443 Fixed javadocs and descriptions. by Thomas Vachuska · 9 years ago
  12. f0e1fae Sketching out basis for network configuration subsystem API. by Thomas Vachuska · 9 years ago
  13. 0165d19 Classify PicOS switches as OVS otherwise no roles requests are sent by Jonathan Hart · 9 years ago
  14. d681171 Turned netconf providers into an app and made NetconfDeviceProvider register its configs with ComponentConfigService. by Thomas Vachuska · 9 years ago
  15. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  16. 4b18a23 Make device store aware of optical ports (ONOS-1794). by Marc De Leenheer · 9 years ago
  17. 014c33a Pull out enums from OchPort by Sho SHIMIZU · 9 years ago
  18. 44aa2f8 GUI -- Refactoring of server-side message handlers (Part One). by Simon Hunt · 9 years ago
  19. 2096b93 Fixes a NPE that occurs when device mastership is not immediately decided by Madan Jampani · 9 years ago
  20. 3d4d01c ONOS-1783 - GUI -- Refresh buttons for tabular views added. Minor table.js refactor. by Bri Prebilic Cole · 9 years ago
  21. 35fa3d4 GUI -- Adding synchronization for message sending and for create/destroy handlers. by Thomas Vachuska · 9 years ago
  22. 7772af0 Fix for missing case in set test cli by Jon Hall · 9 years ago
  23. dfc639e Adding in some imports necessary for test code included in BGP router by Saurav Das · 9 years ago
  24. 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
  25. a27ada7 NPE protection for purge requests (ONOS-1463) by Brian O'Connor · 9 years ago
  26. dee7871 Registier Frequency to Kryo by Sho SHIMIZU · 9 years ago
  27. c00295c Removed unnecessary mapper declaration -- use the one exposed in the superclass. by Simon Hunt · 9 years ago
  28. dde53d1 Fix the logic of deleting FIB entries in CorsaPipeline by sangho · 9 years ago
  29. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  30. 3ccb9eb Added some protection again UiExtensions that return null inclusion streams. by Thomas Vachuska · 9 years ago
  31. ddf315d Fix ifconfig parsing in onos-setup-karaf by Roan Huang · 9 years ago
  32. eb5eebb Modified to accommodate code review comments. by Sanjay S · 9 years ago
  33. fc3b48e Modified pom to change the indentation, part of code review comment by Sanjay S · 9 years ago
  34. e8dcfee Netconf Device Provider Plugin to discover and monitor NETCONF supported Devices. by Sanjay S · 9 years ago
  35. 3c58e96 Adding IntentCleanup as a component. by Brian O'Connor · 9 years ago
  36. a2ae422 Added onos-ui-archetype as a partial archetype to bootstrap UI development. by Thomas Vachuska · 9 years ago
  37. bb38235 Generic ROADM port models and descriptions by Marc De Leenheer · 9 years ago
  38. ab39283 Remove unnecessary object creation when calculating hashCode() by Sho SHIMIZU · 9 years ago
  39. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  40. 75aaa67 OpenFlowRuleProvider is now configurable with respect to flowPollFrequency. by Thomas Vachuska · 9 years ago
  41. 11ff870 Fixing add intent commands. by Brian O'Connor · 9 years ago
  42. 889648c Added an adapter. by Thomas Vachuska · 9 years ago
  43. 2efc715 ONOS-1722 - GUI -- QuickHelp unit tests written, minor other user input precautions added. by Bri Prebilic Cole · 9 years ago
  44. 5756c35 Trivial logging change by Madan Jampani · 9 years ago
  45. 3a32156 Added a builder for TransactionContexts by Ayaka Koshibe · 9 years ago
  46. 2c6b7ef Fix for NPE in entry removal updates. by Ayaka Koshibe · 9 years ago
  47. 41aff9f Pass the selector/treatment set by CLI to the HostToHostIntent by Charles M.C. Chan · 9 years ago
  48. 15c3800 Remove "public" from TrafficSelector definition to follow our convention by Sho SHIMIZU · 9 years ago
  49. 2d89eca Add auto-completer for add-host-intent command (ONOS-1756) by Charles M.C. Chan · 9 years ago
  50. ed1b7fc Moving to the latest stable copycat SNAPSHOT version. by Madan Jampani · 9 years ago
  51. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  52. ef09190 ONOS-1724 - GUI -- svgUnit tests written. WIP topoToolbar unit tests written. Firing key presses programmatically investigated. by Bri Prebilic Cole · 9 years ago
  53. f22fb40 Pushes flow rules to the control switch when the switch is connected and available. by sangho · 9 years ago
  54. 864a9db2 Pushes the flow rules also when devices are available (with DEVICE_AVAILABLLITY_CHANGED event). by sangho · 9 years ago
  55. 96a303c Fixing a defect in onos-install, which polluted the ~/.m2/repository. by Thomas Vachuska · 9 years ago
  56. 2bb4863 Fixed a defect in topology view handler where listeners were being removed prematurely. by Thomas Vachuska · 9 years ago
  57. 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
  58. b35ed36 Avoid unnecessary empty list instantiation by Sho SHIMIZU · 9 years ago
  59. f0c5a05 Initial implementation of CORRUPT state (ONOS-1060) by Brian O'Connor · 9 years ago
  60. 3b84c86 Providing a work-around for a bug in the gossip stores, which prevents annotations from sticking initially. by Thomas Vachuska · 9 years ago
  61. 0c3c076 Inherit resources from a high level intent when creating a FlowRuleIntent by Sho SHIMIZU · 9 years ago
  62. d1f17ac Fixing onos-build-selective to warp into the $ONOS_ROOT directory as a first thing. by Thomas Vachuska · 9 years ago
  63. 5d4a58d Adding a proper clean-up step for unit test file system artifacts. by Thomas Vachuska · 9 years ago
  64. de47caa Configurable extraneous flow rules by Marc De Leenheer · 9 years ago
  65. 9de692c LLDPLinkProvider: don't bother logging for PORT_STATS_UPDATED events by Jonathan Hart · 9 years ago
  66. d91c4b0 Correct indent by Sho SHIMIZU · 9 years ago
  67. ea56028 Implement a class representing frequency by Sho SHIMIZU · 9 years ago
  68. 2de9449 Inherit network resource information from a high level intent by Sho SHIMIZU · 9 years ago
  69. 6ed04eb ONOS-1721 - GUI -- Websocket Service unit tests written, topo nav glyph added, other minor improvements. by Bri Prebilic Cole · 9 years ago
  70. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  71. 9d7ef16 Adding */docs/* to onos-build-selective.exclude by Brian O'Connor · 9 years ago
  72. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  73. 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
  74. 666cd6d ONOS-1521 : Supports Leaf-Spine topology (tested with 4 x 4 ) by sangho · 9 years ago
  75. 0d886fc Fixes/improvements: by Ayaka Koshibe · 9 years ago
  76. 20eff1d ONOS-1438: Improved the routing rule population process for link add and failure; computes the routes changed from the link changes and populates the rules only for the routes. by sangho · 9 years ago
  77. 6b33126 Moved jdvue utility from ONOS-tools repo into onos repo. by Thomas Vachuska · 9 years ago
  78. 7b8a921 Bugfix: matching IP address without ethType will result in OFPT_ERROR_MSG (type=OFPET_BAD_MATCH, code=OFPBMC_BAD_PREREQ) by Charles M.C. Chan · 9 years ago
  79. 9148d2d Bugfix for gerrit #3377 by Charles M.C. Chan · 9 years ago
  80. 0f6d0b8 Adding IDEA settings for import. by Thomas Vachuska · 9 years ago
  81. 956cb69 ONOS-1414: Fix phantom hosts by Charles M.C. Chan · 9 years ago
  82. cdc188d ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated. by Bri Prebilic Cole · 9 years ago
  83. 6b687cd Test application for counters and sets by Jon Hall · 9 years ago
  84. 20e1679 ONOS-1477 - GUI -- Added glyphs to nav menu. by Simon Hunt · 9 years ago
  85. 38c2b6a ONOS-1478 - GUI -- Segment navigation menu into categories. by Simon Hunt · 9 years ago
  86. 88d2282 Ignore PORT_STATS_UPDATED from topology metrics by andrew@onlab.us · 9 years ago
  87. bd7f742 Adding Device Listiner to BgpRouter so that filtering rules are sent to the by Saurav Das · 9 years ago
  88. d3858e4 Adding a separate set of modules to serve as an incubator for new core API & implementations. by Thomas Vachuska · 9 years ago
  89. 62f04a4 ONOS-1731 Fixed app gossip store & manager to deal with staggered app load on startup. by Thomas Vachuska · 9 years ago
  90. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  91. 60fc842 Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX). by Thomas Vachuska · 9 years ago
  92. 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
  93. 239e588 ONOS-1678 - Detail Panel issue - Actually FIXED it this time. by Simon Hunt · 9 years ago
  94. 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
  95. 3d03826 Fixes bug where driver gets initialized only when device is available. by Saurav Das · 9 years ago
  96. e9c8bbc ONOS-1264 Expose IPv6 support at the ONOS CLI level by Charles M.C. Chan · 9 years ago
  97. 870cc03 Log tools improvement by Charles M.C. Chan · 9 years ago
  98. 0e644a4 ONOS-1678 - TopoView - empty detail panel when navigating away and back. FIXED. by Simon Hunt · 9 years ago
  99. 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
  100. 8f07f0d GUI -- Buttons added to topo and device views that navigate to new flows table view. by Bri Prebilic Cole · 9 years ago