Integrate RestconfNormalizedNodeWriter
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 /
2024-04-11 Robert VargaIntegrate RestconfNormalizedNodeWriter 58/111358/1
2024-04-09 Robert VargaEliminate FormatParameters 43/111343/1
2024-04-09 Robert VargaIntroduce HttpStatusCode 42/111342/1
2024-04-09 Robert VargaRework body formatting wiring 39/111339/3
2024-04-08 Robert VargaIntroduce restconf.server.api.HttpGetResource 13/111313/7
2024-04-08 Robert VargaAllow odl-pretty-print to be configured to true 05/111305/8
2024-04-06 Robert VargaAdd DataYangPatchParams 03/111303/1
2024-04-06 Robert VargaIntroduce YangPatchStatusBody 99/111299/6
2024-04-05 Robert VargaMove PatchStatus{Context,Entity} 94/111294/1
2024-04-05 Robert VargaRefactor OperationsGetResult 90/111290/3
2024-04-04 Robert VargaProperly encapsulate PatchBody normalization 54/111254/2
2024-04-04 Robert VargaEliminate restconf.nb.rfc8040.utils package 53/111253/3
2024-04-04 Robert VargaHide NetconfFieldsTranslator 52/111252/2
2024-04-04 Robert VargaSplit out ApiPathCanonizer 47/111247/1
2024-04-03 Robert VargaRemove OperationsPostPath 35/111235/3
2024-04-03 Robert VargaRemove DataPostPath 34/111234/3
2024-04-03 Robert VargaEliminate DataPatchPath 33/111233/2
2024-04-03 Robert VargaEliminate DataPutPath 32/111232/2
2024-04-03 Robert VargaPromote ApiPathNormalizer.Path to server.api.DatabindPath 31/111231/2
2024-04-03 lubos-cicutRework YangInstanceIdentifier/URI path conversion 73/111073/24
2024-04-03 Ruslan KashapovFix full lists removal for remote devices via Restconf. 25/109125/14
2024-04-02 Robert VargaFix serializeMapWithOneKeyTest() 12/111212/1
2024-04-02 Robert VargaFix serializeNoPercentEncodingTest() 10/111210/1
2024-04-02 Robert VargaFix serializeMapWithMultipleKeysTest() 09/111209/1
2024-04-02 Robert VargaFix serializePercentEncodingTest() 08/111208/1
2024-04-02 Robert VargaFix serializeLeafListTest() 05/111205/1
2024-04-01 Robert VargaDocument ApiPathNormalizer 58/111158/1
2024-03-28 Samuel SchneiderFix POST request with insert parameter 96/109196/14
2024-03-17 Robert VargaUse more modern QNameModule methods in restconf-nb 83/110783/3
2024-02-13 Oleksandr ZharovFix tests imports 29/110229/1
2024-02-13 Oleksandr ZharovFix PUT/POST requests for lists 27/109127/13
2024-02-13 Robert VargaMove AbstractBody et al. 27/110227/3
2024-01-29 Robert VargaFurther warnings mitigation 81/110081/3
2024-01-28 Robert VargaBump upstreams 00/109800/42
2024-01-22 Robert VargaMake RESTCONF base path configurable 01/109701/9
2024-01-12 Peter SunaJSON: Resolve 500 response from device exception 04/107904/27
2023-12-31 Robert VargaBump upstreams 79/109479/5
2023-12-10 Robert VargaDeprecate WebSocket event stream delivery 61/109161/5
2023-12-06 Robert VargaAllow YANG PATCH to communicate ETag/Last-Modified 65/109165/1
2023-12-06 Robert VargaRepair testDeleteNonexistentData() 64/109164/2
2023-12-02 Robert VargaClean up data{DELETE,PATCH}() 48/109148/2
2023-12-01 Robert VargaEliminate InstanceIdentifierContext 70/109070/16
2023-11-30 Robert VargaGeneralize ResourceBodyTest 28/109128/4
2023-11-28 Robert VargaGeneralize validTopLevelNodeName() test 14/109114/1
2023-11-28 Robert VargaInline json_sub_container.json 13/109113/1
2023-11-28 Robert VargaInline xml_sub_container.xml 12/109112/1
2023-11-28 Robert VargaInline foo.xml 11/109111/1
2023-11-28 Robert VargaMigrate AbstractResourceBodyTest to JUnit5 10/109110/1
2023-11-28 Robert VargaRefactor ReceiveEventsParams 07/109107/1
2023-11-28 Robert VargaRefactor ReadDataParams 04/109104/2
2023-11-28 Robert VargaMove RestconfSchemaSourceUrlProvider 03/109103/1
2023-11-28 Robert VargaRefactor root resource discovery 02/109102/1
2023-11-28 Robert VargaClean up ParserIdentifierTest 99/109099/1
2023-11-28 Robert VargaEliminate ParserIdentifier 98/109098/2
2023-11-28 Robert VargaEliminate IdentifierCodec 97/109097/1
2023-11-28 Robert VargaClean up YangInstanceIdentifierSerializer 95/109095/2
2023-11-28 Robert VargaRefactor YangInstanceIdentifierDeserializer 94/109094/1
2023-11-28 Robert VargaAdd DataPatchPath 89/109089/1
2023-11-28 Robert VargaIntroduce DataPutPath 88/109088/1
2023-11-28 Robert VargaAdd OperationsPostPath 87/109087/3
2023-11-28 Robert VargaIntroduce restconf.server.api.DataPostPath 84/109084/3
2023-11-28 Robert VargaPromote DatabindContext to restconf.server.api 83/109083/1
2023-11-27 Robert VargaUse DatabindContext in instance identifier serialization 81/109081/2
2023-11-27 Robert VargaUse DatabindContext in deserialization path 80/109080/2
2023-11-27 Robert VargaRemove InstanceIdentifierContext.getSchemaContext() 79/109079/2
2023-11-27 Robert VargaUse DatabindContext in InstanceIdentifierContext 78/109078/4
2023-11-27 Robert VargaEliminate DOMDatabindProvider 77/109077/3
2023-11-26 Robert VargaDisconnect WriterFieldsTranslator from InstanceIdentifi... 69/109069/3
2023-11-26 Robert VargaMove DatabindProvider 68/109068/1
2023-11-26 Robert VargaHide ParserIdentifier 67/109067/1
2023-11-26 Robert VargaRefactor modulesGET() methods 63/109063/6
2023-11-26 Robert VargaEliminate RestconfSchemaServiceImpl 52/109052/5
2023-11-22 Robert VargaSwitch RestconfSchemaServiceImpl to RestconfFuture 48/109048/5
2023-11-22 Robert VargaRelocate ParserIdentifier methods 44/109044/4
2023-11-22 Robert VargaClean up SchemaExportContext 42/109042/3
2023-11-22 Robert VargaMigrate RestconfValidationTest to JUnit5 41/109041/4
2023-11-22 Robert VargaEliminate nb.rfc8040.rests.services.api 40/109040/4
2023-11-22 Robert VargaRestconfServer requires ApiPath identifiers 70/107370/18
2023-11-22 Robert VargaRemove ParserIdentifier.makeQNameFromIdentifier() 39/109039/2
2023-11-22 Robert VargaClean up ParserIdentifierTest 38/109038/5
2023-11-22 Robert VargaImprove RestconfSchemaServiceTest 37/109037/2
2023-11-22 Yaroslav LastivkaCreate tests for PUT "insert" query parameter 96/108296/9
2023-11-21 Robert VargaEliminate space escaping 30/109030/6
2023-11-20 Robert VargaAdd ApiPath.toString() 28/109028/3
2023-11-18 Robert VargaSplit up MediaTypes 21/109021/3
2023-11-18 Robert VargaIntroduce restconf.nb.jaxrs package 20/109020/3
2023-11-18 Robert VargaMove MdsalRestconfServer 19/109019/4
2023-11-18 Robert VargaIntroduce RestconfServer.dataPOST() 18/109018/3
2023-11-18 Robert VargaIntroduce RestconfServer.dataPUT() operations 15/109015/3
2023-11-18 Robert VargaIntroduce RestconfServer methods for YANG Patch 14/109014/2
2023-11-18 Robert VargaAdd RestconfServer.dataDELETE() 11/109011/2
2023-11-18 Robert VargaMove /data GET methods to RestconfImpl 09/109009/2
2023-11-18 Robert VargaIntroduce asynchronous RestconfServer.readData() 08/109008/3
2023-11-18 Robert VargaMove action invocation to MdsalRestconfServer 07/109007/4
2023-11-18 Robert VargaEliminate RestconfOperationsServiceImpl 06/109006/4
2023-11-18 Robert VargaFix single-item OperationsContent 05/109005/5
2023-11-18 Robert VargaRefactor OperationsContent 02/109002/5
2023-11-18 Robert VargaRehost OperationsContent.bodyFor() 01/109001/2
2023-11-18 Robert VargaCodify operationsGET 00/109000/2
2023-11-10 Robert VargaWire RestconfImpl to MdsalRestconfServer 10/108910/6
next