1. 5c3eddf UDP iperf working by Umesh Krishnaswamy · 11 years ago
  2. 46cd640 Merge pull request #331 from pgreyson/master by Umesh Krishnaswamy · 11 years ago
  3. 4cf35b8 More GUI changes to use the new REST API data format by Jonathan Hart · 11 years ago
  4. 80deaf0 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  5. 3888b04 GUI changes to use new JSON format returned by get all flows summary REST API by Jonathan Hart · 11 years ago
  6. f7a77db denser iperf display don't pop alert on command error response by Paul Greyson · 11 years ago
  7. bb403b0 iperf display implemented by Paul Greyson · 11 years ago
  8. 2c35f57 update working by Paul Greyson · 11 years ago
  9. 95db7a1 basic iperf data display by Paul Greyson · 11 years ago
  10. 4b4c8af setting up iperf session by Paul Greyson · 11 years ago
  11. 280a275 if the flowEntries array is 0 length, draw the path using src and dst ports. otherwise when the flow is being recalculated it sometimes disappears from the topology view (because flowEntries array is empty temporarily) by Paul Greyson · 11 years ago
  12. 21a8e0b update release notes by Paul Greyson · 11 years ago
  13. cb5d30d increase pending animation timeout to match javascript timeout by Paul Greyson · 11 years ago
  14. be8bf87 switch function of close button in selected flows table. now close button deselects flow. double click to remove flow. by Paul Greyson · 11 years ago
  15. 97cc9f5 don't try to draw null flow increase timeout by Paul Greyson · 11 years ago
  16. e5991b5 don't blow up UI on request timeouts by Paul Greyson · 11 years ago
  17. 5ed8461 Added a developer version of file by Pavlin Radoslavov · 11 years ago
  18. 35f4364 Reversed commit 041e8092fcf5dc7a8cbde57abbc337d5ce7288ff by Pavlin Radoslavov · 11 years ago
  19. dbaa743 Update the core switches associations to reflect the 8 node developer setup. by Pavlin Radoslavov · 11 years ago
  20. aa81256 distinguish between createPending and deletePending in updating table entries by Paul Greyson · 11 years ago
  21. f430fd0 fix bug in add flow by Paul Greyson · 11 years ago
  22. 3d663d1 update release notes by Paul Greyson · 11 years ago
  23. 6f91840 hook up delete flow by Paul Greyson · 11 years ago
  24. 71b550d add mouse over highlighting of selected flows by Paul Greyson · 11 years ago
  25. c30f75e don't select the same flow more than once by Paul Greyson · 11 years ago
  26. 472da4c add end point and hook up api by Paul Greyson · 11 years ago
  27. 13f02b9 setup logic for adding/deleting flows by Paul Greyson · 11 years ago
  28. 826008a update release notes by Paul Greyson · 11 years ago
  29. 5cc35f0 fixed bug which caused links to disappear after being added by Paul Greyson · 11 years ago
  30. 3ff5445 Merge remote-tracking branch 'upstream/master' by Paul Greyson · 11 years ago
  31. 0763f84 bug fix by Paul Greyson · 11 years ago
  32. 016f490 Json configuration and controller file to make it work in dev environment. by Masayoshi Kobayashi · 11 years ago
  33. 3658ef4 updated release notes by Paul Greyson · 11 years ago
  34. 2913af8 add controller double click for up/down by Paul Greyson · 11 years ago
  35. 40c8a59 add pending links state by Paul Greyson · 11 years ago
  36. 084779b pending state for link remove by Paul Greyson · 11 years ago
  37. 347fb74 add pending class while waiting for a state change by Paul Greyson · 11 years ago
  38. 8d1c636 hooking up switch up/down stuff by Paul Greyson · 11 years ago
  39. 4e6dc3a implement interactions for link up/down flow up/down by Paul Greyson · 11 years ago
  40. 56378ed move flow chooser to the bottom. tone down divider lines by Paul Greyson · 11 years ago
  41. acb5941 better traffic styling by Paul Greyson · 11 years ago
  42. 554dbfd update by Paul Greyson · 11 years ago
  43. 127d7fb first pass at flow chooser and flow display in topology view by Paul Greyson · 11 years ago
  44. a4e0f54 put back model change check by Paul Greyson · 11 years ago
  45. 1eb2dd1 tweaking label position by Paul Greyson · 11 years ago
  46. 9066ab0 improve label placement by Paul Greyson · 11 years ago
  47. 644d92a restructure d3 model data so that nodes can be presented in a different order than the corresponding data index. This allows nodes to be brought to front when mouse over by Paul Greyson · 11 years ago
  48. 6d9ed86 trying to put back zoom animation. need to rework databinding to allow elements to be presented in different order than the data by Paul Greyson · 11 years ago
  49. 968d1b4 put text labels in front by Paul Greyson · 11 years ago
  50. 45303ac tweaks by Paul Greyson · 11 years ago
  51. 89edc48 update by Paul Greyson · 11 years ago
  52. 4fa7bb8 update mock data by Paul Greyson · 11 years ago
  53. eed3635 fix inactive controller color by Paul Greyson · 11 years ago
  54. b367de2 add arrows to indicate link directionality by Paul Greyson · 11 years ago
  55. e262a29 fix controller selection on update by Paul Greyson · 11 years ago
  56. c17278a dynamic update for links/switches by Paul Greyson · 11 years ago
  57. a36a923 temporarily show links off center so that up and down links can be distinguished by Paul Greyson · 11 years ago
  58. 5dd25f6 updated by Paul Greyson · 11 years ago
  59. 38d8bde workarounds for Chrome v25 bugs related to matrix transform by Paul Greyson · 11 years ago
  60. 985bb65 renable proxy to gui3 (for Paul's remote workflow) by Paul Greyson · 11 years ago
  61. 8a77df6 Merge remote-tracking branch 'upstream/master' by Paul Greyson · 11 years ago
  62. e23620c fixed typo in url in file path in ons-demo/js/model.js by Ubuntu · 11 years ago
  63. 3f890b6 disable pointer events for inactive elements by Paul Greyson · 11 years ago
  64. c3e21a0 update JSON mock responses and release notes by Paul Greyson · 11 years ago
  65. 832d220 fix a sorting bug and correct agg switch id problem by Paul Greyson · 11 years ago
  66. bcd3c77 hooking up to real test bed by Paul Greyson · 11 years ago
  67. 01a5dff better colors by Paul Greyson · 11 years ago
  68. 3e14216 toggle controller selection by Paul Greyson · 11 years ago
  69. b48943b don't update if no model change by Paul Greyson · 11 years ago
  70. f9edc1a draw labels on mouse over by Paul Greyson · 11 years ago
  71. de7fad5 sort switches and position aggregations switches to fan out by Paul Greyson · 11 years ago
  72. d1a22d9 first cut at edges. not quite working yet. by Paul Greyson · 11 years ago
  73. 23b0cd3 magnify effect on edge switch by Paul Greyson · 11 years ago
  74. f8f4317 first cut at mouseover to zoom edge node by Paul Greyson · 11 years ago
  75. 952ccb6 getting stretched layout working by Paul Greyson · 11 years ago
  76. 740bdaf initial topology view (sample JSON data isn't complete) by Paul Greyson · 11 years ago
  77. 6f86d1e setting up mock data fetch and model building on client by Paul Greyson · 11 years ago
  78. d987239 basic layout by Paul Greyson · 11 years ago