1. 3e14216 toggle controller selection by Paul Greyson · 11 years ago
  2. b48943b don't update if no model change by Paul Greyson · 11 years ago
  3. f9edc1a draw labels on mouse over by Paul Greyson · 11 years ago
  4. de7fad5 sort switches and position aggregations switches to fan out by Paul Greyson · 11 years ago
  5. d1a22d9 first cut at edges. not quite working yet. by Paul Greyson · 11 years ago
  6. 23b0cd3 magnify effect on edge switch by Paul Greyson · 11 years ago
  7. f8f4317 first cut at mouseover to zoom edge node by Paul Greyson · 11 years ago
  8. 952ccb6 getting stretched layout working by Paul Greyson · 11 years ago
  9. 740bdaf initial topology view (sample JSON data isn't complete) by Paul Greyson · 11 years ago
  10. 6f86d1e setting up mock data fetch and model building on client by Paul Greyson · 11 years ago
  11. d987239 basic layout by Paul Greyson · 11 years ago
  12. da1773b adding a line to docs for mac development. testing pull request flow by Paul Greyson · 11 years ago
  13. 8cdd1a2 Print the flowEntryId of each Flow Entry when displaying the flows. by Pavlin Radoslavov · 11 years ago
  14. 2a0bd8b * Add new command-line option: by Pavlin Radoslavov · 11 years ago
  15. 8e0a00d Minor tweak in the formatting. by Pavlin Radoslavov · 11 years ago
  16. d27915b change rest test script by Masayoshi Kobayashi · 11 years ago
  17. 84bd06e add flow-push script by Masayoshi Kobayashi · 11 years ago
  18. 259b60b Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pavlin Radoslavov · 11 years ago
  19. eb2d5a2 Fix the add_flow.py behavior: if the shortest path computation fails by Pavlin Radoslavov · 11 years ago
  20. a05f01f topology.js for sprint5 by Masayoshi Kobayashi · 11 years ago
  21. 4f7b796 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS by Masayoshi Kobayashi · 11 years ago
  22. 5e91bdf toplogy rest change to sprint 5 by Masayoshi Kobayashi · 11 years ago
  23. 916832f Added new Flow-related API: clearFlow(), the REST "flow/clear/" API, by Pavlin Radoslavov · 11 years ago
  24. 02223ec Add a command description to the "usage" message. by Pavlin Radoslavov · 11 years ago
  25. 09a9bee Minor formatting when printing the flow entries. by Pavlin Radoslavov · 11 years ago
  26. 8a002d9 Fix Issue #243 and Issue #244: by Pavlin Radoslavov · 11 years ago
  27. 5daa54b Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pavlin Radoslavov · 11 years ago
  28. 57572b1 add scripts by Masayoshi Kobayashi · 11 years ago
  29. 3f3778a Implement non-stop monitoring of the installed flow. by Pavlin Radoslavov · 11 years ago
  30. 1474891 * Accept both base10 and base16 format for (almost) all integer arguments by Pavlin Radoslavov · 11 years ago
  31. 82200bc Fix a bug when printing the port number for ACTION_OUTPUT actions. by Pavlin Radoslavov · 11 years ago
  32. e2f0de8 Complete the work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  33. f13923a Work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  34. 2d59f58 Add a fix when printing a Flow Entry in case there are no matching by Pavlin Radoslavov · 11 years ago
  35. ede9758 Work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  36. 706df05 Fixed Issue #207: Implement remaining API for getting flow state by Pavlin Radoslavov · 11 years ago
  37. f4ad989 Added three Python scripts to add/delete/get a flow that by Pavlin Radoslavov · 11 years ago
  38. fd0657c * Move around some of the debug() statements by Pavlin Radoslavov · 11 years ago
  39. 37ebda6 Pushing Sprint 4 demo GUI by Ubuntu · 11 years ago
  40. 765deff Added path view on GUI by Ubuntu · 11 years ago
  41. 3bc5fde Change rest server to show paths by Masayoshi Kobayashi · 11 years ago
  42. 21bd3be GUI html change by Masayoshi Kobayashi · 11 years ago
  43. c016ba1 Color code ONOS Controller status by Ubuntu · 11 years ago
  44. fc5e237 (forget to add controller status javascript) by Masayoshi Kobayashi · 11 years ago
  45. dd4ad8f Addes controller status GUI by Masayoshi Kobayashi · 11 years ago
  46. 5b2b24a GUI change to colorcode the controller by Ubuntu · 11 years ago
  47. 1407a50 GUI changes by Masayoshi Kobayashi · 11 years ago
  48. f83aa44 Reimplement the shortest path computation by using the new DataPath and FlowEntry containers. by Pavlin Radoslavov · 11 years ago
  49. b1f9479 Added hello.html that is used by Amazon Elastic loadbalancer to check the server health by Masayoshi Kobayashi · 11 years ago
  50. f63ef2f GUI: changed link from arc to straight line. Cleaned up javascript. by Masayoshi Kobayashi · 11 years ago
  51. 274c07d Added start-rest.sh and modified onos/casandra start script by Masayoshi Kobayashi · 11 years ago
  52. aea2a68 Added fabicon.ico by Ubuntu · 12 years ago
  53. 246ff82 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Ubuntu · 12 years ago
  54. 3292578 Added jquery-1.7.2.min.js by Ubuntu · 12 years ago
  55. f6ce96c added test-network files by Ubuntu · 12 years ago
  56. 82b8a83 Add ONOS GUI (python server, html and javascript) by Ubuntu · 12 years ago
  57. 25072e5 better error message on restapi3.py by Ubuntu · 12 years ago
  58. 2a64c8a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 12 years ago
  59. ff42180 Rest API and Services for TopoSwitch by Pankaj Berde · 12 years ago
  60. 8a1d7a6 Moved file shortest_path.py to the "web" subdirectory. by Pavlin Radoslavov · 12 years ago
  61. 7b0122b recover restapi3.py by Pankaj Berde · 12 years ago
  62. d034404 Initial impl for NetMap service by Pankaj Berde · 12 years ago
  63. d1259e8 Initial impl for NetMap service by Pankaj Berde · 12 years ago
  64. a89be64 more minor changes by Ubuntu · 12 years ago
  65. e9fae63 add debug '-d' option for restapi3.py by Masayoshi Kobayashi · 12 years ago
  66. 06799b3 Cleaned up restapi2.py and added new file as restapi3.py by Masayoshi Kobayashi · 12 years ago
  67. c4ae4b8 Added webservices forwarding script for UI by Pankaj Berde · 12 years ago