1. 094a135 Removed the setServiceDirectory() method from the base web resource by Ray Milkey · 6 years ago
  2. 39f78b6 Remove Intent constructor APIs deprecated in 1.9.1 by Ray Milkey · 6 years ago
  3. 4f68ec9 ONOS-6613 Non-disruptive intent reallocation by Antonio Marsico · 7 years ago
  4. 47c9541 Refactor construction of application objects by Ray Milkey · 7 years ago
  5. 95c84ed ONOS-6245:Intent_mini_summary by dvaddire · 7 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 4160574 Support for generic table IDs in flow rules by Carmelo Cascone · 7 years ago
  8. f97e0ed [ONOS-6547] Add method to obtain intent's installables in REST API. by Rafal Szalecki · 7 years ago
  9. b83797c Fix REST server side exception if array of devices is given by Ray Milkey · 7 years ago
  10. cd06c69 Extend host structures to store multiple locations by Charles Chan · 7 years ago
  11. 2048c1f Cleaning up intent tests setup/teardown to avoid cascading failures by Thomas Vachuska · 7 years ago
  12. c2e7736 fix for incompatible multiplication cast from int to long by rohit · 7 years ago
  13. 4201954 ONOS-6106 Adding Missing Fields in the " get flows and get devices" rest api by kalagesa · 7 years ago
  14. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  15. 634eb17 refactor flow entry mocks to use adapter by Ray Milkey · 7 years ago
  16. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  17. fd74760 null pointer dereference in IntentsResourceTest.java by rohitsharan · 7 years ago
  18. 58a7c34 Added REST API to administratively remove hosts. by Thomas Vachuska · 7 years ago
  19. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  20. 5361221 Working on Bay-Area-Region Demo. by Simon Hunt · 7 years ago
  21. 99849dc [ONOS-4992] Modify the return signature for FlowRuleService for consistent return object by Bharath Thiruveedula · 7 years ago
  22. fc72e2e Fix for ONOS-5566:Issue With Region POST-DELETE REST API:Incorporated Comments by Jayasree Ghosh · 8 years ago
  23. e252a00 Implementation for ONOS-5327. Creating rest api for finding intent statistics. by Author Name · 8 years ago
  24. 9b80da8 Revert "Fix for ONOS-5417:Issue with Creating Flows using POST flows REST API" by Jonathan Hart · 7 years ago
  25. 6009339 5546 by Kavitha Alagesan · 8 years ago
  26. dba6111 Fix for ONOS-5417:Issue with Creating Flows using POST flows REST API by Jayasree Ghosh · 8 years ago
  27. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  28. 59ecdf3 [ONOS-5324] Issue with Meter POST Rest API by Yoonseon Han · 8 years ago
  29. 3ff504c Fix for ONOS-5175. GroupId refactoring. by Prince Pereira · 8 years ago
  30. 5e93545 Fix for ONOS-5033 hosts - dynamic or static by sdn · 8 years ago
  31. e7a240c FIX for ONOS-5260: METER AppID Display on GET, Precedence Range Issue by Jayasree Ghosh · 8 years ago
  32. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  33. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  34. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  35. 98315a2 Fix for ONOS-4940 by Kavitha Alagesan · 8 years ago
  36. 34b3060 Fix ONOS-5091 by varunsha · 8 years ago
  37. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  38. 1853b3f Cherry pick ONOS-4835 fix by Varun Sharma · 8 years ago
  39. 25f07be ONOS-2184 VirtualHost CLI and REST api's by Claudine Chiu · 8 years ago
  40. 6827dc3 Let JerseyTest pick random port by HIGUCHI Yuta · 8 years ago
  41. 2907ad2 [ONOS-4530] Allow to specify appId when insert FlowRule through REST by Jian Li · 8 years ago
  42. 847242b [ONOS-4409] Merge getApp REST methods into one, revise unit test by Jian Li · 8 years ago
  43. c2a542b Explicitly return NO CONTENT type response for http DELETE request by Jian Li · 8 years ago
  44. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  45. 0409b70 Revise Mastership REST API to use synchronous methods by Jian Li · 8 years ago
  46. f96d41f [ONOS-4438] Add REST API for mastership service by Jian Li · 8 years ago
  47. a98c2ea ONOS-4077: REST API's for virtual networks and tenants by Claudine Chiu · 8 years ago
  48. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  49. 08d65cf Remove duplicated removeVirtualLink and corresponding unit test by Jian Li · 8 years ago
  50. 4fb7177 Replace Grizzly2 test container to Jetty test container by Jian Li · 8 years ago
  51. f6bf8d5 ONOS-4077: REST API's for virtual links. by Claudine Chiu · 8 years ago
  52. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  53. 7c25182 Fix buck tests by Ray Milkey · 8 years ago
  54. fb8b816 REST API's for tenants, virtual networks, virtual devices ad virtual ports. by Claudine Chiu · 8 years ago
  55. b028599 adding group garbage collection functionality by alshabib · 8 years ago
  56. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  57. 7ff7978 Randomize the port number to avoid race condition in REST unit test by Jian Li · 8 years ago
  58. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago
  59. 8ae9120 Move all REST test related files into org.onosproject.rest.resources by Jian Li · 8 years ago
  60. 9d61649 [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2 by Jian Li · 8 years ago
  61. 80cfe45 Replace deprecated JsonObject.readFrom() with Json.parse().asObject by Jian Li · 8 years ago
  62. 6f350ed ONOS-3725 Adding ability to retain pending configs. by Thomas Vachuska · 8 years ago
  63. a026be7 Restructuring the form of REST API deployment to provide by Thomas Vachuska · 8 years ago
  64. 37a5d8c Unit tests for network config REST API. by Ray Milkey · 8 years ago