Remove unused InstanceIdentifier factory methods
[netconf.git] / restconf / restconf-nb / src / main / java /
2023-10-30 Robert VargaClean up websocket's prepareUriByStreamName() 58/108758/2
2023-10-30 Robert VargaFix device notification not working with websockets 57/108757/1
2023-10-30 Robert VargaReduce StreamsConfiguration proliferation 56/108756/2
2023-10-30 Robert VargaChange CreateStreamUtil return types 28/108728/4
2023-10-30 Robert VargaDo not reference streams in RestconfApplication 55/108755/1
2023-10-30 Robert VargaMove stream name allocation 10/108710/2
2023-10-29 Robert VargaImplement create-notification-stream 47/107147/5
2023-10-20 Robert VargaRemove RestconfDocumentedException.throwIf() 38/108538/6
2023-10-20 Robert VargaMove ErrorTags 37/108537/3
2023-10-20 Robert VargaMove JAX-RS patch providers 40/107840/5
2023-10-20 Robert VargaRemove RestconfDocumentedException.status 34/108534/1
2023-10-18 Peter SunaAdd option to get device context in ExceptionMapper 74/107874/13
2023-10-12 Oleksandr ZharovThrows RDE exception in case model was not found 48/108248/11
2023-10-12 Oleksandr ZharovThrow exception when module cannot be found 14/108214/8
2023-10-10 Robert VargaRefactor JaxRsRestconfCallback 98/108298/3
2023-10-10 Robert VargaUse RestconfFuture in putData() 97/108297/1
2023-10-10 Robert VargaUse RestconfFuture/AsyncResponse for postData() 76/108276/6
2023-10-06 Ivan HraskoStreamline GlobalContext retrieving 74/108274/3
2023-10-06 Robert VargaAdd RestconfCallback 67/108267/2
2023-10-06 Robert VargaRestconfStrategy.patchData() should result in RestconfF... 65/108265/5
2023-10-05 Robert VargaMake ExistenceCheck implement FutureCallback 64/108264/2
2023-10-05 Robert VargaUse RestconfException in ExistenceCheck 63/108263/2
2023-10-05 Robert VargaChange reported path in conflict detection 62/108262/2
2023-10-05 Robert VargaRefactor BatchedExistenceCheck 61/108261/3
2023-10-05 Oleksandr ZharovTurn ListenersBroker into a component 34/107834/17
2023-09-29 Robert VargaCreate MdsalRestconfServer 93/107893/10
2023-09-23 Robert VargaUse Guava's Escaper for percent-encoding 57/107957/1
2023-09-19 Robert VargaUse HexFormat to percent-encode 09/107909/3
2023-09-19 Robert VargaDo not use WebApplicationException to report 204 13/107913/4
2023-09-19 Ruslan KashapovRestconf schema source URL provider for yanglib-mdsal... 58/107458/9
2023-09-18 Robert VargaFix PatchStatusBodyWriter's error reporting 77/107877/6
2023-09-18 Robert VargaClean up YangInstanceIdentifierSerializer 08/107908/2
2023-09-16 Robert VargaInline checkedGet() 92/107892/2
2023-09-15 Robert VargaMake DatabindContext codecs lazily-loaded 85/107885/2
2023-09-14 Robert VargaBind Insert point PathArgument earlier 76/107876/2
2023-09-14 Robert VargaBind RestconfStrategy to EffectiveModelContext 72/107872/2
2023-09-14 Robert VargaPass correct EffectiveModelContext to readData() 75/107875/1
2023-09-14 Robert VargaRefactor NormalizedNodePayload 69/107869/2
2023-09-14 Robert VargaFix action invocation response 70/107870/1
2023-09-14 Robert VargaEliminate NormalizedNodePayload.headers 67/107867/1
2023-09-14 Robert VargaDo not use InstanceIdentifierContext in postData() 63/107863/4
2023-09-14 Robert VargaReduce InstanceIdentifierContext proliferation 62/107862/4
2023-09-14 Robert VargaDo not use InstanceIdentifierContext in NormalizedNodeP... 58/107858/5
2023-09-14 Robert VargaRefactor AbstractNormalizedNodeBodyWriter 57/107857/5
2023-09-14 Robert VargaDo not use InstanceIdentifierContext in OperationsContent 61/107861/5
2023-09-14 Robert VargaOperationsContent requires a context 60/107860/3
2023-09-14 Robert VargaShare common parts of AbstractNormalizedNodeBodyWriter 56/107856/3
2023-09-14 Robert VargaClean up XmlNormalizedNodeBodyWriter 55/107855/3
2023-09-14 Robert VargaClean up JsonNormalizedNodeBodyWriter 54/107854/3
2023-09-13 Robert VargaFix JsonPatchBody javadoc warnings 59/107859/1
2023-09-13 Robert VargaRemove InstanceIdentifierContext from PatchBody parsing 53/107853/1
2023-09-13 Robert VargaMove InstanceIdentifierContext 52/107852/1
2023-09-13 Robert VargaDisconnect PatchStatusContext from InstanceIdentifierCo... 45/107845/4
2023-09-12 Robert VargaSkip structural nodes 83/107783/5
2023-09-12 Robert VargaImprove RestconfStrategy API surface 38/107838/4
2023-09-12 Robert VargaUse NormalizedNodeStreamWriter to emit XML data 53/107753/12
2023-09-12 Robert VargaUse NormalizedNodeStreamWriter to emit JSON data 49/107749/11
2023-09-12 Robert VargaEliminate (ReadData)TransactionUtil 32/107832/3
2023-09-12 Robert VargaCross-relate WithDefaultsParam 27/107827/8
2023-09-12 Robert VargaInline readAllData() 26/107826/4
2023-09-12 Robert VargaRemove extractReadData() 15/107815/4
2023-09-12 Robert VargaEliminate PatchDataTransactionUtil 08/107808/4
2023-09-12 Robert VargaRehost PatchDataTransactionUtil logging 07/107807/6
2023-09-12 Robert VargaClean up PatchDataTransactionUtil 06/107806/2
2023-09-12 Robert VargaHide RestconfTransaction.readList() 05/107805/1
2023-09-11 Robert VargaRefactor WriteDataParams 04/107804/2
2023-09-11 Robert VargaOptimize RestconfStrategy.postData() 03/107803/1
2023-09-11 Robert VargaClean up documentation 02/107802/1
2023-09-11 Robert VargaEliminate PostDataTransactionUtil 01/107801/3
2023-09-11 Robert VargaRestructure putData() implementation 00/107800/3
2023-09-11 Robert VargaEliminate PutDataTransactionUtil 99/107799/2
2023-09-11 Robert VargaMove CreateOrReplaceResult 97/107797/1
2023-09-11 Robert VargaFix postData() definition 87/107787/1
2023-09-10 Robert VargaCapture ListenersBroker instances 82/107782/2
2023-09-10 Sangwook HaDo not serialize the unchanged for child-nodes-only 74/107774/2
2023-09-10 Robert VargaRemove AbstractNormalizedNodeBodyReader 23/107523/18
2023-09-08 Robert VargaFix stream prefix 06/107406/1
2023-09-07 Robert VargaCentralize notification XML namespace 54/107754/1
2023-09-06 Robert VargaClean up JSON*Formatter.createText() 40/107740/5
2023-09-06 Robert VargaRefactor EventFormatter interface 36/107736/3
2023-09-06 Robert VargaOptimize AbstractWebsocketSerializer.convertPath() 35/107735/1
2023-09-06 Olivier DugeonAdd Child Nodes Only query parameter to SSE events 43/106843/6
2023-09-06 Robert VargaClarify NotificationQueryParams checks 34/107734/2
2023-09-06 Sangwook HaFix stack mismatch in data change event streams 65/106565/11
2023-09-06 Robert VargaRefactor OperationInputBody 31/107731/4
2023-09-06 Robert VargaFix XmlResourceBody builder failure 33/107733/1
2023-09-06 Robert VargaSpecialize RestconfDataServiceImpl.{put,plainPatch... 68/107368/23
2023-08-26 Robert VargaIntroduce AbstractBody 09/107509/4
2023-08-26 Robert VargaInline AbstractIdentifierAwareJaxRsProvider 08/107508/4
2023-08-26 Robert VargaEliminate AbstractPatchBodyReader 47/107447/16
2023-08-25 Robert VargaDisconnect JsonPatchBodyReader state 07/107507/1
2023-08-25 Robert VargaClarify patchData() naming 05/107505/1
2023-08-25 Robert VargaSpeed up XmlPatchBodyReader 88/107488/3
2023-08-25 Robert VargaRemove unused jsonPatchBodyReader.readFrom() 87/107487/5
2023-08-25 Yaroslav LastivkaFix restconf capabilities writer 69/107469/4
2023-08-25 Sangwook HaFix PATCH target with a single forward slash 37/106937/8
2023-08-24 Yaroslav LastivkaEnable usage of yanglib-mdsal-writer 10/107210/11
2023-08-23 lubos-cicutConvert SchemaExportContext to Java record 60/107460/5
2023-08-22 lubos-cicutConvert PatchStatusContext to Java record 59/107459/4
2023-08-20 Robert VargaEliminate PatchEditOperation 57/107457/2
next