netconf.git
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 VargaMove JAX-RS patch providers 40/107840/5
2023-10-20 Robert VargaRemove RestconfDocumentedException.status 34/108534/1
2023-10-20 Robert VargaRestconfDocumentException is a RuntimeException 14/108514/2
2023-10-20 Robert VargaPartially revert "Fix incorrect operational state of... 07/108507/3
2023-10-20 Samuel SchneiderRemove synchronization locking 08/105808/7
2023-10-20 Matej SramcikUpdate port in NETCONF user guide 15/108515/2
2023-10-20 Matej SramcikReplace whitelist with allowlist 16/108516/2
2023-10-19 Robert VargaDeprecate CallHomeMountDispatcher.createClient() 10/108510/2
2023-10-19 Robert VargaClean up NetconfTopologyImpl(Test) 09/108509/5
2023-10-19 Robert VargaRefactor BaseNetconfSchemas 11/108511/2
2023-10-18 Peter SunaAdd option to get device context in ExceptionMapper 74/107874/13
2023-10-18 Robert VargaMigrate SchemalessRpcStructureTransformerTest to xmluni... 97/108497/1
2023-10-18 Robert VargaMigrate FieldsSchemalessRpcStructureTransformerTest 96/108496/1
2023-10-18 Robert VargaMigrate NC881Test to xmlunit-core/JUnit5 95/108495/1
2023-10-17 Samuel SchneiderRemove identity from OpenAPI Schemas 99/107899/13
2023-10-17 Robert VargaMake LoggingRemoteDevice a singleton 72/108472/1
2023-10-17 Robert VargaYangResource should be a record 71/108471/1
2023-10-17 Robert VargaClean up StressClient a bit 70/108470/1
2023-10-16 Robert VargaUse SettableFuture instead of Promise 68/108468/3
2023-10-16 Robert VargaUse Files.readString() 63/108463/1
2023-10-16 Robert VargaUse text blocks in StressClient 62/108462/1
2023-10-16 Robert VargaClean up CryptHashPasswordAuthenticator 61/108461/1
2023-10-16 Robert VargaModernize NetconfDeviceCommunicator 60/108460/1
2023-10-16 Robert VargaUpdate BufferedWriter 59/108459/3
2023-10-16 Ruslan KashapovDelete unused SshProxy artifacts for netconf server 98/108198/11
2023-10-16 Ruslan KashapovRefactor ConcurrentClientsTest using new transport 02/108202/24
2023-10-16 Ruslan KashapovUpdate netconf device simulator to use new transport 17/108117/23
2023-10-16 Ruslan KashapovFix ssh server subsystem initialization sequence. 55/108455/4
2023-10-16 Robert VargaIssue channelActive event in transport-ssh 51/108451/4
2023-10-16 Robert VargaImprove SSH{Client,Server} logging 47/108447/4
2023-10-16 Robert VargaLog hello message as confidential 52/108452/5
2023-10-14 Robert VargaDeprecate legacy SSH integration 26/108426/3
2023-10-14 Robert VargaRemove a trailing comment 25/108425/1
2023-10-14 Ruslan KashapovSwitch netconf-client to transport-api 31/107431/34
2023-10-14 Ruslan KashapovExternal service integration support for TLS transport 45/108245/22
2023-10-14 Robert VargaClean up SSH server subsystem handling 04/108404/9
2023-10-13 Robert VargaRequire a subsystem for client connections 96/108396/8
2023-10-13 Robert VargaClean up SSHTransportStack.sessionEvent() 95/108395/3
2023-10-13 Robert VargaHide Netty(Pipeline)AwareChannelSubsystem 92/108392/3
2023-10-13 Robert VargaClean up NetconfClientSessionImpl 91/108391/3
2023-10-13 Yaroslav LastivkaFix incorrect operational state of device configuration 88/107688/14
2023-10-13 Robert VargaClean up SSHTransportStack a bit 82/108382/1
2023-10-12 Robert VargaIntegrate UserAuthSessionListener into SSHTransportStack 81/108381/2
2023-10-12 Robert VargaExpose NetconfSubsystemOutboundChannelHandler 80/108380/2
2023-10-12 Robert VargaDo not propagate empty writes 79/108379/2
2023-10-12 Ruslan KashapovFix NetconfMessage not sent on EmbeddedChannel 16/108116/7
2023-10-12 Robert VargaDo not reference DefaultPromise 76/108376/2
2023-10-12 Robert VargaImprove write error handling 75/108375/3
2023-10-12 Robert VargaSplit out NetconfSubsystemOutboundChannelHandler 74/108374/2
2023-10-12 Robert VargaNetconfSubsystem should be a ChannelDataReceiver 73/108373/3
2023-10-12 Robert VargaFactor out NetconfSubsystem 72/108372/3
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 Yaroslav LastivkaOpenAPI: Update Swagger UI to v5.9.0 85/108185/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 Robert VargaIntroduce XmlUtil.requireSingleElement 07/108207/3
2023-10-05 Oleksandr ZharovTurn ListenersBroker into a component 34/107834/17
2023-10-05 Ruslan KashapovFix 'End of input' exception on netconf session.close() 15/108115/7
2023-10-05 Robert VargaRemove type arguments 49/108249/1
2023-10-05 Ruslan KashapovFix channel initialization for netconf server 14/108114/6
2023-10-05 Robert VargaDo not repair XML namespaces on output 99/108199/3
2023-10-05 Matej SramcikFix RPC XML payload missing namespace 62/107762/17
2023-10-04 Šimon UkušTest JSON representations of responses in OpenApi 91/107391/29
2023-10-04 Samuel SchneiderClean up boolean values in records 02/108002/4
2023-10-03 Robert VargaEliminate HandlingPriority.CANNOT_HANDLE 71/108171/2
2023-10-02 Robert VargaClean up HandlingPriority 70/108170/1
2023-10-02 Robert VargaFix RuntimeRpc.canHandle() 66/108166/2
2023-10-02 Robert VargaRuntimeRpc should be final 65/108165/1
2023-10-02 Robert VargaMake AbstractNetconfOperation.handle() final 56/108156/2
2023-10-02 Robert VargaMake SettableRpc final 55/108155/2
2023-10-02 Ruslan KashapovSSH keep-alive mechanism to use IGNORE messages 13/108113/1
2023-10-02 Ruslan KashapovFix frame encoder for netconf server 01/108001/3
2023-10-01 Robert VargaClean up XmlElementTest 07/108107/1
2023-10-01 Robert VargaClean up XmlElement methods 90/108090/4
2023-10-01 Robert VargaFix netconf-client's dependencies 89/108089/3
2023-10-01 Robert VargaMove XmlUtil.evaluateXPath() 88/108088/3
2023-10-01 Robert VargaUse ContainerNode in RuntimeRpc 02/108102/1
2023-10-01 Robert VargaImprove assertion 98/108098/1
2023-10-01 Robert VargaEliminate XmlUtil.createElement() et al. 87/108087/3
2023-10-01 Robert VargaClean up NetconfMessageTransformerTest 86/108086/2
2023-10-01 Robert VargaFix filter type namespace 85/108085/2
2023-09-29 Robert VargaClean up BaseRpcSchemalessTransformerTest 79/108079/1
2023-09-29 Robert VargaMigrate netconf-server to xmlunit-core 78/108078/3
2023-09-29 Robert VargaMigrate netconf-netty-util to xmlunit-core 76/108076/2
2023-09-29 Robert VargaFix netconf-netty-util dependencies 77/108077/2
2023-09-29 Robert VargaRemove XmlUnitUtil 75/108075/1
2023-09-29 Robert VargaCreate MdsalRestconfServer 93/107893/10
next