Make TransactionBuilder type-aware
[ovsdb.git] / southbound / southbound-impl / src /
2019-12-02 Robert VargaMake TransactionBuilder type-aware 01/86101/7
2019-12-02 Robert VargaMigrate TyperUtils.getTableSchema() users 96/86096/8
2019-12-02 Robert VargaMake OvsdbClient return TypedDatabaseSchemas 83/86083/10
2019-12-01 Robert VargaAdd @NonNull annotation to OvsdbConnectionListener... 82/86082/2
2019-11-11 Chetan Arakere Gowdrudelete reconciliation support on termination points 07/82707/12
2019-10-28 Robert VargaMigrate MockitoJUnitRunner 58/84458/2
2019-10-28 Robert VargaDo not use Foo.toString() when logging 00/85400/1
2019-10-10 Robert VargaBump mdsal to 5.0.2 42/84442/8
2019-10-10 Robert VargaBump odlparent to 6.0.0 41/84441/6
2019-09-14 Robert VargaFix checkstyle 36/84436/1
2019-07-31 Nobin MathewOVSDB-486 Fix Null Pointer Exception in OVSDB 34/82734/4
2019-07-08 Chetan Arakere GowdruAvoid Bulk Topology Read During Reconciliation. 63/82563/11
2019-06-21 Robert VargaRemove use of StringBuffer 40/82640/1
2019-05-06 Robert VargaCleanup OvsdbDataTreeChangeListener 41/77841/9
2019-04-08 Robert VargaFix logging arguments 56/81456/1
2019-03-11 Robert VargaUpgrade powermock to 2.0.0 74/80774/16
2019-03-11 Robert VargaFix static mocking in TransactUtilsTest 85/80785/1
2019-03-11 Robert VargaFix SouthboundUtilTest 84/80784/2
2019-03-11 Robert VargaRemove unnecessary stubbing 83/80783/5
2019-03-11 Robert VargaFix OvsdbConnectionManagerTest 80/80780/1
2019-03-11 Robert VargaFix OvsdbManagersRemovedCommandTest 78/80778/2
2019-03-11 Robert VargaFix OvsdbConnectionInstanceTest 73/80773/4
2019-03-11 Robert VargaFix OpenVSwitchUpdateCommandTest 79/80779/1
2019-03-11 Robert VargaRemove ProtocolUpdateCommandTest 75/80775/2
2019-03-11 Robert VargaRemove OvsdbControllerRemovedCommandTest 71/80771/1
2019-02-18 Stephen KittUse JDT annotations instead of JSR-305 33/80233/4
2019-02-07 Robert VargaReduce use of powermockito 08/80208/2
2019-02-07 Robert VargaRemove useless tests 07/80207/1
2019-02-04 Robert VargaUpgrade powermock utils/ 40/80140/4
2019-01-24 Harshiniuse annotations instead of XML for Blueprint 82/79782/6
2019-01-03 Robert VargaMigrate NumberUtils.isNumber() 79/79179/1
2019-01-03 Robert VargaRemove use StringUtils 75/79175/1
2018-10-25 Vishal ThaparUpgrade to Neon base platform 89/76389/17
2018-10-10 Michael Vorburgerfix broken build 28/76828/1
2018-08-27 Michael Vorburgerfix broken build by adding new SystemReadyMonitor getFa... 88/75488/1
2018-07-18 Robert VargaUse union's stringValue() method 61/74061/25
2018-07-18 Robert VargaDo not mock IpAddress 74/74174/10
2018-07-18 Robert VargaDo not mock Ipv4Address 73/74173/9
2018-07-18 Robert VargaDo not mock enumeration 72/74172/8
2018-07-18 Robert VargaDo not mock InetAddress 70/74170/4
2018-07-18 Robert VargaRemove an unneded explicit cast 61/74161/4
2018-07-18 Robert VargaMove unchecked warnings 60/74160/5
2018-07-18 Robert VargaExpose methods for testing 62/74162/2
2018-07-17 Robert VargaDo not squash PortNumber instances in test 19/74119/1
2018-07-17 Robert VargaEliminate unneeded mocking of static methods 16/74116/2
2018-07-17 Robert VargaDo not mock generated classes 15/74115/1
2018-07-05 K.V Suneelu VermaOVSDB-462 Bridge randomly missing in operds 48/73348/4
2018-06-18 Michael Vorburgerdefer OVSDB port 6640 opening until system is ready 67/72767/3
2018-06-18 Vishal ThaparOVSDB-458 DiagStatus support for OVSDB 77/72777/3
2018-06-16 Stephen KittMake OvsdbConnectionService instance-only 75/72875/3
2018-06-04 Vishal ThaparTSC-101: Fixup Augmentable and Identifiable methods... 21/72021/4
2018-05-15 Vishal ThaparOVSDB-457 Populate mac_in_use field for bridge ports 25/71025/4
2018-05-07 Tom PantelisRemove usage of AsyncDataChangeEvent 37/71837/1
2018-04-11 Tom PantelisConvert to mdsal EntityOwnershipService APIs 79/70779/1
2018-03-23 Tom PantelisFix findbugs violations in southbound-impl 26/69826/2
2018-03-12 Tom PantelisFix findbugs violations in library 36/69036/8
2018-03-08 Tom PantelisOVSDB-453: Use findModules instead of findModule by... 90/69290/2
2018-02-16 K.V Suneelu Vermabug 8671 same client notified multiple times 24/58824/10
2018-01-16 Vishal ThaparFix IidCodec broken by new yangtools 91/67191/3
2018-01-12 Stephen KittAdjust for odlparent 3 / yangtools 2 65/66465/5
2018-01-12 Stephen KittAdjust for odlparent 3 Checkstyle settings 59/66459/4
2018-01-04 Vishal ThaparOVSDB-445 Port creation not reflected in OperDS 62/66862/2
2017-11-30 Stephen KittOVSDB-435: fix transaction leak in BridgeOperationState 92/66092/1
2017-11-16 Michael VorburgerFix transaction leak in OvsdbConnectionManager 74/65574/2
2017-11-15 Michael VorburgerFix transaction leak in BridgeConfigReconciliationTask 69/65569/2
2017-11-15 Michael VorburgerFix possible transaction leak in BridgeOperationalState 71/65571/1
2017-09-07 Robert VargaMigrate SchemaService references 20/62820/1
2017-09-02 Victor PickardBUG 9072 - Fix OVSDB TransactionChain memory leak 62/62462/2
2017-08-26 Eric MultanenBug 8991 - Add dpdkvhostuserclient interface type to... 22/61722/2
2017-06-19 Vishal ThaparBUG 8529: Deleted vlantag and trunks present in operational 60/57760/2
2017-05-04 Praveen MalaBug 7757 -Removing qos deprecations in carbon 51/50151/13
2017-04-24 Vishal ThaparBUG 8280: TerminationPoint reconciliation fails 01/55901/1
2017-04-20 DavidBUG 6692 - Fix checkstyle problems not detected by... 82/55682/3
2017-03-23 Stephen KittBug 8055: use Java collection constructors 82/53482/4
2017-03-23 Stephen KittBug 8055: various performance issues 56/53156/6
2017-03-23 Stephen KittBug 8055: remove unnecessary type casts 54/53154/5
2017-03-23 Stephen KittBug 8055: remove unnecessary type arguments 53/53153/5
2017-03-23 Stephen KittBug 8055: use method references instead of lambdas 51/53151/4
2017-03-23 Stephen KittBug 8055: use Java 8 predicates instead of Guava 50/53150/5
2017-03-23 Stephen KittBug 8055: use lambdas instead of anonymous classes 15/53015/6
2017-03-23 Stephen KittBug 8055: remove unnecessary type parameters 14/53014/4
2017-03-11 Anil VishnoiBug 7160 - operational store still has node after ovs... 68/53168/2
2017-02-22 Anil VishnoiBug 7836 - Make OVSDB southbound plugin listener port... 47/52147/1
2017-02-03 Lorand JakabCheckstyle: fix ParenPad violations 96/51396/2
2017-02-02 Anil VishnoiBug 7023 - NPE at org.opendaylight.ovsdb.southbound... 64/51364/1
2017-02-02 melserngawyBug 5306: Enable the SSL connection for ovs manager 82/48482/11
2017-01-25 Vishal ThaparBug 7563: Add config for inactivity_probe and max_backoff 93/50993/3
2017-01-24 Alon KochbaRevert "Bug 7563: Add an ability to configure inactivit... 52/50952/1
2017-01-18 Vishal ThaparBug 7563: Add an ability to configure inactivity_probe... 43/50643/1
2016-12-22 Vishal ThaparBUG 7310: Add configurable option to skip columns 68/49068/2
2016-12-21 Vishal ThaparBUG 7414: Tunnel pushed to wrong OVS 80/49680/3
2016-12-15 Anil VishnoiBug 7373 - ConflictingModificationAppliedException... 99/49399/2
2016-10-23 Tarun ThakurBug 6851 fix: handling OtherConfig column clear 22/46022/9
2016-10-05 Stephen KittBug 6692: don't mock Optional 19/45719/2
2016-10-05 Stephen KittBug 6692: remove InstanceIdentifierCodec instance from SBU 33/45633/3
2016-10-03 Stephen KittBug 6692: use non-deprecated firstKeyOf() variant 59/45959/4
2016-09-16 Anil VishnoiMerge "Bug 6692: improve TyperUtils tests (first pass)"
2016-09-16 Anil VishnoiMerge "Bug 6692: clean up MonitorRequestBuilder"
2016-09-12 Stephen KittBug 6692: clean up MonitorRequestBuilder 52/44952/2
2016-09-10 Anil VishnoiMerge "Clean up SouthboundConstants"
next