Allow plain PATCH to communicate ETag/Last-Modified
[netconf.git] / restconf / restconf-nb / src / main / java / org /
2023-12-06 Robert VargaAllow plain PATCH to communicate ETag/Last-Modified 62/109162/2
2023-12-06 Robert VargaAllow dataPUT() to control ETag/Last-Modified 57/109157/3
2023-12-06 Robert VargaAllow dataPOST() to control Etag/Last-Modified 56/109156/3
2023-12-06 Robert VargaShift ETag/Last-Modified generation to RestconfStrategy 55/109155/4
2023-12-02 Robert VargaClean up data{DELETE,PATCH}() 48/109148/2
2023-12-02 Robert VargaClean up exception handling 46/109146/1
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 VargaDo not hide DataGetParams.EMPTY 09/109109/1
2023-11-28 Robert VargaInline RestconfApplication 08/109108/1
2023-11-28 Robert VargaRefactor ReceiveEventsParams 07/109107/1
2023-11-28 Robert VargaRefactor ReadDataParams 04/109104/2
2023-11-28 Robert VargaReorder QueryParams 05/109105/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 VargaRemove SSEApplication 01/109101/1
2023-11-28 Robert VargaRemove yang.model.api fakes for /restconf/operations 00/109100/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 VargaRemove an obsolete FIXME 92/109092/1
2023-11-28 Robert VargaRemove unused InstanceIdentifier factory methods 90/109090/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 OperationOutput to restconf.server.api 86/109086/1
2023-11-28 Robert VargaUse ActionEffectiveStatement.input() 85/109085/1
2023-11-28 Robert VargaPromote DatabindContext to restconf.server.api 83/109083/1
2023-11-28 Robert VargaDrop a FIXME 82/109082/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 VargaAdd DatabindContext.schemaTree() 71/109071/2
2023-11-26 Robert VargaMove DatabindProvider 68/109068/1
2023-11-26 Robert VargaHide ParserIdentifier 67/109067/1
2023-11-26 Robert VargaRemove ParserConstants 66/109066/1
2023-11-26 Robert VargaClean up RestconfSchemaSourceUrlProvider 65/109065/1
2023-11-26 Robert VargaRefactor modulesGET() methods 63/109063/6
2023-11-26 Robert VargaEliminate RestconfSchemaServiceImpl 52/109052/5
2023-11-24 Robert VargaEliminate JaxRsApiPath 59/109059/3
2023-11-24 Robert VargaFix /operations indexing 61/109061/2
2023-11-24 Robert VargaAdd FIXMEs 60/109060/2
2023-11-24 Robert VargaFix operations{Json,Xml}GET definition 58/109058/4
2023-11-24 Robert VargaFix JaxRsApiPath declaration 57/109057/4
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 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-21 Robert VargaEstablish ietf-yang-library revision from model context 17/108917/11
2023-11-20 Robert VargaAdd ApiPath.toString() 28/109028/3
2023-11-20 Robert VargaRestconfServer is strictly asynchronous 26/109026/3
2023-11-18 Robert VargaMove DOMDatabindProvider 22/109022/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 VargaAdd DataPostResult 17/109017/4
2023-11-18 Robert VargaRename OperationsContent 16/109016/2
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 VargaClean up getStatusCode() 13/109013/5
2023-11-18 Robert VargaAdd RestconfServer.dataPATCH() 12/109012/2
2023-11-18 Robert VargaAdd RestconfServer.dataDELETE() 11/109011/2
2023-11-18 Robert VargaMove bindResourceRequest() 10/109010/3
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-18 Robert VargaDocument RestconfServer.invokeRpc() 99/108999/2
2023-11-16 Robert VargaCodify RestconfServer.yangLibraryVersionGET() 98/108998/1
2023-11-10 Robert VargaWire RestconfImpl to MdsalRestconfServer 10/108910/6
2023-11-10 Robert VargaEliminate RestconfInvokeOperationsServiceImpl 06/108906/2
2023-11-10 Robert VargaIntroduce restconf.server.{api,spi,mdsal} 77/108877/11
2023-11-10 Robert VargaExpose streams with all supported encodings 64/108864/12
2023-11-09 Matej SramcikFix JSON and XML PatchBodyWriter errors output 87/107687/21
2023-11-09 Peter SunaAdd correct status code to YangPatch 80/108880/4
2023-11-08 Robert VargaRefactor EventFormatter interface 76/108876/3
2023-11-08 Robert VargaPopulate restconf-state/streams 75/108875/2
2023-11-08 Robert VargaImprove subscriber tracking 31/108831/12
2023-11-04 Robert VargaRefactor EventFormatter constants 51/108851/3
2023-11-04 Robert VargaAllow RestconfStream to advertize multiple encodings 50/108850/2
2023-11-03 Robert VargaMove restconfStateStreamPath() 49/108849/1
2023-11-03 Robert VargaUpdate sal-remote-augment model to rev 2023-11-03 48/108848/1
2023-11-03 Robert VargaClean up stream class names 47/108847/4
2023-11-03 Robert VargaEliminate AbstractStream.setCloseVars() 46/108846/2
2023-11-03 Robert VargaListenersBroker requires DOMDataBroker 40/108840/6
2023-11-03 Robert VargaUse random UUIDs for stream names 45/108845/1
2023-11-03 Robert VargaEliminate CreateStreamUtil 38/108838/5
next