1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. 6c52606 [ONOS-7573][Test successful] Mark online does not notify peers device subsystem by Palash Kala · 6 years ago
  3. 53e4796 Deprecate potentially error prone constructor methods by Yuta HIGUCHI · 6 years ago
  4. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  5. 0d0c683 [ONOS-6806] Add getAvailableDeviceCount method to DeviceStore by mskala · 7 years ago
  6. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  7. c2e6815 Use Java 8 Map#compute when possible by Yuta HIGUCHI · 8 years ago
  8. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  9. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  10. 6eb00cc Allow reading PortDescription from DeviceStore by Yuta HIGUCHI · 8 years ago
  11. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  12. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  13. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  14. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  15. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  16. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago[Renamed (99%) from core/store/trivial/src/main/java/org/onosproject/store/trivial/impl/SimpleDeviceStore.java]
  17. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  18. 538108b ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. by sangho · 9 years ago
  19. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  20. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleDeviceStore.java]
  21. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  22. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  23. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  24. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  25. 56dbeb1 Fixed a defect that allowed ancillary device providers to overwrite primary provider's data. by Thomas Vachuska · 10 years ago
  26. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  27. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  28. dd841b7 backport GossipLinkStore changes back to trivial. by Yuta HIGUCHI · 10 years ago
  29. 2c546a1 backport GossipDeviceStore changes back to trivial. by Yuta HIGUCHI · 10 years ago
  30. c35efac DeviceStore update by Yuta HIGUCHI · 10 years ago
  31. 885be1d Fixed annotation handling. by Yuta HIGUCHI · 10 years ago
  32. 0d6a5e6 Fixed remove behavior for Device and Link Store by Yuta HIGUCHI · 10 years ago
  33. 39ede6a SimpleLinkStore with annotation and multi-provider support by Yuta HIGUCHI · 10 years ago
  34. 55710e7 implemented annotation merging on SimpleDeviceStore. by Yuta HIGUCHI · 10 years ago
  35. 8e49379 Experimenting multi Provider support on SimpelDeviceStore. by Yuta HIGUCHI · 10 years ago
  36. 5f6739c Add ProviderID to DeviceStore port update APIs by Yuta HIGUCHI · 10 years ago
  37. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago[Renamed (99%) from core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleDeviceStore.java]
  38. f5712ff Simple{Device,Link}Store test by Yuta HIGUCHI · 10 years ago
  39. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago[Renamed from core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleDeviceStore.java]
  40. ab91cc4 role assertion failure is returned to DeviceProvider by Ayaka Koshibe · 10 years ago
  41. f547970 DeviceStore bugfixes by Yuta HIGUCHI · 10 years ago
  42. f80c972 Enahnced link and host stores to extend general store. by tom · 10 years ago
  43. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago
  44. a7f044e DeviceManager queries MastershipService by Ayaka Koshibe · 10 years ago
  45. e472987 Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance. by tom · 10 years ago
  46. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago[Renamed (99%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/device/impl/SimpleDeviceStore.java]
  47. 5bcc946 Formalized HostStore in preparation for separating managers and stores. by tom · 10 years ago
  48. 41a2c5f Formalized DeviceStore in preparation for separating managers and stores. by tom · 10 years ago
  49. 89b63c5 Added a wipe-out command; we need to revisit how to either make the devices come back or the links not come back. by tom · 10 years ago
  50. 8bf2e6b Added javadocs and separated trivial implementations into distinct packages. by tom · 10 years ago[Renamed (99%) from core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleDeviceStore.java]
  51. cbff939 Working on simple topology manager and provider by tom · 10 years ago
  52. 7869ad9 Cleaned up some of the host-related abstractions and filled in more of the host manager implementation. by tom · 10 years ago
  53. e2dc27a Moved net to core by tom · 10 years ago[Renamed from net/core/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleDeviceStore.java]
  54. 80c0e5e Changed trivial core behaviour to claim switch as a master by default and to apply role to the switch. by tom · 10 years ago
  55. ff7eb7c Enhanced the CLIs. by tom · 10 years ago
  56. eadbb46 Added simple link manager implementation. by tom · 10 years ago
  57. ad2d209 Added getDeviceCount and tests. by tom · 10 years ago
  58. 24c55cd Added unit tests for port handling in trivial core. by tom · 10 years ago
  59. 46a220d Implementing port methods in trivial core. by tom · 10 years ago
  60. 29df6f4 Implementing port update in trivial core. by tom · 10 years ago
  61. 249829a Cleaned-up some names and added a missing sync-block by tom · 10 years ago
  62. e5ec3fd Adding DeviceAdminService facade and tests for SimpleDeviceManager. by tom · 10 years ago