Paul Greyson | 826008a | 2013-03-28 10:09:57 -0700 | [diff] [blame] | 1 | ** March 28, 2013 ** |
| 2 | - basic flow chooser |
| 3 | - click in "eye" to show full list |
| 4 | - click on "eye" in full list to monitor that flow in the top slot (and show the flow in topology) |
| 5 | - other flows get pushed down one slot |
| 6 | - when a flow is pushed off the list, it is no longer displayed in topology |
| 7 | - bug fix for link disappearing after being added |
| 8 | - color improvements |
| 9 | - draw vector while linking to make it clearer what's going to happen |
| 10 | |
Paul Greyson | 3658ef4 | 2013-03-27 14:56:11 -0700 | [diff] [blame] | 11 | ** March 27, 2013 ** |
| 12 | - click onos node "eye" icon to highlight switches associated with that controller |
| 13 | - double click onos node else where to activate/deactivate |
| 14 | - double click core switch to activate/deactivate |
| 15 | - mouse down on switch, drag to other switch, mouse up to make link up/down |
| 16 | allowed links are |
| 17 | aggregation->core (link up/down) |
| 18 | core->core (link up/down) |
| 19 | - pending states for links, switches and controllers after executing command |
| 20 | object pulses until state change or timeout (12s) |
| 21 | - merge from upstream/master |
| 22 | |
Paul Greyson | 554dbfd | 2013-03-25 23:41:41 -0700 | [diff] [blame] | 23 | ** March 25, 2013 ** |
| 24 | - First pass at flow chooser |
| 25 | - Uses mock data |
| 26 | - Select flow to show the flow in topology view |
| 27 | - Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic |
| 28 | - Still need to do popup flow chooser to "monitor" flows in the flow panel |
| 29 | |
| 30 | ** March 23, 2013 ** |
| 31 | - Link and switch state updates dynamically |
| 32 | - Link direction is indicated with arrow heads |
| 33 | |
| 34 | ** March 22, 2013 ** |
| 35 | - Workarounds for Chrome v25 rendering bugs |
| 36 | - Fixed broken proxy functionality in restapi2.py |
| 37 | - webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080) |
Paul Greyson | c3e21a0 | 2013-03-21 13:56:05 -0700 | [diff] [blame] | 38 | |
| 39 | ** March 20, 2013 ** |
| 40 | - URL parameters control functions as follows: |
| 41 | http://localhost:9000/ons-demo/index.html |
| 42 | uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080 |
| 43 | http://localhost:9000/ons-demo/index.html?proxy |
| 44 | uses the index.html host to proxy to ONOS_HOST (works around cross site scripting restrictions to allow the WebUI to be served from a different server than the one that hosts the controller) |
| 45 | http://localhost:9000/ons-demo/index.html?mock |
| 46 | uses the mock JSON responses under ons-dmo/data |
| 47 | - clicking a controller behavior change |
| 48 | 1) if all controllers are selected, deselects all controllers except the one clicked |
| 49 | 2) if only the clicked controller is selected, selects all controllers again |
| 50 | - Update configuration files to match test bed |
| 51 | - Update sample JSON files from test bed |
Paul Greyson | 5dd25f6 | 2013-03-22 22:20:10 -0700 | [diff] [blame] | 52 | |
Paul Greyson | 554dbfd | 2013-03-25 23:41:41 -0700 | [diff] [blame] | 53 | ** March 19, 2013 ** |
| 54 | - aggregation switch sample data DPIDs do not match official switch config. |
| 55 | - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc. |
| 56 | - layout does not dynamically adjust when window is resized |
| 57 | - refresh browser window after resizing to fix layout |