- 19 May, 2016 7 commits
-
-
- Ignore duplicate Namespace registration - Add friendly name for helping logging - ONOS-4528 Change-Id: Id78f2a0f6e9715a7880875039825e294a68592a9
HIGUCHI Yuta authored -
- POSIX user name allows . and - in addition to character class \w http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_431 http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_278 https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum Change-Id: I5529ee0d89be0bcc3b92f955d09834e30cbcfea4
HIGUCHI Yuta authored -
osgi-core: 4.3.1 -> 5.0.0 osgi-compendium: 4.3.1 -> 5.0.0 jetty-websocket: 8.1.18.v20150929 -> 8.1.19.v20160209 commons-math3: 3.2 -> 3.6.1 antlr4-runtime: 4.5 -> 4.5.3 commons-io: 2.2 -> 2.4 influxdb-java: 2.1 -> 2.2 Change-Id: Ie4ab08326327b64685cb6809d73927cab4278364
Jian Li authored
- 18 May, 2016 18 commits
-
-
- Avoid creating new KryoNamespace instance when there's only 1 namespace specified. Change-Id: I7acd1af21623660d6de4f1090b0731a15762cd14
HIGUCHI Yuta authored -
- Ensure only generic port description will go into the DeviceStore Change-Id: I7ba6c1680c2d5e3a5579337193c620c89f5f7f41
HIGUCHI Yuta authored -
Added dumpString() to ModelCache / UiTopology. Added more unit tests for ModelCache. Change-Id: I842bb418b25cc901bd12bc28c6660c836f7235bc
Simon Hunt authored -
Code clean up for Nicira extension codec. Change-Id: Idbbfd1ca12b01d46e3b6c90ebce39e6a6605cb58
Jian Li authored -
XOS client still gets these information from OpenStack temporarily until XOS provides these APIs Change-Id: I1ef9302f719a18a7377221f63b84431c2cdface8
Hyunsun Moon authored
-
- 17 May, 2016 15 commits
-
-
Also, moving to SHA256 hash for onos-gen-partitions Change-Id: Id2a56401cebf75345660059e16144426d4ae89c3
Brian O'Connor authored -
- Updating grep regex which fails on Linux - Printing output for failed checkstyle runs Change-Id: I905fe4b43a8c3948bca02d8bc73e88174735ac0b
Brian O'Connor authored -
hostLearning config - true: enable host learning - false or not provided: disable host learning suppressHost config - all connect points listed here will be ignored - no effect if hostLearning is false - accept all hosts if this config is not provided Change-Id: Id4a60bd47cac1f226ab8ba5391931ad2fb798529
Charles Chan authored -
Compare two devices instead of one with itself Add unit test for root node Change-Id: If109dd8b05cd77825e182399b321c321865b9786
Jon Hall authored -
Addressed comments in https://gerrit.onosproject.org/#/c/8959/ Change-Id: I3f730042ea31d7f4183985991fe5b4e630572521
Hyunsun Moon authored -
- Augment FlowRuleCodec to encode FlowRule - Add unit test for encode method of FlowRuleCodec - Add getFlowByAppId and removeFlowByAppId methods in FlowsWebResource - Add more unit tests for FlowWebResource - Add FlowRules.json swagger doc - Rename Flows.json to FlowEntries.json, correct FlowEntries.json Change-Id: Ic3ec390c13a349e51ae4208adbc478564b6724ba
Jian Li authored -
Created UiLinkId to canonicalize identifiers for UI links, based on src and dst elements. Added idAsString() and name() methods to UiElement. Added toString() to UiDevice, UiLink, UiHost. Created Mock services for testing. Change-Id: I4d27110e5aca08f29bb719f17e9ec65d6786e2c8
Simon Hunt authored
-