Change alignments in methods declaration
[netconf.git] / restconf / sal-rest-docgen / src / main / java / org / opendaylight / netconf / sal / rest / doc / impl / BaseYangSwaggerGenerator.java
2023-03-27 Yaroslav LastivkaChange alignments in methods declaration 14/104914/6
2023-02-28 Yaroslav LastivkaReuse ObjectMapper instance 15/104615/5
2023-02-24 Ivan HraskoRemove ResourceList class 75/104475/4
2022-05-04 Robert VargaRemove Bierman02 support from sal-rest-docgen 37/100937/3
2022-02-17 Manoj ChokkaDo not use SchemaNode.getPath() in RestDocgenUtil 50/98250/18
2021-06-15 Ivan HraskoFix multiple keys path in RFC8040 swagger 30/96530/3
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2020-05-19 illia.ihushevUpdate swagger generator to OpenAPI 3.0 30/88830/23
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2019-11-04 ajay_dp001Updating Action Rest Endpoints on Swagger UI 01/85501/2
2019-09-09 Jie HanAdd pagination for mounted resources of apidocs 95/83895/7
2019-09-03 Robert VargaRemove use NodeIdentifierWithPredices.getKeyValues() 58/84158/2
2019-04-10 Robert VargaSimplify getDescription invocation 19/81519/1
2019-04-09 Robert VargaReduce use of getDataChildByName() 90/81490/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-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-07-05 Robert VargaEliminate use of SchemaService 58/73758/7
2018-05-10 Jakub MorvayMerge "Convert yanglib to new web API"
2018-05-09 Jakub MorvayMerge "Convert apidocs to new web API"
2018-04-30 Tom PantelisConvert apidocs to new web API 26/71426/3
2018-03-05 JakubTothMerge "Remove deprecated registerDataChangeListener...
2018-03-05 Tom PantelisFix findbugs violations in sal-rest-docgen 46/68946/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-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-21 Jakub MorvayMerge changes I0d93e3c4,I34aca892,I74162d9a,Icd48e366
2017-06-21 Jakub MorvayMerge "Switch from config-parent in pom files"
2017-06-20 Tomas CereMerge "Remove import-package declaration"
2017-06-20 Tomas CereMerge "Migrate XML output to yang-data-codec-xml"
2017-06-20 Tomas CereMerge "Run NormalizedNode parsing inline if possible"
2017-06-20 Tomas CereMerge "Bug 8622: convert sal-rest-docgen to Jackson"
2017-06-14 Stephen KittBug 8622: convert sal-rest-docgen to Jackson 39/58839/3
2017-05-11 Tomas CereMerge "Bug 8351: Enforce check-style rules for restconf...
2017-05-03 matus.kubicaBug 8351: Enforce check-style rules for restconf -... 51/56451/2
2017-03-12 Robert VargaClean up revision formatting 94/53194/1
2017-03-06 Igor FoltinBug 6856: Rpc definition should implicitly define input... 82/52882/4
2017-02-27 Jakub MorvayMerge "Null write transaction when cancel is called"
2017-02-27 Jakub MorvayMerge "Bug 5581: Optimize subtree filtering"
2017-02-24 Jakub MorvayMerge changes from topic 'bug7850'
2017-02-24 Robert VargaBUG-7850: fixup Swagger generator 45/52245/1
2017-01-27 Tomas CereMerge "Use yangtools ParserStreamUtils.findSchemaNodeBy...
2017-01-17 Tomas CereMerge "Bug 7491 - Ignore exceptions during invoking...
2017-01-10 Jakub MorvayMerge "Bug 7429 - Upgrade docgen in restconf to the...
2017-01-09 Jakub TothBug 7429 - Upgrade docgen in restconf to the latest... 48/49748/5
2016-11-07 Jakub MorvayMerge "Remove netconf-config-dispatcher as moved to...
2016-11-07 Tomas CereMerge "Specify type to NetconfClientDispatcher reference"
2016-11-04 Jakub MorvayMerge "Bug 6382 - add apidoc for latest restconf draft"
2016-11-02 miroslav.kovacBug 6382 - add apidoc for latest restconf draft 48/46948/5
2016-10-24 Tomas CereMerge "Add sal-netconf-connector unit tests"
2016-10-13 Tomas CereMerge "Bug 6679 - api explorer creates false examples"
2016-10-12 miroslav.kovacBug 6679 - api explorer creates false examples 51/46751/3
2016-09-29 Tomas CereMerge "Move sal-remote to sal-rest-connector"
2016-09-29 Tomas CereMerge "netconf-api simple unit test added"
2016-09-28 Tomas CereMerge "Remove use of controller/checkstyle.xml (use...
2016-09-22 Tomas CereMerge "Address TODOs: use NetconfRpcFutureCallback...
2016-09-22 miroslav.kovacBug 5997 - Fix put and post body examples 38/45838/7
2016-09-22 Tomas CereMerge "Add final where needed"
2016-09-21 miroslav.kovacAdd final where needed 79/45579/2
2016-07-18 Tomas CereMerge "Organize Import to conform to Checkstyle guideli...
2016-07-08 Michael VorburgerOrganize Import to conform to Checkstyle guidelines. 18/39618/3
2016-06-14 Tomas CereMerge "Bug 5708: Schemaless netconf mount point"
2016-06-13 Tomas CereMerge "Fix bug 5810, 5812: 1. only when node's config...
2016-06-13 Nafee ChanFix bug 5810, 5812: 15/39815/2
2016-05-31 Tomas CereMerge "Bug 5912 - Restconf draft11 - utils"
2016-05-31 Tomas CereMerge "Add Karaf CLI for NETCONF CRUD commands"
2016-05-31 Tomas CereMerge "Bump ietf-yang-library module to newest draft"
2016-05-31 Tomas CereMerge "Clean up a lot of JavaDoc etc. to conform to...
2016-05-31 Tomas CereMerge "Name Logger field LOG instead of _logger and...
2016-05-31 Tomas CereMerge "Log exception instead of using printStackTrace...
2016-05-30 Michael VorburgerClean up a lot of JavaDoc etc. to conform to current... 20/39620/1
2016-05-30 Michael VorburgerLog exception instead of using printStackTrace, and... 17/39617/1
2016-02-22 Robert VargaRemove opendaylight directory 94/35194/1