Filter non-standard nodes from NETCONF monitoring schemas
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / sal /
2022-07-04 Robert VargaBump upstream versions 30/101630/7
2022-03-30 Robert VargaBump upstreams to SNAPSHOTs 07/99507/57
2022-01-12 Ivan HraskoFix method name typo 63/99263/4
2021-07-28 Robert VargaRemove DocumentedException.ErrorTag 29/97029/5
2021-07-26 Robert VargaRemove DocumentedException.ErrorType 27/97027/4
2021-07-26 Robert VargaRemove DocumentedException.ErrorSeverity 26/97026/4
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2021-03-08 Oleksii MozghovyiFix lock/unlock/commit issues for the NetconfRestconfTr... 59/95359/26
2021-02-27 Oleksii MozghovyiFix permanent lock on the running configuration via... 58/95358/3
2021-02-21 Jaroslav TóthAdd fields-aware NETCONF DOM API 74/93074/15
2021-02-21 Robert VargaRefactor NetconfDataTreeServiceImpl 32/95232/3
2021-02-18 mhurbanUnwanted commit to non candidate device fix 88/94988/3
2021-01-04 Robert VargaCleanup warnings 01/94401/2
2020-11-30 Robert VargaRefactor KeepaliveSalFacade time tracking 68/93868/9
2020-10-30 Vladyslav MarchenkoSplit error messages 59/93159/3
2020-10-16 Robert VargaBump upstreams for Silicon 35/92935/24
2020-08-03 Anna BencurovaSynchronize stop and reschedule keepalive methods 32/91732/3
2020-08-02 Robert VargaClean up NetconfKeystoreAdapter 14/91814/1
2020-07-29 Vladyslav MarchenkoAdd support of new a NetconfDataTreeService in clustere... 38/91038/11
2020-07-14 Vladyslav MarchenkoCreate NetconfDataTreeService with base and additional... 71/90371/30
2020-06-26 Oleksii MozghovyiAdd method to build SSL Handler for selected keys only 38/90538/7
2020-06-12 Jamo LuhrsenCatch exception when transformer fails to parse 37/90237/5
2020-06-03 Jamo LuhrsenHandle multiple rpc-error in the same rpc-reply 59/89859/6
2020-05-28 Jamo LuhrsenClean up some log messages and descriptions 08/90008/2
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2020-01-06 Robert VargaPropagate MountPointContext to NetconfRpcStructureTrans... 15/86515/3
2019-10-10 Robert VargaBump mdsal to 5.0.2 47/84147/43
2019-10-10 Robert VargaBump yangtools to 4.0.1 46/84146/40
2019-10-10 Robert VargaBump odlparent to 6.0.0 45/84145/32
2019-10-05 Robert VargaLower visibility to package 63/84863/2
2019-09-03 Robert VargaUse Object.requireNonNull 60/84160/6
2019-08-28 Robert VargaPropagate MountPointContext to NetconfMessageTransformer 84/83984/11
2019-07-15 Jakub TothAttempt netconf remount regardless of error-type 78/82678/13
2019-07-15 Jakub TothNetconf stack by default locks the data store before... 21/82521/11
2019-04-12 Robert VargaBump mdsal to 4.0.0 73/81273/18
2019-04-12 Robert VargaReplace EditOperationNormalizedNodeStreamWriter 90/81390/18
2019-04-12 Robert VargaBump odlparent to 5.0.0 71/81271/11
2019-04-05 Robert VargaFix logging arguments 06/81406/1
2019-03-19 Jakub MorvayMerge "NETCONF-527 Holding of key-pair in memory"
2019-03-14 Jakub TóthNETCONF-608 - Change Netconf keepalives to not send... 91/80391/6
2019-02-08 Robert VargaRemove javax.annotation nullness annotations 19/80219/2
2019-01-17 Jakub MorvayMerge "Fix NetconfKeystoreAdapter onDataTreeChanged...
2019-01-17 Jakub MorvayFix NetconfKeystoreAdapter onDataTreeChanged method 18/79618/4
2019-01-07 Jakub MorvayMerge "Prevent ssh hang during shutdown"
2019-01-04 Robert VargaModernize collection allocation 20/79220/3
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 MorvayRefactor bad local variable name in KeepaliveSalFacade 31/78431/2
2018-12-03 Robert VargaMigrate netconf to MD-SAL APIs 06/77506/41
2018-10-29 Jakub MorvayMerge "Upgrade xercesImpl"
2018-10-24 Robert VargaIntegrate MRI projects for Neon 66/74966/53
2018-10-08 Robert VargaReuse AbstractListenerRegistration 34/76734/1
2018-10-01 Jakub MorvayMerge changes I629c0bbd,Ia47c3163
2018-10-01 Robert VargaUse a dedicated no-op listener class 38/76538/3
2018-10-01 Robert VargaDo not retain the list of RPCs 37/76537/3
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-09-22 Jakub MorvayMerge "Remove use of deprecated Guava methods from...
2018-09-21 Robert VargaCache SchemaPath for well-known netconf operations 42/76342/1
2018-09-06 Jakub TóthFix missing support of actions in KeepaliveSalFacade 14/75814/1
2018-08-21 Jakub MorvayMerge "NETCONF-557: Add support for URL capability"
2018-08-20 Robert VargaFix argument strings 23/75323/9
2018-08-15 Jakub TóthPrepare netconf to support YANG 1.1 actions 45/74745/17
2018-08-06 Jakub MorvayMerge "NECONF-524 : Setting the netconf keepalive logic...
2018-08-06 Jakub MorvayMerge "Improve error message on <validate> failure"
2018-08-06 Robert VargaUse Controller's MappingCheckedFuture 28/74828/3
2018-07-25 Jakub MorvayMerge "Remove unused exceptions"
2018-07-24 Stephen KittRemove unused exceptions 96/74396/3
2018-07-18 Robert VargaRemove use of powermock 84/74184/2
2018-07-12 Jakub MorvayMerge changes from topic 'no-chararray'
2018-07-11 Jakub MorvayMerge "Remove redundant code constructs"
2018-07-11 Jakub MorvayRemove redundant code constructs 23/73923/2
2018-07-11 Balaji VaradarajuNECONF-524 : Setting the netconf keepalive logic to... 85/68285/5
2018-07-10 Robert VargaMigrate netconf users of submit() to commit() 39/73839/3
2018-06-08 Tom PantelisRemove AsyncWriteTransaction.submit() impls 82/71582/5
2018-06-04 Tom PantelisMerge "Fixup Augmentable and Identifiable methods changing"
2018-06-04 Jakub MorvayMerge "Use requested media type in RestconfDocumentedEx...
2018-06-04 Robert VargaFixup Augmentable and Identifiable methods changing 55/71255/8
2018-06-04 miroslav.kovacNETCONF-542: PUT request return 500 if operational... 46/72446/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-04-30 Tom PantelisImplement AsyncWriteTransaction.commit() 45/71545/3
2018-04-13 Anil BelurMerge "Bump to odlparent 3.1.0 and yangtools 2.0.3"
2018-04-12 Jakub MorvayMerge "fix failure during connecting device when channe...
2018-04-09 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 68/69868/6
2018-04-06 Tom PantelisRemove dependency on controller config-util 44/70444/1
2018-04-04 Jakub MorvayMerge "NETCONF-526 : edit-config payload default-operat...
2018-04-03 Robert VargaRemove unneeded lambda casts 24/70224/2
2018-03-31 Jakub MorvayMerge "Fix findbugs violations in netconf"
2018-03-30 Tom PantelisFix findbugs violations in netconf 02/70202/2
2018-03-28 Jakub MorvayMerge changes Id70838c2,I6201e5b7,I4eb2d1d1
2018-03-28 Jakub MorvayMerge "Remove deprecated AsyncWriteTransaction#commit...
2018-03-28 Tom PantelisRemove deprecated AsyncWriteTransaction#commit method 30/69930/2
2018-03-28 Balaji VaradarajuNETCONF-526 : edit-config payload default-operation... 82/69482/4
2018-03-05 JakubTothMerge "Remove deprecated registerDataChangeListener...
2018-03-04 Tom PantelisRemove deprecated registerDataChangeListener method 47/69047/1
2018-02-20 LiGuoshengModify NetconfKeystoreAdapter to expose private keys... 00/68000/10
next