Fix testtool request failure to netty endpoint
[netconf.git] / plugins / netconf-client-mdsal /
30 hours ago Robert VargaBump versions to 8.0.3-SNAPSHOT 71/113571/1
32 hours ago jenkins-relengRelease netconf v8.0.2
2024-09-03 Robert VargaBump versions to 8.0.2-SNAPSHOT 01/113401/1
2024-09-03 jenkins-relengRelease netconf v8.0.1
2024-09-03 Robert VargaRevert "Check for netconf interleave capability" 82/113382/2
2024-08-09 Robert VargaBump versions to 8.0.1-SNAPSHOT 56/113056/1
2024-08-09 jenkins-relengRelease netconf v8.0.0
2024-08-09 lubos-cicutUnify certificates and keys payload 79/112579/17
2024-08-08 lubos-cicutUpdate de-serialization 26/112526/9
2024-08-08 lubos-cicutUpdate netconf-keystore model 25/112525/8
2024-08-05 lubos-cicutMake UncancellableFuture always non cancellable 61/112361/10
2024-07-16 Robert VargaAdopt models from mdsal 95/112595/4
2024-07-16 Robert VargaBump upstreams 95/112495/8
2024-06-27 Martin SunalFix accumulating KeepaliveTask executions 63/111763/10
2024-06-26 Peter SunaRemove unnecessary check for canceled future 27/112227/4
2024-06-26 Peter SunaRelease semaphore after disconnection 26/112226/3
2024-06-26 Samuel SchneiderCheck for netconf interleave capability 38/110738/14
2024-06-26 Yaroslav LastivkaPrevent NPE for Credentials 92/110192/50
2024-06-12 Samuel SchneiderFix typo in javadoc 98/112098/3
2024-06-12 Samuel SchneiderRemove RemoteDeviceCommunicator#sendRequest method 56/110356/14
2024-06-11 Samuel SchneiderDocument RemoteDeviceCommunicator#sendRequest method 65/110865/10
2024-06-11 Yaroslav LastivkaMigrate netconf-client-mdsal tests to JUnit5 20/111720/14
2024-06-10 Ruslan KashapovAdd key-id into device TLS parameters 67/110867/5
2024-06-10 Yaroslav LastivkaMigrate netconf-client-mdsal/spi tests to JUnit5 19/111719/10
2024-06-03 Yaroslav LastivkaMigrate netconf-client-mdsal/api tests to JUnit5 18/111718/8
2024-06-03 Yaroslav LastivkaMigrate netconf-client-mdsal/impl tests to JUnit5 17/111717/7
2024-05-28 Robert VargaBump versions to 8.0.0-SNAPSHOT 75/111875/1
2024-05-20 Robert VargaBump versions to 7.0.6-SNAPSHOT 34/111734/1
2024-05-19 jenkins-relengRelease netconf v7.0.5
2024-05-16 Robert VargaBump upstreams 02/111702/5
2024-04-03 Robert VargaBump versions to 7.0.5-SNAPSHOT 23/111223/1
2024-04-03 jenkins-relengRelease netconf v7.0.4
2024-03-19 Robert VargaBump versions to 7.0.4-SNAPSHOT 81/110881/1
2024-03-19 jenkins-relengRelease netconf v7.0.3
2024-03-18 Robert VargaMigrate netconf-client-mdsal use of QNameModule.create() 14/110814/2
2024-03-17 Robert VargaBump versions to 7.0.3-SNAPSHOT 27/110827/1
2024-03-17 jenkins-relengRelease netconf v7.0.2
2024-03-06 Robert VargaBump versions to 7.0.2-SNAPSHOT 96/110496/1
2024-03-06 jenkins-relengRelease netconf v7.0.1
2024-02-28 Robert VargaBump versions to 7.0.1-SNAPSHOT 96/110396/1
2024-02-28 jenkins-relengRelease netconf v7.0.0
2024-02-28 Robert VargaDo no implement invokeNetconf() as a default method 92/110392/4
2024-02-28 Robert VargaRefactor NetconfDeviceSchemas 63/110363/6
2024-02-26 Robert VargaImprove monitoring access to revision-less schemas 55/110355/1
2024-02-26 Robert VargaMove MonitoringSchemaSourceProvider 54/110354/1
2024-02-26 Robert VargaRemove CachedYangTextSchemaSource 52/110352/1
2024-02-25 Robert VargaPush down STATE_SCHEMAS_RESOLVER 44/110344/1
2024-02-25 Robert VargaEliminate SchemaResourcesDTO 73/110273/16
2024-02-25 Robert VargaImprove NetconfDeviceCommunicator error checking 40/110340/4
2024-02-21 Robert VargaImprove NetconfDeviceTest capability assertions 76/110276/2
2024-02-21 Robert VargaSimplify invocation mocking 75/110275/2
2024-02-18 Robert VargaSchema determination is asynchronous 87/109987/12
2024-02-17 Robert VargaRework BaseScheams 59/110059/11
2024-02-06 Oleksandr ZharovEnforce base64 encoding for netconf-keystore 96/108896/22
2024-02-04 Robert VargaRework SslHandlerFactory 62/110062/16
2024-02-04 Robert VargaDecrypt key credentials in keystore-legacy 28/110128/4
2024-02-01 Robert VargaExpose NetconfKeystoreService 10/110110/3
2024-01-31 Robert VargaClean up CachedYangTextSchemaSource 68/110068/6
2024-01-31 Robert VargaRefactor NetconfSalKeystoreRpcs 90/110090/5
2024-01-30 Robert VargaRequire key specification 88/110088/1
2024-01-30 Robert VargaMove data processing to update thread 86/110086/3
2024-01-30 Robert VargaSplit out keystore-legacy 85/110085/5
2024-01-29 Robert VargaClean up netconf-client-mdsal warnings 79/110079/1
2024-01-28 Robert VargaBump upstreams 00/109800/42
2024-01-28 Robert VargaDisconnect NetconfDeviceRpc from DOMRpcService 61/110061/6
2024-01-28 Robert VargaNetconfRpcService should be extensible 58/110058/5
2024-01-27 Robert VargaClean up netconf-client-mdsal dependencies 44/110044/1
2024-01-27 Robert VargaRemove AuthenticationHandler 41/110041/1
2024-01-27 Robert VargaIntroduce NetconfTimer 37/110037/8
2024-01-27 Robert VargaRemove NetconfMessageTransformUtil.FILTER_NODEID 00/110000/2
2024-01-25 Robert VargaClean up netconf-{common,client}-mdsal constants 99/109999/6
2024-01-22 Robert VargaFixup NetconfDeviceCommunicatorTest 10/109910/1
2024-01-19 lubos-cicutRefactor leaf names in odl-netconf-device.yang 54/109754/8
2024-01-19 Ivan HraskoMark backoff settings obsolete 51/109851/1
2024-01-19 Ivan HraskoMark backoff settings deprecated 35/109835/3
2024-01-17 Robert VargaImplement registerNotificationListeners() 02/109802/10
2024-01-17 lubos-cicutSupport random backoff between connection attempts 33/109633/12
2024-01-17 lubos-cicutSupport maximum wait time of connection attempts 30/109630/11
2024-01-08 Oleksandr ZharovUse base64 encoding for netconf device passwords 35/109035/22
2023-12-31 Robert VargaBump upstreams 79/109479/5
2023-12-30 Robert VargaDo not use mockito-subclass 84/109484/2
2023-11-21 Robert VargaUse Timer for KeepaliveSalFacade 82/108982/6
2023-11-15 Robert VargaClean up AbstractWriteTx 72/108972/3
2023-11-15 Robert VargaTear down NETCONF session on keepalive timeout 00/108200/14
2023-11-15 Robert VargaClean up RequestTimeoutTask 65/108965/2
2023-11-15 Robert VargaInvert enableKeepalive() check 64/108964/1
2023-11-15 Robert VargaRemove unused suppressions 63/108963/1
2023-11-10 Sangwook HaClose device's source resolution on teardown 67/108167/15
2023-11-08 Robert VargaRemove obsoleted way of configuring password 49/108349/8
2023-10-25 Oleksandr ZharovMark deprecated login-password as obsolete 12/108612/2
2023-10-19 Robert VargaRefactor BaseNetconfSchemas 11/108511/2
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-16 Robert VargaModernize NetconfDeviceCommunicator 60/108460/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-26 Robert VargaDo not leak ClassToInstanceMap from NetconfSalKeystoreRpcs 89/107989/1
next