1. b1f1625 Refactor: make ResourcePath construction a bit type-safer by Sho SHIMIZU · 9 years ago
  2. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 9 years ago
  3. 2f32e0c [ONOS-3480] Add test case for MplsTc Criterion by Jian Li · 8 years ago
  4. 79bdf3c [ONOS-3494] Add test case for TCPFlags Criterion by Jian Li · 8 years ago
  5. 03d4253 Avoid double wrap of IndexedLambda by Sho SHIMIZU · 9 years ago
  6. a88db49 Avoid double wrap of Bandwidth class by Sho SHIMIZU · 9 years ago
  7. 69dc584 Fix the issue of ONOS-3423 by Sho SHIMIZU · 9 years ago
  8. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 9 years ago
  9. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 9 years ago
  10. ce0bbb3 ONOS-3387 Adding ability for network configurations to be validated before being accepted into the system. by Thomas Vachuska · 9 years ago
  11. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 9 years ago
  12. b0a0684 add key parameter to PathIntent and MplsPathIntent constructors by ilhem fajjari · 9 years ago
  13. 14c0436 Reversible String representation for PortNumber by HIGUCHI Yuta · 9 years ago
  14. ca9cc8e Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
  15. 501c465 Add DataRateUnit to help specifying Bandwidth. by HIGUCHI Yuta · 9 years ago
  16. 584107a ONOS-3224 HostToHostIntent should have implicit non-OPTICAL constraint by HIGUCHI Yuta · 9 years ago
  17. 8f7feed Unit tests to improve coverage by Ray Milkey · 9 years ago
  18. 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
  19. ed976a4 Inserted set and get controllers methods in ovsdb controller config by andrea · 9 years ago
  20. ea5adc6 Corrected output of network configuration subjectKeys in JSON output; no longer relies on subject.toString. by Thomas Vachuska · 9 years ago
  21. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  22. 2581e18 Remove constructor deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  23. a5beadc Remove optical related APIs deprecated in Cardinal by Sho SHIMIZU · 9 years ago
  24. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  25. 924cda4 ONOS- 2946 Adding ability to view packet processor statistics. by Thomas Vachuska · 9 years ago
  26. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  27. 7f171b2 ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors. by Thomas Vachuska · 9 years ago
  28. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  29. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  30. d714efe Remove unused import statements by Sho SHIMIZU · 9 years ago
  31. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  32. d82a4e6 Remove redundant type cast by Sho SHIMIZU · 9 years ago
  33. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  34. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  35. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  36. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  37. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  38. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  39. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  40. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  41. 810d6e7 Coverage and SONAR improvements for Objectives classes by Ray Milkey · 9 years ago
  42. ba41fc1 ONOS-2446: Implement API to declare resource hierarchy by Sho SHIMIZU · 9 years ago
  43. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  44. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  45. 5b94aea Refactor event dispatch injector to use TestUtils field setter by Ray Milkey · 9 years ago
  46. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  47. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  48. 3595823 Unit test for the gossip intent store by Ray Milkey · 9 years ago
  49. d0533e5 Unit tests for ModTunnelIdInstruction and ModTransportPortInstruction by Hyunsun Moon · 9 years ago
  50. 4ecaeea Add unit test to check equality for resource constructs by Sho SHIMIZU · 9 years ago
  51. 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
  52. 80b0a80 Added deviceId to the DriverData as part of available context. by Thomas Vachuska · 9 years ago
  53. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  54. 738dfaf [ONOS-2159]Add to query devices by type api in DeviceService and by samuel · 9 years ago
  55. ee49df1 Unit tests for DefaultLoad class by Ray Milkey · 9 years ago
  56. c4d5661 ONOS-2297: Decouple ResourceRequest and ResourceAllocation by Sho SHIMIZU · 9 years ago
  57. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  58. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  59. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  60. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  61. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  62. 419dcad Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  63. d164c0e Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  64. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  65. 33d44c5 Unit tests for Default Group class by Ray Milkey · 9 years ago
  66. c46af20 Fixing an issue where intents fail to re-route after a node is restarted; caused by failure to register intent resources correctly. by Thomas Vachuska · 9 years ago
  67. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  68. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  69. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  70. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  71. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  72. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  73. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  74. f410a0c Unit test for Objectives classes by Ray Milkey · 9 years ago
  75. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  76. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  77. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  78. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  79. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  80. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  81. 635c2d7 Adding device driver inheritance mechanism. by Thomas Vachuska · 9 years ago
  82. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  83. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  84. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  85. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  86. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  87. 5a5a734 Add unit tests for ModL0OchSignalInstruction by Sho SHIMIZU · 9 years ago
  88. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  89. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  90. eb35026 Add missing test class for OchSignal by Sho SHIMIZU · 9 years ago
  91. c5ade71 Add Javadoc for IndexedLambda by Sho SHIMIZU · 9 years ago
  92. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  93. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  94. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  95. a05fd20 Unit tests for some uncovered Intent types by Ray Milkey · 9 years ago
  96. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  97. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  98. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  99. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  100. 171c2e8 PortNumber also backed by port name by Marc De Leenheer · 9 years ago