Take advantage of YangInstanceIdentifier methods
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / restconf / impl / RestconfImpl.java
2015-06-08 Robert VargaTake advantage of YangInstanceIdentifier methods 09/21109/3
2015-06-04 Jan HajnarBug 3427 - Websockets: Cannot create stream if path... 25/21525/2
2015-05-26 Vaclav DemcakBug 3216 - Restconf GET operations functionality are... 11/21111/2
2015-05-18 Vaclav Demcakhotfix Bug 3226 - unable to configure flows 44/20544/3
2015-05-15 Vaclav DemcakBug 2981 - POST mismatching IDs data vs URI possibility 14/19014/7
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-07 Tony TkacikMerge "BUG 2954 : Thread local DocumentBuilder's for...
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 "Remove "Unavailable" properties from ShardStats"
2015-05-04 Tony TkacikMerge "BUG 3057 - notify added event source by topics...
2015-05-04 Tony TkacikMerge "Bug 3068 - checkRpcResponse - CancellationException"
2015-05-04 Jan HajnarBug 3068 - checkRpcResponse - CancellationException 97/19197/3
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 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 Tom PantelisMerge topic 'li/cleanup/javassist'
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-24 Tom PantelisMerge "Tests for CDS DataTreeChangedListener"
2015-04-24 Tony TkacikMerge "Use ImmutableNodes.fromInstanceId in restconf"
2015-04-24 Tony TkacikMerge "BUG 3045 : Use non-strict parsing in hello message."
2015-04-24 Tony TkacikMerge "Create transaction on the backend datastore...
2015-04-24 Tom PantelisMerge "Tests for DOMDataTreeListener"
2015-04-24 Tom PantelisMerge "Moved legacy Notification implementation to...
2015-04-24 Tom PantelisMerge "Replaced Helium Notification Broker with new...
2015-04-24 Tom PantelisMerge "Make TransactionProxy.isRootPath() static"
2015-04-23 Tony TkacikMerge "Bug 3024 - Restconf PUT exception when top level...
2015-04-23 Jan HajnarBug 3024 - Restconf PUT exception when top level node... 65/18765/6
2015-04-23 Maros MarsalekUse ImmutableNodes.fromInstanceId in restconf 03/18803/3
2015-04-21 Moiz RajaMerge "Cleanup: Remove passing around of DataPersistenc...
2015-04-21 Moiz RajaMerge "Address comment in gerrit 17266"
2015-04-21 Moiz RajaMerge "Bug 2948: Perform create snapshot synchronously"
2015-04-17 Tom PantelisMerge "Notification Listener Adapter uses NotificationL...
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-09 Tony TkacikBug 2358: Fixed warnings in Restconf 21/18021/3
2015-03-24 Tom PantelisMerge "BUG 2849 : Reduce sending of duplicate replicati...
2015-03-24 Tom PantelisMerge "BUG 2854 : Do not add empty read write transacti...
2015-03-23 Moiz RajaMerge "Refactor LeaderElectionScenarioTests"
2015-03-23 Moiz RajaMerge changes Idfb4fbea,Ief82b050
2015-03-19 Tony TkacikMerge "BUG-2383: make DOMDataBrokers implement DOMDataT...
2015-03-19 Tony TkacikMerge "Fix modules Restconf call for mounted devices"
2015-03-19 Tony TkacikMerge "Optimize ResolveDataChangeEventsTask object...
2015-03-19 Tony TkacikMerge "Increase IDLE timeout for ssh netconf server"
2015-03-19 Tony TkacikMerge "BUG-2739 Fix concurrent metadata cleanup for...
2015-03-19 Jan HajnarBUG 2412 remove CompositeNode from RestconfImpl codeBase 29/16629/8
2015-03-19 Tony TkacikMerge "BUG 2799: Migration of Message Bus from deprecat...
2015-03-19 Maros MarsalekFix modules Restconf call for mounted devices 33/16833/1
2015-03-19 Tony TkacikMerge "Remove RuntimeGeneratedMappingService from confi...
2015-03-19 Tony TkacikMerge "fixed restconf notification subscription parsing."
2015-03-14 Tony TkacikMerge changes I8ad04406,I3ea2166c
2015-03-13 Moiz RajaMerge "Change in AbstractRaftBehavior#performSnapshotWi...
2015-03-13 Moiz RajaMerge "Refactor ShardTest"
2015-03-13 Moiz RajaMerge "Reduce/enhance logging in AbstractLeader"
2015-03-13 Moiz RajaMerge "Purge in-memory log when install snapshot is...
2015-03-13 Moiz RajaMerge "Use static Procedure callback for ApplyJournalEn...
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-13 Ryan GouldingBug 2834: Fix Restconf POST to wait for completion 92/16492/8
2015-03-12 Vaclav DemcakFix bug 2821 - restconf RPC parsing returns http status 500 22/16322/11
2015-03-12 Jan Hajnarfixed restconf notification subscription parsing. 17/16317/4
2015-03-12 Moiz RajaMerge "Add sal-akka-raft test-jar dependency to sal...
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 2805 - Fixed Restconf RPC calls and POST...
2015-03-10 Maros MarsalekBUG 2805 - Fixed Restconf RPC calls and POST to create... 36/16136/8
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 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 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-04 Moiz RajaMerge "Dynamically update DatastoreContext properties"
2015-02-25 Tony TkacikMerge "Remove neutron post project split"
2015-02-25 Tony TkacikMerge "Startup arch - add odlparent to root pom."
2015-02-25 Tony TkacikMerge "BUG 2412 - restconf @GET getModule(identifier...
2015-02-25 Tony TkacikMerge "BUG 2412 - restconf @GET getModule(identifier...
2015-02-25 Tony TkacikMerge "BUG 2412 - restconf @GET getModule(uri) method...
2015-02-24 Vaclav DemcakBUG 2412 - restconf @GET getModule(identifier,uri)... 71/14971/7
2015-02-24 Vaclav DemcakBUG 2412 - restconf @GET getModule(identifier,uri)... 70/14970/9
2015-02-24 Vaclav DemcakBUG 2412 - restconf @GET getModule(uri) method migration 69/14969/11
2015-01-21 Moiz RajaMerge "Fixed bug in generated artifactId for ${artifact...
2015-01-20 Tony TkacikMerge "Added sun.misc to jre.properties"
next