1. 968d1b4 put text labels in front by Paul Greyson · 11 years ago
  2. 45303ac tweaks by Paul Greyson · 11 years ago
  3. 89edc48 update by Paul Greyson · 11 years ago
  4. 4fa7bb8 update mock data by Paul Greyson · 11 years ago
  5. eed3635 fix inactive controller color by Paul Greyson · 11 years ago
  6. b367de2 add arrows to indicate link directionality by Paul Greyson · 11 years ago
  7. e262a29 fix controller selection on update by Paul Greyson · 11 years ago
  8. c17278a dynamic update for links/switches by Paul Greyson · 11 years ago
  9. a36a923 temporarily show links off center so that up and down links can be distinguished by Paul Greyson · 11 years ago
  10. 5dd25f6 updated by Paul Greyson · 11 years ago
  11. 38d8bde workarounds for Chrome v25 bugs related to matrix transform by Paul Greyson · 11 years ago
  12. 985bb65 renable proxy to gui3 (for Paul's remote workflow) by Paul Greyson · 11 years ago
  13. 8a77df6 Merge remote-tracking branch 'upstream/master' by Paul Greyson · 11 years ago
  14. 6db9305 add new file path to make restapi2.py work with Amazon EC2 environment by Masayoshi Kobayashi · 11 years ago
  15. e23620c fixed typo in url in file path in ons-demo/js/model.js by Ubuntu · 11 years ago
  16. 2df978d Merge remote-tracking branch 'upstream/master' by Paul Greyson · 11 years ago
  17. 3f890b6 disable pointer events for inactive elements by Paul Greyson · 11 years ago
  18. 6cb07f7 Merge pull request #286 from pgreyson/master by Umesh Krishnaswamy · 11 years ago
  19. 70377e2 Add command-line support to specify a range of Flow IDs to be cleared by Pavlin Radoslavov · 11 years ago
  20. 22af578 fix bug in rest-test.sh by Masayoshi Kobayashi · 11 years ago
  21. 29d282c change to show last 2 bytes of dpid in GUI by Masayoshi Kobayashi · 11 years ago
  22. c3e21a0 update JSON mock responses and release notes by Paul Greyson · 11 years ago
  23. 832d220 fix a sorting bug and correct agg switch id problem by Paul Greyson · 11 years ago
  24. bcd3c77 hooking up to real test bed by Paul Greyson · 11 years ago
  25. cb8cdfe Add extra comments. by Pavlin Radoslavov · 11 years ago
  26. 726c637 Added a script for generating a number of flows. by Pavlin Radoslavov · 11 years ago
  27. 2615fc3 Modify script delete_flow.py so it can be used to delete by Pavlin Radoslavov · 11 years ago
  28. 01a5dff better colors by Paul Greyson · 11 years ago
  29. 3e14216 toggle controller selection by Paul Greyson · 11 years ago
  30. b48943b don't update if no model change by Paul Greyson · 11 years ago
  31. f9edc1a draw labels on mouse over by Paul Greyson · 11 years ago
  32. de7fad5 sort switches and position aggregations switches to fan out by Paul Greyson · 11 years ago
  33. d1a22d9 first cut at edges. not quite working yet. by Paul Greyson · 11 years ago
  34. 23b0cd3 magnify effect on edge switch by Paul Greyson · 11 years ago
  35. f8f4317 first cut at mouseover to zoom edge node by Paul Greyson · 11 years ago
  36. 952ccb6 getting stretched layout working by Paul Greyson · 11 years ago
  37. 740bdaf initial topology view (sample JSON data isn't complete) by Paul Greyson · 11 years ago
  38. 6f86d1e setting up mock data fetch and model building on client by Paul Greyson · 11 years ago
  39. d987239 basic layout by Paul Greyson · 11 years ago
  40. da1773b adding a line to docs for mac development. testing pull request flow by Paul Greyson · 11 years ago
  41. 8cdd1a2 Print the flowEntryId of each Flow Entry when displaying the flows. by Pavlin Radoslavov · 11 years ago
  42. 2a0bd8b * Add new command-line option: by Pavlin Radoslavov · 11 years ago
  43. 8e0a00d Minor tweak in the formatting. by Pavlin Radoslavov · 11 years ago
  44. d27915b change rest test script by Masayoshi Kobayashi · 11 years ago
  45. 84bd06e add flow-push script by Masayoshi Kobayashi · 11 years ago
  46. 259b60b Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pavlin Radoslavov · 11 years ago
  47. eb2d5a2 Fix the add_flow.py behavior: if the shortest path computation fails by Pavlin Radoslavov · 11 years ago
  48. a05f01f topology.js for sprint5 by Masayoshi Kobayashi · 11 years ago
  49. 4f7b796 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS by Masayoshi Kobayashi · 11 years ago
  50. 5e91bdf toplogy rest change to sprint 5 by Masayoshi Kobayashi · 11 years ago
  51. 916832f Added new Flow-related API: clearFlow(), the REST "flow/clear/" API, by Pavlin Radoslavov · 11 years ago
  52. 02223ec Add a command description to the "usage" message. by Pavlin Radoslavov · 11 years ago
  53. 09a9bee Minor formatting when printing the flow entries. by Pavlin Radoslavov · 11 years ago
  54. 8a002d9 Fix Issue #243 and Issue #244: by Pavlin Radoslavov · 11 years ago
  55. 5daa54b Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pavlin Radoslavov · 11 years ago
  56. 57572b1 add scripts by Masayoshi Kobayashi · 11 years ago
  57. 3f3778a Implement non-stop monitoring of the installed flow. by Pavlin Radoslavov · 11 years ago
  58. 1474891 * Accept both base10 and base16 format for (almost) all integer arguments by Pavlin Radoslavov · 11 years ago
  59. 82200bc Fix a bug when printing the port number for ACTION_OUTPUT actions. by Pavlin Radoslavov · 11 years ago
  60. e2f0de8 Complete the work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  61. f13923a Work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  62. 2d59f58 Add a fix when printing a Flow Entry in case there are no matching by Pavlin Radoslavov · 11 years ago
  63. ede9758 Work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  64. 706df05 Fixed Issue #207: Implement remaining API for getting flow state by Pavlin Radoslavov · 11 years ago
  65. f4ad989 Added three Python scripts to add/delete/get a flow that by Pavlin Radoslavov · 11 years ago
  66. fd0657c * Move around some of the debug() statements by Pavlin Radoslavov · 11 years ago
  67. 37ebda6 Pushing Sprint 4 demo GUI by Ubuntu · 11 years ago
  68. 765deff Added path view on GUI by Ubuntu · 11 years ago
  69. 3bc5fde Change rest server to show paths by Masayoshi Kobayashi · 11 years ago
  70. 21bd3be GUI html change by Masayoshi Kobayashi · 11 years ago
  71. c016ba1 Color code ONOS Controller status by Ubuntu · 11 years ago
  72. fc5e237 (forget to add controller status javascript) by Masayoshi Kobayashi · 11 years ago
  73. dd4ad8f Addes controller status GUI by Masayoshi Kobayashi · 11 years ago
  74. 5b2b24a GUI change to colorcode the controller by Ubuntu · 11 years ago
  75. 1407a50 GUI changes by Masayoshi Kobayashi · 11 years ago
  76. f83aa44 Reimplement the shortest path computation by using the new DataPath and FlowEntry containers. by Pavlin Radoslavov · 11 years ago
  77. b1f9479 Added hello.html that is used by Amazon Elastic loadbalancer to check the server health by Masayoshi Kobayashi · 11 years ago
  78. f63ef2f GUI: changed link from arc to straight line. Cleaned up javascript. by Masayoshi Kobayashi · 11 years ago
  79. 274c07d Added start-rest.sh and modified onos/casandra start script by Masayoshi Kobayashi · 11 years ago
  80. aea2a68 Added fabicon.ico by Ubuntu · 11 years ago
  81. 246ff82 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Ubuntu · 11 years ago
  82. 3292578 Added jquery-1.7.2.min.js by Ubuntu · 11 years ago
  83. f6ce96c added test-network files by Ubuntu · 11 years ago
  84. 82b8a83 Add ONOS GUI (python server, html and javascript) by Ubuntu · 11 years ago
  85. 25072e5 better error message on restapi3.py by Ubuntu · 11 years ago
  86. 2a64c8a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  87. ff42180 Rest API and Services for TopoSwitch by Pankaj Berde · 11 years ago
  88. 8a1d7a6 Moved file shortest_path.py to the "web" subdirectory. by Pavlin Radoslavov · 11 years ago
  89. 7b0122b recover restapi3.py by Pankaj Berde · 11 years ago
  90. d034404 Initial impl for NetMap service by Pankaj Berde · 11 years ago
  91. d1259e8 Initial impl for NetMap service by Pankaj Berde · 11 years ago
  92. a89be64 more minor changes by Ubuntu · 11 years ago
  93. e9fae63 add debug '-d' option for restapi3.py by Masayoshi Kobayashi · 11 years ago
  94. 06799b3 Cleaned up restapi2.py and added new file as restapi3.py by Masayoshi Kobayashi · 11 years ago
  95. c4ae4b8 Added webservices forwarding script for UI by Pankaj Berde · 12 years ago