ovsdb enable checkstyle on error
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / OvsdbConnectionManager.java
2016-06-23 Sam Hagueovsdb enable checkstyle on error 68/40768/3
2016-06-20 Anil VishnoiMerge ".gitignore .factorypath created by m2e-apt"
2016-06-14 Sam HagueMerge "Bug 5976 - Thread leak when connecting/disconnec...
2016-06-13 DileepBug 5976 - Thread leak when connecting/disconnecting... 17/39917/5
2016-05-27 Sam HagueMerge "BUG 5479: HWVtep Southbound doesn't retry connec...
2016-05-27 Jamo LuhrsenBUG 5769 04/39504/2
2016-05-23 Anil VishnoiMerge "Infra for running ovs dockers"
2016-05-22 Sam HagueMerge "Remove logging entire exception to avoid a noisy...
2016-05-20 vinh.nguyenBUG-5177 - bridge not created if it's configured northb... 58/37358/5
2016-04-03 Sam HagueMerge "reorder feature install for netvirtsfc"
2016-04-03 Sam HagueMerge "Use PerClass to force a new container per test...
2016-04-02 Sam HagueMerge "Fixed NPE thrown while switch initiated connecti...
2016-04-02 Anil VishnoiFixed NPE thrown while switch initiated connection... 35/37035/1
2016-04-01 Anil VishnoiBug 5221 - passive connection not reconnected if ovs... 85/36985/1
2016-03-16 Sam HagueMerge "Use controller.mdsal.version when appropriate"
2016-03-16 Anil VishnoiBug 5542 - Southbound plugin doesn't allow controller... 79/36279/2
2016-03-10 Vishal ThaparMerge "Use a utility function for key-value to map...
2016-03-04 Sam HagueMerge "Bug 5174: Added AutoAttach attributes"
2016-02-29 Vishal ThaparBUG 5366: SB and hwvtep don't work together 27/35527/1
2016-02-19 Sam HagueMerge "BUG-5006: rework SouthboundProviderTest, clean up"
2016-02-19 Sam HagueMerge "Use registerAbstractHandlerService consistently"
2016-02-19 Sam HagueMerge "Bug 5368 - NeutronL3Adapter ipv6 work around...
2016-02-19 Sam HagueMerge "Cleanup exception logging"
2016-02-19 Stephen KittMerge "Bug 5261 - Missing dependency on sal-binding...
2016-02-19 Vishal ThaparBUG 5366: SB and hwvtep exceptions when both inuse 88/34988/1
2016-02-16 Stephen KittBUG-5006: rework SouthboundProviderTest, clean up 55/34755/1
2016-01-26 Stephen KittBUG-4794: use the transaction invoker to queue the... 54/33554/2
2016-01-14 Flavio FernandesMerge "Revert "Added cluster aware mdsal utils class...
2016-01-13 Sam HagueMerge "Use ClusteredDataTreeListener in hwvtepsb"
2016-01-12 Sam HagueMerge "Adding changes to use and support connecting...
2016-01-12 Sam HagueMerge "Enable PowerMock instrumentation with JaCoCo"
2016-01-12 Sam HagueMerge "Added cluster aware mdsal utils class to net...
2016-01-12 Sam HagueMerge "Explictly cleanup all the bridges managed by...
2016-01-12 Anil VishnoiExplictly cleanup all the bridges managed by the node 51/32351/2
2015-12-18 Flavio FernandesMerge "Bug 4789 - allowed address pair doesn't have...
2015-12-17 Sam HagueMerge "Remove Physical Port by Listening on ConfigDS"
2015-12-17 Sam HagueMerge "ManagerUpdate/Remove Command"
2015-12-16 Sam Haguesouthbound should only monitor Open_vSwitch tables 69/31369/4
2015-12-02 Sam HagueMerge "Delete without reading"
2015-12-02 Stephen KittDelete without reading 32/30232/2
2015-12-01 Flavio FernandesMerge "Avoid exceptions with IPv6 subnets"
2015-11-30 Sam HagueMerge "Use odlparent-lite as artifacts parent"
2015-11-30 Sam HagueMerge "Create Physical Switch by listening on DS"
2015-11-30 Sam HagueMerge changes from topic 'sonar-cleanup'
2015-11-26 Stephen KittRemove unused code and imports 30/30230/1
2015-11-26 Stephen KittGeneral code cleanup 29/30229/1
2015-11-25 Sam HagueMerge "UT for ProtocolRemovedCommand class"
2015-11-22 Sam HagueMerge "L3: Add eth to br-ex"
2015-11-16 Sam HagueMerge "Added support to update flows for induvidual...
2015-11-16 Sam HagueMerge "Use MD-SAL events to react to OVSDB changes"
2015-11-16 Sam HagueMerge "SouthboundIT: merge the CRUD tests methods"
2015-11-16 Sam HagueMerge "Bug 4641 - openstack.net-virt-sfc-features fail...
2015-11-14 Sam HagueMerge "rework sfc flows 2"
2015-11-14 Sam HagueMerge "Patch Set 1: Add postman collection for HwvtepSo...
2015-11-13 Anil VishnoiMerge "Security Groups: Added support for ICMP, ALL...
2015-11-13 Sam HagueMerge "add rsp option"
2015-11-13 Sam HagueMerge "added getConnectionInstance by Node"
2015-11-13 Flavio FernandesMerge "UT for remaining classes in ovsdb.southbound...
2015-11-13 Flavio FernandesMerge "Declare expected exceptions"
2015-11-13 Flavio FernandesMerge "Avoid logging stacktraces for schema version...
2015-11-12 Flavio FernandesMerge "Bug 4611: null pointer exception while processin...
2015-11-12 Anil VishnoiFor controller initiated connection, there is race... 15/29615/1
2015-11-02 Stephen KittInline variables 31/29131/1
2015-11-02 Stephen KittRemove redundant semi-colons 17/29117/1
2015-11-02 Stephen KittClean up collections 08/29108/1
2015-11-01 Sam HagueMerge "Add DataTreeChangeListener, user connections"
2015-10-27 Sam HagueMerge "UT for ovsdb.southbound transact package"
2015-10-26 Sam HagueMerge "Adding code to test the all the supportted inter...
2015-10-23 Sam HagueRemove unused LibraryProvider 52/28752/4
2015-10-15 Flavio FernandesMerge "All TCP & UDP SG Rules : Implementation and...
2015-10-14 Sam HagueMerge "add ovsdb-sfc feature to test feature"
2015-10-14 Sam HagueMerge "Add capability on southbound to NetvirtSfc"
2015-10-14 Sam HagueMerge "Workaround to fix net-virt-it"
2015-10-13 Sam HagueMerge "UT for southbound/transactions/md - set 4"
2015-10-13 Anil VishnoiFix issue that was causing integration test failure. 20/28320/3
2015-10-13 Flavio FernandesRevert "Temp workaround to debug southbound IT" 27/28327/1
2015-10-13 Sam HagueTemp workaround to debug southbound IT 09/28309/1
2015-10-07 Sam HagueMerge "UT for southbound/transactions/md - set 2"
2015-10-07 Flavio FernandesMerge "If controller joins the cluster late, and the...
2015-10-06 Anil VishnoiIf controller joins the cluster late, and the owner... 89/27989/2
2015-10-06 Sam HagueMerge "Mechanical cleanup to SouthboundIT"
2015-10-05 Flavio FernandesMerge "Add UT for SouthboundMapper and SouthboundProvider"
2015-10-02 Anil VishnoiMerge topic/master/clustering to master branch 37/27837/1
2015-09-28 Sam HagueMerge "Added Security Rule for Custom ICMP"
2015-09-23 Flavio FernandesMerge "Unit Test for ovsdb southbound OvsdbConnectionMa...
2015-09-22 Flavio FernandesMerge "Revert "Use the library config bundle in southbo...
2015-09-22 Sam HagueMerge "Use the library config bundle in southbound"
2015-09-17 Sam HagueMerge "SecGroup: Handle cases when security group has...
2015-09-17 Stephen KittBug 3989: clear the connection info 03/27103/1
2015-06-16 Flavio FernandesMerge "Skeleton for the ovsdb-ui feature"
2015-06-13 Sam HagueMerge "Bug 3681 - Uncaught ConnectException leaves...
2015-06-12 Sam HagueMerge "Fix Bug 3663: Update netvirt.provider UT"
2015-06-12 Sam HagueBug 3681 - Uncaught ConnectException leaves library... 21/22421/3
2015-06-12 Sam HagueMerge "Bug 3141 - OVSDB southbound operational MDSAL...
2015-06-11 Sam HagueBug 3141 - OVSDB southbound operational MDSAL stops... 04/22404/1
2015-06-03 Ed WarnickeBug 3310 Bug 3316 Use iid stamp if we configured a... 52/20652/6
2015-06-03 Sam HagueMerge "Slight refactoring of the lifecycle of data"
2015-06-03 Flavio FernandesMerge "Bug 3563 - Fix/clean methods that determine...
2015-06-03 Flavio FernandesMerge "Add per test information"
2015-06-03 Ed WarnickeSlight refactoring of the lifecycle of data 04/20404/5
next