Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
6c0582e6f2ab33a8642b766747bd25077214f5f0
« Previous
cdec493
Fixing logger for IntentCleanup
by Brian O'Connor
· 10 years ago
6d8e317
Added error count for IntentData (ONOS-1060)
by Brian O'Connor
· 10 years ago
a6c9b5c
Updating IntentCleanup to check for stalled *_REQ and *ING intents.
by Brian O'Connor
· 10 years ago
5c3fd70
Fixed IoB exception in null provider.
by Thomas Vachuska
· 10 years ago
615361e
Moved some dev tools from test/bin to dev/bin.
by Thomas Vachuska
· 10 years ago
43f17c0
GUI -- Refresh Icon added. - Fixed default column ID for intents view.
by Bri Prebilic Cole
· 10 years ago
a0ddb02
GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private.
by Simon Hunt
· 10 years ago
8ea1f51
GUI -- Deleted deprecated UIMessageHandler.
by Simon Hunt
· 10 years ago
9bd1f15
ONOS-1798: More appropriate method name + better pre-condition checks
by Madan Jampani
· 10 years ago
0fa4bc4
Ensure that $ONOS_CELL variable will not be overwritten when bash profile is loaded
by Roan Huang
· 10 years ago
d2747a0
GUI -- Huge Refactoring of server-side message handlers (Part Two).
by Simon Hunt
· 10 years ago
198558a
Remove RES definition as potential use case is unknow right now
by Sho SHIMIZU
· 10 years ago
eb35026
Add missing test class for OchSignal
by Sho SHIMIZU
· 10 years ago
c5ade71
Add Javadoc for IndexedLambda
by Sho SHIMIZU
· 10 years ago
c3af35a
Add static factory method to create ConnectPoints from strings.
by Jonathan Hart
· 10 years ago
91210a7
Define Lambda interface representing wavelength and implementations
by Sho SHIMIZU
· 10 years ago
266b443
Fixed javadocs and descriptions.
by Thomas Vachuska
· 10 years ago
f0e1fae
Sketching out basis for network configuration subsystem API.
by Thomas Vachuska
· 10 years ago
0165d19
Classify PicOS switches as OVS otherwise no roles requests are sent
by Jonathan Hart
· 10 years ago
d681171
Turned netconf providers into an app and made NetconfDeviceProvider register its configs with ComponentConfigService.
by Thomas Vachuska
· 10 years ago
1af8e13
Fix balance-masters functionality in the new LeadershipService based device mastership store
by Madan Jampani
· 10 years ago
4b18a23
Make device store aware of optical ports (ONOS-1794).
by Marc De Leenheer
· 10 years ago
014c33a
Pull out enums from OchPort
by Sho SHIMIZU
· 10 years ago
44aa2f8
GUI -- Refactoring of server-side message handlers (Part One).
by Simon Hunt
· 10 years ago
2096b93
Fixes a NPE that occurs when device mastership is not immediately decided
by Madan Jampani
· 10 years ago
3d4d01c
ONOS-1783 - GUI -- Refresh buttons for tabular views added. Minor table.js refactor.
by Bri Prebilic Cole
· 10 years ago
35fa3d4
GUI -- Adding synchronization for message sending and for create/destroy handlers.
by Thomas Vachuska
· 10 years ago
7772af0
Fix for missing case in set test cli
by Jon Hall
· 10 years ago
dfc639e
Adding in some imports necessary for test code included in BGP router
by Saurav Das
· 10 years ago
82e60a9
Adding onos-form-cluster & onos-config to the packaged runtime tools to allow installation and cluster configuration w/o any of the test or dev tools.
by Thomas Vachuska
· 10 years ago
a27ada7
NPE protection for purge requests (ONOS-1463)
by Brian O'Connor
· 10 years ago
dee7871
Registier Frequency to Kryo
by Sho SHIMIZU
· 10 years ago
c00295c
Removed unnecessary mapper declaration -- use the one exposed in the superclass.
by Simon Hunt
· 10 years ago
dde53d1
Fix the logic of deleting FIB entries in CorsaPipeline
by sangho
· 10 years ago
866b46a
Reworked the dependency on default drivers. Driver manager must NOT depend on these.
by Thomas Vachuska
· 10 years ago
3ccb9eb
Added some protection again UiExtensions that return null inclusion streams.
by Thomas Vachuska
· 10 years ago
ddf315d
Fix ifconfig parsing in onos-setup-karaf
by Roan Huang
· 10 years ago
eb5eebb
Modified to accommodate code review comments.
by Sanjay S
· 10 years ago
fc3b48e
Modified pom to change the indentation, part of code review comment
by Sanjay S
· 10 years ago
e8dcfee
Netconf Device Provider Plugin to discover and monitor NETCONF supported Devices.
by Sanjay S
· 10 years ago
3c58e96
Adding IntentCleanup as a component.
by Brian O'Connor
· 10 years ago
a2ae422
Added onos-ui-archetype as a partial archetype to bootstrap UI development.
by Thomas Vachuska
· 10 years ago
bb38235
Generic ROADM port models and descriptions
by Marc De Leenheer
· 10 years ago
ab39283
Remove unnecessary object creation when calculating hashCode()
by Sho SHIMIZU
· 10 years ago
f5b234a
Segment Routing refactor with flow objectives
by Srikanth Vavilapalli
· 10 years ago
75aaa67
OpenFlowRuleProvider is now configurable with respect to flowPollFrequency.
by Thomas Vachuska
· 10 years ago
11ff870
Fixing add intent commands.
by Brian O'Connor
· 10 years ago
889648c
Added an adapter.
by Thomas Vachuska
· 10 years ago
2efc715
ONOS-1722 - GUI -- QuickHelp unit tests written, minor other user input precautions added.
by Bri Prebilic Cole
· 10 years ago
5756c35
Trivial logging change
by Madan Jampani
· 10 years ago
3a32156
Added a builder for TransactionContexts
by Ayaka Koshibe
· 10 years ago
2c6b7ef
Fix for NPE in entry removal updates.
by Ayaka Koshibe
· 10 years ago
41aff9f
Pass the selector/treatment set by CLI to the HostToHostIntent
by Charles M.C. Chan
· 10 years ago
15c3800
Remove "public" from TrafficSelector definition to follow our convention
by Sho SHIMIZU
· 10 years ago
2d89eca
Add auto-completer for add-host-intent command (ONOS-1756)
by Charles M.C. Chan
· 10 years ago
ed1b7fc
Moving to the latest stable copycat SNAPSHOT version.
by Madan Jampani
· 10 years ago
fbc80e5
Pull out inner-classes from Criteria to be independent classes
by Sho SHIMIZU
· 10 years ago
ef09190
ONOS-1724 - GUI -- svgUnit tests written. WIP topoToolbar unit tests written. Firing key presses programmatically investigated.
by Bri Prebilic Cole
· 10 years ago
f22fb40
Pushes flow rules to the control switch when the switch is connected and available.
by sangho
· 10 years ago
864a9db2
Pushes the flow rules also when devices are available (with DEVICE_AVAILABLLITY_CHANGED event).
by sangho
· 10 years ago
96a303c
Fixing a defect in onos-install, which polluted the ~/.m2/repository.
by Thomas Vachuska
· 10 years ago
2bb4863
Fixed a defect in topology view handler where listeners were being removed prematurely.
by Thomas Vachuska
· 10 years ago
9b171c5
Fixing onos-setup-karaf to always generate tablets.json and cluster.json config files without having to specify 'clean' option.
by Thomas Vachuska
· 10 years ago
b35ed36
Avoid unnecessary empty list instantiation
by Sho SHIMIZU
· 10 years ago
f0c5a05
Initial implementation of CORRUPT state (ONOS-1060)
by Brian O'Connor
· 10 years ago
3b84c86
Providing a work-around for a bug in the gossip stores, which prevents annotations from sticking initially.
by Thomas Vachuska
· 10 years ago
0c3c076
Inherit resources from a high level intent when creating a FlowRuleIntent
by Sho SHIMIZU
· 10 years ago
d1f17ac
Fixing onos-build-selective to warp into the $ONOS_ROOT directory as a first thing.
by Thomas Vachuska
· 10 years ago
5d4a58d
Adding a proper clean-up step for unit test file system artifacts.
by Thomas Vachuska
· 10 years ago
de47caa
Configurable extraneous flow rules
by Marc De Leenheer
· 10 years ago
9de692c
LLDPLinkProvider: don't bother logging for PORT_STATS_UPDATED events
by Jonathan Hart
· 10 years ago
d91c4b0
Correct indent
by Sho SHIMIZU
· 10 years ago
ea56028
Implement a class representing frequency
by Sho SHIMIZU
· 10 years ago
2de9449
Inherit network resource information from a high level intent
by Sho SHIMIZU
· 10 years ago
6ed04eb
ONOS-1721 - GUI -- Websocket Service unit tests written, topo nav glyph added, other minor improvements.
by Bri Prebilic Cole
· 10 years ago
2184de1
ONOS-1756: Improve CLI auto completers
by Charles M.C. Chan
· 10 years ago
9d7ef16
Adding */docs/* to onos-build-selective.exclude
by Brian O'Connor
· 10 years ago
a05fd20
Unit tests for some uncovered Intent types
by Ray Milkey
· 10 years ago
3ad8d4b
Moving he version of archetypes to 1.4-SNAPSHOT in preparation for release with the onos-maven-plugin.
by Thomas Vachuska
· 10 years ago
666cd6d
ONOS-1521 : Supports Leaf-Spine topology (tested with 4 x 4 )
by sangho
· 10 years ago
0d886fc
Fixes/improvements:
by Ayaka Koshibe
· 10 years ago
20eff1d
ONOS-1438: Improved the routing rule population process for link add and failure; computes the routes changed from the link changes and populates the rules only for the routes.
by sangho
· 10 years ago
6b33126
Moved jdvue utility from ONOS-tools repo into onos repo.
by Thomas Vachuska
· 10 years ago
7b8a921
Bugfix: matching IP address without ethType will result in OFPT_ERROR_MSG (type=OFPET_BAD_MATCH, code=OFPBMC_BAD_PREREQ)
by Charles M.C. Chan
· 10 years ago
9148d2d
Bugfix for gerrit #3377
by Charles M.C. Chan
· 10 years ago
0f6d0b8
Adding IDEA settings for import.
by Thomas Vachuska
· 10 years ago
956cb69
ONOS-1414: Fix phantom hosts
by Charles M.C. Chan
· 10 years ago
cdc188d
ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated.
by Bri Prebilic Cole
· 10 years ago
6b687cd
Test application for counters and sets
by Jon Hall
· 10 years ago
20e1679
ONOS-1477 - GUI -- Added glyphs to nav menu.
by Simon Hunt
· 10 years ago
38c2b6a
ONOS-1478 - GUI -- Segment navigation menu into categories.
by Simon Hunt
· 10 years ago
88d2282
Ignore PORT_STATS_UPDATED from topology metrics
by andrew@onlab.us
· 10 years ago
bd7f742
Adding Device Listiner to BgpRouter so that filtering rules are sent to the
by Saurav Das
· 10 years ago
d3858e4
Adding a separate set of modules to serve as an incubator for new core API & implementations.
by Thomas Vachuska
· 10 years ago
62f04a4
ONOS-1731 Fixed app gossip store & manager to deal with staggered app load on startup.
by Thomas Vachuska
· 10 years ago
8b91f4f
GUI -- Added category to the UiView abstraction.
by Thomas Vachuska
· 10 years ago
60fc842
Fixed onos-setup-karaf to work on Linux as well as on Darwin (OSX).
by Thomas Vachuska
· 10 years ago
3430984
Changed onos-log to allow for both Linux & Darwin (OSX) platforms to work. The --pid option is required in order for tail to wake-up when the owning process dies.
by Thomas Vachuska
· 10 years ago
239e588
ONOS-1678 - Detail Panel issue - Actually FIXED it this time.
by Simon Hunt
· 10 years ago
1002cd8
GUI -- Added UiViewHidden subclass of UiView to allow for views that do not have an entry in the navigation panel.
by Simon Hunt
· 10 years ago
Next »