Remove the option to deliver streams over WebSockets
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / util / NetconfBaseOps.java
2023-01-02 Robert VargaMove sal-netconf-connector to plugins/ 98/103898/1
2023-01-01 Robert VargaRename netconf.api.ModifyAction to EffectiveOperation 58/103858/3
2022-12-31 Sangwook HaDo not use null input for discard-changes 25/103725/2
2022-12-29 Robert VargaMigrate getResult()/getErrors() callers 48/103748/2
2022-12-18 Robert VargaCreate RemoteDeviceServices.{Actions,Rpcs} 10/103210/19
2022-12-14 Robert VargaUse NodeIdentifier to identify datastores 75/103675/1
2022-12-14 Robert VargaReuse rollback leaf 74/103674/1
2022-12-14 Robert VargaClean up NetconfBaseOps 70/103670/3
2022-12-05 Robert VargaSpecialize RPC input/output 99/103599/1
2022-01-27 Robert VargaMigrate to Empty.value() 08/99508/1
2022-01-12 Ivan HraskoFix method name typo 63/99263/4
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2021-02-21 Jaroslav TóthImplement subtree filtering using fields 54/93154/19
2021-02-21 Jaroslav TóthAdd fields-aware NETCONF DOM API 74/93074/15
2021-01-04 Robert VargaCleanup warnings 01/94401/2
2020-10-16 Robert VargaBump upstreams for Silicon 35/92935/24
2020-05-27 Robert VargaCleanup use of deprecated constructs 95/89995/3
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 yangtools to 4.0.1 46/84146/40
2019-09-03 Robert VargaUse Object.requireNonNull 60/84160/6
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-06 Robert VargaReduce the use of AttrBuilders 09/81409/3
2018-12-03 Robert VargaMigrate netconf to MD-SAL APIs 06/77506/41
2018-09-24 Jakub MorvayMerge "NETCONF-553 : Stack traces need to suppressed...
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-08-26 Robert VargaOptimize sal-netconf-connector translation 74/75474/3
2018-08-06 Jakub MorvayMerge "NECONF-524 : Setting the netconf keepalive logic...
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-04-12 Jakub MorvayMerge "fix failure during connecting device when channe...
2018-04-04 Jakub MorvayMerge "NETCONF-526 : edit-config payload default-operat...
2018-03-31 Jakub MorvayMerge "Fix findbugs violations in netconf"
2018-03-30 Tom PantelisFix findbugs violations in netconf 02/70202/2
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-12 Tomas CereMerge "Bug 9256: Add websocket server config knob for ip"
2017-10-12 Tomas CereMerge "BUG 9112: NPE in karaf cli when device is still...
2017-10-12 Tomas CereMerge "BUG-9048 Fix actor crash when writing incorrect...
2017-10-11 Tomas CereMerge "NetConf test tool improved so now it can be...
2017-10-11 Tomas CereMerge "Replace deprecated Futures.addCallback by the...
2017-10-09 David SuarezReplace deprecated Futures.addCallback by the newer... 50/64050/1
2017-07-20 Thanh HaAdd 'features/protocol-framework/' from commit 'cb42405...
2017-07-20 Thanh HaAdd 'protocol-framework/' from commit '5d015c2c5f800d13...
2017-06-29 Tomas CereMerge "Bug 8071 - Do not fail on modules with invalid...
2017-06-28 Tomas CereMerge "Remove the need for synthetic methods"
2017-06-27 Jakub MorvayMerge "Convert yanglib project to blueprint"
2017-06-27 Jakub MorvayMerge "Add blueprint wiring for restconf connector"
2017-06-27 Tomas CereMerge "Don't loose cause when reporting parsing errors."
2017-06-27 Gwenael LambrouinBUG-8697: select correct transformer for schemaless... 14/59514/2
2017-05-11 Tomas CereMerge "Bug 8351: Enforce check-style rules for restconf...
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-05-02 matus.kubicaBug 8153: Enforce check-style rules for netconf - sal... 60/56160/3
2017-03-11 Robert VargaMass conversion to static methods 82/53182/4
2016-06-16 Tomas CereMerge "Remove unused isMaster variable in ClusteredNetc...
2016-06-14 Tomas CereMerge "Bug 5708: Schemaless netconf mount point"
2016-05-27 Andrej MakBug 5708: Schemaless netconf mount point 00/38300/5
2016-04-19 Tomas CereMerge "Remove blocking checkedGet call"
2016-03-29 Tomas CereMerge "Optimize NetconfMonitoringServiceImpl getSchemaF...
2016-03-29 Tomas CereMerge "Add support for notification subtree filter"
2016-03-29 Tomas CereMerge "Add support to RESTCONF to dynamically specify...
2016-03-29 Tomas CereMerge "Reimplement NetconfDevice schema setup without...
2016-03-29 Tomas CereMerge "change to static function"
2016-03-21 Maros MarsalekMerge "Revert "Add PasswordCredentialAuth interface""
2016-03-21 Tomas CereMerge "Bug 5475 - File descriptor leak on netconf conne...
2016-03-18 Tomas CereMerge "Update fixme comments"
2016-03-18 Andrej MakUpdate fixme comments 36/36436/1
2016-02-22 Robert VargaRemove opendaylight directory 94/35194/1