1. e34f110 [ONOS-2225] Add unit test for Flow Objectives REST API by Jian Li · 8 years ago
  2. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  3. 5e5734f Add a null test case for getMeterByDeviceIdAndMeterId REST method by Jian Li · 8 years ago
  4. a4faf4f Add getMetersByDeviceId REST method by Jian Li · 8 years ago
  5. a7f86ce [ONOS-3603] Add getGroupByDeviceIdAndAppCookie method in group REST API by Jian Li · 8 years ago
  6. 64dd889 [ONOS-3601] Add unit test for MetricCodec and correct some typos by Jian Li · 8 years ago
  7. 5c41123 [ONOS-3618] Implement REST API for Meter query, insert, delete by Jian Li · 8 years ago
  8. 162149f [ONOS-3601] Add more cases in metrics REST API unit test by Jian Li · 8 years ago
  9. ecb3c0f [ONOS-3603] Implement REST API for Group query, insert, delete by Jian Li · 8 years ago
  10. 7231515 [Falcon][ONOS-3601] Add REST API for metrics service with unit test by Jian Li · 8 years ago
  11. 5df3595 ONOS-3562 Changing the flow instructions port to human readable format by Andrea Campanella · 8 years ago
  12. a026be7 Restructuring the form of REST API deployment to provide by Thomas Vachuska · 8 years ago
  13. 37a5d8c Unit tests for network config REST API. by Ray Milkey · 8 years ago
  14. 2be2f88 Class name corrected while retriving stream from json by Phaneendra Manda · 8 years ago
  15. 761f004 ONOS-1684 Added support for app dependencies. by Thomas Vachuska · 8 years ago
  16. be539db JSON for flows should return the app name, not the app ID by Ray Milkey · 9 years ago
  17. 8d07640 Set the location string correctly for intent POST operations by Ray Milkey · 9 years ago
  18. 05b169d Improve coverage for Intents REST API test by Ray Milkey · 9 years ago
  19. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  20. 7c4d196 onos-2420 Add unit test for Host REST API and fix documentation errors. by Kedar Gupta · 9 years ago
  21. 7b15851 Fix delete of an intent and add a unit test for it by Ray Milkey · 9 years ago
  22. f7cb401 Fix ONOS-2090 - Improvements to Intent JSON by Ray Milkey · 9 years ago
  23. b9af946 Implement REST APIs for link flow statistics by Ray Milkey · 9 years ago
  24. b82c42b Implementation of REST POST API for creating intents by Ray Milkey · 9 years ago
  25. eb5c717 ONOS-2144 - Complete implementation of REST API for flows by Ray Milkey · 9 years ago
  26. b4258a9 ONOS-2124 Improved web-exception handling when an anonymous exception, i.e. one without a message, is raised. by Thomas Vachuska · 9 years ago
  27. d43fe45 REST API to create flows by Ray Milkey · 9 years ago
  28. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  29. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  30. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  31. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  32. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  33. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  34. 674dd8b Enable Intent REST API tests by Ray Milkey · 9 years ago
  35. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  36. a0cecdc Fix for ONOS-1595 - return proper status (405) when using an unsupported method by Ray Milkey · 9 years ago
  37. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  38. 5197928 ONOS-1470 Added unit tests for component config REST API. by Thomas Vachuska · 9 years ago
  39. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  40. 3c994f7 ONOS-1329: Migrate Codec related code to onos-core-common bundle by HIGUCHI Yuta · 9 years ago
  41. 3e3ec5f [Cardinal] Add builders for Intents and remove extra constructors. by Ray Milkey · 9 years ago
  42. c24cde3 Add priority to Intents by Ray Milkey · 9 years ago
  43. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  44. 1e5873e ONOS-400 Topology creation and up time formatting fixes by Abhishek Dwaraki · 9 years ago
  45. 346b5b3 Traffic Treatements now support deferred, immediate, table, and clear instructions. by alshabib · 9 years ago
  46. 43a2822 Refactor tests to use shared mock implementations by Ray Milkey · 9 years ago
  47. ab8553a Fix a bug: there are two ECN bits in the IPv4 header, not three. by Pavlin Radoslavov · 9 years ago
  48. 6a47964 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  49. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  50. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  51. c06c89b REST API modifications to take application ID/Kep pair to fetch intents. by Ayaka Koshibe · 9 years ago
  52. 4fd4ebb Continue updating GossipIntentStore to new API. by Jonathan Hart · 9 years ago
  53. f9af43c Refactoring of IntentId based APIs by Ray Milkey · 9 years ago
  54. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  55. 0cc189e Add a test for unsupported criterion type by Ray Milkey · 9 years ago
  56. 46670a8 Refactor criterion codec test and matcher by Ray Milkey · 9 years ago
  57. 5e4f754 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  58. f3b6933 Fix toward ONOS-960 - Signed/unsigned value mismatch for OpenFlow-related by Pavlin Radoslavov · 9 years ago
  59. 32a53c5 Instruction related fixes by Yuta HIGUCHI · 9 years ago
  60. 9ee62f5 add unit test for criterion codec by Ray Milkey · 9 years ago
  61. 73ba84a Refactor criterion codec by Ray Milkey · 9 years ago
  62. ed0b166 Fix tests that were hiding the setUp() mthod in the JerseyTest framework by Ray Milkey · 9 years ago
  63. 293ede0 Workaround for ambiguous isA method by Yuta HIGUCHI · 9 years ago
  64. d0fd841 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  65. 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
  66. 540b2ce Make JSON codecs immutable by Ray Milkey · 9 years ago
  67. f195b02 Unit tests for applications REST APIs by Ray Milkey · 9 years ago
  68. 19ffea3 ONOS-790 - REST APIs for paths by Ray Milkey · 9 years ago
  69. 320e6c9 Implement some of the missing Selector and Match Conditions by Pavlin Radoslavov · 9 years ago
  70. 2287d88 ONOS-887 - Return a 404 status when a URL specifies a bad resource by Ray Milkey · 9 years ago
  71. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  72. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  73. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  74. 9c3d336 Make REST API unit tests choose a free port to allow concurrent builds by Ray Milkey · 9 years ago
  75. 8fd68ca ONOS-792 Implement Unit Tests for Links and Devices REST APIs by Ray Milkey · 9 years ago
  76. 521d370 Removed prototype REST resource by Ray Milkey · 9 years ago
  77. c401e6e ONOS-792 Unit tests for Topology REST GET APIs by Ray Milkey · 9 years ago
  78. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  79. b9a8a18 ONOS-741 - JSON codecs for constraints by Ray Milkey · 9 years ago
  80. db35808 Unit tets for instruction JSON codecs by Ray Milkey · 9 years ago
  81. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  82. c95bb9d ONOS-574 - Complete REST APIs for flows by Ray Milkey · 9 years ago
  83. 4f5de00 Implement REST APIs for flows: by Ray Milkey · 9 years ago
  84. 2b21714 Implement GET REST API for intents by Ray Milkey · 9 years ago
  85. 02f446b Add a negative test for Host REST API by Ray Milkey · 9 years ago
  86. 1f95bd3 Implement REST API for Hosts objects by Ray Milkey · 9 years ago
  87. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  88. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago