1. 9c85794 Fix nativation function caused by AngularChart bump up by Jian Li · 8 years ago
  2. 3a02cda ONOS-4975 Fixed potential for IOB exception in intent perf installer. by Thomas Vachuska · 8 years ago
  3. b3eb84d Refactored OpenstackRouting to support multiple gateway nodes by Hyunsun Moon · 8 years ago
  4. bdfb5cb Fix cpman Buck build by Jonathan Hart · 8 years ago
  5. 31da33a ONOS learning-switch tutorial by Zayne Khouja · 8 years ago
  6. f97e13d [ONOS] duplicate tunnelname not allowed in PCE REST and WEB by Priyanka B · 8 years ago
  7. f0f6eee Fixing javadocs. by Thomas Vachuska · 8 years ago
  8. f9a16ed Fixed to not to create gateway group if it is already exists by Hyunsun Moon · 8 years ago
  9. 819d61d Work queue improvements by Madan Jampani · 8 years ago
  10. 4755715 adds working buck file to BGPCEP provider by Zayne Khouja · 8 years ago
  11. b977f56 [ONOS-4945] PCE Json fix by Priyanka B · 8 years ago
  12. 9ea8ecb [ONOS] update command defect fix for cost type by Priyanka B · 8 years ago
  13. 4c3b451 [ONOS] cherry pick from onos1.6 to master all defects merges by Priyanka B · 8 years ago
  14. 0086cf8 Add missing registration in OpticalPathProvisioner by Yuta HIGUCHI · 8 years ago
  15. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  16. a0972cb PathPainter: lower log level by Yuta HIGUCHI · 8 years ago
  17. 4e3af86 Record EDGE_EVENTS in the Event History by Yuta HIGUCHI · 8 years ago
  18. ef6bad2 ONOS-4903, ONOS-4929 Fixed to load network config on application start-up by Hyunsun Moon · 8 years ago
  19. 052c71f ONOS-4660 Additional GATEWAY type node bootstrap by Hyunsun Moon · 8 years ago
  20. 4a6e91e Fix NPE when ControlPlaneConnectPoint config is added after interface config by Charles Chan · 8 years ago
  21. d331afd Fix to update gateway group only if new gateway is added by Hyunsun Moon · 8 years ago
  22. cb4a3db Made changes as per comments. kafkaProducer is now non-static. by Sanjana Agarwal · 8 years ago
  23. aec67f8 PCE WEB GUI defect Fixes[ONOS-4811,ONOS-4812, ONOS-4813] by MaheshRaju-Huawei · 8 years ago
  24. 1e8471e Intial Stub code for the Cluster features in Kafka Application.(patchset #4) by Shravan Ambati · 8 years ago
  25. 176c83d [ONOS-4871] Fix gateway external port from list to single port by Kyuhwi Choi · 8 years ago
  26. 992be1d Fixed example network-cfg.json files for SONA applications by Hyunsun Moon · 8 years ago
  27. da27e43 Fixed javadoc warnings and some cleanups by Hyunsun Moon · 8 years ago
  28. c853a72 Follow up for OpenstackSwitching Refactoring: Updates flow rules for security group updated. by sangho · 8 years ago
  29. fc9f8bc PCE WEB Defect Fix: MBPS bandwidth value should convert to BPS by MaheshRaju-Huawei · 8 years ago
  30. 6032f34 OpenstackRouting refactoring by sangho · 8 years ago
  31. b212bc9 ONOS-4713, ONOS-4715 issues merge to master by Phaneendra Manda · 8 years ago
  32. 4af95fb Added DHCP Option-82(circuit-id) to Dhcp relay app, addressed patch-1 comments by gaurav · 8 years ago
  33. 7053788 [ONOS-4482] Implement dynamic add or remove a gateway node by Kyuhwi Choi · 8 years ago
  34. 32770ad Bug Fixes for Kafka Application(patchset #2) by Shravan Ambati · 8 years ago
  35. 35708a9 Distributed work queue primitive by Madan Jampani · 8 years ago
  36. 54c5e23 Removes deprecated withPartitionsDisabled method by Madan Jampani · 8 years ago
  37. 05d9b26 Support existing VMs running on the newly added node by Hyunsun Moon · 8 years ago
  38. b974fca Refactored OpenstackSwitching app by Hyunsun Moon · 8 years ago
  39. fc0529e Replace javafx Pair with commons Pair by Yuta HIGUCHI · 8 years ago
  40. 32e8331 Replace javafx Pair with commons Pair by Yuta HIGUCHI · 8 years ago
  41. 34bbe17 Support GATEWAY type node bootstrapping by Hyunsun Moon · 8 years ago
  42. dd14e8e Refactored tunnel and interface config behavior by Hyunsun Moon · 8 years ago
  43. 92d9ea4 [ONOS-4481] Integrate scalable gateway to openstackRouting by Kyuhwi Choi · 8 years ago
  44. 1424ac9 Added scalable gateway app to BUCK app list by Hyunsun Moon · 8 years ago
  45. c4d797f Make log message clearer by Charles Chan · 8 years ago
  46. 888eaa0 Remove old and unused Router code (incl. tests). by Jonathan Hart · 8 years ago
  47. 8db7d09 [ONOS-4612]Update SFC flows inline with the Official OVS NSH patch by Phaneendra Manda · 8 years ago
  48. c1e4e4c [ONOS] cherry picked from 1.6, bandwidth, CR and resilency fix by Priyanka B · 8 years ago
  49. 4bf9f2d CherryPick(1.6) PCE WEB GUI defect fixes by MaheshRaju-Huawei · 8 years ago
  50. 7e48cb2 cherry pick of [ONOS-4794] [ONOS-4793] [ONOS-4669]TE_COST and bandwidth information on update flow was not correct by Priyanka B · 8 years ago
  51. 7c3111b Made OpticalPathProvisioner to store connectivity data in distributed store. (ONOS-4518) by Naoki Shiota · 8 years ago
  52. 1588e7b Bugfix for multicast in multiple instances environment by Charles Chan · 8 years ago
  53. f8035d3 Minor cleanups and renaming in vRouter by Jonathan Hart · 8 years ago
  54. d177f8f [ONOS-4703,4704] SONA : Floating IP handling in SONA initialization by sangho · 8 years ago
  55. 2e39d3b Set REST API request timeout by Hyunsun Moon · 8 years ago
  56. 38b5f18 [ONOS-4702] Fixed Openstack ARP/ICMP in OpenstackNetworkingService. by hyungseo Ryu · 8 years ago
  57. d0bfe67 Handle OpenStack authenticate exception and show warnings by Hyunsun Moon · 8 years ago
  58. 6e968eb Unbind the ID generator when the test is complete by Ray Milkey · 8 years ago
  59. 68e4e87 Update cord-config dependency to b1 version by Jon Hall · 8 years ago
  60. fbc577b Various BMv2 bugfixes by Carmelo Cascone · 8 years ago
  61. 0ec92f1 Implemented convenient builders of BMv2 extension selectors and treatments. by Carmelo Cascone · 8 years ago
  62. c18e82c Simplified Bmv2 device context service and context handling in demo apps by Carmelo Cascone · 8 years ago
  63. ae060a3 Unregister host listener when deactivating mobility app by Charles Chan · 8 years ago
  64. 9e1a8c1 Initial stc tests for distributed primitives by Madan Jampani · 8 years ago
  65. a78c565 Removed onos.version and use project.version instead by Yuta HIGUCHI · 8 years ago
  66. 06420d9 [ONOS-4725]duplicate symbolic path names are allowed in creation of pce path by Priyanka B · 8 years ago
  67. 28b5375 [ONOS-4743] - DB sync is suspended if PCEP session is formed before BGP devices are learnt by Avantika-Huawei · 8 years ago
  68. c187921 Remove old XOS-integration application by Jonathan Hart · 8 years ago
  69. f1c0346 CORD-248 Added host management network type by Hyunsun Moon · 8 years ago
  70. f088456 DHCP Relay Application, addressed the review comments for patch-2. by gaurav · 8 years ago
  71. 3c2d3eb [ONOS-4722] cherry-picked GoldenEye:Fix exception on learning unknown PCE-initiated LSP from PCC by Avantika-Huawei · 8 years ago
  72. f849aab Cherry picks from 1.6 branch by Avantika-Huawei · 8 years ago
  73. dc93bee [ONOS] Capability defect fix and component activation fix by Priyanka B · 8 years ago
  74. 1172585 ONOS-4359: continued work on theming UI - updated app.pngs by Simon Hunt · 8 years ago
  75. 4730976 Add a MAX_PRIORITY for demo flowtest by YPZhang · 8 years ago
  76. a061fb3f Bugfix: store entry is not removed properly after device disconnected by Charles Chan · 8 years ago
  77. eb9f0c5 Kafka Codec Integration by Sanjana Agarwal · 8 years ago
  78. bb59107 PCE WEB and pcep tunnel related defect fix by MaheshRaju-Huawei · 8 years ago
  79. d8eaf97 [ONOS-4159] PCE Web GUI implementation: Tunnel highlight and defect fixes by Mahesh Raju-Huawei · 8 years ago
  80. 25bd668 Fix registering config listener in SingleSwitchFibInstaller by Jonathan Hart · 8 years ago
  81. 1251e19 Refactored bridge config to take bridge description by Hyunsun Moon · 8 years ago
  82. 891162b Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  83. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  84. 0f977ef [ONOS-4159] PCE Web GUI implementation:src and dst glymphs optimization by Mahesh Raju-Huawei · 8 years ago
  85. 4c3cef0 [ONOS] RSVP defect fix in master by Priyanka B · 8 years ago
  86. efc0a92 Added BMv2 demo apps (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  87. 35fd1a7 CORD-77 Dynamic Access Agent Config by Charles Chan · 8 years ago
  88. 839b6ed Fixing file permissions by Yuta HIGUCHI · 8 years ago
  89. fc5c780 CORD-61 Dynamic XConnect support by Charles Chan · 8 years ago
  90. b5c236e In this commit: by Saurav Das · 8 years ago
  91. 91ba41a Added management service and renamed dummy to default by Hyunsun Moon · 8 years ago
  92. fc10dca [ONOS-4687] GoldenEye - Label map download issues. by Avantika-Huawei · 8 years ago
  93. b071821 [ONOS-4480] Implement select group based load balancing by Kyuhwi Choi · 8 years ago
  94. 2519081 In this commit: by Saurav Das · 8 years ago
  95. 7938b72 [ONOS-4671]PCECC defect fix , regarding bandwidth and CLI by Priyanka B · 8 years ago
  96. 4263bff Don't run tests macro for cli test applications by Jon Hall · 8 years ago
  97. 03c29e1 Added unit tests for newoptical package. by Naoki Shiota · 8 years ago
  98. cdf9b10 [ONOS-4671]PCECC defect fix , bgp pcep provider having same scheme problem by Priyanka B · 8 years ago
  99. 051bd42 Fix optical app origin by Marc De Leenheer · 8 years ago
  100. c08a5db Fixing pom.xml duplicate dependencies and tying in lib into the root pom. by Thomas Vachuska · 8 years ago