- 13 May, 2016 8 commits
-
-
…resource from same consumer with same value Change-Id: Ic143b263d5e5922c7bf4b78309bf3b2a38194a0b
Satish K authored
- 12 May, 2016 16 commits
-
-
It's arguable that maybe might want to support 'ipbase' as well since it's used in --ipbase and it's easier to type. However, ipBase is the spelling used in Mininet, so we should be consistent. Change-Id: I2f61df0d2d09abf652c5f06ef9c734a55159a7de
Bob Lantz authored -
This is intended to facilitate ONOS development and testing when you require an ONOS cluster and a modeled control network. More information is available in the file comments/module docstring. Change-Id: I8a7338b61bd21eb82ea4e27adbf3cea15be312ee
Bob Lantz authored -
- netty: 4.0.33.Final -> 4.0.36.Final - jackson: 2.7.0 -> 2.7.3 - joda-time: 2.9 -> 2.9.3 - slf4j -> 1.7.13 -> 1.7.21 Change-Id: If2cdd0e6e0f52d50be232a817cf7d3f27df20ff1
Jian Li authored -
Current implementation of SwaggerMojo does not support the data type other than string, int, long and boolean. This commit temporarily fix the issue on generating swagger doc. Eventually, we need to augment SwaggerMojo to support more data type including other primitive types and even Object data types. Change-Id: I5cb69ea6af7faecfc19660c4bbf619c3d85508f3
Jian Li authored -
This was due to the fact that multiple clients were instantiated over the same tranposrt. Now SafeThriftClient locks over the transport. Also fixed a bug where some exceptions where uncaught in SafeThriftClient. Change-Id: I841ef64e64c28fc78016a0e0dc33e59052cd983e
Carmelo Cascone authored -
Also fixed few minor things here and there. Change-Id: Ib5e6a92de46870f52510cd6fad0cef8da022bb62
Carmelo Cascone authored -
- Kryo 3.0.1+ depends on reflectasm 1.10.1, which depends on asm 5.0.3 but was using old asm version due to root pom.xml Change-Id: I3ac8551ad6ea91481982e542b93571105f3716be
HIGUCHI Yuta authored -
…turn the Original continous resource value and not the allocated value of this consumer Change-Id: I186a57783be1852c33d591c95b8ecebf32cfd56f
Satish K authored -
- buck targets was failing Change-Id: I7accdeb0e2be27ed1c6f81f5cabfcf485acea5a1
HIGUCHI Yuta authored -
This change blocks ^C which is need to quit from log:tail This reverts commit a84637c7. Change-Id: Ifb0c2f67bb8719ca898ec1f9c7ad2d7f002db90a
Brian O'Connor authored -
to see if it resolves Unable to download: https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160509.095359-258.jar issue Change-Id: I0d4c47f0d65ff2d440ce757e55de641a77b644a9
HIGUCHI Yuta authored
-
- 11 May, 2016 16 commits
-
-
We no longer need to configure /32 IP in interfaces. SR will push a per-host route when discovering a host with IP address(es) that does not belong to configured subnet. Also includes: - HostHandler refactoring Change-Id: Ic1ad42d1ccdfee32be85f49e6fc94d9026000ffc
Charles Chan authored -
This patch set currently does not build with maven This reverts commit cbdf0f2b. Change-Id: Ib49e29bbef1d3592ac1fbbb782ffceb29c0aad83
Ray Milkey authored -
- Exception handlers should preserve the original exception - Collection.isEmpty() should be used to test for emptiness Change-Id: Ic76cf94f84fa761bb64b608df61fbd259c7990c4
Jian Li authored -
In BMv2 0 is the highest priority, while it is the lowest for ONOS. Change-Id: Iedb66598f293bf456cf4d206e19c0ff632edfd2c
Carmelo Cascone authored -
- Add missing @Produces annotation - Correct comments - Restrict variable access level Change-Id: I7f75650b83651248370e7781b1e8aec7eac2314c
Jian Li authored
-