Merge "Changes in RaftActor#handleCaptureSnapshotReply"
[controller.git] / opendaylight /
2015-03-13 Moiz RajaMerge "Changes in RaftActor#handleCaptureSnapshotReply"
2015-03-13 Moiz RajaMerge "Change fields in ShardStats to non-volatile"
2015-03-13 Tony TkacikMerge "BUG-2314 Expose inventory mountpoint on proper...
2015-03-12 Vaclav DemcakFix bug 2821 - restconf RPC parsing returns http status 500 22/16322/11
2015-03-12 Robert VargaAdd missing union type builder 04/16404/2
2015-03-12 Maros MarsalekBUG-2314 Expose inventory mountpoint on proper path 98/16398/1
2015-03-12 Tony TkacikMerge "BUG-2343 Report sideloaded models for nc correctly"
2015-03-12 Tony TkacikMerge "BUG-2314 Allow rpcs with no input in netconf...
2015-03-12 Tony TkacikMerge "Quick fix nullable RPC input"
2015-03-12 Maros MarsalekBUG-2314 Allow rpcs with no input in netconf connector 32/16332/3
2015-03-12 Maros MarsalekBUG-2343 Report sideloaded models for nc correctly 80/16380/2
2015-03-12 Tom PantelisChange fields in ShardStats to non-volatile 86/16386/3
2015-03-12 Moiz RajaMerge "Add sal-akka-raft test-jar dependency to sal...
2015-03-12 Tom PantelisChanges in RaftActor#handleCaptureSnapshotReply 68/16368/3
2015-03-11 Tom PantelisAdd sal-akka-raft test-jar dependency to sal-distribute... 55/16355/1
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 "Remove duplicate dependency declarations"
2015-03-11 Tony TkacikMerge "Fixed failing tests due to different attribute...
2015-03-11 Tony TkacikMerge "Make logger final"
2015-03-11 Tony TkacikMerge changes Ic1abe2f7,I9b4bc3ad,If347c979
2015-03-11 Robert VargaMake logger final 15/16315/2
2015-03-11 Robert VargaRemove empty javadocs and make strings constant 14/16314/2
2015-03-11 Robert VargaRemove unused logger 13/16313/2
2015-03-11 Robert VargaUse an ImmutableMap 12/16312/2
2015-03-11 Vaclav DemcakQuick fix nullable RPC input 30/16330/3
2015-03-11 Robert VargaRemove duplicate dependency 16/16316/2
2015-03-11 Tony TkacikMerge "Migrate to using odlparent:features-test"
2015-03-11 Maros MarsalekDisable unstable netconf-notifications tests 27/16327/1
2015-03-11 Tony TkacikMerge "Use default SchemaCtx for base netconf ops(if...
2015-03-11 Maros MarsalekUse default SchemaCtx for base netconf ops(if not avail... 10/16310/1
2015-03-11 Robert VargaBUG-1513: migrate users to ChoiceSchemaNode 08/16308/1
2015-03-11 Robert VargaRemove duplicate dependency declarations 43/16243/2
2015-03-11 Robert VargaMigrate to using odlparent:features-test 29/16229/2
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 Maros MarsalekBug 2412: Expose Mountpoints on proper path 79/16279/2
2015-03-10 Ed WarnickeMerge "Add netconf-ssh as dependency to features-mdsal"
2015-03-10 Maros MarsalekBUG 2805 - Fixed Restconf RPC calls and POST to create... 36/16136/8
2015-03-10 Tom PantelisModify ChainedTransactionProxy to override sending... 59/16159/3
2015-03-10 Moiz RajaMerge "Refactor LegacyTransactionConntextImpl"
2015-03-10 Tom PantelisMerge "Handle FollowerInitialSyncStatus message in...
2015-03-10 Tony TkacikBug 2364: Migrated Binding MD-SAL to not use composites... 61/16261/4
2015-03-10 Tomas CereFixed failing tests due to different attribute handling... 72/16272/1
2015-03-10 Maros MarsalekFix netconf operation serialization in nc 57/16257/3
2015-03-10 Maros MarsalekAdd SchemaContext to NormalizedNode parser in NETCONF 24/16024/9
2015-03-10 Maros MarsalekMigrate users of AnyXml node to DOMSource 37/16137/9
2015-03-10 Tomas CereFixed testool performance bottleneck due to testtool... 87/16187/4
2015-03-09 Tom PantelisMerge "Bug 2260: Reduce overhead of unused TransactionP...
2015-03-09 Tom PantelisMerge "Performance optimizations for simple transactions"
2015-03-09 Tom PantelisBug 2260: Reduce overhead of unused TransactionProxy... 59/15859/7
2015-03-09 Moiz RajaHandle FollowerInitialSyncStatus message in Shard/Shard... 95/15995/6
2015-03-09 Tony TkacikBug 2412: Fixed reading of JSON using new codecs. 09/16209/2
2015-03-09 Moiz RajaPerformance optimizations for simple transactions 55/15955/3
2015-03-09 Tomas CereChanged NetconfDeviceDatastoreAdapter and NetconfDevice... 88/16188/4
2015-03-09 Vaclav DemcakQuickfix: Remove deprecated providers from Restconf... 28/16028/9
2015-03-09 Vaclav DemcakBUG 2412 - restconf @POST invokeRpc for notification... 48/15948/13
2015-03-09 Vaclav DemcakBUG 2412 - restconf @POST invokeRpc with nopayload... 23/15923/7
2015-03-09 Vaclav DemcakBUG 2412 - restconf @POST invokeRpc with payload method 22/15922/6
2015-03-08 Tony TkacikMerge changes I4ec69712,I8348002a,I7e6abbf1,Idc2294da
2015-03-08 Maros MarsalekBUG-2314 Migrate netconf-connector to NormalizedNode 83/15783/9
2015-03-08 Jan HajnarBug 2578 - Added Binding Adapters for new Notification... 17/15417/13
2015-03-08 Vaclav DemcakBUG 2412 - restconf @POST createConfigurationData(paylo... 55/15355/12
2015-03-08 Vaclav DemcakBUG 2412 - restconf @POST createConfigurationData metho... 54/15354/13
2015-03-08 Vaclav DemcakBUG 1269 - fill HTTP POST response location attribute 74/11274/16
2015-03-08 Vaclav DemcakBUG 2412 - restconf @PUT updateConfigurationData method... 53/15353/12
2015-03-08 Tony TkacikMerge "Remove Neutron dependencies"
2015-03-08 Tony TkacikMerge "BUG 2412 - restconf RestconfDocumentedExceptionM...
2015-03-08 Tony TkacikMerge changes If17aefba,I36d0f5ec
2015-03-08 Tony TkacikMerge topic 'cleanup/composite-node'
2015-03-08 Vaclav DemcakBUG 2412 - restconf getOperations method migration 19/15819/6
2015-03-08 Tony TkacikMerge "Fixed build-failure because of undeclared transt...
2015-03-08 Vaclav DemcakBUG 2412 - restconf @GET getAvailableStreams(uri) metho... 74/14974/12
2015-03-08 Vaclav DemcakBUG 2412 - restconf mountpoint getOperations method... 18/15818/5
2015-03-08 Vaclav DemcakAdd SchemaContext to NormalizedNode parser in RESTCONF 25/16025/5
2015-03-08 Tony TkacikFixed build-failure because of undeclared transtive... 70/16170/1
2015-03-08 Tom PantelisRefactor LegacyTransactionConntextImpl 32/16032/4
2015-03-06 Moiz RajaBUG 2584 : Block Datastore creation till Shards are... 71/14171/4
2015-03-05 Tony TkacikMerge "Unit Test for md-sal netconf northbound mapping...
2015-03-05 Tony TkacikMerge "Fixed discard-changes for mdsal netconf, mapping...
2015-03-05 Maros MarsalekExpose proper revision of yang-types model in testtool 33/15733/4
2015-03-04 Moiz RajaMerge "Fix to karaf-parent to copy in dependencies."
2015-03-04 Moiz RajaMerge "Dynamically update DatastoreContext properties"
2015-03-04 Tony TkacikMerge changes Ida315250,I90171a8b
2015-03-04 Moiz RajaBUG 2768 : Make election timeout factor 20 by default 13/15813/2
2015-03-04 Tom PantelisMerge "Introduce a mechanism for a Follower to signal...
2015-03-03 Moiz RajaIntroduce a mechanism for a Follower to signal it's... 54/15954/2
2015-03-03 Moiz RajaMerge "Switch opendaylight-karaf-empty to using karaf...
2015-03-03 Michal RehakBUG-2637: migration final - cleanup 69/15969/4
2015-03-03 Michal RehakBUG-2637: migration consequence - fix unit test 68/15968/3
2015-03-03 Tony TkacikMerge "Exception when creating new DOMNotificationRouter"
2015-03-02 Moiz RajaMerge "Bug 2769: Fix issues with ApplyLogEntries"
2015-03-02 Lorand JakabRemove Neutron dependencies 49/15749/4
2015-03-02 Tomas CereUnit Test for md-sal netconf northbound mapping. 90/15890/2
2015-03-02 Tomas CereFixed discard-changes for mdsal netconf, mapping code... 74/15774/3
2015-03-02 Tony TkacikBug 2763: Fixed JSON serialization of root of mount... 20/15720/3
2015-03-01 Tom PantelisBug 2769: Fix issues with ApplyLogEntries 01/15901/4
2015-02-27 Vaclav DemcakBUG 2412 - restconf RestconfDocumentedExceptionMapper... 16/15816/1
2015-02-27 Jan HajnarException when creating new DOMNotificationRouter 77/15777/2
next