Migrate netconf-client-mdsal/api tests to JUnit5
[netconf.git] / restconf / restconf-common / src / main / java / org /
2024-04-14 Robert VargaDefine a replacement for Restconf{Error,Exception,Future} 63/111363/8
2024-04-05 Robert VargaMove PatchStatus{Context,Entity} 94/111294/1
2023-11-19 Robert VargaAnnotate RestconfFuture returns 25/109025/2
2023-11-08 Robert VargaPopulate restconf-state/streams 75/108875/2
2023-10-20 Robert VargaClean up RestconfError 78/108578/3
2023-10-20 Robert VargaRemove RestconfDocumentedException.throwIf() 38/108538/6
2023-10-20 Robert VargaMove ErrorTags 37/108537/3
2023-10-20 Robert VargaRemove RestconfDocumentedException.decodeAndThrow() 35/108535/3
2023-10-20 Robert VargaRemove RestconfDocumentedException.status 34/108534/1
2023-10-20 Robert VargaRestconfDocumentException is a RuntimeException 14/108514/2
2023-10-18 Peter SunaAdd option to get device context in ExceptionMapper 74/107874/13
2023-10-06 Robert VargaAdd RestconfCallback 67/108267/2
2023-09-13 Robert VargaMove InstanceIdentifierContext 52/107852/1
2023-09-13 Robert VargaDisconnect PatchStatusContext from InstanceIdentifierCo... 45/107845/4
2023-09-10 Robert VargaRemove unused InstanceIdentifierContext methods 81/107781/1
2023-09-10 Robert VargaRemove AbstractNormalizedNodeBodyReader 23/107523/18
2023-08-22 lubos-cicutConvert PatchStatusContext to Java record 59/107459/4
2023-08-20 Robert VargaEliminate PatchEditOperation 57/107457/2
2023-08-18 Robert VargaEliminate restconf.common.patch.Patch 52/107452/1
2023-08-18 Robert VargaDeprecate @Patch 51/107451/1
2023-08-03 Robert VargaImprove RestconfDocumentedException 32/107232/1
2023-08-03 Robert VargaUse ErrorSeverity.elementBody() in RestconfError 30/107230/1
2023-08-03 Robert VargaRemove DeleteDataTransactionUtil 12/107212/11
2023-07-25 Robert VargaUpdate RFC links 72/107072/1
2023-06-22 Robert VargaBump upstreams 33/106533/19
2023-06-22 Šimon UkušAnnotate all serialVersionUID with @Serial 80/106580/2
2023-06-15 Ivan HraskoReplace Guava's ImmutableList by java.util.List 81/106481/5
2022-07-28 Robert VargaMove SchemaExportContext 80/101880/1
2022-07-28 Robert VargaMove restconf.common.util 79/101879/1
2022-07-04 Robert VargaBump upstream versions 30/101630/7
2022-04-14 Robert VargaMove streams support classes 59/100559/3
2022-04-14 Robert VargaMove OperationsContent 58/100558/3
2022-04-14 Robert VargaMove SimpleUriInfo 43/100543/5
2022-04-14 Robert VargaRemove restconf-nb-bierman02 28/100528/5
2022-03-30 Robert VargaBump upstreams to SNAPSHOTs 07/99507/57
2022-03-27 Robert VargaReconstruct inference stack during normalization 70/100270/15
2022-03-25 Robert VargaPeel rfc8040 tests from InstanceIdentifierContext const... 75/100275/2
2022-03-25 Robert VargaPeel of RPC invocation InstanceIdentifierContext 68/100268/3
2022-03-25 Robert VargaPeel DataSchemaNode-only users of InstanceIdentifierContext 59/100259/3
2022-03-25 Robert VargaPeel bierman02 local RPC test invocations 58/100258/1
2022-03-24 Robert VargaDo not shuffle PathArguments needlessly 37/100237/1
2022-03-24 Peter PuškárFix notification serialization with odl-leaf-nodes... 06/99806/8
2022-03-22 Robert VargaSeparate out more constructor callers 16/100216/1
2022-03-21 Robert VargaDeprecate public InstanceIdentifierContext 12/100212/2
2022-03-21 Robert VargaMake InstanceIdentifierContext final 11/100211/1
2022-03-21 Robert VargaInstanceIdentifierContext does not take generics 01/100201/1
2022-03-21 Robert VargaRevert "Do not parse YIID to put together a SchemaPath" 79/100179/2
2022-03-11 Tomas CereDo not parse YIID to put together a SchemaPath 24/100024/4
2022-01-27 Robert VargaMigrate to Empty.value() 08/99508/1
2021-10-24 Robert VargaHide NormalizedNodeContext and WriterParameters 91/98091/3
2021-10-23 Robert VargaDisconnect QueryParameters from WriterParameters 89/98089/6
2021-10-23 Robert VargaDeprecate NormalizedNodeContext 88/98088/5
2021-10-23 Robert VargaMove WriterParameters.tagged 65/98065/3
2021-10-23 Robert VargaSplit out RFC8040-only constructs from yang-common 64/98064/4
2021-10-23 Robert VargaCleanup NormalizedNodeContext lifecycle 62/98062/2
2021-10-23 Robert VargaAdd WriterParameters.EMPTY 61/98061/1
2021-10-05 Robert VargaFix RestconfOperationsService.getOperations(UriInfo) 85/97685/4
2021-09-14 Robert VargaRemove DataChangeScope 87/97487/2
2021-09-11 Robert VargaEliminate ErrorTag special case 46/97446/2
2021-09-11 Robert VargaRemove RestconfError.ErrorTag 30/97030/15
2021-08-17 Robert VargaRemove exceptions from utility constructors 38/97238/1
2021-07-26 Robert VargaRemove RestconfError.ErrorType 28/97028/6
2021-07-08 Robert VargaDeprecate restconf.common.util.MultivaluedHashMap 38/96838/1
2021-06-28 Robert VargaUpdate RESTCONF error mapping 83/96683/4
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2021-05-12 mhurbanIntegration of RESTCONF fields to NETCONF filters 90/93390/16
2020-11-19 Tomas CereSwitch default namespace for data-changed-notifications 73/93873/9
2020-11-04 Tomas CereMake ListenerAdapter serialize JSON directly 14/93214/9
2020-10-16 Robert VargaBump upstreams for Silicon 35/92935/24
2020-05-06 Lukas BacaReport HTTP status 409 on DATA_MISSING error 83/89583/8
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2020-04-30 Robert VargaFix factored out operatations context 29/89529/1
2020-04-27 Robert VargaFactor out common operations schema/data construction 94/89394/10
2019-10-07 Robert VargaApply modernizations 30/84930/2
2019-09-06 Robert VargaConvert to using requireNonNull() 88/84188/5
2019-09-04 Robert VargaFix checkstyle 87/84187/1
2019-08-20 Robert VargaSimplify RestconfValidationUtils users 56/83756/3
2019-08-15 Jaroslav TóthFixing of useless message 'Unknown key : content' ... 59/83359/5
2019-01-16 Jakub MorvayMerge changes I2e5faece,Ie34e98bd,Id2112fcb
2019-01-16 Jakub MorvayMerge "Propagate error status codes correctly"
2019-01-16 Tomas CerePropagate error status codes correctly 67/79567/1
2018-11-17 Jakub MorvayMerge "Migrate restconf to MD-SAL APIs"
2018-11-14 Robert VargaMigrate restconf to MD-SAL APIs 86/77486/22
2018-11-06 Robert VargaSimplify MultivaluedHashMap.getFirst() 26/77526/3
2018-11-06 Robert VargaSimplify MultivaluedHashMap.addAll(Object, Object...) 25/77525/3
2018-10-29 Jakub MorvayMerge "Upgrade xercesImpl"
2018-10-24 Robert VargaIntegrate MRI projects for Neon 66/74966/53
2018-09-26 Tom PantelisMerge "Fix config-only thinko"
2018-09-24 Jakub MorvayMerge "NETCONF-553 : Stack traces need to suppressed...
2018-09-24 Balaji VaradarajuNETCONF-553 : Stack traces need to suppressed and error... 97/75597/2
2018-08-06 Jakub MorvayMerge "NECONF-524 : Setting the netconf keepalive logic...
2018-07-27 Jakub MorvayMerge "Simplify code using Java 8 features"
2018-07-27 Stephen KittSimplify code using Java 8 features 86/74486/3
2018-05-10 Jakub MorvayMerge "Convert yanglib to new web API"
2018-05-09 Jakub MorvayMerge "Convert apidocs to new web API"
2018-05-09 Jakub MorvayMerge "Implement AsyncWriteTransaction.commit()"
2018-05-07 Tom PantelisRemove controller DCL-related references 41/71841/1
2018-02-27 Tom PantelisFix findbugs violations in restconf-common 55/68555/4
2018-02-27 Tom PantelisFix checkstyle violations in restconf-common 49/68549/4
2018-02-14 Evan ZellerDon't include stacktraces in REST responses 39/67439/6
next