1. 354cab9 Bumping onos-maven-plugin version to 1.5 for release by Brian O'Connor · 9 years ago
  2. 29e8217 Added end-of-run summary. by Thomas Vachuska · 9 years ago
  3. fc8aced ECDeviceStore: DeviceStore built using ONOS distributed primitives: ECMap and DistributedSet (disabled right now) by Madan Jampani · 9 years ago
  4. 5b3ff90 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  5. f4da26c [ONOS-2736] Fix bug of getting json from subnet. by jiangrui · 9 years ago
  6. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  7. 1c15287 Added check for cyclic dependencies. by Thomas Vachuska · 9 years ago
  8. e4ed1a2 Fixed broken UDP/DHCP deserializer. by Thomas Vachuska · 9 years ago
  9. e4efe45 Use LF as line separator by Sho SHIMIZU · 9 years ago
  10. 3be9fbe Apply more functional style by Sho SHIMIZU · 9 years ago
  11. a6b1481 Simplify statement because the variable never gets null by Sho SHIMIZU · 9 years ago
  12. 33c968a Use LF as line separator by Sho SHIMIZU · 9 years ago
  13. 26cd0ad ONOS-2743: Register entire MPLS label space when a link is discovered by Sho SHIMIZU · 9 years ago
  14. 4bdd259 ONOS-2742: Register entire VLAN ID space when a link is discovered by Sho SHIMIZU · 9 years ago
  15. 5783017 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  16. 3c48de0 Ensure UpdateEntry comprison works well with ECMaps that have tombstones disabled by Madan Jampani · 9 years ago
  17. 216d8d7 Support a weak read consistency mode for distributed set by Madan Jampani · 9 years ago
  18. bba7138 Make STC intent operations use intent IDs by Ray Milkey · 9 years ago
  19. b2765cc Improve debugability by capturing intents command output by Ray Milkey · 9 years ago
  20. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  21. 1b403a5 Fixing a few STC glitches. by Thomas Vachuska · 9 years ago
  22. 91916b6 Avoid unnecessary unboxing by Sho SHIMIZU · 9 years ago
  23. 91caf1a Fixed log message. by Thomas Vachuska · 9 years ago
  24. 3b00e1b Make OpenFlow port configurable via cfg command by Charles Chan · 9 years ago
  25. a82341c ONOS-2572 Fix to abstract accumulator to proactively finalize the batches when full and to avoid repeat misfires. by Thomas Vachuska · 9 years ago
  26. f90259f Pcep TLV UT updated for access modifiers and review comments by SureshBR · 9 years ago
  27. 5518067 Pcep TLVs UT updated for common review comments by Phaneendra Manda · 9 years ago
  28. bac6283 [ONOS-2718][ONOS-2722][ONOS-2723] Fix three bugs of vtnweb. by jiangrui · 9 years ago
  29. 743a849 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  30. e2de8ee Cosmetic stc fixes. by Thomas Vachuska · 9 years ago
  31. df6a6e4 Modify TimeFormatterTest to work on some systems to address [ONOS-2732] by Jon Hall · 9 years ago
  32. a8241ca ONOS-2729: Define an interface to query about MPLS capability by Sho SHIMIZU · 9 years ago
  33. 8871eb0 Pcep TLV UT updated to change default ipv6 address by SureshBR · 9 years ago
  34. fab2950 ONOS-2578 Added codec for mod tcp/udp port instructions by Hyunsun Moon · 9 years ago
  35. 264497f ONOS-2728: Define an interface to query about VLAN capability by Sho SHIMIZU · 9 years ago
  36. b51b8bc Added ability for commands to post properties to be used as params of other commands. by Thomas Vachuska · 9 years ago
  37. a48d3a0 Use LF as line separator by Sho SHIMIZU · 9 years ago
  38. d3ceffa ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  39. c698773 Add point to point intent test scenario by Ray Milkey · 9 years ago
  40. f8d572f ONOS-2725: Fix subscriber registration for link inject request by Madan Jampani · 9 years ago
  41. 4f87faa Fix indent by Sho SHIMIZU · 9 years ago
  42. bc82ebb Fix indent by Sho SHIMIZU · 9 years ago
  43. 7229721 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  44. 8770a93 Remove use of deprecated methods regarding TCP/UDP/SCTP ports by Sho SHIMIZU · 9 years ago
  45. 43748e8 Remove use of Guava's deprecated toStringHelper by Sho SHIMIZU · 9 years ago
  46. 9ba8cda [ONOS-2253] The CLIs of subnet resource. by jiangrui · 9 years ago
  47. 8143ad4 [ONOS-2254] The CLIs of port resource. by jiangrui · 9 years ago
  48. 592f950 UT added for Pcep TLVs by SureshBR · 9 years ago
  49. 517e223 Bugfix for double PORT_STATS_UPDATED DeviceEvent by Dusan Pajin · 9 years ago
  50. 4346d60 Avoid unnecessary unboxing by Sho SHIMIZU · 9 years ago
  51. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  52. c983e73 [ONOS-2721] Fix the bug return info ports to port. by jiangrui · 9 years ago
  53. 7d2d7fb [ONOS-2252] The CLIs of network resource. by jiangrui · 9 years ago
  54. d2862c3 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  55. c345663 Add some interlocks to intents test by Ray Milkey · 9 years ago
  56. 972ee9e [ONOS-2365]Unit test for PcepTunnelProvider by Phanendra Manda · 9 years ago
  57. f3c0350 Adding an example L2 flow JSON for REST API. by Thomas Vachuska · 9 years ago
  58. 16501b0 Fixed onos-app tool to exit with proper status. by Thomas Vachuska · 9 years ago
  59. 37b97fb [ONOS-2287,ONOS-2288]Pcep TunnelProvider implementation by Phanendra Manda · 9 years ago
  60. 5dc1e07 [ONOS-2715]implement MW icon extension for onos by chengfan · 9 years ago
  61. 392e8f9 [ONOS-2096] Let GUI support tunnel by chengfan · 9 years ago
  62. 5618ee5 ONOS-2717: Handle duplicate resource unregistration in resource store by Sho SHIMIZU · 9 years ago
  63. 584e92d ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  64. ceb6f13 Fix typo by Sho SHIMIZU · 9 years ago
  65. ad619f5 Fix grammatical mistake in Javadoc by Sho SHIMIZU · 9 years ago
  66. 4568c41 ONOS-2716: Handle duplicate registration in resource store by Sho SHIMIZU · 9 years ago
  67. e2e7a00 UT test cases for PCEP report, Label update, TE report messages and tlvs. by bharat saraswal · 9 years ago
  68. 0112078 Refactor: Extract method to check if resource path is root by Sho SHIMIZU · 9 years ago
  69. eb63bea PcIntiateMsg UT updated for adding javadoc, remove log and if check by Phaneendra Manda · 9 years ago
  70. 87977d1 PcepErrorMsg UT updated for adding javadoc, remove log and if check. by mahesh poojary s · 9 years ago
  71. 7092b0e PcepUpdateMsg UT updated for adding javadoc, remove log and if check. by Bharat saraswal · 9 years ago
  72. 4b003c5 Checks the emptiness of egressLabelString properly by Charles Chan · 9 years ago
  73. 2121e3f ONOS-2741 Fixing broken topology discovery. by Thomas Vachuska · 9 years ago
  74. 4000302 ONOS-2709 Fix bug of installing flowrules. by CNlucius · 9 years ago
  75. e9532ab olt testing by alshabib · 9 years ago
  76. d6685d0 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  77. 25058b7 [ONOS-2337,ONOS-2338,ONOS-2339]Pcep Controller by SureshBR · 9 years ago
  78. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  79. 25a2bf4 UT test case for path setup tlv. by Priyanka bhaskar · 9 years ago
  80. c4dd726 ONOS-1147 - deprecation of Flow Batch public APIs by Ray Milkey · 9 years ago
  81. 8856ee1 Enable ECLinkStore and disable GossipLinkStore by Madan Jampani · 9 years ago
  82. 6e04461 Added feature to count exceptions ocurred when operating distributed primitives by Flavio Castro · 9 years ago
  83. 3f8fcac ONOS 2360 Review comments fix on PCEP TE Report message. by Mahesh Poojary S · 9 years ago
  84. f1a52b8 [ONOS-2359]Implementation of PCEP LabelReserve message by Bharat saraswal · 9 years ago
  85. 1c356e3 [ONOS-2623] UT test cases for Open and Error messages. by Mahesh Poojary S · 9 years ago
  86. 3077717 [ONOS-2356] Implementation for PCEP label update message. by Bharat saraswal · 9 years ago
  87. 62fb79b [ONOS-2713] Fix a bug of ovsdb controller and add anotations. by jiangrui · 9 years ago
  88. c6f81bc [ONOS-2344]Implementation of PCEP report messages. by Bharat saraswal · 9 years ago
  89. 5afd06c [ONOS-2363]Implementation of Open and Error messages. by Mahesh Poojary S · 9 years ago
  90. ae5c396 ONOS-2708 by CNlucius · 9 years ago
  91. 191c84a ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  92. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  93. e180630 Removed print method from implementation. by bharat saraswal · 9 years ago
  94. b466a7e [ONOS-2096] Let GUI support tunnel by chengfan · 9 years ago
  95. 4fc8685 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  96. 83e17a0 ONOS-2710: Change singnatures of register/unregister in ResourceStore by Sho SHIMIZU · 9 years ago
  97. d28842c ONOS-2693: Unregister a link from resources when it is removed by Sho SHIMIZU · 9 years ago
  98. e229284 ONOS-2695: Unregister a port from resources when it is removed by Sho SHIMIZU · 9 years ago
  99. 73a7dd4 Support for setting the MPLS BOS indicator bit. by Saurav Das · 9 years ago
  100. f2ab6f3 Add Swagger comments and dependencies to appsm with REST APIs by Ray Milkey · 9 years ago