Fix instance-identifier key being not recognized properly
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / restconf / impl / RestconfImpl.java
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 VargaUse Builders.containerBuilder() 73/100273/1
2022-03-25 Robert VargaNo not create YangInstanceIdentifier for a response 71/100271/2
2022-03-25 Robert VargaPeel another RPC invocation site 69/100269/4
2022-03-25 Robert VargaDo not propagate mountpoint in RestconfImpl.getModules() 61/100261/1
2022-03-25 Robert VargaPeel DataSchemaNode-only users of InstanceIdentifierContext 59/100259/3
2022-03-21 Robert VargaDeprecate public InstanceIdentifierContext 12/100212/2
2022-03-21 Robert VargaAbstractNotificationsData.writeNormalizedNode() should... 03/100203/1
2022-03-21 Robert VargaInstanceIdentifierContext does not take generics 01/100201/1
2022-03-21 Robert VargaRevert "Remove SchemaNode#getPath from NormalizedNodeJs... 82/100182/2
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-03-10 OleksandrZharovRemove SchemaNode#getPath from RestconfImpl 23/100023/4
2022-03-08 OleksandrZharovRemove SchemaNode#getPath from NormalizedNodeJsonBodyWriter 73/99673/12
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 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-05 Robert VargaFix RestconfOperationsService.getOperations(UriInfo) 85/97685/4
2021-09-14 Robert VargaRemove DataChangeScope 87/97487/2
2021-09-11 Robert VargaRemove RestconfError.ErrorTag 30/97030/15
2021-07-26 Robert VargaRemove RestconfError.ErrorType 28/97028/6
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2021-05-11 Jaroslav TóthUse Optional.isEmpty() 63/95263/3
2021-01-11 Robert VargaEnable modernizer in restconf-nb-bierman02 93/94593/1
2020-10-16 Robert VargaBump upstreams for Silicon 35/92935/24
2020-09-30 Nikhil SoniExtend Websocket streams for data-less notifications 28/89928/13
2020-07-17 Nikhil SoniFix missing stream leaf value 98/90498/4
2020-06-03 Robert VargaEnsure RPC input in invocation is not null 32/90232/3
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2020-04-27 Robert VargaFactor out common operations schema/data construction 94/89394/10
2019-09-03 Robert VargaRemove use NodeIdentifierWithPredices.getKeyValues() 58/84158/2
2019-08-20 Robert VargaSimplify RestconfValidationUtils users 56/83756/3
2019-07-02 Jakub TothConvert anyxml nodes lazily 14/82514/8
2019-06-04 Robert VargaRevert "Convert anyxml nodes lazily" 96/82396/2
2019-05-31 Jakub TothConvert anyxml nodes lazily 01/82001/13
2019-04-06 Robert VargaReduce the use of AttrBuilders 09/81409/3
2019-04-05 Robert VargaShorten java.util.Optional references 05/81405/1
2019-03-29 Jakub MorvayMerge "SchemaSourceCache init using YangModuleInfo"
2019-03-28 Jakub MorvayMerge "Hide credentials from logs"
2019-03-28 Jakub MorvayMerge "Added implementation of ActionFactory"
2019-03-28 Jakub MorvayMerge "Output-less RPCs should return 204 (old restconf)"
2019-03-28 Jaroslav TóthOutput-less RPCs should return 204 (old restconf) 22/81222/4
2019-02-12 Jakub MorvayGet rid of string payload RestconfService#invokeRpc 41/80241/5
2019-02-08 Jakub MorvayMerge "introduce Rfc8040RestConfWiring for standalone...
2019-02-08 Jakub MorvayMerge "Allow no payload for RPCs with no input"
2019-02-08 Jakub MorvayFix error message 40/80240/3
2019-02-08 Jakub MorvayAllow no payload for RPCs with no input 37/80237/2
2019-02-07 Michael Vorburgerintroduce Bierman02RestConfWiring for standalone (simpl... 88/79388/11
2018-12-05 Jakub MorvayMerge "Get rid of checked futures in tests"
2018-12-05 Jakub MorvayMerge "Use FluentFuture in DOMDataTransactionValidator"
2018-12-05 Jakub MorvayMerge "Refactor bad local variable name in KeepaliveSal...
2018-12-05 Jakub MorvayMerge changes Ie852df32,I731a0066,I2e8558f1
2018-12-04 Jakub MorvayFix Java 5 IDE migration warnings 14/78414/3
2018-12-01 Anil BelurMerge "Bump to yangtools-2.1.4 and mdsal-3.0.2"
2018-11-28 Jakub MorvaySupport modules w/o revision in restconf/modules 62/78262/3
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-04 Robert VargaReduce of CheckedFuture in RestconfImpl 84/77484/1
2018-08-21 Jakub MorvayMerge "NETCONF-557: Add support for URL capability"
2018-08-20 Robert VargaFix argument strings 23/75323/9
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-04-27 Jakub MorvayMerge "Convert rcf8040 from web.xml to programmtic...
2018-04-26 Jakub MorvayMerge changes from topic 'rem_web_xml'
2018-04-16 Tom PantelisRemove static RestconfImpl 96/70996/1
2018-04-13 Tom PantelisUse ControllerContext non-statically 35/70935/1
2018-03-07 JakubTothMerge "Eliminate duplicate dependency"
2018-03-07 JoshWebsocket Uri should have scheme wss if registration... 83/67283/10
2018-02-27 Tom PantelisFix findbugs violations in restconf-nb-bierman02 56/68556/4
2018-02-14 Evan ZellerNETCONF-509: no-input RPCs should use RestconfDocumente... 71/68271/1
2018-01-12 Jakub MorvayMerge "Clean up netconf-parent root pom"
2018-01-12 Robert VargaAdjust to yangtools-2.0.0/odlparent-3.0.0 changes 02/64202/42
2017-10-16 Tomas CereMerge changes from topic 'ListenerAdapterTreeMigration'
2017-10-13 Robert VargaFix augmentation node lookup 37/64237/2
2017-10-12 Tomas CereMerge "Bug 9256: Add websocket server config knob for ip"
2017-10-10 Tomas CereBug 9256: Add websocket server config knob for ip 09/64109/2
2017-09-29 Evan ZellerBUG-9132: don't provide a value for restconf/streams... 54/63854/1
2017-09-13 Jakub TothSplit Restconf implementations (draft02 and RFC) -... 54/62854/6
2017-09-13 Jakub TothSplit Restconf implementations (draft02 and RFC) -... 91/62791/5
2017-09-13 Jakub TothSplit Restconf implementations (draft02 and RFC) -... 79/62779/9
2017-09-12 Jakub TothSplit Restconf implementations (draft02 and RFC) -... 02/62602/11