1. 15e3a87 Tagging 1.2.2 by Brian O'Connor · 9 years ago 1.2.2
  2. 0fa172f Destroy ECMap instances on deactivate by Madan Jampani · 9 years ago
  3. 0c763e9 Fix for SDN-IP installing wrong point-to-point intents. by Jonathan Hart · 9 years ago
  4. 3d459e1 Fix for flow equality bug which can cause by Jonathan Hart · 9 years ago
  5. bc2b72c ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss by Jonathan Hart · 9 years ago
  6. aa528bf GUI -- Fixed Firefox bug - can now upload application on App View. by Bri Prebilic Cole · 9 years ago
  7. a1bb7a2 ONOS-1412 - GUI -- Selected items no longer disappear in Firefox, height adjustment for toolbar arrow in Safari. by Bri Prebilic Cole · 9 years ago
  8. 6046e02 GUI -- Strange Device View Table layout fixed in Safari. by Bri Prebilic Cole · 9 years ago
  9. e0ec88b Objective tracker doesn't need to react to port events by Jonathan Hart · 9 years ago
  10. 1258f86 Fix bug where SDN-IP installs more intents than needed by Jonathan Hart · 9 years ago
  11. f05b607 Use isConnected rather than isWriteable to detemine if we can send to switch by Jonathan Hart · 9 years ago
  12. 40ffc14 Move misleading log by Jonathan Hart · 9 years ago
  13. d494985 Fix issue with link discovery missing ports. by Jonathan Hart · 9 years ago
  14. 914c352 Fixed issue with pushing topo JSON after devices are in the system. by Jonathan Hart · 9 years ago
  15. f72a631 Periodically retry failed intents. by Jonathan Hart · 9 years ago
  16. 8d6b1ca Change onos-uninstall to use 'stop' rather than 'service'. by Jonathan Hart · 9 years ago
  17. b1acd55 Tiny fix for bidirectional optical intents by Marc De Leenheer · 9 years ago
  18. 3dbf89d Fix establishing local identity with wrong IP address. by Jonathan Hart · 9 years ago
  19. 8f38c8c Retrieving handshaker drivers should respect driver annotation. by Jonathan Hart · 9 years ago
  20. fdba998 adding a dockerfile for onos-1.2 by alshabib · 9 years ago
  21. 1d14fa0 Bumping cord-gui version to 1.2.2-SNAPSHOT by Brian O'Connor · 9 years ago
  22. 684b185 Starting snapshot 1.2.2-SNAPSHOT by Brian O'Connor · 9 years ago
  23. c223bcb Tagging 1.2.1 by Brian O'Connor · 9 years ago 1.2.1
  24. 7d76500 Fixing FlowRule priority in intent compilers by Brian O'Connor · 9 years ago
  25. 8dbf5d4 Adding Javadoc to ObjectiveContext methods by Brian O'Connor · 9 years ago
  26. 1c5ed0e Adding @Beta to Intent API classes and interfaces by Brian O'Connor · 9 years ago
  27. bb277fe Adding @Beta to PortStatisticsService by Brian O'Connor · 9 years ago
  28. a7aa438 Adding @Beta to TunnelService and associated API classes by Brian O'Connor · 9 years ago
  29. d3c61df Adding @Beta to LabelResourceService and other interfaces in API package by Brian O'Connor · 9 years ago
  30. c723355 ONOS-2133: Support for purging associated stores (ConsistentMap/DistributedSet) when the application is uninstalled by Madan Jampani · 9 years ago
  31. 0477ea6 GUI -- App View no longer auto refreshes by default. by Bri Prebilic Cole · 9 years ago
  32. 821c577 ONOS-2074, ONOS-2075 - GUI -- App View Control Button state and icon bug fixes. by Bri Prebilic Cole · 9 years ago
  33. 12114b8 ONOS-2074 - GUI -- Refactor Application view to use directives. WIP. by Bri Prebilic Cole · 9 years ago
  34. dbc59f0 GUI -- Bug fixing and refactoring app view - WIP. by Bri Prebilic Cole · 9 years ago
  35. e99505f Supports UPD and TCP ports for Segment Routing policy add CLI (srpolicy-add). by sangho · 9 years ago
  36. ab431af Adds a Segment Routing CLI to remove a tunnel (srtunnel-remove). by sangho · 9 years ago
  37. f502edd Removing lxc cell due to conflicts by Brian O'Connor · 9 years ago
  38. e5e4ca2 Javadoc fixes in Versioned and TransactionManager by Brian O'Connor · 9 years ago
  39. b2bd7ed Improving onos-create-app script to print message when artifactId is not provided on command line. by Brian O'Connor · 9 years ago
  40. 56743d7 Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  41. 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
  42. 83d4131 Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  43. 8ef92f2 ONOS-2124 Added a few more validity checks. by Thomas Vachuska · 9 years ago
  44. 44d0f84 ONOS-2124 FIxed Version to allow two-segment versions and to be more robust in general. by Thomas Vachuska · 9 years ago
  45. ec614b3 Use lambda instead of anonymous inner class by Sho SHIMIZU · 9 years ago
  46. 6114747 Added a map API to transform Versioned<byte[]> to Versioned<V> by Madan Jampani · 9 years ago
  47. b90bc8277 Fix warning about unchecked type by Sho SHIMIZU · 9 years ago
  48. 9b02f01 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  49. 947d011 GUI -- Topo View - change default map to be continental US. by Simon Hunt · 9 years ago
  50. 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
  51. 1803122 Adding lxc cell by Brian O'Connor · 9 years ago
  52. 979df25 Allowing component to reattached to previously created map in DatabaseManager by Brian O'Connor · 9 years ago
  53. 8e60fbc GUI -- Topo View - Added ability to define different background maps of world regions. by Simon Hunt · 9 years ago
  54. cc5d038 Fixed application descriptor parsing. by Thomas Vachuska · 9 years ago
  55. c4fa1ac GUI -- countries topojson data and sample code extracting South America. by Simon Hunt · 9 years ago
  56. 1a81582 Fix bug that inconsistency happens in long value and name in PortNumber by Sho SHIMIZU · 9 years ago
  57. b276c35 Add CLI commands to create/list/remove tunnels and policies by sangho · 9 years ago
  58. 380d2ca Unit tests for Leadership and LeadershipEvent classes by Ray Milkey · 9 years ago
  59. b83ac58 Support for a distributed queue primitive. by Madan Jampani · 9 years ago
  60. 5b55c63 Remove forEach() that introduces side-effect inherently by Sho SHIMIZU · 9 years ago
  61. 9abed9c Remove unnecessary empty set check by Sho SHIMIZU · 9 years ago
  62. 531d4e7 Filter connect points by device ID by Sho SHIMIZU · 9 years ago
  63. 67533dc Improving onos-push-keys to only require password once by Brian O'Connor · 9 years ago
  64. be1d206 Return empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  65. 0d4ad48 Remove null check because it is always evaluated as false by Sho SHIMIZU · 9 years ago
  66. 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
  67. 1b69651 GUI -- Packet-Optical Demo - initial cut of sprite layer. by Simon Hunt · 9 years ago
  68. 334dc6a Unit tests for Default Group class by Ray Milkey · 9 years ago
  69. b0ab3d2 Eliminate code duplication in initialization by Ray Milkey · 9 years ago
  70. 562e87b GUI -- added 'debug' query param and cut out noisy debug console messages by default. by Simon Hunt · 9 years ago
  71. 6d4f553 Added support for specifying unidirectional vs bidirectional optical connections. by Aaron Kruglikov · 9 years ago
  72. d886c08 Complete future after Leadership withdraw is done by Madan Jampani · 9 years ago
  73. 5d93871 update to ONOS-2078 branch by Aaron Kruglikov · 9 years ago
  74. b7a54f2 Fixed onos-wait-for-start to time-out with error. by Thomas Vachuska · 9 years ago
  75. 50e28e8 GUI -- Fixing related-intents when device(s) are included in selection. by Thomas Vachuska · 9 years ago
  76. 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
  77. 609f51d GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default. by Simon Hunt · 9 years ago
  78. c2f7d0a Modified d3.js to use alternate force.tick() invocation for improved speed. by Thomas Vachuska · 9 years ago
  79. f342489 Inject and remove static routes. by Marc De Leenheer · 9 years ago
  80. 4945ec8 Updated DistributedLeadershipManager to use ConsistentMap notifications by Madan Jampani · 9 years ago
  81. 59ace49 [ONOS-2096]Revert useless modifies by cheng fan · 9 years ago
  82. fa57a56 Deferring force layout until quiet period. by Thomas Vachuska · 9 years ago
  83. 4c281cd Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  84. cf12c2f Add python script to test host attachment points for the obelisk network by Jon Hall · 9 years ago
  85. 99f7ec5 ONOS-1419 - Fix to allow nodes to be selected in the Oblique View. by Simon Hunt · 9 years ago
  86. 6720b81 Segment Routing ONS demo:Traffic visualization fixes by Srikanth Vavilapalli · 9 years ago
  87. bfc2f85 GUI - Topology View - fix class names for traffic (link) classes. by Simon Hunt · 9 years ago
  88. fafd1ed Revert changes in 8117f36, which modifies the default behavior by Sho SHIMIZU · 9 years ago
  89. 399b1a5 Fixed onos-form-cluster in tar-setup scenario. by Thomas Vachuska · 9 years ago
  90. 91bb4b3 Disable test, which actually tries to ssh to some node. by HIGUCHI Yuta · 9 years ago
  91. fff38a6 Manually bumping cord-gui version to 1.2.1 by Brian O'Connor · 9 years ago
  92. f4c0b18 Fixing 4 javadoc warnings in onos-api by Brian O'Connor · 9 years ago
  93. 3f4c66e Updating .gitreview for support branch by Brian O'Connor · 9 years ago
  94. 810da02 Starting snapshot 1.2.1-SNAPSHOT by Brian O'Connor · 9 years ago
  95. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  96. a7b33ca Adding jdvue and stc to change-version command by Brian O'Connor · 9 years ago
  97. 4db1c33 Dropping version from jdvue and fixing parent pom by Brian O'Connor · 9 years ago
  98. 21a29e3 Updating onos-maven-plugin version in ui archetype-resources/pom.xml by Brian O'Connor · 9 years ago
  99. 33a2b75 Adding groupId to archetypes/pom.xml by Brian O'Connor · 9 years ago
  100. 809a963 Adding ui archetype to onos-change-version by Brian O'Connor · 9 years ago