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