Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
c9da09eb2eb8888edef09695d041a1c50b62ec77
/
web
13e2ebe
merge Paul's restapi2.py into topolgy_rest.py
by Masayoshi Kobayashi
· 12 years ago
dbe08d6
Merge branch 'master' of http://github.com/OPENNETWORKINGLAB/ONOS
by Tim Lindberg
· 12 years ago
86a85f6
change onos-topology.js controller-status.js for 8 nodes
by Tim Lindberg
· 12 years ago
ebbac9d
Merge pull request #298 from pgreyson/master
by Umesh Krishnaswamy
· 12 years ago
acb5941
better traffic styling
by Paul Greyson
· 12 years ago
554dbfd
update
by Paul Greyson
· 12 years ago
127d7fb
first pass at flow chooser and flow display in topology view
by Paul Greyson
· 12 years ago
5149675
change controller-status.js to support 8 controllers
by Masayoshi Kobayashi
· 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
89edc48
update
by Paul Greyson
· 12 years ago
4fa7bb8
update mock data
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
5dd25f6
updated
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
6db9305
add new file path to make restapi2.py work with Amazon EC2 environment
by Masayoshi Kobayashi
· 12 years ago
e23620c
fixed typo in url in file path in ons-demo/js/model.js
by Ubuntu
· 12 years ago
2df978d
Merge remote-tracking branch 'upstream/master'
by Paul Greyson
· 12 years ago
3f890b6
disable pointer events for inactive elements
by Paul Greyson
· 12 years ago
6cb07f7
Merge pull request #286 from pgreyson/master
by Umesh Krishnaswamy
· 12 years ago
70377e2
Add command-line support to specify a range of Flow IDs to be cleared
by Pavlin Radoslavov
· 12 years ago
22af578
fix bug in rest-test.sh
by Masayoshi Kobayashi
· 12 years ago
29d282c
change to show last 2 bytes of dpid in GUI
by Masayoshi Kobayashi
· 12 years ago
c3e21a0
update JSON mock responses and release notes
by Paul Greyson
· 12 years ago
832d220
fix a sorting bug and correct agg switch id problem
by Paul Greyson
· 12 years ago
bcd3c77
hooking up to real test bed
by Paul Greyson
· 12 years ago
cb8cdfe
Add extra comments.
by Pavlin Radoslavov
· 12 years ago
726c637
Added a script for generating a number of flows.
by Pavlin Radoslavov
· 12 years ago
2615fc3
Modify script delete_flow.py so it can be used to delete
by Pavlin Radoslavov
· 12 years ago
01a5dff
better colors
by Paul Greyson
· 12 years ago
3e14216
toggle controller selection
by Paul Greyson
· 12 years ago
b48943b
don't update if no model change
by Paul Greyson
· 12 years ago
f9edc1a
draw labels on mouse over
by Paul Greyson
· 12 years ago
de7fad5
sort switches and position aggregations switches to fan out
by Paul Greyson
· 12 years ago
d1a22d9
first cut at edges. not quite working yet.
by Paul Greyson
· 12 years ago
23b0cd3
magnify effect on edge switch
by Paul Greyson
· 12 years ago
f8f4317
first cut at mouseover to zoom edge node
by Paul Greyson
· 12 years ago
952ccb6
getting stretched layout working
by Paul Greyson
· 12 years ago
740bdaf
initial topology view (sample JSON data isn't complete)
by Paul Greyson
· 12 years ago
6f86d1e
setting up mock data fetch and model building on client
by Paul Greyson
· 12 years ago
d987239
basic layout
by Paul Greyson
· 12 years ago
da1773b
adding a line to docs for mac development. testing pull request flow
by Paul Greyson
· 12 years ago
8cdd1a2
Print the flowEntryId of each Flow Entry when displaying the flows.
by Pavlin Radoslavov
· 12 years ago
2a0bd8b
* Add new command-line option:
by Pavlin Radoslavov
· 12 years ago
8e0a00d
Minor tweak in the formatting.
by Pavlin Radoslavov
· 12 years ago
d27915b
change rest test script
by Masayoshi Kobayashi
· 12 years ago
84bd06e
add flow-push script
by Masayoshi Kobayashi
· 12 years ago
259b60b
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pavlin Radoslavov
· 12 years ago
eb2d5a2
Fix the add_flow.py behavior: if the shortest path computation fails
by Pavlin Radoslavov
· 12 years ago
a05f01f
topology.js for sprint5
by Masayoshi Kobayashi
· 12 years ago
4f7b796
Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS
by Masayoshi Kobayashi
· 12 years ago
5e91bdf
toplogy rest change to sprint 5
by Masayoshi Kobayashi
· 12 years ago
916832f
Added new Flow-related API: clearFlow(), the REST "flow/clear/" API,
by Pavlin Radoslavov
· 12 years ago
02223ec
Add a command description to the "usage" message.
by Pavlin Radoslavov
· 12 years ago
09a9bee
Minor formatting when printing the flow entries.
by Pavlin Radoslavov
· 12 years ago
8a002d9
Fix Issue #243 and Issue #244:
by Pavlin Radoslavov
· 12 years ago
5daa54b
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pavlin Radoslavov
· 12 years ago
57572b1
add scripts
by Masayoshi Kobayashi
· 12 years ago
3f3778a
Implement non-stop monitoring of the installed flow.
by Pavlin Radoslavov
· 12 years ago
1474891
* Accept both base10 and base16 format for (almost) all integer arguments
by Pavlin Radoslavov
· 12 years ago
82200bc
Fix a bug when printing the port number for ACTION_OUTPUT actions.
by Pavlin Radoslavov
· 12 years ago
e2f0de8
Complete the work toward Issue #215 and Issue #216:
by Pavlin Radoslavov
· 12 years ago
f13923a
Work toward Issue #215 and Issue #216:
by Pavlin Radoslavov
· 12 years ago
2d59f58
Add a fix when printing a Flow Entry in case there are no matching
by Pavlin Radoslavov
· 12 years ago
ede9758
Work toward Issue #215 and Issue #216:
by Pavlin Radoslavov
· 12 years ago
706df05
Fixed Issue #207: Implement remaining API for getting flow state
by Pavlin Radoslavov
· 12 years ago
f4ad989
Added three Python scripts to add/delete/get a flow that
by Pavlin Radoslavov
· 12 years ago
fd0657c
* Move around some of the debug() statements
by Pavlin Radoslavov
· 12 years ago
37ebda6
Pushing Sprint 4 demo GUI
by Ubuntu
· 12 years ago
765deff
Added path view on GUI
by Ubuntu
· 12 years ago
3bc5fde
Change rest server to show paths
by Masayoshi Kobayashi
· 12 years ago
21bd3be
GUI html change
by Masayoshi Kobayashi
· 12 years ago
c016ba1
Color code ONOS Controller status
by Ubuntu
· 12 years ago
fc5e237
(forget to add controller status javascript)
by Masayoshi Kobayashi
· 12 years ago
dd4ad8f
Addes controller status GUI
by Masayoshi Kobayashi
· 12 years ago
5b2b24a
GUI change to colorcode the controller
by Ubuntu
· 12 years ago
1407a50
GUI changes
by Masayoshi Kobayashi
· 12 years ago
f83aa44
Reimplement the shortest path computation by using the new DataPath and FlowEntry containers.
by Pavlin Radoslavov
· 12 years ago
b1f9479
Added hello.html that is used by Amazon Elastic loadbalancer to check the server health
by Masayoshi Kobayashi
· 12 years ago
f63ef2f
GUI: changed link from arc to straight line. Cleaned up javascript.
by Masayoshi Kobayashi
· 12 years ago
274c07d
Added start-rest.sh and modified onos/casandra start script
by Masayoshi Kobayashi
· 12 years ago
aea2a68
Added fabicon.ico
by Ubuntu
· 12 years ago
246ff82
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Ubuntu
· 12 years ago
3292578
Added jquery-1.7.2.min.js
by Ubuntu
· 12 years ago
f6ce96c
added test-network files
by Ubuntu
· 12 years ago
82b8a83
Add ONOS GUI (python server, html and javascript)
by Ubuntu
· 12 years ago
25072e5
better error message on restapi3.py
by Ubuntu
· 12 years ago
2a64c8a
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
by Pankaj Berde
· 12 years ago
ff42180
Rest API and Services for TopoSwitch
by Pankaj Berde
· 12 years ago
Next »