1. ae54173 Linc-OE ports now identifiable as Och and OMS ports. by Ayaka Koshibe · 9 years ago
  2. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  3. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  4. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  5. 9bb32ab Moved AbstractWebResource to api bundle so it is accessible by applications. by Jonathan Hart · 9 years ago
  6. 3b84c86 Providing a work-around for a bug in the gossip stores, which prevents annotations from sticking initially. by Thomas Vachuska · 9 years ago
  7. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  8. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  9. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  10. 674dd8b Enable Intent REST API tests by Ray Milkey · 9 years ago
  11. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  12. c40d463 Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies. by Thomas Vachuska · 9 years ago
  13. a0cecdc Fix for ONOS-1595 - return proper status (405) when using an unsupported method by Ray Milkey · 9 years ago
  14. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  15. f8cac48 Mild REST API refactoring. by Thomas Vachuska · 9 years ago
  16. 5197928 ONOS-1470 Added unit tests for component config REST API. by Thomas Vachuska · 9 years ago
  17. e684743 ONOS-1470 Implemented component config REST API. by Thomas Vachuska · 9 years ago
  18. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  19. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  20. 67c2272 ONOS-1242 - REST API for Withdrawing Intents by Ray Milkey · 9 years ago
  21. 8683e01 Fixing codec usage. by Thomas Vachuska · 9 years ago
  22. 3c994f7 ONOS-1329: Migrate Codec related code to onos-core-common bundle by HIGUCHI Yuta · 9 years ago
  23. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  24. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  25. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  26. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  27. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  28. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  29. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  30. 1e5873e ONOS-400 Topology creation and up time formatting fixes by Abhishek Dwaraki · 9 years ago
  31. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  32. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  33. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  34. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  35. 93da11f Providing sample web.xml configuration for enabling basic authentication of REST API & GUI. by Thomas Vachuska · 9 years ago
  36. ab8553a Fix a bug: there are two ECN bits in the IPv4 header, not three. by Pavlin Radoslavov · 9 years ago
  37. 6a47964 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  38. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  39. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  40. 179f377 Fix boxing/unboxing to parse a primitive by Yuta HIGUCHI · 9 years ago
  41. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  42. c06c89b REST API modifications to take application ID/Kep pair to fetch intents. by Ayaka Koshibe · 9 years ago
  43. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  44. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  45. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  46. 0cc189e Add a test for unsupported criterion type by Ray Milkey · 9 years ago
  47. 46670a8 Refactor criterion codec test and matcher by Ray Milkey · 9 years ago
  48. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  49. f3b6933 Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related by Pavlin Radoslavov · 9 years ago
  50. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  51. 9ee62f5 add unit test for criterion codec by Ray Milkey · 9 years ago
  52. 73ba84a Refactor criterion codec by Ray Milkey · 9 years ago
  53. ed0b166 Fix tests that were hiding the setUp() mthod in the JerseyTest framework by Ray Milkey · 9 years ago
  54. 293ede0 Workaround for ambiguous isA method by Yuta HIGUCHI · 9 years ago
  55. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  56. ebf5e54 ONOS-542 Added ability for app bundle to carry it's own artifacts, including feature repo. Fixed onos-package script. Added JSON output to CLI. by Thomas Vachuska · 9 years ago
  57. 540b2ce Make JSON codecs immutable by Ray Milkey · 9 years ago
  58. f195b02 Unit tests for applications REST APIs by Ray Milkey · 9 years ago
  59. 19ffea3 ONOS-790 - REST APIs for paths by Ray Milkey · 9 years ago
  60. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  61. 4c0da81 Fix missing break statement found by Sonar by Ray Milkey · 9 years ago
  62. 2287d88 ONOS-887 - Return a 404 status when a URL specifies a bad resource by Ray Milkey · 9 years ago
  63. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  64. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  65. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  66. 9c3d336 Make REST API unit tests choose a free port to allow concurrent builds by Ray Milkey · 9 years ago
  67. 8fd68ca ONOS-792 Implement Unit Tests for Links and Devices REST APIs by Ray Milkey · 9 years ago
  68. 521d370 Removed prototype REST resource by Ray Milkey · 9 years ago
  69. 3f02569 Use JsonBodyWriter directly rather than converting JSON to strings first by Ray Milkey · 9 years ago
  70. c401e6e ONOS-792 Unit tests for Topology REST GET APIs by Ray Milkey · 9 years ago
  71. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  72. 82e5031 ONOS-792 - topology related REST GET APIs by Ray Milkey · 9 years ago
  73. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  74. b9a8a18 ONOS-741 - JSON codecs for constraints by Ray Milkey · 9 years ago
  75. db35808 Unit tets for instruction JSON codecs by Ray Milkey · 9 years ago
  76. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  77. c95bb9d ONOS-574 - Complete REST APIs for flows by Ray Milkey · 9 years ago
  78. 4f5de00 Implement REST APIs for flows: by Ray Milkey · 9 years ago
  79. 2b21714 Implement GET REST API for intents by Ray Milkey · 9 years ago
  80. 02f446b Add a negative test for Host REST API by Ray Milkey · 9 years ago
  81. 1f95bd3 Implement REST API for Hosts objects by Ray Milkey · 9 years ago
  82. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  83. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  84. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  85. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  86. 3f06e08 Various gui & test script tweaks. by Thomas Vachuska · 9 years ago
  87. ece59ee Fixing visuals for the SDN-IP demo. by Thomas Vachuska · 9 years ago
  88. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  89. dea45ff Adding enhancements to the GUI server-side. by Thomas Vachuska · 9 years ago
  90. 21e0364 Cleaning up Javadocs. by Thomas Vachuska · 9 years ago
  91. ca60f2b Initial sketch of codecs and REST API approach. FIxed typos and defects. ONOS-81 by Thomas Vachuska · 9 years ago
  92. 5481532 Changed argument from Device -> DeviceId by Yuta HIGUCHI · 9 years ago
  93. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 9 years ago
  94. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 9 years ago
  95. 4f1a60c Revised copyright message. by Thomas Vachuska · 9 years ago
  96. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 9 years ago
  97. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 9 years ago
  98. 9252bc3 Added a REST command to upload topology configuration. by Thomas Vachuska · 9 years ago
  99. 0820da0 use managed guava version by Yuta HIGUCHI · 9 years ago
  100. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago