1. 562fe52 revamped Dockerfile to produce a smaller image (half the previous size) by alshabib · 9 years ago
  2. 41f4d3e Defined edge-port subsystem interface. by Thomas Vachuska · 9 years ago
  3. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  4. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  5. 187f172 adding Dockerfile for automated builds by alshabib · 9 years ago
  6. e8af1cc ONOS-2133: Support for purging associated stores (ConsistentMap/DistributedSet) when the application is uninstalled by Madan Jampani · 9 years ago
  7. e18a330 ONOS-2091 Installing app when already installed will now raise an error by Thomas Vachuska · 9 years ago
  8. e00733a Added unit tests for DatabaseUpdate.java by Samanwita Pal · 9 years ago
  9. 0d3c61f GUI -- App View no longer auto refreshes by default. by Bri Prebilic Cole · 9 years ago
  10. fe4e308 Supports UPD and TCP ports for Segment Routing policy add CLI (srpolicy-add). by sangho · 9 years ago
  11. 066244c Simplify MP2S compiler, fix ingress/egress on same switch bug in SP2M compiler by Jonathan Hart · 9 years ago
  12. a7f81e5 ONOS-2074, ONOS-2075 - GUI -- App View Control Button state and icon bug fixes. by Bri Prebilic Cole · 9 years ago
  13. 522e756 ONOS-2074 - GUI -- Refactor Application view to use directives. WIP. by Bri Prebilic Cole · 9 years ago
  14. bfa7f77 Removing lxc cell due to conflicts by Brian O'Connor · 9 years ago
  15. 92af89f Minor cosmetic cleanup in ComponentConfigManager.java by Thomas Vachuska · 9 years ago
  16. 6685521 Added accumulation of events using the accumulator construct. by Aaron Kruglikov · 9 years ago
  17. 7a9aeab Improving onos-create-app script to print message when artifactId is not provided on command line. by Brian O'Connor · 9 years ago
  18. 750ab04 Starting on STC monitor. by Thomas Vachuska · 9 years ago
  19. 419dcad Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  20. b4258a9 ONOS-2124 Improved web-exception handling when an anonymous exception, i.e. one without a message, is raised. by Thomas Vachuska · 9 years ago
  21. d164c0e Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  22. ea39db5 Disable test, which actually tries to ssh to some node. by HIGUCHI Yuta · 9 years ago
  23. afb11da ONOS-2124 Added a few more validity checks. by Thomas Vachuska · 9 years ago
  24. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  25. 93d944c ONOS-2124 FIxed Version to allow two-segment versions and to be more robust in general. by Thomas Vachuska · 9 years ago
  26. 7d4d11b CORD GUI -- Icon fix by Bri Prebilic Cole · 9 years ago
  27. 06a6c9f Use lambda instead of anonymous inner class by Sho SHIMIZU · 9 years ago
  28. c606956 Added a map API to transform Versioned<byte[]> to Versioned<V> by Madan Jampani · 9 years ago
  29. 47eb3bd Fix warning about unchecked type by Sho SHIMIZU · 9 years ago
  30. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  31. f65c378 GUI -- Topo View - change default map to be continental US. by Simon Hunt · 9 years ago
  32. e1ce429 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
  33. 3ba17c1 Adding lxc cell by Brian O'Connor · 9 years ago
  34. e10ece0 let the XOS IP and port configurable by Pingping Lin · 9 years ago
  35. 24cf656 Allowing component to reattached to previously created map in DatabaseManager by Brian O'Connor · 9 years ago
  36. 2362b07 GUI -- Topo View - Added ability to define different background maps of world regions. by Simon Hunt · 9 years ago
  37. ad35c34 Fixed application descriptor parsing. by Thomas Vachuska · 9 years ago
  38. e099f2b Init demo subscriber was not getting called by Jonathan Hart · 9 years ago
  39. be24514 GUI -- countries topojson data and sample code extracting South America. by Simon Hunt · 9 years ago
  40. ccf40c7 Fix bug that inconsistency happens in long value and name in PortNumber by Sho SHIMIZU · 9 years ago
  41. a2413b5 CORD GUI -- Logo and favicon changed. by Bri Prebilic Cole · 9 years ago
  42. 6703da2 Add CLI commands to create/list/remove tunnels and policies by sangho · 9 years ago
  43. 6b95a3f GUI -- Bug fixing and refactoring app view - WIP. by Bri Prebilic Cole · 9 years ago
  44. d43fe45 REST API to create flows by Ray Milkey · 9 years ago
  45. 5051040 Unit tests for Leadership and LeadershipEvent classes by Ray Milkey · 9 years ago
  46. 63c659f Support for a distributed queue primitive. by Madan Jampani · 9 years ago
  47. bb825d7 Remove forEach() that introduces side-effect inherently by Sho SHIMIZU · 9 years ago
  48. 63d9f64 Remove unnecessary empty set check by Sho SHIMIZU · 9 years ago
  49. 30e9fd1 Filter connect points by device ID by Sho SHIMIZU · 9 years ago
  50. e8c7b08 Improving onos-push-keys to only require password once by Brian O'Connor · 9 years ago
  51. 80ba4a7 Register device listener in OLT app by Jonathan Hart · 9 years ago
  52. 7b7eabc Return empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  53. 8b66a85 CORD GUI -- Information about bundles and functions updated. by Bri Prebilic Cole · 9 years ago
  54. f6501c0 Remove null check because it is always evaluated as false by Sho SHIMIZU · 9 years ago
  55. a0fda21 Use diamond operator by Sho SHIMIZU · 9 years ago
  56. 80170a7 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
  57. 0d9cc6d GUI -- Packet-Optical Demo - initial cut of sprite layer. by Simon Hunt · 9 years ago
  58. 33d44c5 Unit tests for Default Group class by Ray Milkey · 9 years ago
  59. 69f0317 Eliminate code duplication in initialization by Ray Milkey · 9 years ago
  60. ab8b0c0 Fix deleting VLANs on fabric by Jonathan Hart · 9 years ago
  61. 4deb0e8 GUI -- added 'debug' query param and cut out noisy debug console messages by default. by Simon Hunt · 9 years ago
  62. 53ae34f restart vBNG based on XOS's record by Pingping Lin · 9 years ago
  63. ba9d052 CORD GUI -- Users page has a panel with information about what each category blocks. by Bri Prebilic Cole · 9 years ago
  64. 0a4da0d Added support for specifying unidirectional vs bidirectional optical connections. by Aaron Kruglikov · 9 years ago
  65. 052ad65 Complete future after Leadership withdraw is done by Madan Jampani · 9 years ago
  66. 6490a3b update to ONOS-2078 branch by Aaron Kruglikov · 9 years ago
  67. ebe42a5 Fixed onos-wait-for-start to time-out with error. by Thomas Vachuska · 9 years ago
  68. 48958b1 GUI -- Fixing related-intents when device(s) are included in selection. by Thomas Vachuska · 9 years ago
  69. 7b41c4a 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
  70. d0fe66c GUI -- topo view - background map is now OFF by default, and toolbar is now HIDDEN by default. by Simon Hunt · 9 years ago
  71. 92ef154 Modified d3.js to use alternate force.tick() invocation for improved speed. by Thomas Vachuska · 9 years ago
  72. 48a91f7 Inject and remove static routes. by Marc De Leenheer · 9 years ago
  73. d09441b Updated DistributedLeadershipManager to use ConsistentMap notifications by Madan Jampani · 9 years ago
  74. 35dc0f2 [ONOS-2096]Revert useless modifies by cheng fan · 9 years ago
  75. 1a989c1 Deferring force layout until quiet period. by Thomas Vachuska · 9 years ago
  76. 30abc9a CORD GUI - added CDN to both Basic and Family Bundles, but hide it from GUI display. by Simon Hunt · 9 years ago
  77. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  78. db37125 Add python script to test host attachment points for the obelisk network by Jon Hall · 9 years ago
  79. 5aac2fc ONOS-1419 - Fix to allow nodes to be selected in the Oblique View. by Simon Hunt · 9 years ago
  80. 105d8d7 CORD GUI -- Images updated and other CSS added. CORD logo no longer goes to Home page. by Bri Prebilic Cole · 9 years ago
  81. 08ad823 Static port mappings based on attachment ports by Jonathan Hart · 9 years ago
  82. 8c1ccca Segment Routing ONS demo:Traffic visualization fixes by Srikanth Vavilapalli · 9 years ago
  83. c02437c Bug fix for XOS integration by Jonathan Hart · 9 years ago
  84. a0b50dd Fixed stc to properly account for skipped steps when completing enclosing group. by Thomas Vachuska · 9 years ago
  85. e50829c GUI - Topology View - fix class names for traffic (link) classes. by Simon Hunt · 9 years ago
  86. c4b5d46 adding iptv provisioning by alshabib · 9 years ago
  87. 792c26b Revert changes in 8117f36, which modifies the default behavior by Sho SHIMIZU · 9 years ago
  88. 132001a Fixed onos-form-cluster in tar-setup scenario. by Thomas Vachuska · 9 years ago
  89. 6f0afae CORD GUI - Synchronize rest calls. by Simon Hunt · 9 years ago
  90. b32cefe adding igmp rule by alshabib · 9 years ago
  91. 7a5431e CORD GUI -- Bundle Icons added to git. Login/logout functionality added. by Bri Prebilic Cole · 9 years ago
  92. dead205 add Mac and hostname to POST url by Pingping Lin · 9 years ago
  93. c296d2c CORD GUI - Added logout call, and implemented the notion of session. by Simon Hunt · 9 years ago
  94. f34c989 CORD GUI -- User page has new layout, icons for bundle functions added, randomly generated session activity displayed. by Bri Prebilic Cole · 9 years ago
  95. 248486d CORD GUI - Logging of REST calls to XOS.. by Simon Hunt · 9 years ago
  96. 4236608 CORD GUI - Shenanigans clean up by Simon Hunt · 9 years ago
  97. 8bd51bf Adding felix.framework back to features.xml by Brian O'Connor · 9 years ago
  98. 85cf4da Fixing 4 javadoc warnings in onos-api by Brian O'Connor · 9 years ago
  99. 455bf53 Manually bumping cord-gui version to 1.3.0 by Brian O'Connor · 9 years ago
  100. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago