Switch default stream output to Magnesium
[controller.git] / opendaylight / md-sal / sal-distributed-datastore /
2019-11-20 Robert VargaSwitch current {ABI,DataStore,Payload}Version to Magnesium 10/84710/7
2019-11-20 Tibor KrálAllow shard settle timeout to be tuned 41/85741/9
2019-10-25 Robert VargaAdd the ability to report known connected clients 73/85373/8
2019-10-24 Robert VargaMigrate Props.create() call sites 71/85371/3
2019-10-24 Robert VargaUse singleton NodeIdentifierWithPredicates 66/85366/1
2019-10-16 Robert VargaSplit DistributedShardRegistration into its own file 44/85144/2
2019-10-12 Robert VargaDeprecate old MD-SAL APIs for removal 57/84857/10
2019-10-10 Robert VargaBump yangtools to 4.0.1 04/83804/49
2019-10-10 Robert VargaBump odlparent to 6.0.0 02/83802/42
2019-10-07 Robert VargaSplit up transaction chunks 53/84553/13
2019-10-07 Robert VargaUse ReusableNormalizedNodeReceiver 65/84765/3
2019-09-27 Robert VargaMove DataTreeCandidate extraction to where it is applied 10/82410/15
2019-09-27 Tomas CereDo not update term from unreachable members 76/82876/10
2019-09-25 Robert VargaSwitch current {ABI,DataStore,Payload}Version to Sodium SR1 09/84709/4
2019-09-25 Robert VargaDefine PayloadVersion.MAGNESIUM 05/84705/10
2019-09-25 Robert VargaDefine DataStoreVersions.MAGNESIUM_VERSION 03/84703/10
2019-09-25 Robert VargaDefine PayloadVersion.SODIUM_SR1 02/84702/9
2019-09-25 Robert VargaMark historic DataStoreVersions deprecated 00/84700/2
2019-09-25 Robert VargaSwitch ABIVersion/DataStoreVersions back to Neon SR2 08/84708/1
2019-09-25 Robert VargaUse explicit versioning in MetadataShardDataTreeSnapshot 07/84707/3
2019-09-25 Robert VargaDefine DataStoreVersions.SODIUM_SR1_VERSION 01/84701/3
2019-09-24 Robert VargaSuppress modernization 33/83833/28
2019-09-24 Robert VargaAdd more serialization assertions 22/84622/3
2019-09-23 Robert VargaMigrate from YangInstanceIdentifier.EMPTY 91/84091/17
2019-09-23 Robert VargaBump odlparent to 5.0.2 01/83801/24
2019-09-18 Robert VargaAdd @SupressFBWarnings around Await.result() 31/84431/4
2019-09-18 Robert VargaMake sure we know the version we encountered 12/84512/1
2019-08-21 Robert VargaReduce reliance on Guava Fuction/Supplier 40/83840/4
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-08-20 Robert VargaMigrate NodeIdentifierWithPredicates.getKeyValues() 29/83829/3
2019-08-20 Robert VargaRemove triemap-bom import 82/83782/2
2019-08-12 jenkins-relengBump versions by x.y.(z+1) 44/83544/1
2019-07-29 Tomas CereAdd unit test for FrontedMetadata memory leaks 71/81971/30
2019-07-24 Tomas CereDo not log the whole DataTree at debug level 32/83232/2
2019-07-16 Robert VargaRaise EOS unsuccessful request reporting to error 90/82990/3
2019-07-16 Robert VargaEnforce RegisterListenerLocal arguments 89/82989/3
2019-07-10 Robert VargaFurther Guava Optional cleanups 09/83009/6
2019-07-10 Robert VargaMigrate most of CDS to use java.util.Optional 07/83007/6
2019-07-10 Robert VargaUse OptionalLong to track enqueue time 06/83006/5
2019-07-10 Robert VargaMigrate ShardDataTree to use OptionalLong 04/83004/5
2019-07-10 Robert VargaConvert MessageTracker to use java.util.Optional 02/83002/3
2019-07-10 Robert VargaMigrate ActorUtils to java.util.Optional 01/83001/3
2019-07-08 Robert VargaAdd support for reusable streaming 17/82417/8
2019-07-03 Robert VargaAdd transaction debugs 58/82858/2
2019-07-01 Robert VargaRename SODIUM versions to NEON_SR2 67/82867/2
2019-07-01 Robert VargaDeprecate all MD-SAL APIs 63/82863/1
2019-07-01 Robert VargaMake private methods static 62/82862/1
2019-07-01 Robert VargaRemove ShardManager.configListenerReg 61/82861/1
2019-07-01 Robert VargaMigrate use of AbstractDOMStoreTransaction 60/82860/1
2019-06-08 Robert VargaBump persisted PayloadVersion 14/82314/25
2019-06-08 Robert VargaBump datastore version 11/82311/21
2019-06-07 Robert VargaRemove use of thread-local input 91/82391/9
2019-06-04 Robert VargaDo not use NodeIdentifierWithPredicates constructors 97/82397/3
2019-06-04 Robert VargaRemove use of thread-local output 90/82390/6
2019-06-04 Robert VargaSwitch CompositeModification to bypass thread-local... 88/82388/5
2019-06-03 Robert VargaMake Modification/Externalizable interface visible 87/82387/1
2019-06-03 Robert VargaRemove ask-based close transaction chain persistence 37/79037/9
2019-05-24 Tomas CereFix write transaction shard stats 89/82189/3
2019-05-23 Tomas CereDo not enque purges for ask based protocol 37/82137/16
2019-05-22 Tomas CereRemove PersistAbortTransactionPayload 27/82027/14
2019-05-21 Robert VargaDo not leak DataTree from backend actor 82/82182/1
2019-05-20 Robert VargaDisable transaction tracking for ask-based protocol 40/82140/8
2019-05-20 Robert VargaAllow transaction tracking to be disabled 83/81983/13
2019-05-14 Robert VargaBump mdsal to 4.0.1 23/81823/8
2019-05-14 Robert VargaMigrate deprecated yangtools method 10/82010/2
2019-05-07 Robert VargaEnqueue purge snapshot directly 45/81945/1
2019-05-07 Robert VargaMake sure we purge transaction on abort 39/81939/2
2019-05-07 Robert VargaRefactor odl-mdsal-distributed-datastore 16/81916/3
2019-04-26 Tomas CereHarden ShardCommitCoordinator to survive EOS write... 90/81790/1
2019-04-16 Robert VargaBump mdsal to 4.0.0 30/81130/38
2019-04-16 Robert VargaBump yangtools to 3.0.0 29/81129/31
2019-04-16 Robert VargaBump odlparent to 5.0.0 28/81128/25
2019-03-30 Robert VargaMigrate nullness annotations 18/81318/2
2019-03-29 Robert VargaMigrate to AbstractActor 96/80396/8
2019-03-28 Robert VargaFix transaction mocking 62/81262/1
2019-03-28 Robert VargaMigrate to use openCursor() 61/81261/1
2019-03-28 Robert VargaFix logging messages 60/81260/5
2019-03-28 Robert VargaUse ReusableNormalizedNodePruner in PruningDataTreeModi... 58/81258/5
2019-03-14 Tomas CereAdd integration test for segmented journal 23/80823/3
2019-03-04 Robert VargaIntroduce candidate election timeout divisor 63/80663/2
2019-02-25 Robert VargaRename ActorContext to ActorUtils 94/80394/4
2019-02-20 Robert VargaDo not assert seal transition on forward path 11/80411/2
2019-02-20 Robert VargaImprove aborted transaction logging 15/80415/2
2019-02-20 Robert VargaCleanup java.util.Optional references 10/80410/2
2019-02-19 Robert VargaMigrate to ListenerRegistry.create() 93/80393/2
2019-02-19 Robert VargaFix free-standing transaction lookup with module-based... 92/80392/3
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
2019-02-01 jenkins-relengBump versions by x.y.(z+1) 84/80084/1
2019-01-23 Tom PantelisMove BP xml files to standard OSGI-INF/blueprint 49/75549/7
2019-01-23 Tom PantelisImplement DOMDataTreeChangeListener.onInitialData 02/79802/3
2019-01-16 Tom PantelisImprove error reporting for tell-based reads 10/78310/5
2019-01-07 Tom Pantelisinfo should be debug in CommitTransactionPayload 85/79285/2
2019-01-07 Tom PantelisSend leader's full address via AppendEntries 07/78507/5
2018-12-27 Robert Vargacommons-lang dependency should be scope=test 07/79007/5
2018-12-23 Robert VargaBump to yangtools-2.1.6 and triemap-1.0.4 01/79001/2
2018-12-19 Robert VargaEliminate use of deprecated mockito methods 76/78876/2
2018-12-18 Tom PantelisSpecify initial serialization buffer capacity for Payloads 33/78433/4
2018-12-11 Stephen KittBump to triemap 1.0.1 35/78635/1
2018-12-05 Robert VargaRequire FiniteDuration in waitOnAsyncTask() 52/78452/2
2018-12-05 Robert VargagetShardTransactionIdleTimeout() is always FiniteDuration 51/78451/2
next