Release Fluorine
[controller.git] / opendaylight / md-sal / sal-distributed-datastore /
2019-06-13 jenkins-relengRelease Fluorine release/fluorine-sr3
2019-05-23 Tomas CereDo not enque purges for ask based protocol 22/82222/1
2019-05-23 Tomas CereRemove PersistAbortTransactionPayload 21/82221/1
2019-05-23 Robert VargaDisable transaction tracking for ask-based protocol 20/82220/1
2019-05-23 Robert VargaAllow transaction tracking to be disabled 19/82219/1
2019-05-07 Robert VargaEnqueue purge payload directly 47/81947/1
2019-05-07 Robert VargaMake sure we purge transaction on abort 41/81941/1
2019-04-29 Tomas CereHarden ShardCommitCoordinator to survive EOS write... 00/81800/1
2019-03-29 Robert VargaMigrate to use openCursor() 15/81315/1
2019-03-29 Robert VargaFix logging messages 14/81314/1
2019-03-29 Robert VargaUse ReusableNormalizedNodePruner in PruningDataTreeModi... 04/81304/1
2019-02-20 Robert VargaImprove aborted transaction logging 23/80423/2
2019-02-20 Robert VargaDo not assert seal transition on forward path 25/80425/1
2019-02-20 Robert VargaFix free-standing transaction lookup with module-based... 13/80413/2
2019-02-20 Robert VargaMigrate to ListenerRegistry.create() 14/80414/1
2019-02-07 jenkins-relengBump versions by x.y.(z+1) 90/80190/1
2019-01-07 Tom Pantelisinfo should be debug in CommitTransactionPayload 86/79286/1
2019-01-07 Tom PantelisSend leader's full address via AppendEntries 82/79282/1
2019-01-02 Tom PantelisSpecify initial serialization buffer capacity for Payloads 45/79145/2
2018-12-01 Ajay LeleUpdate procedure to restart controller on quarantined... 83/77283/3
2018-11-27 Tom Pantelistell-based - reconnect on leader change 11/78211/2
2018-11-27 Robert VargaUse SharedSingletonMapTemplate 77/78177/2
2018-11-21 Robert VargaUse Method.getParameterCount() 78/77878/3
2018-11-21 Robert VargaBump operation timeout to 500ms 07/77607/2
2018-11-20 jenkins-relengBump versions by x.y.(z+1) 96/77996/1
2018-10-02 Robert VargaMove commit payload propagation 70/76570/1
2018-08-31 Robert VargaFix illegal check in CreateTransactionReply 39/75439/2
2018-08-31 Robert VargaFix prefix shard configuration update handling 10/75410/2
2018-08-30 jenkins-relengBump versions by x.y.(z+1) 77/75577/1
2018-08-06 Robert VargaSimplify ListenableFuture translation 27/74827/4
2018-08-04 Robert VargaAdd MappingCheckedFuture 26/74826/3
2018-07-31 Tom PantelisChange log to warn in LocalThreePhaseCommitCohort 01/74701/1
2018-07-26 Tom PantelisAdjust to mdsal CursorAware API changes 79/74479/3
2018-07-25 Tom PantelisAdjust to DOMDataTreeCommitCohort API change 71/74471/1
2018-07-25 Stephen KittSimplify code using Java 8 features 44/74344/4
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-07-24 Robert VargaUse moved BindingReflections 89/74389/1
2018-07-19 Tom PantelisAdjust to mdsal DOM read/exists FluentFuture change 28/74128/8
2018-07-12 Robert VargaEliminate getSupportedExtensions() 69/73969/3
2018-07-12 Tom PantelisMove LegacyDOMDataBrokerAdapter to sal-core-compat 62/73962/2
2018-07-11 Robert VargaAdd DOMExtensibleService.getExtensions() implementations 37/73937/1
2018-07-11 Robert VargaUse ClassToInstanceMap for extensions 35/73935/1
2018-06-28 Stephen KittTrace the originating generation in RGE 29/73529/2
2018-06-27 Stephen KittBump odlparent to 3.1.2 88/72488/7
2018-06-21 Tom PantelisFix shard deadlock in 3 nodes 74/72874/11
2018-06-11 Tom PantelisRemove CSS modules 74/72674/8
2018-06-08 Michael Vorburgerexport two additional packages containing JMX *M[X... 91/72791/2
2018-06-05 Tom PantelisFix shard commit deadlock 50/72650/3
2018-06-01 Tom PantelisConvert mdsal submit() calls to commit() 71/72171/4
2018-06-01 Tom PantelisEliminate DatastoreContext CSS dependency 83/72483/3
2018-05-29 Tom PantelisRemove DataChangeListener and friends 01/71801/7
2018-05-23 Tom PantelisConvert DCL tests to use DTCL 00/71800/2
2018-05-22 Robert VargaAdjust for Binding RPC codegen changes 05/71205/10
2018-05-22 Tom PantelisAdd path context to data validation failures 20/72120/2
2018-05-16 Robert VargaCDS should use MD-SAL InMemoryDOMDataStoreConfigProperties 92/71592/6
2018-05-15 Tom PantelisDefault AsyncWriteTransaction.submit() 47/71547/6
2018-04-30 Robert VargaSwitch CDS frontend internals to use MD-SAL APIs 70/71570/4
2018-04-30 Robert VargaUse YangInstanceIdentifier.isEmpty() 65/71565/4
2018-04-30 Robert VargaAdd sal-dom-compat 12/71512/2
2018-04-30 Robert VargaSimplify AbstractDOMBroker.isSupported() 64/71564/1
2018-04-28 Tom PantelisAdd AsyncWriteTransaction.commit() 16/71516/5
2018-04-18 Robert VargaRelease permits as transactions are replayed 65/70965/2
2018-04-12 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 76/69876/11
2018-04-07 Robert VargaFix TransactionContextWrapper limiter accounting 39/70439/2
2018-04-06 Robert VargaMigrate ShardTestKit to javadsl.TestKit 25/70425/1
2018-04-06 Robert VargaMigrate test to use javadsl.TestKit 23/70423/1
2018-03-23 Tom PantelisAdd default implementation for AsyncWriteTransaction... 35/69935/2
2018-03-22 Robert VargaAdd missing DOMDataTreeService method 09/69809/1
2018-03-15 Tom PantelisEnable findbugs in md-sal parent pom 29/69329/3
2018-03-11 Tom PantelisConvert CDS implementation to use msdal APIs 69/50269/13
2018-03-09 Tom PantelisEnable checkstyle in the mdsal-parent pom 42/69242/2
2018-03-05 Tom PantelisCreate a parent pom for md-sal sub-projects 85/69085/4
2018-02-28 Robert VargaMove OperationLimiter.acquire() warnings to callers 01/68401/4
2018-02-28 Robert VargaFix RemoteTransactionContext limiter accounting 57/68757/6
2018-02-26 Anil BelurBump versions by x.(y+1).z for next dev cycle 28/68728/1
2018-02-19 Robert VargaFix ReadyLocalTransactionSerializer 02/68402/2
2018-02-19 Robert VargaAdd AbstractDOMBrokerTransaction.toString() 00/68400/2
2018-02-08 Jaime Caamaño RuizDelay snapshot backed transaction ready error 14/67914/3
2018-02-07 Jaime Caamaño RuizFix infinite loop on cancel transaction 04/67804/7
2018-02-05 Tom PantelisCONTROLLER-1641: Handle commit cohorts async 85/66885/6
2018-01-29 Tom PantelisCONTROLLER-1641: Integrate DataTreeCohortActor with... 61/66861/5
2018-01-24 Robert VargaMigrate from JavaTestKit to javadsl.TestKit 22/65622/11
2018-01-22 Robert VargaLower verbosity of TransactionProxy logging 33/67433/2
2018-01-16 Tom PantelisUncomment @Test in ShardManagerTest 88/67088/2
2018-01-12 Tom PantelisWork around ShardManagerTest.testOnReceiveFindPrimaryFo... 86/67086/1
2018-01-11 Robert VargaMigrate WordUtils users 01/65901/4
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2018-01-11 Robert VargaBump yangtools to 2.0.0 74/64174/26
2018-01-08 Tom PantelisPrevent non-voting member from becoming entity owner 30/66830/2
2017-12-21 YIN KangqianCompare member names in leader identifier and member... 98/66698/1
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-12-11 Michael VorburgerConcurrentDOMDataBroker LOG debug instead of error 62/66362/1
2017-12-06 Michael VorburgerFix wrong @author: tag which Java 9 JavaDoc chokes on 68/66268/2
2017-12-05 YIN KangqianFix bug CONTROLLER-1798. 86/66186/2
2017-11-29 Martin DindofferCorrect logging in FrontendClientMetadataBuilder 10/65810/2
2017-11-29 Stephen KittDrop obsolete Maven site configuration 35/65935/2
2017-11-09 Michael VorburgerFix io.dropwizard.metrics version 86/65386/1
2017-10-31 Robert VargaFix karaf restart instruction 71/64971/1
2017-10-25 Jakub TothBug 9288 - DistributedDataStoreFactory in sal-distribut... 62/64662/10
2017-10-25 Jakub TothBug 9285 - EntityOwnerSelectionStrategyConfigReader in 07/64607/14
next