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