BUG-5280: add {Create,Close,Purge}LocalHistoryPayload
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionChainProxy.java
2016-10-07 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 39/46639/4
2016-06-21 Robert VargaBUG-5903: do not rely on primary info on failure 27/40627/2
2016-06-10 Robert VargaBUG-5280: switch transaction IDs from String to Transac... 90/38990/47
2016-06-08 Robert VargaBUG-5280: switch transactionIdentifier 62/38962/34
2016-02-05 Tom PantelisDeprecate CloseTransactionChain protobuff message 08/33508/7
2015-12-17 Tom PantelisBug 4774: Wait for prior RO tx creates on tx chain 18/31318/5
2015-12-15 Tom PantelisBug 4774: Add Tx ID to logging on Tx chain failures 17/31317/2
2015-05-30 Moiz RajaBUG 3340 : Improve logging 86/21486/1
2015-05-26 Tom PantelisBug 3194: Dynamically update PrimaryShardInfo cache... 48/21148/2
2015-05-16 Robert VargaCDS: Implement front-end support for local transactions 23/20523/2
2015-05-08 Robert VargaCDS: split TransactionType from TransactionProxy 89/19089/8
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-05 Tony TkacikMerge "BUG 2820 - LLDP refactor"
2015-05-05 Tony TkacikMerge "Bug 2820 - LLDP TLV support and testing"
2015-05-05 Tony TkacikMerge "Bug 2820 - problem to add second TLV with type...
2015-05-04 Tony TkacikMerge "BUG 3057 - notify added event source by topics...
2015-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-27 Tony TkacikMerge "BUG 3029 - netconf event source modification...
2015-04-24 Tony TkacikMerge "Bumped controller version by minor for next...
2015-04-24 Tony TkacikMerge "Fix ReplicationAndSnapshotsIntegrationTest failure"
2015-04-24 Tom PantelisMerge "NPE in RaftActor#onGetOnDemandRaftStats"
2015-04-24 Tom PantelisMerge "Fix NoSuchElementException thrown when transacti...
2015-04-24 Tony TkacikMerge "Use ImmutableNodes.fromInstanceId in netconf"
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Tony TkacikMerge "Fix test failure in TopologyManagerImplTest...
2015-04-24 Moiz RajaMerge "Fix CloseTransactionChain NotSerializableException"
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-23 Tom PantelisFix CloseTransactionChain NotSerializableException 86/18886/2
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-18 Tom PantelisElide front-end 3PC for single-shard Tx 92/18392/7
2015-04-08 Tony TkacikMerge "BUG 2799: SPI for EventSources"
2015-04-08 Tony TkacikMerge "BUG 2889 : migration of netconf-cli to Normalize...
2015-04-07 Moiz RajaMerge "Refactor ReplicatedLogImpl to separate class"
2015-04-02 Tony TkacikMerge "Remove SimpleDataTreeCandidate"
2015-04-02 Tom PantelisMerge "Split out ChainedTransactionProxy"
2015-04-02 Robert VargaSplit out ChainedTransactionProxy 30/17530/10
2015-03-23 Moiz RajaMerge "Refactor LeaderElectionScenarioTests"
2015-03-11 Tony TkacikMerge "Fixed testool performance bottleneck due to...
2015-03-11 Tony TkacikMerge "Changed NetconfDeviceDatastoreAdapter and Netcon...
2015-03-11 Tony TkacikMerge "Fixed failing tests due to different attribute...
2015-03-11 Tony TkacikMerge "Bug 2412: Expose Mountpoints on proper path"
2015-03-11 Tony TkacikMerge "BUG 2805 - Fixed Restconf RPC calls and POST...
2015-03-11 Tony TkacikMerge "Bug 2364: Migrated Binding MD-SAL to not use...
2015-03-10 Ed WarnickeMerge "Add netconf-ssh as dependency to features-mdsal"
2015-03-10 Tom PantelisModify ChainedTransactionProxy to override sending... 59/16159/3
2015-02-25 Tony TkacikMerge "Removing { } from NormalizedNodeJsonBodyWriter"
2015-02-23 Tony TkacikMerge "Startup archetype: remove 'Impl' from config...
2015-02-23 Tony TkacikMerge "Startup archetype: Add basic unit tests for...
2015-02-23 Tony TkacikMerge "Startup arch - remove artifactId prefix from...
2015-02-23 Tony TkacikMerge "Cleanup root pom "name"."
2015-02-13 Tony TkacikMerge "BUG-2573: create DOMRpcRouter"
2015-02-13 Tony TkacikMerge "BUG-2573: add NormalizedNode-based RPC API"
2015-02-12 Ed WarnickeMerge "Mark yang generated source location as a source...
2015-02-12 Moiz RajaMerge "(Bug 2035) - Increasing default Akka config...
2015-02-12 Tony TkacikMerge "Do not duplicate OSGi dependencyManagement"
2015-02-12 Tony TkacikMerge "BUG-2632 Netconf connector (optionally) reconnec...
2015-02-12 Tony TkacikMerge "BUG-2600 Dynamic schemas in netconf server"
2015-02-12 Ed WarnickeMerge "Bug 2684 - Fixing support for Neutron binding...
2015-02-12 Tony TkacikMerge "BUG-2627: do not duplicate descriptions"
2015-02-12 Tony TkacikMerge "BUG-2627: JMX interfaces need to be public"
2015-02-12 Moiz RajaMerge "Initial heartbeats not sent by Leader"
2015-02-11 Tom PantelisMerge topic 'bug/2676'
2015-02-11 Moiz RajaBUG 2676 : Apply backpressure when creating transactions 70/14870/11
2014-11-20 Tony TkacikMerge "BUG-2218: Keep existing link augmentations durin...
2014-11-14 Ed WarnickeMerge "Updating features archetype to talk about user...
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: samples/clustersession"
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: p2site"
2014-11-10 Tony TkacikMerge "Add serialVersionUID to Serializable classes"
2014-11-10 Tony TkacikMerge changes Ic7e83322,I2482a37c
2014-11-10 Tony TkacikMerge changes I525c2070,Ib920ff67
2014-11-10 Tony TkacikMerge "Fix raw references to Promise"
2014-11-10 Tony TkacikMerge "Fix raw reference to Predicate"
2014-11-10 Tony TkacikMerge "Fix raw ProtocolService references"
2014-11-10 Tony TkacikMerge "Fix a raw ServiceReference"
2014-11-10 Tony TkacikMerge "Fix a non-generic reference to DataContainerNode"
2014-11-10 Tony TkacikMerge "Fix non-generic references to NormalizedNode"
2014-11-10 Tony TkacikMerge changes I0fe4b78d,I3d3bc71b
2014-11-10 Tony TkacikMerge "Do not override managed versions"
2014-11-10 Tony TkacikMerge "Fix raw types in Neutron northbound"
2014-11-08 Tony TkacikMerge changes I9865d0cd,Ic71d525f,Ib8faba91,Ia10e5ec9...
2014-11-08 Tony TkacikMerge changes I52c2aaab,I2509ed5e,Ic1d8a4e5,I73730f79...
2014-11-08 Tony TkacikMerge "Do not create Map subclasses"
2014-11-08 Moiz RajaBUG 2339 : TransactionChain id created by the Clustered... 58/12658/1
2014-11-07 Moiz RajaMerge "Bug 2318: Follow-up changes for previous patch...
2014-11-07 Tony TkacikMerge "Introduce forwarding DOMData classes"
2014-11-07 Tony TkacikMerge "Fix a typo in javadoc"
2014-11-07 Tony TkacikMerge "Bug 2233 - RPC register exception when rpc has...
2014-11-07 Tony TkacikMerge "BUG-2254 Make runtime rpcs in config subsystem...
2014-11-07 Tony TkacikMerge "Fix logback-config warnings"
2014-11-07 Tony TkacikMerge "Remove duplicate groupId"
2014-11-07 Tony TkacikMerge "Fix warnings in netconfig-netty-util"
2014-11-07 Tony TkacikMerge "Fix warnings in netconfig-monitoring"
2014-11-07 Tony TkacikMerge "Fix cluster test warnings"
2014-11-07 Tony TkacikMerge "Add serialversionUUID to cluster/datastore/modif...
2014-11-07 Tony TkacikMerge "Fix raw Class in sal-distributed-datastore messages"
2014-11-07 Tony TkacikMerge "Fix warnings in clustering"
2014-11-07 Tony TkacikMerge "Fix warnings in config-manager"
2014-11-07 Tony TkacikMerge "Fix warnings in config-util"
2014-11-07 Tony TkacikMerge "Fix warnings in neconf-util"
next