1. fcf861a Refactor: Flip condition to reduce the depth of indentation by Sho SHIMIZU · 9 years ago
  2. 2c05f91 Refactor: Use descriptive methods when comparing Timestamps by Sho SHIMIZU · 9 years ago
  3. 94b03b1 Sweep deprecated todo comment by Sho SHIMIZU · 9 years ago
  4. 25d843c Insert a blank line after the description in Javadoc by Sho SHIMIZU · 9 years ago
  5. a3a476d reinstating the key field in FilterObjectives by alshabib · 9 years ago
  6. 1097c97 Only process pending objectives if there are any. by alshabib · 9 years ago
  7. d2e78f9 Remove unnecessary modifiers to follow the convention by Sho SHIMIZU · 9 years ago
  8. d493625 Fix typo by Sho SHIMIZU · 9 years ago
  9. fb6655e ONOS-1612 - CLI completer for property names by Ray Milkey · 9 years ago
  10. e3f0fcf Avoid NPE in cfg command by Jon Hall · 9 years ago
  11. 910aff1 WIP: Initial implementation of filterObjectives using driver subsystem. by alshabib · 9 years ago
  12. 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
  13. ee7a3ce GUI -- toggle state for some of the topo buttons, now persisted via cookie. by Simon Hunt · 9 years ago
  14. 975617b ImmutableMap.Builder does not allow for duplicate keys, causes build() to fail. by alshabib · 9 years ago
  15. 6a9d4e4 ONOS-1433: Avoid two EC maps for same data with different keys by Srikanth Vavilapalli · 9 years ago
  16. cc36be8 Don't use exceptions for commonly-used logic + javadocs by Jonathan Hart · 9 years ago
  17. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  18. ca335e9 Add persistence option to ECMap by Jonathan Hart · 9 years ago
  19. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  20. b0317c6 Fixed javadoc warning; added shared executor/timer wrappers to prevent inadvertent shutdown; added shutdown to CoreManager.deactivate. by Thomas Vachuska · 9 years ago
  21. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  22. af53b60 Use initctl commands rather than service to control the ONOS service. by Jonathan Hart · 9 years ago
  23. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  24. a0cecdc Fix for ONOS-1595 - return proper status (405) when using an unsupported method by Ray Milkey · 9 years ago
  25. 197a012 Refactor org.onlab.packet.{TCP,UDP,ICMP6} by Charles M.C. Chan · 9 years ago
  26. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  27. 4313d10 fix bug when a device disconnects. Issue was due to null roleinfo in event by alshabib · 9 years ago
  28. f8cac48 Mild REST API refactoring. by Thomas Vachuska · 9 years ago
  29. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  30. c7ae795 GUI -- User Prefs written as a service; persistent topo settings updated a bit; still WIP. by Simon Hunt · 9 years ago
  31. 553db17 Shared system services configurability (ONOS-1304) by Murat Parlakisik · 9 years ago
  32. 6148f36 Fix typos in Component Config cli command by Jon Hall · 9 years ago
  33. 2a6e445 Fix ONOS-1594 - bogus third option when adding mpls intent via CLI by Ray Milkey · 9 years ago
  34. 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
  35. 36a58c6 GUI -- First cut at persisting user settings (on topology view). by Simon Hunt · 9 years ago
  36. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  37. 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
  38. 1bf1e8c GUI -- keys.js - use 'keyev' as first argument to callback to indicate key event. by Simon Hunt · 9 years ago
  39. d088e8a ONOS-1539 - Only display application IDs that have created intents in remove command by Ray Milkey · 9 years ago
  40. aebe775 WIP: default driver ignition by alshabib · 9 years ago
  41. 5197928 ONOS-1470 Added unit tests for component config REST API. by Thomas Vachuska · 9 years ago
  42. e684743 ONOS-1470 Implemented component config REST API. by Thomas Vachuska · 9 years ago
  43. 77b8848 added FlowObjectiveService to act as an objective manager between applications and drivers by alshabib · 9 years ago
  44. faa1e36 Initial sketch and implementaion of Objectives. by alshabib · 9 years ago
  45. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  46. 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
  47. 40a398b Fixed a defect in app archive base class. by Thomas Vachuska · 9 years ago
  48. a48f752 Leadership construct includes List of NodeIds to describe current by Ayaka Koshibe · 9 years ago
  49. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  50. 8ceff30 Added support for -s|--short option when listing apps. by Thomas Vachuska · 9 years ago
  51. 77a455f Intent manager unit test enhancements by Ray Milkey · 9 years ago
  52. 0466293 Remove old debugging log by Jonathan Hart · 9 years ago
  53. aabee15 GUI -- Fixed broken jasmine unit tests. by Simon Hunt · 9 years ago
  54. 86b7c88 GUI -- ONOS-1172 - Added 'dash' keystroke to report on bad links. by Simon Hunt · 9 years ago
  55. 35d1888 GUI -- Added empty table row to Applications view. by Simon Hunt · 9 years ago
  56. 619c538 GUI -- Playing with application actions; converted to table builder; added selCB support. by Thomas Vachuska · 9 years ago
  57. 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
  58. 00121ed Javadocs cleanup. by Thomas Vachuska · 9 years ago
  59. d552ee9 GUI -- Enhancements for mobile devices: by Simon Hunt · 9 years ago
  60. 152f9fd Shutdown cleanup; hunt for exceptions continues by Thomas Vachuska · 9 years ago
  61. ae65c96 GUI -- Device View now has a column for Master Instance Id. by Bri Prebilic Cole · 9 years ago
  62. 1a4eca0 Use a low raft leader election timeout when cluster size is one by Madan Jampani · 9 years ago
  63. 864cdd6 GUI -- Created Table Builder Service that builds a controller for tabular views. by Bri Prebilic Cole · 9 years ago
  64. 8c2a8b3 Initial sketch of driver based configuration api. by alshabib · 9 years ago
  65. e25c5a2 GUI -- Adjusted link details display to suppress nonsensical line items for edge-links. by Simon Hunt · 9 years ago
  66. 08706ce Added support for a distributed set implementation that is backed by Consistent Map by Madan Jampani · 9 years ago
  67. a89f8f9 Added support for "maps" cli command that displays meta information for various consistent maps in the system by Madan Jampani · 9 years ago
  68. a36f03b GUI -- Augmented the link details display. by Simon Hunt · 9 years ago
  69. 08d08d4 GUI -- Allows for col-width="_px" to be specified in the html of table headers. by Bri Prebilic Cole · 9 years ago
  70. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  71. 8dc1a69 Added bootstrap code to auto-generate cluster.json, tablets.json and hazelcast.xml using local site address. by Thomas Vachuska · 9 years ago
  72. 20cfb87 GUI -- Cleaned up user agent data injection by Simon Hunt · 9 years ago
  73. 842a197 Check rotated logs as well as the current file by Jon Hall · 9 years ago
  74. d5df254 GUI -- Refactored IntentView java backend for details. by Bri Prebilic Cole · 9 years ago
  75. 83785e2 GUI -- Added apple touch icon and a few apple-related meta-tags into index.html. by Thomas Vachuska · 9 years ago
  76. 31bb01f GUI -- Added isMobile() predicate to FnService. by Simon Hunt · 9 years ago
  77. 2bd8c35 GUI -- Updated Intent View to have resources and details listed for each intent. by Bri Prebilic Cole · 9 years ago
  78. b645147 Moved demo app back to main onos repo. by Thomas Vachuska · 9 years ago
  79. 3074fb2 GUI -- Fixed broken unit tests; cleaned up glyph tests. by Simon Hunt · 9 years ago
  80. 96f2647 GUI -- Basic Intent View implemented. Includes app id, key, type, and priority. Details / resources to be added later. by Bri Prebilic Cole · 9 years ago
  81. 58eded6 GUI -- Fixed host view row height CSS by adding an icon for host type. by Thomas Vachuska · 9 years ago
  82. fd7931d ONOS-1404 - Rerouting delayed due to flows being removed out of order by Ray Milkey · 9 years ago
  83. 3695a62 GUI -- Added application view buttons. (WIP - require click handlers still) by Simon Hunt · 9 years ago
  84. 7c315cf GUI -- Added glyphs for application view buttons. by Simon Hunt · 9 years ago
  85. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  86. 72eb6db GUI -- Device View still had hardcoded sort params - fixed. by Bri Prebilic Cole · 9 years ago
  87. f1b8e17 Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases by Madan Jampani · 9 years ago
  88. c4cb100 Added support to pre-stage apps as part of onos-setup-karaf. by Thomas Vachuska · 9 years ago
  89. b967ebf GUI -- Fixed intent perf GUI styling. by Thomas Vachuska · 9 years ago
  90. 72dd99d GUI -- Fixed intentPerf javascript error. by Thomas Vachuska · 9 years ago
  91. 161baf5 ONOS-1418 Fix for intermittent issue with app store. by Thomas Vachuska · 9 years ago
  92. b4317d7 Restrict the key file permissions as required by some OSes by Jonathan Hart · 9 years ago
  93. 54b4a37 Run ifconfig as sudo for OSes that require it by Jonathan Hart · 9 years ago
  94. fba2857 Enhanced app CLI. by Thomas Vachuska · 9 years ago
  95. db49800 GUI -- Minor CSS edits to host view. by Bri Prebilic Cole · 9 years ago
  96. 90c7be2 GUI -- Fixed a few issues int intentPerf.js caught by review, but after merge. by Thomas Vachuska · 9 years ago
  97. 95aadff Added GUI to intent perf app to monitor performance stats in real-time. by Thomas Vachuska · 9 years ago
  98. 19a32dd GUI -- Host view implemented on client and server side. by Bri Prebilic Cole · 9 years ago
  99. 9ac1476 Fixing intent reroute (ONOS-1403) by Brian O'Connor · 9 years ago
  100. 0c6b2d3 GUI -- Link selection showing link details implemented. by Simon Hunt · 9 years ago