Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
de6e203207eae53479f7292297ea0d707ee950ce
« Previous
35d1888
GUI -- Added empty table row to Applications view.
by Simon Hunt
· 10 years ago
619c538
GUI -- Playing with application actions; converted to table builder; added selCB support.
by Thomas Vachuska
· 10 years ago
0c2c4c5
GUI -- Empty table now has a "no items found" row, and table width set to track window width.
by Simon Hunt
· 10 years ago
00121ed
Javadocs cleanup.
by Thomas Vachuska
· 10 years ago
d552ee9
GUI -- Enhancements for mobile devices:
by Simon Hunt
· 10 years ago
152f9fd
Shutdown cleanup; hunt for exceptions continues
by Thomas Vachuska
· 10 years ago
ae65c96
GUI -- Device View now has a column for Master Instance Id.
by Bri Prebilic Cole
· 10 years ago
1a4eca0
Use a low raft leader election timeout when cluster size is one
by Madan Jampani
· 10 years ago
864cdd6
GUI -- Created Table Builder Service that builds a controller for tabular views.
by Bri Prebilic Cole
· 10 years ago
8c2a8b3
Initial sketch of driver based configuration api.
by alshabib
· 10 years ago
e25c5a2
GUI -- Adjusted link details display to suppress nonsensical line items for edge-links.
by Simon Hunt
· 10 years ago
08706ce
Added support for a distributed set implementation that is backed by Consistent Map
by Madan Jampani
· 10 years ago
a89f8f9
Added support for "maps" cli command that displays meta information for various consistent maps in the system
by Madan Jampani
· 10 years ago
a36f03b
GUI -- Augmented the link details display.
by Simon Hunt
· 10 years ago
08d08d4
GUI -- Allows for col-width="_px" to be specified in the html of table headers.
by Bri Prebilic Cole
· 10 years ago
de563cf
Added ability to form a cluster via REST API.
by Thomas Vachuska
· 10 years ago
8dc1a69
Added bootstrap code to auto-generate cluster.json, tablets.json and hazelcast.xml using local site address.
by Thomas Vachuska
· 10 years ago
20cfb87
GUI -- Cleaned up user agent data injection
by Simon Hunt
· 10 years ago
842a197
Check rotated logs as well as the current file
by Jon Hall
· 10 years ago
d5df254
GUI -- Refactored IntentView java backend for details.
by Bri Prebilic Cole
· 10 years ago
83785e2
GUI -- Added apple touch icon and a few apple-related meta-tags into index.html.
by Thomas Vachuska
· 10 years ago
31bb01f
GUI -- Added isMobile() predicate to FnService.
by Simon Hunt
· 10 years ago
2bd8c35
GUI -- Updated Intent View to have resources and details listed for each intent.
by Bri Prebilic Cole
· 10 years ago
b645147
Moved demo app back to main onos repo.
by Thomas Vachuska
· 10 years ago
3074fb2
GUI -- Fixed broken unit tests; cleaned up glyph tests.
by Simon Hunt
· 10 years ago
96f2647
GUI -- Basic Intent View implemented. Includes app id, key, type, and priority. Details / resources to be added later.
by Bri Prebilic Cole
· 10 years ago
58eded6
GUI -- Fixed host view row height CSS by adding an icon for host type.
by Thomas Vachuska
· 10 years ago
fd7931d
ONOS-1404 - Rerouting delayed due to flows being removed out of order
by Ray Milkey
· 10 years ago
3695a62
GUI -- Added application view buttons. (WIP - require click handlers still)
by Simon Hunt
· 10 years ago
7c315cf
GUI -- Added glyphs for application view buttons.
by Simon Hunt
· 10 years ago
0fa583c
GUI -- Added applications view.
by Thomas Vachuska
· 10 years ago
72eb6db
GUI -- Device View still had hardcoded sort params - fixed.
by Bri Prebilic Cole
· 10 years ago
f1b8e17
Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases
by Madan Jampani
· 10 years ago
c4cb100
Added support to pre-stage apps as part of onos-setup-karaf.
by Thomas Vachuska
· 10 years ago
b967ebf
GUI -- Fixed intent perf GUI styling.
by Thomas Vachuska
· 10 years ago
72dd99d
GUI -- Fixed intentPerf javascript error.
by Thomas Vachuska
· 10 years ago
161baf5
ONOS-1418 Fix for intermittent issue with app store.
by Thomas Vachuska
· 10 years ago
b4317d7
Restrict the key file permissions as required by some OSes
by Jonathan Hart
· 10 years ago
54b4a37
Run ifconfig as sudo for OSes that require it
by Jonathan Hart
· 10 years ago
fba2857
Enhanced app CLI.
by Thomas Vachuska
· 10 years ago
db49800
GUI -- Minor CSS edits to host view.
by Bri Prebilic Cole
· 10 years ago
90c7be2
GUI -- Fixed a few issues int intentPerf.js caught by review, but after merge.
by Thomas Vachuska
· 10 years ago
95aadff
Added GUI to intent perf app to monitor performance stats in real-time.
by Thomas Vachuska
· 10 years ago
19a32dd
GUI -- Host view implemented on client and server side.
by Bri Prebilic Cole
· 10 years ago
9ac1476
Fixing intent reroute (ONOS-1403)
by Brian O'Connor
· 10 years ago
0c6b2d3
GUI -- Link selection showing link details implemented.
by Simon Hunt
· 10 years ago
346e825
Use ephemeral port for acceptor loop test to avoid conflict.
by HIGUCHI Yuta
· 10 years ago
e586b79
GUI -- Preliminary work for converting tabular views to use the shared web-socket rather than via REST. WIP.
by Thomas Vachuska
· 10 years ago
4a4d18f
Reduce log level of frequent benign exception
by Jonathan Hart
· 10 years ago
a1f54d5
GUI -- SVG example view files complete. SVG filter added, cleaned up code.
by Bri Prebilic Cole
· 10 years ago
89ad377
ONOS-1400: Fixing BgpRouter functionality break due to distributed group store changes
by Srikanth Vavilapalli
· 10 years ago
cd48bfd
Make sure message handling executor references are appropriately managed when we modify the service configuration
by Madan Jampani
· 10 years ago
b5dcc51
Adding device and host tracking for intents (ONOS-1356)
by Brian O'Connor
· 10 years ago
5a206bb
GUI -- Updated Equalize Master glyph. SVG practice progress - better algorithm for changing button position. Various other small edits.
by Bri Prebilic Cole
· 10 years ago
4a0ba56
DefaultTrafficTreatment: Build all-instructions list at creation time
by Jonathan Hart
· 10 years ago
6ec029a
Implemented a Builder pattern for EventuallyConsistentMaps.
by Jonathan Hart
· 10 years ago
c4c5a07
GUI -- Augmented Bri's show-icons html page to label the glyphs.
by Simon Hunt
· 10 years ago
90dcc3e
GUI -- Added hotkeys (in parentheses) to the tooltips of the topology toolbar buttons.
by Simon Hunt
· 10 years ago
a751537
Adding FlowRuleIntent to kryo (ONOS-1384)
by Brian O'Connor
· 10 years ago
22083ae
Fix Javadoc error
by Ray Milkey
· 10 years ago
68ddd74
Updating onos-change-version to roll fallback version in CoreManger
by Brian O'Connor
· 10 years ago
e167b5f
Fixed some wrong app.xml configurations.
by Thomas Vachuska
· 10 years ago
7061acd
Unit tests for PartitionManager
by Jonathan Hart
· 10 years ago
7c98051
GUI -- Created the rest of the icons for Topo Toolbar.
by Bri Prebilic Cole
· 10 years ago
d5fd847
Adding snapshot repo info for copycat
by Madan Jampani
· 10 years ago
9fec43f
Updated CoreManager version string to be 1.2.0-SNAPSHOT.
by Simon Hunt
· 10 years ago
72175c2
Moved duplicated isUpdateAcceptable method to IntentData
by Jonathan Hart
· 10 years ago
5167aad
Adding onos-openflow as a default feature for the local karaf setup.
by Thomas Vachuska
· 10 years ago
c65842d
Changed root pom.xml to point to 0.5.0.onos-SHAPSHOT in order to pickup latest CopyCat fixes.
by Thomas Vachuska
· 10 years ago
b59ac4e
Reduce log level for frequent leadership event log
by Jonathan Hart
· 10 years ago
db4b87b
GUI -- Fixed broken glyph unit tests.
by Bri Prebilic Cole
· 10 years ago
9689126
ONOS-1376 FIxed error in app command to report bad usage better.
by Thomas Vachuska
· 10 years ago
5630c61
ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3
by Thomas Vachuska
· 10 years ago
812f6c0
GUI -- Modified Toolbar service to have multiple rows of buttons. Added more buttons in topoToolbar - WIP.
by Bri Prebilic Cole
· 10 years ago
717361f
Distributed group store using eventual consistent map abstraction
by Srikanth Vavilapalli
· 10 years ago
ee2aa65
Merge IntentInstaller's role into IntentCompiler
by Sho SHIMIZU
· 10 years ago
e076c79
Implement builders for optical intents
by Ray Milkey
· 10 years ago
6e0d147
Fixes a javadoc warning
by Madan Jampani
· 10 years ago
f15511b
ONOS-180 Suppressing a few superfluous stack traces on shutdown.
by Thomas Vachuska
· 10 years ago
4fcdae7
GossipApplicationStore fix to prevent attempt to notify delegate when there isn't one yet. Fixes an intermittent NPE.
by Thomas Vachuska
· 10 years ago
4c5c046
GUI -- Added distinct icon for nav-menu in the masthead.
by Simon Hunt
· 10 years ago
4250735
Remove deprecated instructions() method in the traffic treatment class
by Ray Milkey
· 10 years ago
f845cf6
HostLocationProvider fix to avoid locating hosts on logical ports.
by Thomas Vachuska
· 10 years ago
7c52100
ONOS-1362: Support async version of ConsistentMap that lets efficient chaining of operations
by Madan Jampani
· 10 years ago
5d5858b
GUI -- Fixed a defect where showTraffic was sending redundant link classes.
by Thomas Vachuska
· 10 years ago
0d6af8d
Fixed a defect where remotely-induced feature install was trying to stomp over locally -induced feature install.
by Thomas Vachuska
· 10 years ago
6ffea6b
GUI -- Tooltips are aligned correctly based on where the mouse is on the screen.
by Bri Prebilic Cole
· 10 years ago
4c2fa06
GUI -- Fixed topology view failover.
by Thomas Vachuska
· 10 years ago
c39773c
Exclude tools/package/maven-plugin from obs
by Jonathan Hart
· 10 years ago
7d2fab2
ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues.
by Madan Jampani
· 10 years ago
ebc5d22
Refactor connectivity intent creation to use builders
by Ray Milkey
· 10 years ago
0d18df3
Implement copyData as copy constructor on IntentData.
by Jonathan Hart
· 10 years ago
67c2272
ONOS-1242 - REST API for Withdrawing Intents
by Ray Milkey
· 10 years ago
6ba7efc
Work toward ONOS-1268 Expose IPv6 support at the ONOS CLI level
by Pavlin Radoslavov
· 10 years ago
0a53fac
Adding log writer command
by Brian O'Connor
· 10 years ago
54d0938
GUI --Base Tooltip Service created.
by Bri Prebilic Cole
· 10 years ago
67fc097
Remove "strip vlan" from our API because it is the same as "pop vlan".
by Jonathan Hart
· 10 years ago
d7b4584
Added empty space after '.' between two sentences.
by Pavlin Radoslavov
· 10 years ago
023a1c7
Revert "Abstract ConnectivityIntentCompiler is not a @Component"
by Brian O'Connor
· 10 years ago
8317ad5
Abstract ConnectivityIntentCompiler is not a @Component
by Brian O'Connor
· 10 years ago
Next »