1. 5c9386b Rolling onos-maven-plugin version to 1.3 for release by Brian O'Connor · 9 years ago
  2. a7a0220 Fixed a defect on OnosAppMojo to allow apps to properly stage their own artifacts. by Thomas Vachuska · 9 years ago
  3. abf66d9 GUI -- Augmented sprite JSON definition. by Simon Hunt · 9 years ago
  4. 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
  5. c0e37ec Method for getting port name by Marc De Leenheer · 9 years ago
  6. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  7. 95c5087 ONOS-1597 - add an optional appId to CLI commands that create intents by Ray Milkey · 9 years ago
  8. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago
  9. fd8c7d7 GUI -- Reworked sprite definition loading via websocket events. by Simon Hunt · 9 years ago
  10. 8ceee94 Added means to allow manipulating device annotations from CLI. by Thomas Vachuska · 9 years ago
  11. f651cc9 Fixing a defect in simulated topology to make sure to use unique ports. by Thomas Vachuska · 9 years ago
  12. 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
  13. 5819b0a Updating onos-maven-plugin version to 1.2 in root pom.xml by Brian O'Connor · 9 years ago
  14. e709a3b Removing duplicate apps from ApplicationNameCompleter by Brian O'Connor · 9 years ago
  15. 3938f61 Adding newline to onos-app plugin because json output doesn't contain one by Brian O'Connor · 9 years ago
  16. a795d1e Bumping onos-maven-plugin version to 1.3-SNAPSHOT by Brian O'Connor · 9 years ago
  17. 4322fc1 Bumping onos-maven-plugin version to 1.2 by Brian O'Connor · 9 years ago
  18. a98ae7f ONOS-1290 Implemented OnosAppMojo for packaging and installing ONOS apps as Maven artifacts. by Thomas Vachuska · 9 years ago
  19. 10e75cd ONOS-1443: Group bucket statistics support and group CLI formatting by Srikanth Vavilapalli · 9 years ago
  20. 4db76e3 ONOS-685: Network Configuration Manager support for Segment Routing application by Srikanth Vavilapalli · 9 years ago
  21. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  22. 9ed335b GUI -- Added facility to upload and track various sprite JSON definitions. WIP by Thomas Vachuska · 9 years ago
  23. 43d9f7a Remove deprecated openflow host and link providers by Jonathan Hart · 9 years ago
  24. b035241 ONOS-1602 - JSON output for cfg command in CLI by Ray Milkey · 9 years ago
  25. 583bc63 Consolidated link list into bidirectional links. Re-ordered views. Took-out builtin views from injected html snippets. by Thomas Vachuska · 9 years ago
  26. 9fb594a GUI -- Base Link View added -- WIP. by Bri Prebilic Cole · 9 years ago
  27. 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 9 years ago
  28. c40d463 Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies. by Thomas Vachuska · 9 years ago
  29. a28f69a FlowObjectiveManager not activated by default. by alshabib · 9 years ago
  30. 2052e5d GUI -- Cleaned up sprite definition format in JSON. by Simon Hunt · 9 years ago
  31. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  32. 22fa5cb Fix Kryo serialization memory leak by Madan Jampani · 9 years ago
  33. cfd63d2 Adding more filtering objectives from the router application and handling them by Saurav Das · 9 years ago
  34. 384e8dc GUI -- Base Cluster View implemented. Bug fixed of table bodies not being wide enough. by Bri Prebilic Cole · 9 years ago
  35. b699a16 GUI -- Finished Device Details Panel. by Bri Prebilic Cole · 9 years ago
  36. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  37. 0feedc0 GUI -- WIP Device View details panel. Egress Links backend added, updated FnService, added CSS for panel, populates panel with properties and a close button. by Bri Prebilic Cole · 9 years ago
  38. f9e0d17 Enhanced application name completer to consider the command context. by Thomas Vachuska · 9 years ago
  39. 9c1c45e GUI -- Revamp of the Glyph Service to allow for custom viewboxes to be defined for registered glyphs/sprites. by Simon Hunt · 9 years ago
  40. facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 9 years ago
  41. 1cdfd8e More ONOS-1612 - Fix NPEs if compenent lookup fails by Ray Milkey · 9 years ago
  42. fcf861a Refactor: Flip condition to reduce the depth of indentation by Sho SHIMIZU · 9 years ago
  43. 2c05f91 Refactor: Use descriptive methods when comparing Timestamps by Sho SHIMIZU · 9 years ago
  44. 94b03b1 Sweep deprecated todo comment by Sho SHIMIZU · 9 years ago
  45. 25d843c Insert a blank line after the description in Javadoc by Sho SHIMIZU · 9 years ago
  46. a3a476d reinstating the key field in FilterObjectives by alshabib · 9 years ago
  47. 1097c97 Only process pending objectives if there are any. by alshabib · 9 years ago
  48. d2e78f9 Remove unnecessary modifiers to follow the convention by Sho SHIMIZU · 9 years ago
  49. d493625 Fix typo by Sho SHIMIZU · 9 years ago
  50. fb6655e ONOS-1612 - CLI completer for property names by Ray Milkey · 9 years ago
  51. e3f0fcf Avoid NPE in cfg command by Jon Hall · 9 years ago
  52. 910aff1 WIP: Initial implementation of filterObjectives using driver subsystem. by alshabib · 9 years ago
  53. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  54. ee7a3ce GUI -- toggle state for some of the topo buttons, now persisted via cookie. by Simon Hunt · 9 years ago
  55. 975617b ImmutableMap.Builder does not allow for duplicate keys, causes build() to fail. by alshabib · 9 years ago
  56. 6a9d4e4 ONOS-1433: Avoid two EC maps for same data with different keys by Srikanth Vavilapalli · 9 years ago
  57. cc36be8 Don't use exceptions for commonly-used logic + javadocs by Jonathan Hart · 9 years ago
  58. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  59. ca335e9 Add persistence option to ECMap by Jonathan Hart · 9 years ago
  60. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  61. b0317c6 Fixed javadoc warning; added shared executor/timer wrappers to prevent inadvertent shutdown; added shutdown to CoreManager.deactivate. by Thomas Vachuska · 9 years ago
  62. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  63. af53b60 Use initctl commands rather than service to control the ONOS service. by Jonathan Hart · 9 years ago
  64. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  65. a0cecdc Fix for ONOS-1595 - return proper status (405) when using an unsupported method by Ray Milkey · 9 years ago
  66. 197a012 Refactor org.onlab.packet.{TCP,UDP,ICMP6} by Charles M.C. Chan · 9 years ago
  67. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  68. 4313d10 fix bug when a device disconnects. Issue was due to null roleinfo in event by alshabib · 9 years ago
  69. f8cac48 Mild REST API refactoring. by Thomas Vachuska · 9 years ago
  70. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  71. c7ae795 GUI -- User Prefs written as a service; persistent topo settings updated a bit; still WIP. by Simon Hunt · 9 years ago
  72. 553db17 Shared system services configurability (ONOS-1304) by Murat Parlakisik · 9 years ago
  73. 6148f36 Fix typos in Component Config cli command by Jon Hall · 9 years ago
  74. 2a6e445 Fix ONOS-1594 - bogus third option when adding mpls intent via CLI by Ray Milkey · 9 years ago
  75. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  76. 36a58c6 GUI -- First cut at persisting user settings (on topology view). by Simon Hunt · 9 years ago
  77. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  78. b5f2b15 GUI -- Topology View all, packet, and optical layer radio buttons are now part of the topology view toolbar, instead of being in the masthead. Keystroke 'N' for cycle node layers added. Button glyph added. Fixed previously unseen broken unit tests for table.js. by Bri Prebilic Cole · 9 years ago
  79. 1bf1e8c GUI -- keys.js - use 'keyev' as first argument to callback to indicate key event. by Simon Hunt · 9 years ago
  80. d088e8a ONOS-1539 - Only display application IDs that have created intents in remove command by Ray Milkey · 9 years ago
  81. aebe775 WIP: default driver ignition by alshabib · 9 years ago
  82. 5197928 ONOS-1470 Added unit tests for component config REST API. by Thomas Vachuska · 9 years ago
  83. e684743 ONOS-1470 Implemented component config REST API. by Thomas Vachuska · 9 years ago
  84. 77b8848 added FlowObjectiveService to act as an objective manager between applications and drivers by alshabib · 9 years ago
  85. faa1e36 Initial sketch and implementaion of Objectives. by alshabib · 9 years ago
  86. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  87. 264c5ec GUI -- Adjusted height of tables in tabular views, added new and removed columns in Device View. Removed rounded bottom corners of tabular views, created table.css instead of using common.css by Bri Prebilic Cole · 9 years ago
  88. 40a398b Fixed a defect in app archive base class. by Thomas Vachuska · 9 years ago
  89. a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 9 years ago
  90. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  91. 8ceff30 Added support for -s|--short option when listing apps. by Thomas Vachuska · 9 years ago
  92. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  93. 0466293 Remove old debugging log by Jonathan Hart · 9 years ago
  94. aabee15 GUI -- Fixed broken jasmine unit tests. by Simon Hunt · 9 years ago
  95. 86b7c88 GUI -- ONOS-1172 - Added 'dash' keystroke to report on bad links. by Simon Hunt · 9 years ago
  96. 35d1888 GUI -- Added empty table row to Applications view. by Simon Hunt · 9 years ago
  97. 619c538 GUI -- Playing with application actions; converted to table builder; added selCB support. by Thomas Vachuska · 9 years ago
  98. 0c2c4c5 GUI -- Empty table now has a "no items found" row, and table width set to track window width. by Simon Hunt · 9 years ago
  99. 00121ed Javadocs cleanup. by Thomas Vachuska · 9 years ago
  100. d552ee9 GUI -- Enhancements for mobile devices: by Simon Hunt · 9 years ago