1. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  2. 3afbc7f Adding ability to project device, link and host model as alternate entities. by Thomas Vachuska · 8 years ago
  3. 533ef98 AtomicValue updates by Madan Jampani · 8 years ago
  4. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  5. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  6. 51539b8 Enforce naming convention regarding abbreviations by Jonathan Hart · 9 years ago
  7. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  8. f95290a Added newValue and oldValue methods to MapEvent. by Madan Jampani · 8 years ago
  9. fa24218 Added destroy() method to DistributedPrimitive interface by Madan Jampani · 8 years ago
  10. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  11. 2d31022 Introduce two specific types of ResourceId for Discrete and Continuous by Sho SHIMIZU · 8 years ago
  12. d0dd135 API changes for net config link provider by Ray Milkey · 8 years ago
  13. c2da488 Harden DefaultApplication against modification. by Simon Hunt · 8 years ago
  14. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  15. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  16. a090a11 Added DistributedPrimitive interface by Madan Jampani · 8 years ago
  17. b75b488 ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig by Andrea Campanella · 8 years ago
  18. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  19. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  20. 38f561c Fix bug that a list is mistakenly added as an element of another list by Sho SHIMIZU · 8 years ago
  21. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  22. 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
  23. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  24. be60dde ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified). by Simon Hunt · 8 years ago
  25. 3e4ccaf ONOS-3749: Show Flow ID and group ID in the flow table as hex values. by Simon Hunt · 8 years ago
  26. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  27. 76b30f7 Rename ResourcePath.Key to ResourceId for naming consistency by Sho SHIMIZU · 8 years ago
  28. 7e6d18e Introduce ResourcePath.Key by Sho SHIMIZU · 8 years ago
  29. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  30. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  31. 19e2cea [FALCON] adding api to enable packet requests to a single device. by alshabib · 8 years ago
  32. 3564a8c Improve test coverage for Instructions APIs by Ray Milkey · 8 years ago
  33. ca8cb4e Unit test for OchSignal by HIGUCHI Yuta · 8 years ago
  34. 9d49f54 DefaultDeviceDescription and DefaultLinkDescriptionTest classes toString() method have been updated. by Pavel Likin · 8 years ago
  35. b2a383f Implementing computeIf in TestConsistentMap by Brian O'Connor · 8 years ago
  36. 6f8b702 Including nodeId in DefaultPacketRequest so that we do not prematurely withdraw intercepts when a node is shutdown by Madan Jampani · 8 years ago
  37. 2b8e189 Added an adapter for PersistenceService to be used in unit tests by Madan Jampani · 8 years ago
  38. f1ecf99 [ONOS-3513] Implement PBB I-SID Criterion and test case to Southbound by Jian Li · 8 years ago
  39. b1f1625 Refactor: make ResourcePath construction a bit type-safer by Sho SHIMIZU · 8 years ago
  40. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  41. 2f32e0c [ONOS-3480] Add test case for MplsTc Criterion by Jian Li · 8 years ago
  42. 79bdf3c [ONOS-3494] Add test case for TCPFlags Criterion by Jian Li · 8 years ago
  43. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 8 years ago
  44. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 8 years ago
  45. 69dc584 Fix the issue of ONOS-3423 by Sho SHIMIZU · 8 years ago
  46. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 8 years ago
  47. 66cf0b9 Modifying eventually consistent map and tests to make use of the persistence service. by Aaron Kruglikov · 9 years ago
  48. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 8 years ago
  49. ce0bbb3 ONOS-3387 Adding ability for network configurations to be validated before being accepted into the system. by Thomas Vachuska · 8 years ago
  50. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  51. b0a0684 add key parameter to PathIntent and MplsPathIntent constructors by ilhem fajjari · 9 years ago
  52. 14c0436 Reversible String representation for PortNumber by HIGUCHI Yuta · 8 years ago
  53. 761f004 ONOS-1684 Added support for app dependencies. by Thomas Vachuska · 8 years ago
  54. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  55. c65dd71 ONOS-3321 Added ability for applications to register a deactivation hook. by Thomas Vachuska · 8 years ago
  56. cd15027 ONOS-3320: PropertyPanelTest fails in non-English locale. by Simon Hunt · 8 years ago
  57. 501c465 Add DataRateUnit to help specifying Bandwidth. by HIGUCHI Yuta · 9 years ago
  58. 584107a ONOS-3224 HostToHostIntent should have implicit non-OPTICAL constraint by HIGUCHI Yuta · 9 years ago
  59. 8f7feed Unit tests to improve coverage by Ray Milkey · 9 years ago
  60. e9343f3 GUI Topo -- Cleaned up NodeBadge, now that we have a clearer idea of what we want to model. by Simon Hunt · 9 years ago
  61. 8589757 GUI Topo -- added NodeBadge field to NodeHighlight. by Simon Hunt · 9 years ago
  62. 83c5b83 GUI Topo -- added NodeBadge model object. by Simon Hunt · 9 years ago
  63. 52d8155 [Emu] Defining classes for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction - Data Model and Tests only by Yafit Hadar · 9 years ago
  64. ed976a4 Inserted set and get controllers methods in ovsdb controller config by andrea · 9 years ago
  65. ea5adc6 Corrected output of network configuration subjectKeys in JSON output; no longer relies on subject.toString. by Thomas Vachuska · 9 years ago
  66. 82fd632 Adding atomic countetr compare and set method by Aaron Kruglikov · 9 years ago
  67. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  68. dd106a6 Simplified component config loader with preset method that sets the configuration regardless of the component state by andrea · 9 years ago
  69. fd912ac minor name changes and javadoc by andrea · 9 years ago
  70. 911c519 Unit tests for packet processing the the AAA app by Ray Milkey · 9 years ago
  71. 2581e18 Remove constructor deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  72. a5beadc Remove optical related APIs deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  73. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  74. 924cda4 ONOS- 2946 Adding ability to view packet processor statistics. by Thomas Vachuska · 9 years ago
  75. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  76. 7f171b2 ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors. by Thomas Vachuska · 9 years ago
  77. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  78. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  79. d714efe Remove unused import statements by Sho SHIMIZU · 9 years ago
  80. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  81. 8dc81ea Apply JUnit4 style test by Sho SHIMIZU · 9 years ago
  82. d82a4e6 Remove redundant type cast by Sho SHIMIZU · 9 years ago
  83. 006e486 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  84. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  85. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  86. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  87. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  88. 5256066 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  89. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  90. 743a849 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  91. df6a6e4 Modify TimeFormatterTest to work on some systems to address [ONOS-2732] by Jon Hall · 9 years ago
  92. 7229721 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  93. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  94. d6685d0 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  95. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  96. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  97. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  98. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  99. 810d6e7 Coverage and SONAR improvements for Objectives classes by Ray Milkey · 9 years ago
  100. e106522 Support for a java.util.Map implementation backed by ConsistentMap by Madan Jampani · 9 years ago