Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
e378660084b4458eb3e965a1475f15ee39a2ca21
« Previous
4ecaeea
Add unit test to check equality for resource constructs
by Sho SHIMIZU
· 9 years ago
08ec48f
Add unit tests to check serialization of resource API constructs
by Sho SHIMIZU
· 9 years ago
4b84baf
Fixed a few onos-check-* tools.
by Thomas Vachuska
· 9 years ago
82e95a5
Added means to administratively remove device via REST API.
by Thomas Vachuska
· 9 years ago
4b51941
ONOS-2315 adding auto-complete to the CLI
by Flavio Castro
· 9 years ago
17c4651
POM file description fields for OVSDB plugin
by Ayaka Koshibe
· 9 years ago
80aa1ef
Fixed jdvue pom.xml
by Thomas Vachuska
· 9 years ago
313708b
Adding experimental Flow Objective composition
by Xin Jin
· 9 years ago
0af1ec3
ONOS-1479 - GUI Topology Overlay Work - (WIP)
by Simon Hunt
· 9 years ago
0f8d00e
ONOS-2432 Fixed blackhole npe by only acting on src and dst hosts that are not null
by Sahil Lele
· 9 years ago
4e0e093
GUI -- Preventing UI web-socket from attempting to re-open when shutdown.
by Thomas Vachuska
· 9 years ago
78ee25c
ONOS-2387: Initial implement ResourceService
by Sho SHIMIZU
· 9 years ago
92ea9b3
Add map name to equals() and toString() calculations
by Ray Milkey
· 9 years ago
aae93b2
Periodically retry failed intents.
by Jonathan Hart
· 9 years ago
585f905
[ONOS-2112]Create an application used to manage virtual network subnet and
by xuzhang
· 9 years ago
200a739
Simplify statements to define serializer just for KryoNamespaces.API
by Sho SHIMIZU
· 9 years ago
6683a07
[ONOS-2263] - OVSDB -- Create the implementation of TunnelProvider using
by YuanyouZhang
· 9 years ago
bab8a5e
Configurable Port Stats Collection interval
by Dusan Pajin
· 9 years ago
f26445a
[ONOS-2262] - OVSDB -- Create the implementation of HostProvider using
by YuanyouZhang
· 9 years ago
b5e0530
[ONOS-2261] - OVSDB -- Create the implementation of DeviceProvider using
by YuanyouZhang
· 9 years ago
e05cae4
ONOS-1479 - GUI Topology Overlay Work - (WIP)
by Simon Hunt
· 9 years ago
879ed7c
Disable the new change notification support as it seems to have caused a regression
by Madan Jampani
· 9 years ago
eb13564
Adding check for pending flows to net-setup scenario.
by Thomas Vachuska
· 9 years ago
5e1f129
ONOS-2315 Adding new metrics to ConsistentMaps
by Flavio Castro
· 9 years ago
a598c9e
Minor refactoring for readiability and addition of comments.
by Aaron Kruglikov
· 9 years ago
67d53cc
Unit tests for AtomicValueEvent and SetEvent
by Ray Milkey
· 9 years ago
92c64eb
More Unit tests
by Madan Jampani
· 9 years ago
bd1eb3f
Adding support for configurations added after the Net Config Loader has loaded.
by Aaron Kruglikov
· 9 years ago
8098405
Added unit test for Match and UpdateResult + Javadoc fixes
by Madan Jampani
· 9 years ago
d083bc4
Improve test coverage for ConsistentMapEvent and WallClockTimestamp
by Ray Milkey
· 9 years ago
9fadbfc
Fixed SubjectFactories to support app subject properly.
by Thomas Vachuska
· 9 years ago
1468fee
Set VLAN ID at the OLT.
by Jonathan Hart
· 9 years ago
111b42b
Move address-bindings config to new config system
by Jonathan Hart
· 9 years ago
cab114c
Misc improvements. Primarily Javadoc.
by Madan Jampani
· 9 years ago
b129fbf
FIxed netcfg CLI to avoid double-nesting configs.
by Thomas Vachuska
· 9 years ago
1827562
Listener enhancement to allow separation of filtering from processing.
by Thomas Vachuska
· 9 years ago
619453b
Added missing copyright and license text
by Madan Jampani
· 9 years ago
34fec84
Turning on consistent and ordered notification support for multi-partition usecase
by Madan Jampani
· 9 years ago
7727175
Create constructors with zero argument for serialization
by Sho SHIMIZU
· 9 years ago
68844ba
ONOS-2422 - GUI -- Sample client side code for maven archetypes updated.
by Bri Prebilic Cole
· 9 years ago
70aacc4
ONOS-2325 - GUI -- Rewrite / bug fix for table row flashing. Multi-rows act like a unit and row flashes when a single new element is added.
by Bri Prebilic Cole
· 9 years ago
a16ea65
Improve coverage for MastershipTerm class
by Ray Milkey
· 9 years ago
648451f
Consistently ordered notification support for single partition scenario.
by Madan Jampani
· 9 years ago
960bd8c
Register DefaultResource/DefaultResourceAllocation to Kryo
by Sho SHIMIZU
· 9 years ago
7c4e09a
Bug fix: Removing an non-existing key from map should be a noop
by Madan Jampani
· 9 years ago
a4f3165
Adding obs exclusion.
by Thomas Vachuska
· 9 years ago
b19bffb
Hunting down elusive source of lag.
by Thomas Vachuska
· 9 years ago
bdd3130
Added skeleton for Netconf Flow Rule Provider.
by Sanjay S
· 9 years ago
72e44bf
ONOS-1479 - GUI Topology Overlay Work - (WIP)
by Simon Hunt
· 9 years ago
762246d
Added a AtomicValue distributed primitive.
by Madan Jampani
· 9 years ago
2a5ac75
Fixing not-ready GUI page.
by Thomas Vachuska
· 9 years ago
f9391e1
Minor opticalUtils.py patch
by Nikhil Cheerla
· 9 years ago
7b15851
Fix delete of an intent and add a unit test for it
by Ray Milkey
· 9 years ago
a02fc81
Fixing & enhancing STC test scenarios.
by Thomas Vachuska
· 9 years ago
ae2d0d7
Fix ConsistentMap.putIfAbsent logic
by Madan Jampani
· 9 years ago
8d03367
Fixing log messages
by Thomas Vachuska
· 9 years ago
47bd480
Add POST method for the Host REST API and fix minor documentation errors
by Kedar Gupta
· 9 years ago
f7cb401
Fix ONOS-2090 - Improvements to Intent JSON
by Ray Milkey
· 9 years ago
9dcaea5
ONOS-1865 - GUI -- Keys from Topo View are deregistered once view is navigated away from. Device and App View 'esc' key registration added.
by Bri Prebilic Cole
· 9 years ago
e11ce5a
Updated GUI Archetype to implement a simple table view.
by Simon Hunt
· 9 years ago
3ca9cb6
Minor fixes in DatabaseProxy
by Madan Jampani
· 9 years ago
d0a97bc
Change onos-uninstall to use 'stop' rather than 'service'.
by Jonathan Hart
· 9 years ago
0121a61
Increased tolerance for pingall test
by Thomas Vachuska
· 9 years ago
7804c99
Refactored code to consolidate functionality in Database* classes.
by Madan Jampani
· 9 years ago
0e7a1bd
ONOS-2325 - GUI -- Multiple row highlighting minor bug fixed.
by Bri Prebilic Cole
· 9 years ago
7b96166
@ONOS-2379 Improve the efficiency of blackhole solution by reusing shortest paths to the same src for each src/dst pair
by Sahil Lele
· 9 years ago
4ed2559
Add default implementation for Resource/ResourceAllocation
by Sho SHIMIZU
· 9 years ago
e636022
Starting to add initial configuration loading. WIP
by Thomas Vachuska
· 9 years ago
8d6b0a9
Updated. Build a OVSDB driver and its associated behaviors for
by samuel
· 9 years ago
0bc4de2
ONOS-2325 - GUI -- Table View rows now flash yellow when their information updates. Minor device details panel bug fix.
by Bri Prebilic Cole
· 9 years ago
2dbf8e4
Adding ovsdb/api module to exceptions for now.
by Thomas Vachuska
· 9 years ago
5381a60
Adding sample config.
by Thomas Vachuska
· 9 years ago
94c3cf4
Adding some instrumentation to figure out where transient delays in creating pipeliner come from.
by Thomas Vachuska
· 9 years ago
74fd494
ONOS-2161 Add OVSDB adapter api in south bound.
by CNlucius
· 9 years ago
f7c2e1a
Disjoint Path Pairs (Suurballe) utils
by Nikhil Cheerla
· 9 years ago
c8bd97c
ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13
by Hyunsun Moon
· 9 years ago
9c9ff7c
Initial skeleton for the flow space analyzer application.
by Thomas Vachuska
· 9 years ago
052a6c5
Fix establishing local identity with wrong IP address.
by Jonathan Hart
· 9 years ago
a0d1249
Retrieving handshaker drivers should respect driver annotation.
by Jonathan Hart
· 9 years ago
359abf7
implement OchPort,OduCltPort,OmsPort
by chengfan
· 9 years ago
71abe1b
- Adds error handling for Segment routing CLI
by sangho
· 9 years ago
38c7eda
Change origin information in pom.xml
by Pengfei Lu
· 9 years ago
b9af946
Implement REST APIs for link flow statistics
by Ray Milkey
· 9 years ago
303e671
Refactor to use JAXRS URI builder and fix HTTP status for bad JSON
by Ray Milkey
· 9 years ago
a09c0ed
Fixed listener registry to eject listeners only if they indeed exceed the limit.
by Thomas Vachuska
· 9 years ago
a69534f
ONOS-2379 Reactive Fwd improvements prune bad flows from switches when a link goes down
by Sahil Lele
· 9 years ago
0ec6ff4
Improved STC to show commands being executed.
by Thomas Vachuska
· 9 years ago
4727a11
Added a compute method to ECMap to simplify map interactions following a read-modify-write template.
by Madan Jampani
· 9 years ago
174bb91
Simplified onos-wipe-out shell tool
by Thomas Vachuska
· 9 years ago
80b0a80
Added deviceId to the DriverData as part of available context.
by Thomas Vachuska
· 9 years ago
f591b65
Add newer counter functions to the test application
by Jon Hall
· 9 years ago
9fed528
ONOS-2402 Add L4 modification instruction type and class
by Hyunsun Moon
· 9 years ago
b300ca8
ONOS-2197 Adding DHCP options and message type enum
by samanwita pal
· 9 years ago
a929363
wipe-out command changes to purge intents
by Hari Krishna
· 9 years ago
17c6d0a
ONOS-1749, ONOS-2386 - GUI -- Can jump to selected device in Device View from Topo View by clicking on Detail Panel title or action button. Bug fix for deselecting action buttons on Device View upon details panel close.
by Bri Prebilic Cole
· 9 years ago
abd849c
ONOS-2382: Define a new resource management API
by Sho SHIMIZU
· 9 years ago
597934f
ONOS-2381 Fixing intent purge command
by Brian O'Connor
· 9 years ago
8040176
ONOS-2385 -- Bug fixes for removing individual links on the Topo View. 5 or more links between devices have a label indicating how many there are between each one.
by Bri Prebilic Cole
· 9 years ago
7d7f3be
OECFG (onos-oecfg) completely removed
by Nikhil Cheerla
· 9 years ago
40537ca
Moving to Copycat version 0.5.0.onos12-SNAPSHOT to pick up latest fixes
by Madan Jampani
· 9 years ago
Next »