Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
cff0c9bb576940802154bd85d01473b259c75ab7
/
web
/
ons-demo
/
js
6445a18
fix in topology_rest.py and change message from kill onos node -> kill onos instance
by Tim Lindberg
· 12 years ago
a8f5a8d
Merge pull request #378 from pgreyson/master
by Umesh Krishnaswamy
· 12 years ago
80bee44
fix label display bug
by Paul Greyson
· 12 years ago
19ca433
Cosmetic GUI changes for the demo:
by Jonathan Hart
· 12 years ago
e865f9b
Minor UI changes - Changed ONOS Node Cluster wording, removed 1 button, changed A button dialog prompt and changed timestamp format
by Jonathan Hart
· 12 years ago
fa3ee3c
Merge pull request #377 from pgreyson/master
by Umesh Krishnaswamy
· 12 years ago
e21602a
have to clear the iperf fetch timeout in case the flow is selected and then immediately deselected
by Paul Greyson
· 12 years ago
60b4c0a
delay after starting iperf before sampling data. otherwise can get data from the previous session and then the timestamp jumps
by Paul Greyson
· 12 years ago
eeb6996
various bug fixes for iperf display
by Paul Greyson
· 12 years ago
e6532cd
fix regression bug from previous commit: pending flows were not being handled correctly
by Paul Greyson
· 12 years ago
17f8447
fix bug in iperf update and improve logging
by Paul Greyson
· 12 years ago
5e97666
use standard update pattern
by Paul Greyson
· 12 years ago
d812fee
added back switchAll function in controller.js (deleted by mistake?)
by Tim Lindberg
· 12 years ago
dc0bf82
fix local time logic
by Paul Greyson
· 12 years ago
498e014
recover from discontinuity in iperf timestamps
by Paul Greyson
· 12 years ago
b14d40d
add scale and reset commands. need endpoints in python
by Paul Greyson
· 12 years ago
0ad7520
add menu option to confirm dialog hook up to "K" action for killing a controller
by Paul Greyson
· 12 years ago
8e3bfd8
use timestamps to display iperf data so that variability in server response time doesn't cause spurious gaps
by Paul Greyson
· 12 years ago
f7625ce
refactor iperf to make graph display as requested
by Paul Greyson
· 12 years ago
da29317
fill under graph font and switch circle sizes
by Paul Greyson
· 12 years ago
7be47a7
commenting out zoom workaround. doesn't solve the Chrome/WebKit bug for transforming mouse coordinates and is not useful for the map view (it was effective for transform in the ring view display. But still not for mouse)
by Paul Greyson
· 12 years ago
14919c4
fix switch color update logic bug
by Paul Greyson
· 12 years ago
900ecc5
fix closure bug when activating/deactiving controllers
by Paul Greyson
· 12 years ago
28cf92b
html5 confirm dialog
by Paul Greyson
· 12 years ago
69f8baa
graphics tweaks
by Paul Greyson
· 12 years ago
4a73a8b
display count of flows through core<->core links
by Paul Greyson
· 12 years ago
5f20cae
tighten up fanout distances
by Paul Greyson
· 12 years ago
2794ca6
only show marching ants animation for flows when iperf data is flowing
by Paul Greyson
· 12 years ago
15e5da2
attempt to draw svg switches. doesn't look great.
by Paul Greyson
· 12 years ago
f307017
animate flow chooser from left
by Paul Greyson
· 12 years ago
af750bf
mouse hover highlight in flow chooser
by Paul Greyson
· 12 years ago
e6266b9
hook up switchctrl all/local
by Paul Greyson
· 12 years ago
bbd708b
fix flow drawing in geo layout
by Paul Greyson
· 12 years ago
45aceb2
dpid label popups. various tweaks.
by Paul Greyson
· 12 years ago
b9e879e
couple of event handler bug fixes
by Paul Greyson
· 12 years ago
4e348b9
fanout logic for layout. almost done.
by Paul Greyson
· 12 years ago
981e8c2
getting core switches geo data integrated
by Paul Greyson
· 12 years ago
c090d14
integrate geo based map data
by Paul Greyson
· 12 years ago
3063625
ring topology completely factored out
by Paul Greyson
· 12 years ago
e15c439
more refactoring of topology code
by Paul Greyson
· 12 years ago
d20d22e
put onos nodes at top
by Paul Greyson
· 12 years ago
7a30082
refactor for new topology view
by Paul Greyson
· 12 years ago
79b8d83
integrate svg us map
by Paul Greyson
· 12 years ago
5ea5da5
add explicit timeout logic for updates so that GUI doesn't have to be refreshed when the API takes more than 20s to respond.
by Paul Greyson
· 12 years ago
7cc528b
merge and fix iperf latency bug
by Paul Greyson
· 12 years ago
9acf375
Merge remote-tracking branch 'upstream/master'
by Paul Greyson
· 12 years ago
50aa8b5
log timestamp of iperf data
by Paul Greyson
· 12 years ago
5c3eddf
UDP iperf working
by Umesh Krishnaswamy
· 12 years ago
46cd640
Merge pull request #331 from pgreyson/master
by Umesh Krishnaswamy
· 12 years ago
4cf35b8
More GUI changes to use the new REST API data format
by Jonathan Hart
· 12 years ago
80deaf0
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Jonathan Hart
· 12 years ago
3888b04
GUI changes to use new JSON format returned by get all flows summary REST API
by Jonathan Hart
· 12 years ago
f7a77db
denser iperf display don't pop alert on command error response
by Paul Greyson
· 12 years ago
bb403b0
iperf display implemented
by Paul Greyson
· 12 years ago
2c35f57
update working
by Paul Greyson
· 12 years ago
95db7a1
basic iperf data display
by Paul Greyson
· 12 years ago
4b4c8af
setting up iperf session
by Paul Greyson
· 12 years ago
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
· 12 years ago
cb5d30d
increase pending animation timeout to match javascript timeout
by Paul Greyson
· 12 years ago
be8bf87
switch function of close button in selected flows table. now close button deselects flow. double click to remove flow.
by Paul Greyson
· 12 years ago
97cc9f5
don't try to draw null flow increase timeout
by Paul Greyson
· 12 years ago
e5991b5
don't blow up UI on request timeouts
by Paul Greyson
· 12 years ago
aa81256
distinguish between createPending and deletePending in updating table entries
by Paul Greyson
· 12 years ago
f430fd0
fix bug in add flow
by Paul Greyson
· 12 years ago
6f91840
hook up delete flow
by Paul Greyson
· 12 years ago
71b550d
add mouse over highlighting of selected flows
by Paul Greyson
· 12 years ago
c30f75e
don't select the same flow more than once
by Paul Greyson
· 12 years ago
472da4c
add end point and hook up api
by Paul Greyson
· 12 years ago
13f02b9
setup logic for adding/deleting flows
by Paul Greyson
· 12 years ago
5cc35f0
fixed bug which caused links to disappear after being added
by Paul Greyson
· 12 years ago
0763f84
bug fix
by Paul Greyson
· 12 years ago
8247c3f
use white-eye for flow chooser popup control
by Paul Greyson
· 12 years ago
29aa98d
first pass at choosing flows from the full list
by Paul Greyson
· 12 years ago
421bfcd
draw vector when creating links
by Paul Greyson
· 12 years ago
72f1885
add cursor change for non-allowed operations
by Paul Greyson
· 12 years ago
2913af8
add controller double click for up/down
by Paul Greyson
· 12 years ago
40c8a59
add pending links state
by Paul Greyson
· 12 years ago
084779b
pending state for link remove
by Paul Greyson
· 12 years ago
347fb74
add pending class while waiting for a state change
by Paul Greyson
· 12 years ago
8d1c636
hooking up switch up/down stuff
by Paul Greyson
· 12 years ago
4e6dc3a
implement interactions for link up/down flow up/down
by Paul Greyson
· 12 years ago
56378ed
move flow chooser to the bottom. tone down divider lines
by Paul Greyson
· 12 years ago
acb5941
better traffic styling
by Paul Greyson
· 12 years ago
127d7fb
first pass at flow chooser and flow display in topology view
by Paul Greyson
· 12 years ago
a4e0f54
put back model change check
by Paul Greyson
· 12 years ago
1eb2dd1
tweaking label position
by Paul Greyson
· 12 years ago
9066ab0
improve label placement
by Paul Greyson
· 12 years ago
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
· 12 years ago
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
· 12 years ago
968d1b4
put text labels in front
by Paul Greyson
· 12 years ago
45303ac
tweaks
by Paul Greyson
· 12 years ago
eed3635
fix inactive controller color
by Paul Greyson
· 12 years ago
b367de2
add arrows to indicate link directionality
by Paul Greyson
· 12 years ago
e262a29
fix controller selection on update
by Paul Greyson
· 12 years ago
c17278a
dynamic update for links/switches
by Paul Greyson
· 12 years ago
a36a923
temporarily show links off center so that up and down links can be distinguished
by Paul Greyson
· 12 years ago
38d8bde
workarounds for Chrome v25 bugs related to matrix transform
by Paul Greyson
· 12 years ago
985bb65
renable proxy to gui3 (for Paul's remote workflow)
by Paul Greyson
· 12 years ago
8a77df6
Merge remote-tracking branch 'upstream/master'
by Paul Greyson
· 12 years ago
e23620c
fixed typo in url in file path in ons-demo/js/model.js
by Ubuntu
· 12 years ago
Next »