Migrate to use Objects.requireNonNull
[ovsdb.git] / southbound / southbound-impl / src / main /
2020-09-26 Robert VargaMigrate to use Objects.requireNonNull 28/92728/1
2020-09-26 Robert VargaUse uint types in southbound-impl 27/92727/1
2020-09-24 Robert VargaMake methods static 55/92255/6
2020-08-24 Robert VargaFix deprecation warnings around addAugmentation() 54/92254/1
2020-06-26 Chetan Arakere GowdruUsing MD-SAL .exists() API 61/89661/9
2020-06-23 Robert VargaFix NPE in disconnect path 60/90460/3
2020-06-22 Chetan Arakere GowdruAvoid excessive ovsdb log statements 70/87370/2
2020-05-03 Robert VargaUpdate MRI projects for Aluminium 41/89541/2
2020-04-28 xchearaMD-SAL API integration 02/87802/21
2020-04-16 Chetan Arakere Gowdrumake sure ovsdb connected node appears in operds 58/88958/4
2020-04-13 Chetan Arakere GowdruNPE Exception while processing Interfaces 49/88449/8
2020-03-29 Chandra Shekar SProcessing Hwvtep/Ovsdb client only once 86/88586/3
2020-01-13 Chandra Shekar SOptimize the OvsdbPortUpdateCommand during the ODL... 19/86819/3
2020-01-09 Chetan Arakere GowdruAvoid unnecessary bridge Oper DS read 18/86818/5
2020-01-08 Robert VargaLookup up bridge in old bridges when the port is removed 88/86188/9
2020-01-08 Chandra Shekar SOptimization to read the OvsdbNode from the cache. 77/85177/7
2020-01-07 Robert VargaMake sure TransactionInvokerImpl chain is properly... 80/86280/15
2020-01-07 Robert VargaIsolate TransactionInvokerImpl.executeCommand() 79/86279/14
2020-01-07 Robert VargaEliminate TransactionInvokerImpl.transactionToCommand 78/86278/11
2020-01-07 Robert VargaUse ArrayDeque for TransactionInvokerImpl.pendingTransa... 45/86245/26
2020-01-07 Robert VargaFix transaction replay logic 69/86269/15
2020-01-07 Robert VargaCleanup TransactionInvokerImplTest 68/86268/10
2020-01-07 Robert VargaEliminate TransactionInvokerImpl.successfulTransactionQueue 44/86244/16
2019-12-22 Chetan Arakere GowdruUpgrade support of ovsdb reconciliation 72/82772/7
2019-12-12 Robert VargaImprove ConnectionReconciliationTask type safety 38/86238/3
2019-12-12 Robert VargaImprove BridgeConfigReconciliationTask type safety 37/86237/2
2019-12-12 Robert VargaCleanup ReconciliationTask 36/86236/2
2019-12-08 Robert VargaSpeed up inputQueue interaction 43/86243/5
2019-12-05 Robert VargaGet rid of useless (Hwvtep)SouthboundProvider thread 66/86166/9
2019-12-03 Robert VargaDo not use reflection in TransactCommandAggregator 04/86104/2
2019-12-03 Robert VargaAdd TableSchema.getColumnList() 39/86139/3
2019-12-03 Robert VargaRemove unneeded @SuppressWarnings 37/86137/2
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 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 OvsdbConnectionManagerTest 80/80780/1
2019-03-11 Robert VargaFix OvsdbManagersRemovedCommandTest 78/80778/2
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-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-07-18 Robert VargaUse union's stringValue() method 61/74061/25
2018-07-18 Robert VargaExpose methods for testing 62/74162/2
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-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-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 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-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
next