1. 2d31022 Introduce two specific types of ResourceId for Discrete and Continuous by Sho SHIMIZU · 8 years ago
  2. bb062ec Fixing a discrepancy in driver manager implementation. by Thomas Vachuska · 8 years ago
  3. 65ece15 ONOS-3786 deletePort from specific bridge method and correct bridge name retrivial call in old add and delete ports of OsvdbBridgeConfig by Andrea Campanella · 8 years ago
  4. c93117d [GEANT] Adding driver/behavior for setting configuration on NETCONF devices. by Andreas Papazois · 8 years ago
  5. 7f256f5 Fix all javadoc warnings by Jian Li · 8 years ago
  6. c7840bd Improvements to flows list command. by Jonathan Hart · 8 years ago
  7. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  8. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  9. d0dd135 API changes for net config link provider by Ray Milkey · 8 years ago
  10. 6f828c3 Bugfix and cosmetic changes to resource subsystem by HIGUCHI Yuta · 8 years ago
  11. 238d96e ONOS-3758 restructuring driver module with sub-modules for different drivers by Andrea Campanella · 8 years ago
  12. c43fd1c Ensure basic SubjectFactories have been initialized before NetworkConfigLoader by Jonathan Hart · 8 years ago
  13. 837a363 APIs for accessing/administering storage partitions + API for creating distributed primitives by Madan Jampani · 8 years ago
  14. c2da488 Harden DefaultApplication against modification. by Simon Hunt · 8 years ago
  15. f4c8850 Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle by Madan Jampani · 8 years ago
  16. ad3c526 Using provider pattern for cluster metadata. by Madan Jampani · 8 years ago
  17. 3cb7ff9 Add helper to build DefaultAnnotations based on existing Annotations by HIGUCHI Yuta · 8 years ago
  18. 01b0f595 [ONOS-3634] Provide default category name and make url nullable by Jian Li · 8 years ago
  19. 8bcb4f2 [ONOS-3634] Remove readme tag from app.xml by Jian Li · 8 years ago
  20. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  21. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  22. 52b9336 Added a new method to create a port by Hyunsun Moon · 8 years ago
  23. 70b88d8 Tighten precontinoal checks by Sho SHIMIZU · 8 years ago
  24. 96b39e2 Remove a method checking if non-null by using Optional by Sho SHIMIZU · 8 years ago
  25. a090a11 Added DistributedPrimitive interface by Madan Jampani · 8 years ago
  26. 8474fdd Fix how default partitions are created by Madan Jampani · 8 years ago
  27. f6c6a30 Fix incorrect input verification check in ClusterMetadata by Madan Jampani · 8 years ago
  28. 8baf447 [ONOS-3722] Augment TableModel to support annotations by Jian Li · 8 years ago
  29. d8d92db ONOS-3754 Create driver/behavior for Ciena waveserver by Andrea Campanella · 8 years ago
  30. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  31. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  32. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  33. 118f671 Power config API (ONOS-2866). by Marc De Leenheer · 9 years ago
  34. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  35. 5fb1ea3 Use the word "id" not "key" to get the names matched by Sho SHIMIZU · 8 years ago
  36. 38f561c Fix bug that a list is mistakenly added as an element of another list by Sho SHIMIZU · 8 years ago
  37. dfde6ba Added an async version for AtomicValue and misc javadoc improvements by Madan Jampani · 8 years ago
  38. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  39. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  40. fa0dc66 adding a criterion for inner vlans used by olt to match on the inner vlan by alshabib · 8 years ago
  41. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  42. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  43. d36def0 MessagingService API enchancements by Madan Jampani · 8 years ago
  44. be60dde ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified). by Simon Hunt · 8 years ago
  45. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  46. e320103 Add new OFOpticalSwitch13 LambdaQuery, and corrections to OMS port Desc: by Rimon Ashkenazy · 8 years ago
  47. 3756cc3 Change applicationId's equality checking and hashing method by Jian Li · 8 years ago
  48. 3e4ccaf ONOS-3749: Show Flow ID and group ID in the flow table as hex values. by Simon Hunt · 8 years ago
  49. 24e296b Prevent null treatments by Jonathan Hart · 8 years ago
  50. 138de8b FIxing basic device config and demoting some config-related messages to debug. by Thomas Vachuska · 8 years ago
  51. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  52. 76b30f7 Rename ResourcePath.Key to ResourceId for naming consistency by Sho SHIMIZU · 8 years ago
  53. 7e6d18e Introduce ResourcePath.Key by Sho SHIMIZU · 8 years ago
  54. 00762ee Avoid potential round-off error caused by floating point by Sho SHIMIZU · 8 years ago
  55. 82b3c11 Add hasBehaviour to DriverHandler by HIGUCHI Yuta · 8 years ago
  56. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  57. db450ee Reverted constant accessors to be public again. by Simon Hunt · 8 years ago
  58. 3600846 Fixed an issue in basic host and basic link config validations. by Thomas Vachuska · 8 years ago
  59. 0f5da69 [ONOS-3717] Add checkNotNull for the parameters of the constructors of OchPort, OduCltPort and OmsPort. by Toru Furusawa · 8 years ago
  60. c23f583 [Falcon] Register TributarySlot resources in resource manager. by Toru Furusawa · 8 years ago
  61. 3ddb7b2 [Falcon] link discovery - by Ayaka Koshibe · 8 years ago
  62. 79f6732 [ONOS-3642] Add missing meter icon in topology view by Jian Li · 8 years ago
  63. 7adb89e Adding omitted copyright. by Aaron Kruglikov · 8 years ago
  64. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  65. 622861d Lambda queries don't rely on driver state, and have separate package. by Marc De Leenheer · 8 years ago
  66. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  67. 12faf8d Adding driver and behavior for getting configuration on NETCONF devices. by Aaron Kruglikov · 8 years ago
  68. e71dfa4 ONOS-3521: SM-ONOS performance improvement by Changhoon Yoon · 8 years ago
  69. 9092db8 Event history service and CLI by HIGUCHI Yuta · 8 years ago
  70. fc5ca93 [ONOS-2809] Support a TransactionalSet data structure by Jian Li · 8 years ago
  71. 34e6314 Remove @Deprecated from Annotation keys used by netcfg by HIGUCHI Yuta · 8 years ago
  72. b7a15d7 Modify MPLS/VLAN query by HIGUCHI Yuta · 8 years ago
  73. 1932b93 Add getMeters method for obtaining meter collection by device id by Jian Li · 8 years ago
  74. 5c41123 [ONOS-3618] Implement REST API for Meter query, insert, delete by Jian Li · 8 years ago
  75. 79e5287 [Falcon] Refactored mcast store implementation. by alshabib · 8 years ago
  76. 19e2cea [FALCON] adding api to enable packet requests to a single device. by alshabib · 8 years ago
  77. 1684b00 Bugfix: only allow REMARK band to have a precedence by Jian Li · 8 years ago
  78. 0b5ccd2 [Falcon] Pretty print OchSignal by Naoki Shiota · 8 years ago
  79. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  80. 3564a8c Improve test coverage for Instructions APIs by Ray Milkey · 8 years ago
  81. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  82. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  83. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  84. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  85. ca8cb4e Unit test for OchSignal by HIGUCHI Yuta · 8 years ago
  86. ec5349f One more IndexedLambda deprecation by HIGUCHI Yuta · 8 years ago
  87. 9d49f54 DefaultDeviceDescription and DefaultLinkDescriptionTest classes toString() method have been updated. by Pavel Likin · 8 years ago
  88. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  89. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  90. 603e8d9 Optical related minor fixes by HIGUCHI Yuta · 8 years ago
  91. 2c30530 Deprecate IndexedLambda and remove from optical intent compiler. by Marc De Leenheer · 8 years ago
  92. 423fe2b CORD-354 OF-DPA support for link-failures. by Saurav Das · 8 years ago
  93. cc4754d ONOS-3593 Fix NPE when selector or treatment is not assigned in FlowRule.Builder by Charles Chan · 8 years ago
  94. c7f49f9 ONOS-3565: Retry host store updates that fail due to concurrent modification by Madan Jampani · 8 years ago
  95. c4178cc Adding protection against UI extension failures crashing the whole UI. by Thomas Vachuska · 8 years ago
  96. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  97. 17ed48b Added a utility method for creating store Serializer from a single KryoNamespace and some additional classes by Madan Jampani · 8 years ago
  98. 6f4ae1c isBoolean addition by Thejaswi NK · 8 years ago
  99. 5df3595 ONOS-3562 Changing the flow instructions port to human readable format by Andrea Campanella · 8 years ago
  100. b2a383f Implementing computeIf in TestConsistentMap by Brian O'Connor · 8 years ago