netconf.git
2020-03-03 Sanjana BDo not attempt to parse empty RPC/action reply 72/87972/3
2020-03-03 Tibor KrálAdd option to provide custom SshClient for netconf... 70/87970/1
2020-02-21 Jakub TothCustom scheme-cache-directory yang models are not repli... 93/83593/2
2020-02-12 jenkins-relengBump versions by x.y.(z+1) 03/87603/1
2020-01-24 Jaroslav TóthFixed wrong exception types 29/87129/1
2020-01-17 Robert VargaBump to odlparent-5.0.5/yangtools-3.0.9/mdsal-4.0.11 27/86927/5
2020-01-08 Anna BencurovaAdd namespace to action request XML 12/86812/1
2019-12-18 Robert VargaRemove jsr173-ri from dependencies 86/86486/2
2019-12-18 Robert VargaRemove websocket-server override 87/86487/1
2019-12-12 Robert VargaBump odlparent/yangtools/mdsal to 5.0.4/3.0.7/4.0.8 87/86387/1
2019-11-05 Robert VargaBump to odlparent-5.0.3/yangtools-3.0.6/mdsal-4.0.7 13/85513/6
2019-11-05 Robert VargaUpdate for sshd-2.3.0 changes 21/85521/5
2019-11-05 Robert VargaCorrectly close NormalizedNodeStreamWriters 72/85572/2
2019-11-04 Robert VargaProperly close stream writer 47/85547/2
2019-11-04 Robert VargaDo not use toString() in looging messages 35/85535/2
2019-11-04 wsx25289Fix config/oper reconciliation for leaf-lists 37/85537/1
2019-11-02 Robert VargaLower visibility to package 22/84922/2
2019-11-02 Robert VargaAcquire RFC8528 mount point map 49/84749/7
2019-11-02 Robert VargaApply modernizations 88/85288/2
2019-11-02 Robert VargaUntangle NetconfDevice setup 87/85287/2
2019-11-02 Robert VargaConvert to using requireNonNull() 86/85286/2
2019-11-01 jenkins-relengBump versions by x.y.(z+1) 70/85470/1
2019-10-07 Jie HanAdd pagination for mounted resources of apidocs 79/84979/1
2019-10-07 PeterSunaReorganize transactionChainHandler usage. 78/84978/1
2019-10-07 Robert VargaMigrate YangInstanceIdentifier.EMPTY users 77/84977/1
2019-10-07 Robert VargaRemove use NodeIdentifierWithPredices.getKeyValues() 76/84976/1
2019-10-07 Robert VargaSeparate out DeviceSources(Resolver) 75/84975/1
2019-10-07 Robert VargaSimplify base schema lookups 74/84974/1
2019-10-07 Anna BencurovaFix choice action request test 73/84973/1
2019-10-07 Robert VargaPropagate MountPointContext to NetconfMessageTransformer 72/84972/1
2019-10-07 Robert VargaUpdate NodeIdentifierWithPredicates construction 71/84971/1
2019-10-07 Robert VargaFix action lookups 70/84970/1
2019-10-07 Robert VargaTeach BaseSchema about schema mounts 58/84958/2
2019-10-07 Robert VargaMore SchemaContext reuse 57/84957/2
2019-10-07 Robert VargaReuse schemacontext in ListenerAdapterTest 56/84956/2
2019-10-07 Robert VargaReuse SchemaContext in RuntimeRpcTest 55/84955/2
2019-10-07 Robert VargaReuse schemaContext in mdsal-netconf-connector tests 54/84954/2
2019-10-07 Robert VargaReuse SchemaContext in NetconfCommandsImplTest 53/84953/2
2019-10-07 Robert VargaReuse SchemaContext in NetconfDeviceTopologyAdapterTest 52/84952/2
2019-10-07 Robert VargaShare test model SchemaContext 51/84951/2
2019-10-07 Robert VargaClose module URL stream as soon as possible 49/84949/2
2019-10-07 Robert VargaUse constant NodeIdentifiers in LibraryModulesSchemas 48/84948/2
2019-10-07 Robert VargaReduce code duplication in LibraryModulesSchemas 47/84947/2
2019-10-07 Robert VargaShorten nested class references 46/84946/2
2019-10-07 Robert VargaSimplify guessJsonFromFileName() 45/84945/2
2019-10-07 Robert VargaLibraryModulesSchemas.availableModels is immutable 44/84944/2
2019-10-07 Robert VargaCleanup state checking 43/84943/2
2019-10-07 Robert VargaCentralize NETCONF_(DATA)_QNAME 42/84942/2
2019-10-07 Robert VargaSimplify GET_SCHEMAS_RPC initialization 41/84941/2
2019-10-07 Robert VargaImprove action lookup 40/84940/2
2019-10-07 Robert VargaMake NetconfMessageTransformer.getActions() static 39/84939/2
2019-10-07 Robert VargaReuse schema in NetconfMessageTransformerTest 50/84950/2
2019-10-07 Robert VargaRemove unneeded type arguments 38/84938/1
2019-10-07 Robert VargaCleanup toRpcResult() 37/84937/1
2019-10-07 Robert VargaMake mappedRpcs an ImmutableMap 36/84936/1
2019-10-07 Robert VargaMake notification filter a simple lambda 35/84935/1
2019-10-07 Robert VargaFix schema source registrations not being cleared 34/84934/1
2019-10-07 Robert VargaIntroduce CREATE_SUBSCRIPTION_RPC_PATH 33/84933/1
2019-09-26 Robert VargaFix mdsal reference 39/84739/1
2019-09-26 Robert VargaBump mdsal to 4.0.6 29/84629/4
2019-09-26 Robert VargaBump yangtools to 3.0.5 28/84628/4
2019-09-26 Robert VargaBump odlparent to 5.0.2 27/84627/4
2019-09-24 ajay.dp001Teach RFC8040 restconf about actions 75/84275/3
2019-09-23 Robert VargaFix checkstyle 73/84673/1
2019-09-23 Robert VargaFix checkstyle 64/84664/1
2019-09-22 ajay_dp001Teach NETCONF about YANG 1.1 actions in cluster topology 16/84316/3
2019-09-22 Mario AbrahamTeach AbstractGet how to transform MapNodes 31/84031/2
2019-09-22 Robert VargaSimplify RestconfValidationUtils users 90/83790/3
2019-09-18 jenkins-relengBump versions by x.y.(z+1) 24/84524/1
2019-08-20 Jaroslav TóthAdded ExceptionMapper to RFC-8040 impl 89/83789/2
2019-08-20 Anushka BhandariChange in the version name 77/83777/2
2019-08-20 Jaroslav TóthFix NPE after invoking of GET on /rests/data 61/83761/2
2019-08-20 Jaroslav TóthFixed response errors for HTTP PUT 60/83760/3
2019-08-20 Jaroslav TóthFixed POST data error response 58/83758/2
2019-08-20 Robert VargaBump mdsal to 4.0.4 46/83646/2
2019-08-16 Tibor KrálFix mapping of Revision in Deviations 01/83701/1
2019-08-14 Mario AbrahamUpdate user-guide.rst 30/83630/1
2019-08-13 jenkins-relengUpdate .gitreview to stable/sodium 70/83570/1
2019-08-02 Robert VargaAdd checkValidIdentifierStart() 37/83337/3
2019-08-02 Robert VargaUse String.indexOf() to check for percent 36/83336/3
2019-08-02 Robert VargaUse static imports for constants 35/83335/3
2019-08-02 Robert VargaFold MainVarsWrapper 30/83330/3
2019-08-02 Robert VargaMove validArg() 28/83328/3
2019-08-02 Robert VargaBump mdsal to 4.0.3 02/83102/7
2019-08-02 Robert VargaBump yangtools to 3.0.4 01/83101/7
2019-08-02 Robert VargaBump odlparent to 5.0.1 00/83100/5
2019-07-31 Robert VargaMigrate nextIdentifierFromNextSequence() 27/83327/2
2019-07-31 Robert VargaMigrate skipCurrentChar() and checkValid() 26/83326/2
2019-07-31 Robert VargaMove currentChar() 25/83325/2
2019-07-31 Robert VargaMove allCharsConsumed() 24/83324/2
2019-07-31 Robert VargaSimplify ParserIdentifier 23/83323/2
2019-07-30 Robert VargaFixup URL path resolution process 22/83322/2
2019-07-29 ajay.dp001Teach RFC8040 URL parser about actions 66/82866/12
2019-07-18 Robert VargaFix odlparent reference 12/83112/1
2019-07-15 Jakub TothAttempt netconf remount regardless of error-type 78/82678/13
2019-07-15 Jakub TothNetconf stack by default locks the data store before... 21/82521/11
2019-07-11 esobmarUpdate netconf user guide with the information 20/83020/1
2019-07-04 Eliezio OliveiraFix testtool GetSchema broken since v1.6.0 13/82913/2
2019-07-04 Eliezio OliveiraAdd E2E testing for testtool 12/82912/2
2019-07-02 Jakub TothConvert anyxml nodes lazily 14/82514/8
next