Access historyId only once
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src /
2023-04-03 Robert VargaAccess historyId only once 82/105182/3
2023-04-03 Robert VargaUse instanceof pattern in AbstractFrontendHistory 79/105179/1
2023-04-03 Robert VargaFix DistributedDataStoreRemotingIntegrationTest typos 78/105178/1
2023-03-27 Robert VargaDump DTCL changes on trace 31/105031/2
2023-02-23 Robert VargaRemove commons-lang dependencies 70/104570/1
2022-12-03 Robert VargaObsolete ask-based protocol 03/103103/11
2022-12-03 Robert VargaFixup Sonar issues 34/103534/4
2022-12-02 Robert VargaSwitch to use PayloadVersion.CHLORINE_SR2 20/103520/6
2022-12-01 Robert VargaDeprecate ABIVersion.MAGNESIUM 82/103482/17
2022-12-01 Robert VargaPrune old ABI versions 99/103099/12
2022-12-01 Robert VargaUse current ABIVersion for testing 96/103496/1
2022-11-29 Robert VargaAdd missing final keywords 69/103469/1
2022-11-29 Robert VargaDefine PayloadVersion.CHLORINE_SR2 64/103464/3
2022-11-29 Robert VargaUse a switch expression for Payload parsing 63/103463/1
2022-11-29 Robert VargaDefine efficient serialization proxies 22/103422/25
2022-11-29 Robert VargaUse a switch expression for TreeType 62/103462/1
2022-11-28 Robert VargaReuse cause message 53/103453/2
2022-11-28 Robert VargaAssert payload serialized size 21/103421/9
2022-11-28 Robert VargaAdd serialVersionUID fields 46/103446/7
2022-11-28 Robert VargaShardSnapshotState is final 32/103432/3
2022-11-28 Robert VargaDatastoreSnapshot is final 31/103431/3
2022-11-28 Robert VargaShardSnapshot is final 30/103430/3
2022-11-28 Robert VargaShardManagerSnapshot is final 29/103429/3
2022-11-28 Robert VargaSeal CommitTransactionPayload 28/103428/3
2022-11-26 Robert VargaRemove unused ShardManagerSnapshot 20/103420/1
2022-11-26 Robert VargaUse diamond notation 19/103419/1
2022-11-15 Ruslan KashapovDo not allow multi-datastore transactions 81/103181/3
2022-11-08 Robert VargaUse a VarHandle for closed flag 45/103145/1
2022-11-08 Robert VargaImprove AbstractDOMTransactionFactory 43/103143/1
2022-11-02 Robert VargaDo not reference immutable node builders 40/103040/1
2022-07-11 Robert VargaUse FrameworkUtil.asDictionary() 08/101808/1
2022-06-07 Robert VargaFix a documentation reference 84/101484/1
2022-05-26 Robert VargaAdd Payload.serializedSize() 11/101211/9
2022-05-26 Robert VargaAdd a missing @Override annotation 06/101306/1
2022-05-26 Robert VargaFix raw type warnings in OSGiDistributedDataStore 05/101305/1
2022-05-18 Robert VargaMake Payload Serializable 10/101210/3
2022-05-18 Robert VargaMove {Identifiable,Persistent,}Payload 12/101112/7
2022-05-17 Robert VargaChange RTE to an ISE 39/101139/5
2022-04-27 Robert VargaBump upstreams to snapshots 27/100827/7
2022-04-27 Robert VargaDo not implement concepts.Builder 36/100836/1
2022-04-24 Robert VargaHandle the case when newModification() fails 57/100657/9
2022-04-24 Robert VargaFail read requests after we have observed a modificatio... 65/100765/7
2022-04-24 Robert VargaCleanup Local*ProxyTransactionTest 76/100776/2
2022-04-24 Robert VargaImprove IdentifiablePayload.toString() implementations 75/100775/3
2022-04-24 Robert VargaDo not use NPE for consistency checks 66/100766/1
2022-04-24 Robert VargaClean up unhandled request exceptions 64/100764/1
2022-04-21 Ivan HraskoEnable tell-based protocol by default in DTO 07/100707/1
2022-04-19 Robert VargaImprove LocalProxyTransaction.doExists() 56/100656/1
2022-04-19 Robert VargaRemove FindBugs workaround 55/100655/2
2022-04-19 Robert VargaExpose CursorAwareDataTreeSnapshot from local RW proxy 54/100654/1
2022-04-08 Robert VargaImplement scatter/gather on module shards 78/100478/3
2022-04-07 Robert VargaNormalizedNodeAggregator should also report empty 79/100479/1
2022-04-07 Robert VargaUse ImmutableBiMap builder fluently 76/100476/2
2022-04-06 Robert VargaCap shard-snapshot-chunk-size to 480KiB 28/100428/1
2022-03-09 Robert VargaRemove an unneeded @SuppressFBWarnings 52/100052/1
2022-03-09 Robert VargaUse CommitInfo in AsyncNotifyingSettableFuture 51/100051/1
2022-03-09 Robert VargaUse SettableFuture<Empty> for readinessFuture 50/100050/1
2022-03-09 Robert VargaUse Empty instead of Void in cohorts 12/100012/5
2022-03-09 Robert VargaBump upstream SNAPSHOTS 02/99502/13
2021-12-21 Robert VargaCleanup asserts a bit 27/99127/1
2021-12-06 Dominik Vrbovskyakka.actor.provider set to 'cluster' 33/98733/5
2021-11-14 Robert VargaUse DateTimeFormatter in ShardStats 92/98492/1
2021-11-13 Robert VargaHandle ModifyTransactionRequest in forward path 89/98489/4
2021-11-13 Robert VargaModernize TransactionRateLimitingCallbackTest 85/98485/3
2021-11-13 Robert VargaModernize ThreePhaseCommitCohortProxyTest 84/98484/3
2021-11-13 Robert VargaCleanup AbstractDOMBrokerWriteTransactionTest 83/98483/3
2021-11-13 Robert VargaClean up ClientBackedReadTransactionTest 82/98482/3
2021-11-13 Robert VargaCleanup TransactionRateLimiterTest 81/98481/3
2021-11-13 Robert VargaMigrate AbstractClientHandleTest 80/98480/2
2021-11-13 Robert VargaFold AbstractShardManagerTest 79/98479/3
2021-11-13 Robert VargaMigrate AbstractProxyTransactionTest to MockitoJUnitRunner 75/98475/2
2021-11-13 Robert VargaEnable testTransactionWithIsolatedLeader() for tell... 74/98474/1
2021-11-13 Robert VargaCleanup IntegrationTestKit 73/98473/1
2021-11-13 Robert VargaFix error message concatenation 72/98472/1
2021-11-13 Robert VargaClean up modification tests 71/98471/1
2021-11-12 Robert VargaEnable testLeadershipTransferOnShutdown() 97/98397/7
2021-11-12 Robert VargaTrack skipped transactions 49/85749/63
2021-11-11 Robert VargaDisable state tracking on ReadyLocalTransaction 03/98403/1
2021-11-11 Robert VargaDrop a test re-enable FIXME 01/98401/2
2021-11-11 Robert VargaAdd update FIXME to enable test 00/98400/3
2021-11-11 Robert VargaMove assumption 96/98396/4
2021-11-11 Robert VargaAdd a FIXME for enabling a test 95/98395/4
2021-11-10 Robert VargaRename UnsignedLongSet.size() 94/98394/1
2021-11-10 Robert VargaMake UnsignedLongSet.Entry immutable 93/98393/1
2021-11-10 Robert VargaFix UnsignedLongSet entry lifecycle 92/98392/2
2021-11-10 Robert VargaFix Eclipse compilation error 91/98391/1
2021-11-10 Robert VargaFixup assertions a bit 90/98390/1
2021-11-10 Robert VargaImprove tell-based protocol assumptions 89/98389/2
2021-11-10 Robert VargaPartially enable testSingleTransactionsWritesInQuickSuc... 80/98380/6
2021-11-10 Robert VargaCleanup DistributedDataStoreRemotingIntegrationTest 82/98382/5
2021-11-10 Robert VargaCleanup JsonExportActor 86/98386/1
2021-11-10 Robert VargaCleanup ShardInformation 85/98385/1
2021-11-10 Robert VargaCleanup ShardWriteTransaction 84/98384/1
2021-11-10 Robert VargaClean up AbstractTransactionContextFactory 83/98383/3
2021-11-09 Robert VargaExpose ImmutableList from FrontendClientMetadata 78/98378/1
2021-11-09 Robert VargaAdd MutableUnsignedLongSet.addAll() 72/98372/1
2021-11-08 Robert VargaAdd UnsignedLongBitmap 10/98310/13
2021-11-08 Robert VargaSprinkle @NonNull annotations 69/98369/2
2021-11-08 Robert VargaInline Entry.contains() 60/98360/1
2021-11-08 Robert VargaRemove UnsignedLongSet.addImpl() 59/98359/1
next