1. f260c91 Improve Mastership logging by pierventre · 2 years, 3 months ago
  2. eed482b [SDFAB-1015] Introduce gracePeriod and defer mastership check by pierventre · 2 years, 3 months ago
  3. d510b7d [SDFAB-935] Optimize and improve the p. mastership by pierventre · 2 years, 4 months ago
  4. b2f636b [SDFAB-977][SDFAB-978] Implement persistent mastership logic in ONOS by pierventre · 2 years, 5 months ago
  5. 00ac250 [SDFAB-821] Implement auto-recovery mechanism for failed mastership changes by pierventre · 2 years, 6 months ago
  6. e1f8010 [SDFAB-642][SDFAB-643] Fix device disconnection when an instance rejoins by pierventre · 2 years, 8 months ago
  7. b0b93ac [VOL-4343] Processing status of ports in order with mastership and connection/disconnection to avoid inconsisten state by Andrea Campanella · 2 years, 8 months ago
  8. 3855dc1 reassertRole when stream channel is not opened correctly by Charles Chan · 3 years, 5 months ago
  9. 0bd777c Upgraded to bazel 3.7.2 and rules_nodejs 2.3.2 by Sean Condon · 3 years, 5 months ago
  10. 6194639 [ONOS-8115] Fix for NPE while adding annotations for device using netcfg by Anurag Chadha · 3 years, 9 months ago
  11. 388ec25 Fix for duplicated event issue. by pier · 4 years, 1 month ago
  12. 811ea2b Add ability to administratively remove ports of an offline device. by Thomas Vachuska · 4 years, 3 months ago
  13. d4a28ca Revert "Add ability to administratively remove ports of an offline device." by Ray Milkey · 4 years, 3 months ago
  14. 38d24f3 Add ability to administratively remove ports of an offline device. by Thomas Vachuska · 4 years, 3 months ago
  15. 397caca Fix ONOS-7958 - problems that were causing failures when onos-core restarts by Ray Milkey · 5 years ago
  16. 69ca82a Don't assume that there is a device id in the event message by Ray Milkey · 5 years ago
  17. 9553ed7 Port Annotation bug fix by debmaiti · 5 years ago
  18. ab5d41e Add support for enabling/disabling ports for gNMI devices by Carmelo Cascone · 5 years ago
  19. 3977ea4 Refactor channel and mastership handling in P4Runtime by Carmelo Cascone · 5 years ago
  20. 368bd3d Ensure devices are marked online during mastership check by Jordan Halterman · 5 years ago
  21. 1c24fb9 [ONOS-7885] Adding Terminal_device device Type by Andrea Campanella · 5 years ago
  22. fa0f6cc Adding OLS device Type for ODTN project by Andrea Campanella · 5 years ago
  23. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 6 years ago
  24. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  25. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  26. 33306ba Revert "Removing applyRole to avoid double mastership requests to the provider." by Ray Milkey · 6 years ago
  27. 82e2189 Removing applyRole to avoid double mastership requests to the provider. by Andrea Campanella · 6 years ago
  28. 0761cd3 Few core changes in preparation of P4Runtime subsystem refactoring by Carmelo Cascone · 6 years ago
  29. 8eabcec [ONOS-7751] Sometimes device availability is not changed to available after creation of OF device by jaegonkim · 6 years ago
  30. e5b2872 Improve scalability of P4Runtime subsystem by Carmelo Cascone · 6 years ago
  31. 1da7a4d Fixed UnsupportedOperationException in DeviceManager by Carmelo Cascone · 6 years ago
  32. b37bdde Fixed not relinquishing mastership on role response by Carmelo Cascone · 6 years ago
  33. 5b38dc0 Extending DeviceProvider interface to include triggerDisconnect method. by Thomas Vachuska · 6 years ago
  34. 4ef245e Fix NPE in DeviceManager for an offline device by Ray Milkey · 6 years ago
  35. f131e59 Partial fix for ONOS-6767. by Thomas Vachuska · 6 years ago
  36. c616e17 Fixing GUI to respond to server-side layout changes. by Thomas Vachuska · 6 years ago
  37. 7be4e67 [ONOS-7288] Fix race condition of device manager by Yi Tseng · 6 years ago
  38. 6c52606 [ONOS-7573][Test successful] Mark online does not notify peers device subsystem by Palash Kala · 6 years ago
  39. 0d817b0 [ONOS-7555] Device local-status and device availability parameters are not synchronized in cluster by Palash Kala · 6 years ago
  40. 054e23d Add uptimes to device and cluster REST APIs by Ray Milkey · 6 years ago
  41. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  42. 2b1935d ONOS-7509 preserve all attributes when ensuring enabled state by Yuta HIGUCHI · 6 years ago
  43. 1c1f0c2 [ONOS-7410] DeviceManager.deviceConnected does not apply device annotations by jaegonkim · 6 years ago
  44. e319dc2 Restricting mastership recheck when role NONE. Avoids also log pollution. by Andrea Campanella · 6 years ago
  45. 9fb87f6 Remove device from deviceLocalStatus after the device was removed from the store. by Rafał Szalecki · 6 years ago
  46. bc0308f [ONOS-7243] Check for existing device master before attempting to acquire mastership to mark device offline by Jordan Halterman · 6 years ago
  47. a06a616 ONOS-6950 Annotate device through network configuration by Palash Kala · 7 years ago
  48. 9416aea Check for in-progress upgrade before attempting to change NONE role in DeviceManager by Jordan Halterman · 7 years ago
  49. ff6e1e6 fix a typo by Harold Huang · 7 years ago
  50. 0c47d53 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  51. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  52. 1d4b3aa Bugfix: do not assume all Config is about DeviceId by Yuta HIGUCHI · 7 years ago
  53. 6ecf56d [CORD-1634] Support enable/disable ports on STANDBY nodes. by Jonghwan Hyun · 7 years ago
  54. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  55. 75ef9f5 [ONOS-6844] inject ports via net-cfg by Andrea Campanella · 7 years ago
  56. 32000d3 [ONOS-6806] Add getAvailableDeviceCount method to DeviceService by mskala · 7 years ago
  57. 9eed0b1 Revisit Annotations merging by Yuta HIGUCHI · 7 years ago
  58. ffbad3b ONOS-5784: Empty latitude/longitude in ONOS Web UI by Simon Hunt · 7 years ago
  59. 8f60ff8 ONOS-6257: fixing Region-peer-location function... by Simon Hunt · 7 years ago
  60. ddfa8c9 Fix for JIRA issue ONOS-6160. To avoid possible null pointer reference for 'device' object in file 'DeviceManager.java' at line no 574. by nitinanand · 7 years ago
  61. ce77433 [ONOS-5911] Port removal after receiving OFPR_DELETE port status reason. by Michal Mach · 7 years ago
  62. 7438f5a Mechanism to add Port annotation via netcfg by Yuta HIGUCHI · 7 years ago
  63. bc30e68 More plumbing of grid coordinates vs. geo coordinates. by Simon Hunt · 7 years ago
  64. a90c44c Surpress excess warning messages by Jon Hall · 7 years ago
  65. d5ec9e9 Adding to the 'devices' cli command an output that displays the local connectivity of a device. by Saurav Das · 7 years ago
  66. 651a7da [ONOS-5192]Make devices unavailable when master fails by Bharath Thiruveedula · 7 years ago
  67. 3a2a987 ONOS-5701 fix for NPE symptom by Yuta HIGUCHI · 7 years ago
  68. 1e20dae Added UI_TYPE annotation key, and augmented BasicDeviceConfig and BasicHostConfig to support defining a custom "uiType" value to override the glyph used in rendering on the Topology View. by Simon Hunt · 8 years ago
  69. c710467 Fix for Mastership exception fetching timestamp - from Madan by Ray Milkey · 8 years ago
  70. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  71. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  72. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  73. 7a8bfc6 [ONOS-4460] Relinquish device role when partitioned away from cluster by Jon Hall · 8 years ago
  74. 9ef2223 Fix STC crashes due to devices not found by Ray Milkey · 8 years ago
  75. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  76. 6eb00cc Allow reading PortDescription from DeviceStore by Yuta HIGUCHI · 8 years ago
  77. cc10558d Bugfix: OpticalPortOperator should be able to overwrite port number. by HIGUCHI Yuta · 8 years ago
  78. 6972ae6 [ONOS-4513] Remove optical dependency from store/dist by HIGUCHI Yuta · 8 years ago
  79. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  80. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  81. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  82. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  83. d5a8f01 Bug fix for ONOS-4491 by Aneesha Pailla · 8 years ago
  84. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  85. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  86. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  87. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  88. 387a1ca null dereference fix. by Shashikanth VH · 8 years ago
  89. 5923b9a Fixed an NPE in DeviceManager provider service. by Thomas Vachuska · 8 years ago
  90. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  91. 138de8b FIxing basic device config and demoting some config-related messages to debug. by Thomas Vachuska · 8 years ago
  92. 3600846 Fixed an issue in basic host and basic link config validations. by Thomas Vachuska · 8 years ago
  93. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  94. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 9 years ago
  95. 1627dc8 ONOS-3356 Fixed NPE when processing configuration of a non-existent device. by Thomas Vachuska · 9 years ago
  96. 144bab0 opticalUtils advertises correct port types by Ayaka Koshibe · 9 years ago
  97. fa8aa2f Fixed an NPE in device manager/provider. by Thomas Vachuska · 9 years ago
  98. 5251562 Fixing Javadoc errors by Brian O'Connor · 9 years ago
  99. fe3308f minor formatting changes by andrea · 9 years ago
  100. a9a73de [Emu] Open Flow Optical Port Description by Yafit Hadar · 9 years ago