1. dbc59f0 GUI -- Bug fixing and refactoring app view - WIP. by Bri Prebilic Cole · 9 years ago
  2. e99505f Supports UPD and TCP ports for Segment Routing policy add CLI (srpolicy-add). by sangho · 9 years ago
  3. ab431af Adds a Segment Routing CLI to remove a tunnel (srtunnel-remove). by sangho · 9 years ago
  4. f502edd Removing lxc cell due to conflicts by Brian O'Connor · 9 years ago
  5. e5e4ca2 Javadoc fixes in Versioned and TransactionManager by Brian O'Connor · 9 years ago
  6. b2bd7ed Improving onos-create-app script to print message when artifactId is not provided on command line. by Brian O'Connor · 9 years ago
  7. 56743d7 Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  8. d35d688 ONOS-2124 Improved web-exception handling when an anonymous exception, i.e. one without a message, is raised. by Thomas Vachuska · 9 years ago
  9. 83d4131 Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  10. 8ef92f2 ONOS-2124 Added a few more validity checks. by Thomas Vachuska · 9 years ago
  11. 44d0f84 ONOS-2124 FIxed Version to allow two-segment versions and to be more robust in general. by Thomas Vachuska · 9 years ago
  12. ec614b3 Use lambda instead of anonymous inner class by Sho SHIMIZU · 9 years ago
  13. 6114747 Added a map API to transform Versioned<byte[]> to Versioned<V> by Madan Jampani · 9 years ago
  14. b90bc8277 Fix warning about unchecked type by Sho SHIMIZU · 9 years ago
  15. 9b02f01 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  16. 947d011 GUI -- Topo View - change default map to be continental US. by Simon Hunt · 9 years ago
  17. 2e80c6f ONOS-2109: Fix for (0,0) coords bug - delay opening web socket until we have loaded the map projection. by Simon Hunt · 9 years ago
  18. 1803122 Adding lxc cell by Brian O'Connor · 9 years ago
  19. 979df25 Allowing component to reattached to previously created map in DatabaseManager by Brian O'Connor · 9 years ago
  20. 8e60fbc GUI -- Topo View - Added ability to define different background maps of world regions. by Simon Hunt · 9 years ago
  21. cc5d038 Fixed application descriptor parsing. by Thomas Vachuska · 9 years ago
  22. c4fa1ac GUI -- countries topojson data and sample code extracting South America. by Simon Hunt · 9 years ago
  23. 1a81582 Fix bug that inconsistency happens in long value and name in PortNumber by Sho SHIMIZU · 9 years ago
  24. b276c35 Add CLI commands to create/list/remove tunnels and policies by sangho · 9 years ago
  25. 380d2ca Unit tests for Leadership and LeadershipEvent classes by Ray Milkey · 9 years ago
  26. b83ac58 Support for a distributed queue primitive. by Madan Jampani · 9 years ago
  27. 5b55c63 Remove forEach() that introduces side-effect inherently by Sho SHIMIZU · 9 years ago
  28. 9abed9c Remove unnecessary empty set check by Sho SHIMIZU · 9 years ago
  29. 531d4e7 Filter connect points by device ID by Sho SHIMIZU · 9 years ago
  30. 67533dc Improving onos-push-keys to only require password once by Brian O'Connor · 9 years ago
  31. be1d206 Return empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  32. 0d4ad48 Remove null check because it is always evaluated as false by Sho SHIMIZU · 9 years ago
  33. 728953a GUI -- Topo View - Clip bit rate to 10.0 Gbps - temporary measure for CORD Fabric demo at ONS 2015. by Simon Hunt · 9 years ago
  34. 1b69651 GUI -- Packet-Optical Demo - initial cut of sprite layer. by Simon Hunt · 9 years ago
  35. 334dc6a Unit tests for Default Group class by Ray Milkey · 9 years ago
  36. b0ab3d2 Eliminate code duplication in initialization by Ray Milkey · 9 years ago
  37. 562e87b GUI -- added 'debug' query param and cut out noisy debug console messages by default. by Simon Hunt · 9 years ago
  38. 6d4f553 Added support for specifying unidirectional vs bidirectional optical connections. by Aaron Kruglikov · 9 years ago
  39. d886c08 Complete future after Leadership withdraw is done by Madan Jampani · 9 years ago
  40. 5d93871 update to ONOS-2078 branch by Aaron Kruglikov · 9 years ago
  41. b7a54f2 Fixed onos-wait-for-start to time-out with error. by Thomas Vachuska · 9 years ago
  42. 50e28e8 GUI -- Fixing related-intents when device(s) are included in selection. by Thomas Vachuska · 9 years ago
  43. f2520df GUI -- topo view - Adjusted positioning of summary and detail panels, to account for additional "Tunnels:" line item in summary panel. by Simon Hunt · 9 years ago
  44. 609f51d GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default. by Simon Hunt · 9 years ago
  45. c2f7d0a Modified d3.js to use alternate force.tick() invocation for improved speed. by Thomas Vachuska · 9 years ago
  46. f342489 Inject and remove static routes. by Marc De Leenheer · 9 years ago
  47. 4945ec8 Updated DistributedLeadershipManager to use ConsistentMap notifications by Madan Jampani · 9 years ago
  48. 59ace49 [ONOS-2096]Revert useless modifies by cheng fan · 9 years ago
  49. fa57a56 Deferring force layout until quiet period. by Thomas Vachuska · 9 years ago
  50. 4c281cd Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  51. cf12c2f Add python script to test host attachment points for the obelisk network by Jon Hall · 9 years ago
  52. 99f7ec5 ONOS-1419 - Fix to allow nodes to be selected in the Oblique View. by Simon Hunt · 9 years ago
  53. 6720b81 Segment Routing ONS demo:Traffic visualization fixes by Srikanth Vavilapalli · 9 years ago
  54. bfc2f85 GUI - Topology View - fix class names for traffic (link) classes. by Simon Hunt · 9 years ago
  55. fafd1ed Revert changes in 8117f36, which modifies the default behavior by Sho SHIMIZU · 9 years ago
  56. 399b1a5 Fixed onos-form-cluster in tar-setup scenario. by Thomas Vachuska · 9 years ago
  57. 91bb4b3 Disable test, which actually tries to ssh to some node. by HIGUCHI Yuta · 9 years ago
  58. fff38a6 Manually bumping cord-gui version to 1.2.1 by Brian O'Connor · 9 years ago
  59. f4c0b18 Fixing 4 javadoc warnings in onos-api by Brian O'Connor · 9 years ago
  60. 3f4c66e Updating .gitreview for support branch by Brian O'Connor · 9 years ago
  61. 810da02 Starting snapshot 1.2.1-SNAPSHOT by Brian O'Connor · 9 years ago
  62. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  63. a7b33ca Adding jdvue and stc to change-version command by Brian O'Connor · 9 years ago
  64. 4db1c33 Dropping version from jdvue and fixing parent pom by Brian O'Connor · 9 years ago
  65. 21a29e3 Updating onos-maven-plugin version in ui archetype-resources/pom.xml by Brian O'Connor · 9 years ago
  66. 33a2b75 Adding groupId to archetypes/pom.xml by Brian O'Connor · 9 years ago
  67. 809a963 Adding ui archetype to onos-change-version by Brian O'Connor · 9 years ago
  68. f4d58f3 Support for retries in AtomicCounter. Enabled counter operation retries in ConsistentApplicationIdStore by Madan Jampani · 9 years ago
  69. 20c4520 Removing felix.framework from features.xml for release by Brian O'Connor · 9 years ago
  70. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  71. 66feabf ONOS-2088: Lazy id block allocation by Madan Jampani · 9 years ago
  72. 0e371dc CORD GUI -- Login page now takes emails to log into different accounts. Bundle page layout WIP. by Bri Prebilic Cole · 9 years ago
  73. 2739e6f8 CORD GUI - Shenanigans to deal with : in JSON key. by Simon Hunt · 9 years ago
  74. b37fd08 fixing uplink ports by alshabib · 9 years ago
  75. ca62750 minor fix for olt by alshabib · 9 years ago
  76. 17cde6d adding driver for g.fast and port to vlan mapping in xos-integration by alshabib · 9 years ago
  77. 1af3b71 adding gfast support by alshabib · 9 years ago
  78. c686c6a CORD GUI - Coded up email -> SSID -> Subscriber ID lookup on the server side. by Simon Hunt · 9 years ago
  79. 48dd9a1 cord fixes by alshabib · 9 years ago
  80. 0603afb adding inband of ctrl by alshabib · 9 years ago
  81. 78baf58 Segment Routing ONS demo fixes: Includes traffic visualization fix by Srikanth Vavilapalli · 9 years ago
  82. beb2dc9 adding support for iptv by alshabib · 9 years ago
  83. 60553c8 CORD GUI -- Dashboard and login pages have new look. WIP. by Bri Prebilic Cole · 9 years ago
  84. 8e36be5 Minor fix for pushing fabric VLANs by Jonathan Hart · 9 years ago
  85. 851f2f8 CORD GUI - Changed pom to use 1.7 compiler. by Simon Hunt · 9 years ago
  86. 8643937 Adding support for SKIPPED state to STC. by Thomas Vachuska · 9 years ago
  87. d189e28 CORD GUI -- Client URL rest requests are no longer hardcoded to "localhost:8080". by Bri Prebilic Cole · 9 years ago
  88. 4809de7 Few changes to CORD GUI for integration: by Jonathan Hart · 9 years ago
  89. 00a406d Optimize the tunnel commands by cheng fan · 9 years ago
  90. 690fd1c Fixing bug where WITHDRAWN intents get added to ObjectiveTracker by Brian O'Connor · 9 years ago
  91. 9cc799c Fixing NPE in FlowsListCommand when appId is not properly registered by Brian O'Connor · 9 years ago
  92. 4d99c29 CORD GUI - Define runtime properties 'headnodeip' and 'headnodeport'. by Simon Hunt · 9 years ago
  93. 6f38daf ONOS-2068: Refresh Leadership periodically from global map. by Madan Jampani · 9 years ago
  94. a862046 Fix constructor in Versioned by Madan Jampani · 9 years ago
  95. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  96. 264cb99 Refactoring IntentIdCompleter to IntentKeyCompleter by Brian O'Connor · 9 years ago
  97. 4f74da0 Updating openflowj (0.4.0.onos) and removing snapshot repo by Brian O'Connor · 9 years ago
  98. e4ea270 Revert addition of unnecessary PortNumber instantiation method by Ayaka Koshibe · 9 years ago
  99. 422b875 Refactoring IntentRemoveCommand to be more clear about use of 'key' by Brian O'Connor · 9 years ago
  100. 793134b Reverting IntentIdCompleter change from Gerrit #3909 by Brian O'Connor · 9 years ago