netconf.git
2016-01-15 Tomas CereBUG 4930: Make keepalive executor definition actually... 66/32766/1
2016-01-14 Thanh HaUpdate .gitreview for stable/beryllium 48/32648/1
2016-01-13 Jakub MorvayFix setting connection timeout milliseconds parameter 07/32507/2
2016-01-13 Jakub MorvayBug 4129 - available capabilities are not updated after... 68/32068/4
2016-01-13 Maros MarsalekMerge "BUG 4547: Make sure all channel writes are from...
2016-01-12 Robert VargaBUG-2062: use newly-introduced ordered leaf-list methods 68/32268/3
2016-01-11 Tony TkacikMerge "Fix yang source provisioning from MD-SAL netconf...
2016-01-11 Tomas CereBUG 4547: Make sure all channel writes are from a netty... 72/32272/5
2016-01-09 Maros MarsalekMerge "Add logging for RPC calls."
2016-01-09 Maros MarsalekMerge "Cleanup features a bit"
2016-01-09 adetalhouetAdd logging for RPC calls. 02/32202/4
2016-01-09 Maros MarsalekFix yang source provisioning from MD-SAL netconf northbound 26/32226/3
2016-01-08 Tony TkacikMerge "Revert "BUG 2594 - PUT method returns wrong...
2016-01-07 Tomas CereRevert "BUG 2594 - PUT method returns wrong status... 15/32215/1
2016-01-05 Maros MarsalekMerge "Make mdsal datastore persist through different...
2016-01-05 Tomas CereMake mdsal datastore persist through different sessions 08/31708/5
2016-01-05 adetalhouetBUG-4709 Fix first keepalive execution 33/32133/2
2016-01-05 Robert VargaCleanup features a bit 07/32107/2
2016-01-05 Maros MarsalekMerge "BUG 3015 - restconf: Un-helpful error message...
2016-01-05 Maros MarsalekMerge "BUG 2594 - PUT method returns wrong status on...
2016-01-04 Maros MarsalekMerge "BUG 3274 - Generate multiple configs for same...
2016-01-04 Maros MarsalekMerge "Bug 4709 - Add keepalive response timeout to...
2016-01-04 Tony TkacikMerge changes from topic 'netconf-clustering'
2016-01-04 Tony TkacikMerge "Fix empty revision handling in NETCONF capability"
2016-01-04 Tony TkacikMerge "Bug 4846 odl-mdsal-apidocs swagger UI uses depre...
2015-12-28 Ryan GouldingRemove unused jersey properties 16/31916/1
2015-12-28 Ryan GouldingBug 4846 odl-mdsal-apidocs swagger UI uses deprecated... 15/31915/1
2015-12-22 adetalhouetBug 4709 - Add keepalive response timeout to KeepaliveS... 24/31524/3
2015-12-22 Tomas CereBUG 3274 - Generate multiple configs for same port 16/31716/2
2015-12-22 Maros MarsalekMerge "Formatted code for Bug-3890"
2015-12-21 Tomas CereBUG 3015 - restconf: Un-helpful error message presented... 95/31695/1
2015-12-21 Tomas CereBUG 2594 - PUT method returns wrong status on create 93/31693/1
2015-12-21 Tomas CereMove mount point registration after schema resolution 72/31472/4
2015-12-21 Jakub MorvayCluster schema resolution pipeline 15/31415/13
2015-12-21 Jakub MorvayClustered sources resolution 26/31326/12
2015-12-21 Stephen KittPull in com.typesafe:config from odlparent 85/31685/1
2015-12-21 Tomas CereChange onNodeUpdated to first cleanup previous state 32/31432/3
2015-12-17 Maros MarsalekFix empty revision handling in NETCONF capability 00/31500/1
2015-12-16 Tony TkacikMerge "Fix non ietf-netconf* mounted RPC invocation...
2015-12-16 Tomas CereUse normal identify messages first 30/31430/2
2015-12-16 Maros MarsalekMerge "Make test tool work with schemas with no revision"
2015-12-16 Maros MarsalekMerge "Make test tool expose submodule sources"
2015-12-16 Maros MarsalekFix non ietf-netconf* mounted RPC invocation from Restconf 28/31428/2
2015-12-15 Thanh HaAdd copyright headers to sal-rest-connector 73/31373/2
2015-12-15 shivanipFormatted code for Bug-3890 87/30187/4
2015-12-15 Tomas CereUse lock in topology node writer 05/31205/2
2015-12-15 Tomas CerePrevent NPE's on failures 04/31204/2
2015-12-15 Tomas CereRemoteDeviceDataBroker proxy 18/30718/4
2015-12-14 Ryan GouldingBug 4773 Package uses conflict between authn and restconf 94/31294/2
2015-12-14 Maros MarsalekMerge "Bug 3896 - direct usage of == instead of .equals"
2015-12-14 adetalhouetBug 3896 - direct usage of == instead of .equals 69/30869/4
2015-12-14 Maros MarsalekMerge "Formatted code Bug-3894."
2015-12-11 Tony TkacikMerge "Remove DelegatingNormalizedNodeStreamWriter"
2015-12-11 Tony TkacikMerge changes I24adce35,Ia5947ae6
2015-12-11 Tony TkacikMerge "Bug 4700 - RestPerfClient spits NumberFormatExce...
2015-12-11 Tony TkacikMerge "Remove unnecessary uses of odlparent properties"
2015-12-11 Tony TkacikMerge "Bug 4719 Shiro integration into restconf"
2015-12-11 shivanipFormatted code Bug-3894. 91/30191/4
2015-12-10 Ryan GouldingBug 4719 Shiro integration into restconf 72/26472/29
2015-12-10 Maros MarsalekMerge "Bug 4712 - Fix Keepalive task to check the respo...
2015-12-10 Maros MarsalekMerge "Fix missing NetconfNotificationCollector service"
2015-12-10 Tomas CereFix missing NetconfNotificationCollector service 38/31138/1
2015-12-10 Stephen KittRemove unnecessary uses of odlparent properties 35/31135/1
2015-12-10 Jakub MorvayBug 4725 - RestPerfClient: Add support for authentication. 80/31080/3
2015-12-09 Jakub MorvayBug 4700 - RestPerfClient spits NumberFormatException... 83/31083/1
2015-12-08 adetalhouetBug 4712 - Fix Keepalive task to check the response... 93/30993/3
2015-12-08 Jakub MorvayMake test tool work with schemas with no revision 94/30994/1
2015-12-08 Jakub MorvayMake test tool expose submodule sources 07/30907/2
2015-12-08 Jakub MorvayRevert "Fix shorthand case statement in netconf notific... 22/30722/3
2015-12-08 Jakub MorvayRevert "Better FIXME comment in ietf-netconf-notificati... 21/30721/3
2015-12-08 Tomas CereRemove DelegatingNormalizedNodeStreamWriter 16/30916/2
2015-12-07 Tomas CereFix changed version 99/30899/2
2015-12-07 Tony TkacikMerge "Fix NormalizedNodeStreamWriter implementation"
2015-12-07 Tomas CereFix NormalizedNodeStreamWriter implementation 12/30912/1
2015-12-07 Tony TkacikMerge "Bug 4713: Handle "missing-element" in RESTCONF."
2015-12-07 Tony TkacikMerge "Add payload along with the log.trace message...
2015-12-07 Tony TkacikMerge "Add netconf test to verify key ordering in output"
2015-12-04 adetalhouetAdd payload along with the log.trace message for REST... 37/30737/1
2015-12-04 Tomas CereCleanup features 02/30302/6
2015-12-03 Shigeru YasudaBug 4713: Handle "missing-element" in RESTCONF. 63/30563/1
2015-12-02 Tomas CereClustered topology module 97/30297/3
2015-12-01 Tony TkacikMerge "Bug4698 netconf features.xml has dated documenta...
2015-12-01 Tony TkacikMerge "Bug 4355 - Data Tree: Enforce case uniqueness...
2015-12-01 Ryan GouldingBug4698 netconf features.xml has dated documentation... 37/30437/1
2015-11-30 Tony TkacikMerge changes from topic 'netconf-clustering'
2015-11-30 Peter KajsaBug 4355 - Data Tree: Enforce case uniqueness and ... 92/30292/3
2015-11-29 Thanh HaUse odlparent-lite as artifacts parent 45/30345/1
2015-11-27 Maros MarsalekMerge "Generate configs for beryllium path."
2015-11-27 Tomas CereAbstract topology base implementation 51/28451/9
2015-11-27 Tomas CereAbstract topology framework apis 50/28450/7
2015-11-26 Maros MarsalekAdd netconf test to verify key ordering in output 57/30257/1
2015-11-26 Tony TkacikMerge "Fix get and get-config ordering for netconf...
2015-11-25 Tomas CereGenerate configs for beryllium path. 11/30211/1
2015-11-25 pande.gauravBug 3897 - Arguments can be made final patch 33/30133/2
2015-11-24 Maros MarsalekFix get and get-config ordering for netconf-mdsal 45/30145/1
2015-11-21 Robert VargaFix javadocs and remove jdk8+ profile 44/30044/1
2015-11-18 Robert VargaBUG-4638: handle StringTypeDefinition properly 78/29878/2
2015-11-18 Robert VargaBUG-4638: use interface instead of concrete types 77/29877/1
2015-11-18 Maros MarsalekMerge "Add the ability to edit running in stress-client"
2015-11-16 Robert VargaBUG-3884: add exception cause 83/29683/2
next