blob: 231ba46b61a7192c528ce7162c053c4e30256349 [file] [log] [blame]
Paul Greyson7cc528b2013-04-08 15:39:04 -07001** April 8, 2013 **
Paul Greysone6266b92013-04-09 23:15:27 -07002- map view
3- onos nodes at top
4- count only active switches in header
5- hook up switchctrl all and local actions
Paul Greyson15e5da22013-04-10 00:16:27 -07006- various small ui improvements (hover feedback, flow chooser animation e.g.)
7- splash screen and use vector graphics for on.lab logo
Paul Greysone6266b92013-04-09 23:15:27 -07008
9
10** April 8, 2013 **
Paul Greysond57a4142013-04-08 21:03:12 -070011- add explicit timeout logic so that the GUI doesn't have to be refreshed if the API misbehaves
12
13** April 8, 2013 **
Paul Greyson7cc528b2013-04-08 15:39:04 -070014- merge from master
15- fix gradually increasing latency of iperf data display
16
Paul Greyson21a8e0b2013-04-04 02:07:07 -070017** April 4, 2013 **
Paul Greysonf7a77db2013-04-04 18:48:20 -070018- denser iperf display
19- don't pop alert on command error response. just log it
20
21** April 4, 2013 **
Paul Greysonbb403b02013-04-04 17:11:24 -070022iperf display implemented
23- scaled to 50,000,000
24- update rate is every 2s
25- the display does not draw until receiving 2 buffers of data (this way if there is a stale buffer it doesn't get displayed)
26- duration is 10000 seconds. seems like there is no need for a button to restart?
27- displaying 10s data
28- if the data underruns (either because the server response is too slow or because the iperf data stops being updated) the display draws 0s
29- seeing the data stall a lot (timestamp and end-time remain the same through many fetches)
30
31** April 4, 2013 **
Paul Greyson21a8e0b2013-04-04 02:07:07 -070032Fix issues:
33 305 - "close x" now unselects flow. double click to delete a flow
34 323 - gui now recovers on timeout errors and polls again
35 324 - fixed problem with added flows not displaying
36 325 - fixed logic displaying flows in topology view
37
Paul Greyson826008a2013-03-28 10:09:57 -070038** March 28, 2013 **
Paul Greyson3d663d12013-03-28 12:20:04 -070039- add and delete flow implemented
40- to add flow
41 - mouse down in src edge switch
42 - drag to dst edge switch
43 - release/confirm to create flow
44- to delete flow
45 - select flow in flow chooser
46 - click "close" button in flow table
47 - confirm
48- same "pending" style as other actions
49
50** March 28, 2013 **
Paul Greyson826008a2013-03-28 10:09:57 -070051- basic flow chooser
52 - click in "eye" to show full list
53 - click on "eye" in full list to monitor that flow in the top slot (and show the flow in topology)
54 - other flows get pushed down one slot
55 - when a flow is pushed off the list, it is no longer displayed in topology
56- bug fix for link disappearing after being added
57- color improvements
58- draw vector while linking to make it clearer what's going to happen
59
Paul Greyson3658ef42013-03-27 14:56:11 -070060** March 27, 2013 **
61- click onos node "eye" icon to highlight switches associated with that controller
62- double click onos node else where to activate/deactivate
63- double click core switch to activate/deactivate
64- mouse down on switch, drag to other switch, mouse up to make link up/down
65 allowed links are
66 aggregation->core (link up/down)
67 core->core (link up/down)
68- pending states for links, switches and controllers after executing command
69 object pulses until state change or timeout (12s)
70- merge from upstream/master
71
Paul Greyson554dbfd2013-03-25 23:41:41 -070072** March 25, 2013 **
73- First pass at flow chooser
74 - Uses mock data
75 - Select flow to show the flow in topology view
76 - Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic
77 - Still need to do popup flow chooser to "monitor" flows in the flow panel
78
79** March 23, 2013 **
80- Link and switch state updates dynamically
81- Link direction is indicated with arrow heads
82
83** March 22, 2013 **
84- Workarounds for Chrome v25 rendering bugs
85- Fixed broken proxy functionality in restapi2.py
86- 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 -070087
88** March 20, 2013 **
89- URL parameters control functions as follows:
90 http://localhost:9000/ons-demo/index.html
91 uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080
92 http://localhost:9000/ons-demo/index.html?proxy
93 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)
94 http://localhost:9000/ons-demo/index.html?mock
95 uses the mock JSON responses under ons-dmo/data
96- clicking a controller behavior change
97 1) if all controllers are selected, deselects all controllers except the one clicked
98 2) if only the clicked controller is selected, selects all controllers again
99- Update configuration files to match test bed
100- Update sample JSON files from test bed
Paul Greyson5dd25f62013-03-22 22:20:10 -0700101
Paul Greyson554dbfd2013-03-25 23:41:41 -0700102** March 19, 2013 **
103- aggregation switch sample data DPIDs do not match official switch config.
104 - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
105- layout does not dynamically adjust when window is resized
106 - refresh browser window after resizing to fix layout