Fix checkstyle
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect /
2019-10-20 Robert VargaFix checkstyle 64/85264/2
2019-10-07 Robert VargaImprove action lookup 60/84960/1
2019-10-07 Robert VargaFix schema source registrations not being cleared 59/84959/1
2019-09-16 Jakub TothAttempt netconf remount regardless of error-type 00/84500/1
2019-05-21 Robert VargaMerge "Fix DeviceOp DTCL" into stable/neon
2019-05-20 Anna BencurovaFix preparing action with path containing augment 76/82176/1
2019-04-06 Robert VargaReduce the use of AttrBuilders 19/81419/2
2019-04-06 Robert VargaFix logging arguments 11/81411/1
2019-01-17 Jakub MorvayMerge "Fix NetconfKeystoreAdapter onDataTreeChanged...
2019-01-17 Jakub MorvayFix NetconfKeystoreAdapter onDataTreeChanged method 18/79618/4
2019-01-16 Jakub MorvayMerge "Remove jackson dependency from restconf"
2019-01-16 Jakub MorvaySupport Netconf over TLS in clustered topology 78/79578/1
2019-01-16 Jakub MorvayMerge "Make swagger generators configurable"
2019-01-15 Jakub MorvayMerge "Do not check whether two nodes can be merged...
2019-01-15 Robert VargaCleanup BaseSchema 32/79532/1
2019-01-15 Robert VargaOptimize NetconfMessageTransformer.toRpcRequest() 31/79531/1
2019-01-14 Jakub MorvayMerge "Include namespace in output element of json...
2019-01-14 Anna BencurovaFix preparing of action request 72/79472/7
2019-01-14 Jakub MorvayMerge "Fix distribution generation"
2019-01-14 Jakub MorvayMerge "GET on /rests/operations with json always fails...
2019-01-14 Jakub MorvayMerge "Fix preparing result of action"
2019-01-11 Anna BencurovaFix preparing result of action 71/79471/1
2019-01-07 Jakub MorvayMerge "Migrate NetconfHelloMessage's use of Optional"
2019-01-07 Robert VargaMigrate NetconfHelloMessage's use of Optional 40/79240/8
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 MorvayMerge changes Ie852df32,I731a0066,I2e8558f1
2018-12-05 Jakub MorvayRefactor bad local variable name in KeepaliveSalFacade 31/78431/2
2018-12-04 Jakub MorvayFix Java 5 IDE migration warnings 14/78414/3
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 "Remove use of ThreadPools in sal-netconf-connector"
2018-10-01 Jakub MorvayMerge changes I629c0bbd,Ia47c3163
2018-10-01 Robert VargaRemove use of ThreadPools in sal-netconf-connector 36/76536/4
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-23 Jakub MorvayMerge "Cleanup NetconfRemoteSchemaYangSourceProvider"
2018-09-23 Robert VargaCleanup NetconfRemoteSchemaYangSourceProvider 46/76346/5
2018-09-22 Jakub MorvayMerge "Remove use of deprecated Guava methods from...
2018-09-21 Robert VargaSpeed up YangLibrarySchemaYangSourceProvider 43/76343/1
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-27 Robert VargaDo not instantiate NormalizedNodes for filter 13/75513/8
2018-08-26 Robert VargaDo not allocate an AtomicBoolean 86/75486/1
2018-08-26 Robert VargaOptimize sal-netconf-connector translation 74/75474/3
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 "Remove netconf-node-inventory"
2018-07-12 Jakub MorvayMerge changes from topic 'no-chararray'
2018-07-11 Robert VargaRemove netconf-node-inventory 47/73947/5
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-07-02 Robert VargaCache topology path 64/73664/2
2018-06-28 Robert VargaRemove duplicate ietf-yang-library models 21/73521/8
2018-06-28 Robert VargaCleanup NetconfStateSchemasResolverImpl 23/73523/3
2018-06-08 Tom PantelisRemove AsyncWriteTransaction.submit() impls 82/71582/5
2018-06-05 Jakub MorvayMerge "Convert ProxyDOMDataBroker tx creation to async"
2018-06-05 Tom PantelisRemove sal-dom-config dependency 65/72665/2
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-30 Jakub MorvayMerge changes I0587299e,I81a92c4e
2018-05-23 Robert VargaAdjust to RPC method signature update 22/71222/6
2018-05-15 Maros MarsalekAdd AST yang model caching to netconf connector's schem... 16/72016/1
2018-05-14 Maros MarsalekDo not parse YANG schemas into AST when checking if... 15/72015/1
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-08 Luis GomezNETCONF-521: Replace literal '\n' by newline 50/69250/2
next