Add support for coded QNames/AugmentationIdentifiers
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore /
2019-05-29 Robert VargaAdd support for coded QNames/AugmentationIdentifiers 04/82304/7
2019-05-29 Robert VargaSeparate lazy-versioned NormalizedNodeDataInput 78/82278/6
2019-05-29 Robert VargaDo not format QNames to string on input 76/82276/4
2019-05-29 Robert VargaUpdate QNameFactory caching 75/82275/3
2019-05-14 Robert VargaCentralize read{Augmentation,Node}Identifier() methods 08/82008/3
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-28 Robert VargaAdd ReusableNormalizedNodePruner 57/81257/4
2019-03-28 Robert VargaMove checkNotSealed() to addBuilder() 51/81251/2
2019-03-28 Robert VargaRemove NormalizedNodePruner.findSchemaNodeForNodePath() 50/81250/2
2019-03-28 Robert VargaDo not use Optional in NormalizedNodeWrapper 49/81249/2
2019-03-28 Robert VargaHide NormalizedNodeBuilderWrapper 48/81248/2
2019-03-27 Robert VargaRemove NormalizedNodePruner.SimpleStack 34/81234/2
2019-03-27 Robert VargaClean up NormalizedNodePruner 33/81233/1
2019-03-15 Robert VargaUse a simple list for string code table 89/80889/1
2019-03-15 Robert VargaImprove NormalizedNodeInputStreamReader defensiveness 88/80888/2
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
2018-12-01 Robert VargaImprove NormalizedNodeInputStreamReader 96/78096/8
2018-11-25 Robert VargaUse pre-sized ImmutableLists for yang-data-api 17/78117/1
2018-07-30 Michael Vorburgersimplify a statement in NormalizedNodeInputStreamReader 76/74476/2
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-01-22 Tom PantelisHandle empty type in NormalizedNode streaming 68/67368/4
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2017-10-14 David SuarezFix some sonar/checkstyle issues 76/64276/2
2017-09-01 HeYunBoBug 9008: Fix the error of the persisted journal data... 67/61967/3
2017-06-06 Tom PantelisRemove deprecated NormalizedNodeInputStreamReader ctor 15/58015/3
2017-05-16 Robert VargaLower debugging in sal-clustering-commons 41/57141/2
2017-04-26 Robert VargaLower AbstractNormalizedNodeDataOutput debugs to trace 77/56077/1
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations 02/51402/2
2017-01-23 Robert VargaBUG-7594: Expand NormalizedNodeData{Input,Output} to... 56/50656/6
2016-10-27 Tom PantelisRemove legacy NormalizedNode serialization classes 39/47639/3
2016-10-27 Tom PantelisMove SerializationUtils to sal-clustering-commons 37/47637/2
2016-10-25 Tom PantelisFix FindBugs warnings in sal-clustering-commons 19/46919/4
2016-10-21 Tom PantelisFix CS warnings in sal-clustering-commons and enable... 53/46853/4
2016-10-11 Tom PantelisBug 6910: Fix anyxml node streaming 47/46747/3
2016-09-23 Stephen KittMechanical code cleanup (sal-clustering-commons) 68/46068/3
2016-06-22 Robert VargaBUG-5280: move AbstractDataTreeModificationCursor 40/39840/38
2016-05-09 Robert VargaMake potentially-static methods static 20/38320/2
2016-04-29 Tom PantelisMove ClusterAdminRpcService to its own bundle 49/36849/18
2016-03-16 Tom PantelisBug 5485: Improve DataTreeModification pruning on recovery 13/36013/5
2016-02-18 Robert VargaHide NormalizedNodeOutputStreamWriter 47/34847/6
2016-02-18 Robert VargaRemove InputStream constructors 41/34841/4
2016-02-17 Robert VargaNormalizedNodeDataOutput should be AutoCloseable 46/34846/3
2016-02-17 Robert VargaRemove implements NormalizedNodeStreamWriter declaration 45/34845/3
2016-02-17 Robert VargaRemove NormalizedNodeStreamReader 42/34842/2
2016-02-15 Robert VargaFix raw type warnings 56/34556/7
2016-01-27 Tom PantelisBug 5109: Handle stand alone leaf nodes in CDS streaming 28/33228/2
2016-01-12 Robert VargaBug 2062 - StreamWriter APIs loses information about... 76/12676/12
2015-12-10 Robert VargaBUG-4626: create AbstractNormalizedNodeDataOutput 08/31008/5
2015-12-10 Robert VargaBUG-4626: Introduce NormalizedNodeData{Input,Output} 72/30872/10
2015-12-10 Robert VargaBUG-4626: Split out stream token types 83/30283/12
2015-12-07 Peter KajsaBug 3874: Support of yang modeled AnyXML 50/29550/6
2015-12-07 Robert VargaClean NormalizedNodeSerializer up 10/30410/3
2015-12-05 Robert VargaDeprecate NormalizedNodeInputStreamReader(InputStream) 00/30300/5
2015-11-27 Robert VargaAutomatic addition of final keywords 82/30282/2
2015-11-11 Moiz RajaBUG 4589 : Handle writing and reading large strings 63/29563/1
2015-10-26 Robert VargaMake private methods static 26/28726/5
2015-08-09 Thanh HaFix license header violations in sal-clustering-commons 83/24983/1
2015-06-12 Moiz RajaBUG 2970 : Recovery fails with SchemaValidationExceptio... 05/22505/1
2015-06-08 Robert VargaTake advantage of YangInstanceIdentifier methods 09/21109/3
2015-05-29 Moiz RajaBUG 2970 : Create a PruningDataTreeModification 84/21384/2
2015-05-27 Moiz RajaBUG 2970 : Create a utility class which can prune a... 01/21201/2
2015-05-20 Tom PantelisFix CDS serialization failures due to YangInstanceIdent... 94/20794/1
2015-05-19 Harman SinghBug 3258 : Changed the order of condition for OrderedMa... 67/20667/3
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-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-24 Tom PantelisMerge "Moved legacy Notification implementation to...
2015-04-24 Tom PantelisMerge "Replaced Helium Notification Broker with new...
2015-04-22 Robert VargaClustering: Expose PathArgument writer 93/18593/13
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-21 Tony TkacikMerge "BUG-3033: DataBroker should extend DataTreeChang...
2015-04-21 Robert VargaSimplify instantiation of NormalizedNodeInputStreamReader 34/18734/1
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-13 Tony TkacikMerge "Stop swallowing exceptions in XmlElement optiona...
2015-04-13 Tony TkacikMerge "Remove isCloseMsg check for each rpc"
2015-04-11 Moiz RajaMerge "Add LeadershipChangeCount to ShardStats"
2015-04-11 Moiz RajaMerge "Add new DeleteEntries class wih long "fromIndex...
2015-04-11 Moiz RajaMerge "Add unit test for ElectionTermImpl"
2015-04-10 Tom PantelisBug 2948: Add getLastSequenceNumber method to DataPersi... 95/17795/3
2015-04-10 Moiz RajaMerge "CDS: Split out TransactionFutureCallback"
2015-04-10 Moiz RajaMerge "Remove deprecation suppression"
2015-04-10 Moiz RajaMerge "Add generic arguments"
2015-04-08 Robert VargaAdd generic arguments 54/17254/3
2015-04-08 Tony TkacikMerge "BUG 2889 : migration of netconf-cli to Normalize...
2015-04-02 Tony TkacikMerge "Remove SimpleDataTreeCandidate"
2015-03-31 Tom PantelisMerge "BUG-2673: make CDS implement DOMDataTreeChangeLi...
2015-03-31 Robert VargaBUG-2673: make CDS implement DOMDataTreeChangeListener 90/16690/25
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-10 Moiz RajaMerge "Refactor LegacyTransactionConntextImpl"
2015-03-10 Tom PantelisMerge "Handle FollowerInitialSyncStatus message in...
2015-03-10 Maros MarsalekMigrate users of AnyXml node to DOMSource 37/16137/9
2015-02-25 Tony TkacikMerge "Removing { } from NormalizedNodeJsonBodyWriter"
next