1. 984e2d8 Fix returned responses for DELETE operations by Ray Milkey · 8 years ago
  2. 0c49b60 Fix for JIRA ONOS-4620. Whenever networkconfiguration is deleted even the queued will be removed by Deepa Vaddireddy · 8 years ago
  3. 839b6ed Fixing file permissions by Yuta HIGUCHI · 8 years ago
  4. 1499864 Fixed NPE and return 404 error upon unknown app activation request by Hyunsun Moon · 8 years ago
  5. 54b83e8 Improve network config validation errors to show which fields are invalid. by Jonathan Hart · 8 years ago
  6. 20a070b allow applications to be installed by URL from REST API by alshabib · 8 years ago
  7. a424a05 Allow to specify appId through FlowObjective REST API by Jian Li · 8 years ago
  8. 6921ceb Add ability to add mcast sinks via REST API by Jonathan Hart · 8 years ago
  9. 2907ad2 [ONOS-4530] Allow to specify appId when insert FlowRule through REST by Jian Li · 8 years ago
  10. dea375a Remove deprecated ConfigProvider. by HIGUCHI Yuta · 8 years ago
  11. 7d06923 Fix compile time NPE which is encountered in Eclipse IDE by Jian Li · 8 years ago
  12. a3e4c7a Bugfix: fix the swagger broken issue caused by unsupported data type by Jian Li · 8 years ago
  13. 847242b [ONOS-4409] Merge getApp REST methods into one, revise unit test by Jian Li · 8 years ago
  14. cc730a6 Clean up source code of REST API by Jian Li · 8 years ago
  15. a7cd9d7 Try explicit class casting to remove warning message by Jian Li · 8 years ago
  16. c2a542b Explicitly return NO CONTENT type response for http DELETE request by Jian Li · 8 years ago
  17. cbf4989 Treat null as NOT FOUND for application and applicationId by Jian Li · 8 years ago
  18. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  19. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  20. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  21. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  22. 0409b70 Revise Mastership REST API to use synchronous methods by Jian Li · 8 years ago
  23. f96d41f [ONOS-4438] Add REST API for mastership service by Jian Li · 8 years ago
  24. 1decd53 ONOS-4077: REST API's for virtual networks, devices, ports, links: add missing onos.rsModel statements + fix example field in JSON files by Claudine Chiu · 8 years ago
  25. a98c2ea ONOS-4077: REST API's for virtual networks and tenants by Claudine Chiu · 8 years ago
  26. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  27. 08d65cf Remove duplicated removeVirtualLink and corresponding unit test by Jian Li · 8 years ago
  28. bee3509 Fix javadoc warnings by Ray Milkey · 8 years ago
  29. f6bf8d5 ONOS-4077: REST API's for virtual links. by Claudine Chiu · 8 years ago
  30. 460f9b0 Add bulk delete for flows by Ray Milkey · 8 years ago
  31. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  32. fb8b816 REST API's for tenants, virtual networks, virtual devices ad virtual ports. by Claudine Chiu · 8 years ago
  33. 90289b0 STC fixes by Ray Milkey · 8 years ago
  34. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  35. a1ae5e1 Adding ability to push flow rule batches via REST API. by Thomas Vachuska · 8 years ago
  36. 9d61649 [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2 by Jian Li · 8 years ago
  37. b11c4d0 Allow list-type config to be POSTed to subjectkey/subject/configkey endpoint. by Jonathan Hart · 8 years ago
  38. 881f29f ONOS-4114 Flows Post has example of criteria, swagger shows link to wiki page with full json criteria by Andrea Campanella · 8 years ago
  39. b8ff641 Fixing device key REST API bugs and adding json definitions. by Brian Stanke · 8 years ago
  40. 0c45180 [ONOS-4016] Implement Region administration REST API by Jian Li · 8 years ago
  41. 547c205 Fail the build if @onos.rsModel specified model json does not exist by HIGUCHI Yuta · 8 years ago
  42. b9170d9 ONOS-3658 - Adding REST APIs for query and management of device keys. by Brian Stanke · 8 years ago
  43. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  44. 07eb041 Implemented REST API for multicast RIB. by Jonathan Hart · 8 years ago
  45. d79d39e Fix incorrect NextId name issue of FlowObjectives swagger doc by Jian Li · 8 years ago
  46. 9567896 Remove redundant meter id when create a meter entry in REST API by Jian Li · 8 years ago
  47. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  48. f9879c5 Marking ConfigProvider as deprecated. by Thomas Vachuska · 8 years ago
  49. 118f671 Power config API (ONOS-2866). by Marc De Leenheer · 9 years ago
  50. 4de9054 Fix javadoc errors. by HIGUCHI Yuta · 8 years ago
  51. e9ac2c5 [ONOS-2225] Implement REST API for Flow Objectives by Jian Li · 8 years ago
  52. 00762ee Avoid potential round-off error caused by floating point by Sho SHIMIZU · 8 years ago
  53. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  54. 70e76d8 Remove redundancy by replacing values with Spectrum.CENTER_FREQUENCY by Sho SHIMIZU · 8 years ago
  55. 5e5734f Add a null test case for getMeterByDeviceIdAndMeterId REST method by Jian Li · 8 years ago
  56. a4faf4f Add getMetersByDeviceId REST method by Jian Li · 8 years ago
  57. a7f86ce [ONOS-3603] Add getGroupByDeviceIdAndAppCookie method in group REST API by Jian Li · 8 years ago
  58. 5c41123 [ONOS-3618] Implement REST API for Meter query, insert, delete by Jian Li · 8 years ago
  59. ecb3c0f [ONOS-3603] Implement REST API for Group query, insert, delete by Jian Li · 8 years ago
  60. 7231515 [Falcon][ONOS-3601] Add REST API for metrics service with unit test by Jian Li · 8 years ago
  61. a026be7 Restructuring the form of REST API deployment to provide by Thomas Vachuska · 8 years ago
  62. 10c4adc ONOS-2706 Changing rsModel annotation to onos.rsModel by Andrea Campanella · 8 years ago
  63. e22731b [ONOS-3394] Remove network configuration model from SwaggerUi and line stripping for better swagger.json formatting. by Andrea Campanella · 8 years ago
  64. 43c956b [ONOS-3402] parseHost method adds all Json fields as annotations by Jian Li · 8 years ago
  65. d120f5c CORD-12:Adding support for port statistics REST API by Srikanth Vavilapalli · 8 years ago
  66. c008511 [ONOS-3394] Json Models for Intents by andrea · 8 years ago
  67. 36992c8 ONOS-3379: Config REST 500 errors on GET operations if keys don't exist by Ray Milkey · 8 years ago
  68. 1ce2bc8 [ONOS-3394] Json models for REST api by andrea · 8 years ago
  69. b9fe25d ONOS-3378 REST DELETE operation on network config subject class key by Ray Milkey · 8 years ago
  70. 5056b51 [ONOS-3394] JsonModels for Swagger UI by andrea · 8 years ago
  71. 8fba1c8 ONOS-3369: log an exception on REST server errors by Ray Milkey · 8 years ago
  72. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  73. ec1df02 In preparation for dynamic clustering support: by Madan Jampani · 9 years ago
  74. ea5adc6 Corrected output of network configuration subjectKeys in JSON output; no longer relies on subject.toString. by Thomas Vachuska · 9 years ago
  75. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  76. aec654c Variable name changed for readability by Phaneendra Manda · 9 years ago
  77. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  78. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  79. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  80. 8d07640 Set the location string correctly for intent POST operations by Ray Milkey · 9 years ago
  81. 87ae1d9 Fixed javadoc warnings & added a few deprecations. by Thomas Vachuska · 9 years ago
  82. af0ee53 Added redirect for the /onos/v1/docs Swagger UI URL. Added onos-rsdocs tool to launch REST API docs UI from shell. by Thomas Vachuska · 9 years ago
  83. 0fa2aa1 ONOS-2486 Adding swagger-based REST API documentation. by Thomas Vachuska · 9 years ago
  84. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  85. 05b169d Improve coverage for Intents REST API test by Ray Milkey · 9 years ago
  86. 5d915f4 Cleanups to REST code suggested by Sonar by Ray Milkey · 9 years ago
  87. 7c4d196 onos-2420 Add unit test for Host REST API and fix documentation errors. by Kedar Gupta · 9 years ago
  88. 372d1f3 ONOS-2485 Autogenerate swagger JSON files from WebResource classes by Sahil Lele · 9 years ago
  89. fc913dd LINC driver and OF device provider report correct optical port types by Marc De Leenheer · 9 years ago
  90. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  91. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  92. eb431c1 Fixed issue with pushing topo JSON after devices are in the system. by Jonathan Hart · 9 years ago
  93. 82e95a5 Added means to administratively remove device via REST API. by Thomas Vachuska · 9 years ago
  94. 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
  95. 7b15851 Fix delete of an intent and add a unit test for it by Ray Milkey · 9 years ago
  96. 47bd480 Add POST method for the Host REST API and fix minor documentation errors by Kedar Gupta · 9 years ago
  97. f7cb401 Fix ONOS-2090 - Improvements to Intent JSON by Ray Milkey · 9 years ago
  98. b9af946 Implement REST APIs for link flow statistics by Ray Milkey · 9 years ago
  99. 303e671 Refactor to use JAXRS URI builder and fix HTTP status for bad JSON by Ray Milkey · 9 years ago
  100. 96d55b1 Implementing net config subsystem and revising its interfaces. by Thomas Vachuska · 9 years ago