blob: 916a965810023622491635252d122669f790e83e [file] [log] [blame]
Paul Greyson21a8e0b2013-04-04 02:07:07 -07001** April 4, 2013 **
2Fix issues:
3 305 - "close x" now unselects flow. double click to delete a flow
4 323 - gui now recovers on timeout errors and polls again
5 324 - fixed problem with added flows not displaying
6 325 - fixed logic displaying flows in topology view
7
8
Paul Greyson826008a2013-03-28 10:09:57 -07009** March 28, 2013 **
Paul Greyson3d663d12013-03-28 12:20:04 -070010- add and delete flow implemented
11- to add flow
12 - mouse down in src edge switch
13 - drag to dst edge switch
14 - release/confirm to create flow
15- to delete flow
16 - select flow in flow chooser
17 - click "close" button in flow table
18 - confirm
19- same "pending" style as other actions
20
21** March 28, 2013 **
Paul Greyson826008a2013-03-28 10:09:57 -070022- basic flow chooser
23 - click in "eye" to show full list
24 - click on "eye" in full list to monitor that flow in the top slot (and show the flow in topology)
25 - other flows get pushed down one slot
26 - when a flow is pushed off the list, it is no longer displayed in topology
27- bug fix for link disappearing after being added
28- color improvements
29- draw vector while linking to make it clearer what's going to happen
30
Paul Greyson3658ef42013-03-27 14:56:11 -070031** March 27, 2013 **
32- click onos node "eye" icon to highlight switches associated with that controller
33- double click onos node else where to activate/deactivate
34- double click core switch to activate/deactivate
35- mouse down on switch, drag to other switch, mouse up to make link up/down
36 allowed links are
37 aggregation->core (link up/down)
38 core->core (link up/down)
39- pending states for links, switches and controllers after executing command
40 object pulses until state change or timeout (12s)
41- merge from upstream/master
42
Paul Greyson554dbfd2013-03-25 23:41:41 -070043** March 25, 2013 **
44- First pass at flow chooser
45 - Uses mock data
46 - Select flow to show the flow in topology view
47 - Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic
48 - Still need to do popup flow chooser to "monitor" flows in the flow panel
49
50** March 23, 2013 **
51- Link and switch state updates dynamically
52- Link direction is indicated with arrow heads
53
54** March 22, 2013 **
55- Workarounds for Chrome v25 rendering bugs
56- Fixed broken proxy functionality in restapi2.py
57- 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 Greysonc3e21a02013-03-21 13:56:05 -070058
59** March 20, 2013 **
60- URL parameters control functions as follows:
61 http://localhost:9000/ons-demo/index.html
62 uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080
63 http://localhost:9000/ons-demo/index.html?proxy
64 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)
65 http://localhost:9000/ons-demo/index.html?mock
66 uses the mock JSON responses under ons-dmo/data
67- clicking a controller behavior change
68 1) if all controllers are selected, deselects all controllers except the one clicked
69 2) if only the clicked controller is selected, selects all controllers again
70- Update configuration files to match test bed
71- Update sample JSON files from test bed
Paul Greyson5dd25f62013-03-22 22:20:10 -070072
Paul Greyson554dbfd2013-03-25 23:41:41 -070073** March 19, 2013 **
74- aggregation switch sample data DPIDs do not match official switch config.
75 - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
76- layout does not dynamically adjust when window is resized
77 - refresh browser window after resizing to fix layout