Remove netconf-ssh from netconf-artifacts
[netconf.git] / restconf / sal-rest-docgen /
2017-01-27 Tomas CereMerge "Use yangtools ParserStreamUtils.findSchemaNodeBy...
2017-01-24 Tomas CereMerge "Prepare upgrade to Netty 4.1"
2017-01-23 Michael VorburgerReplace mockito-all by mockito-core (see Bug 7662) 72/50872/1
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-10 Tomas CereMerge "Bug 7432 - eliminate use of yang-parser-impl...
2017-01-10 Jakub TothBug 7433 - Remove use of YangSchemaSourceImpl from... 24/50124/4
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-04 Jakub MorvayMerge "Bug 6731 - add valid example values"
2016-11-02 Jakub MorvayMerge "Add netconf-netty-util tests"
2016-11-02 Jakub MorvayMerge "Add blueprint wiring for netconf-client"
2016-11-02 Jakub MorvayMerge "Add blueprint wiring for netconf-console"
2016-11-02 miroslav.kovacBug 6382 - add apidoc for latest restconf draft 48/46948/5
2016-11-02 miroslav.kovacBug 6731 - add valid example values 72/46772/4
2016-10-27 Tomas CereMerge "Bug 6931 - Fix unsupported specific type of...
2016-10-27 Tomas CereMerge "Use UTF-8 as the standard output"
2016-10-27 Robert VargaUse UTF-8 as the standard output 65/47665/2
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.kovacAdd Unit test for bug fix 5998 and 5997 75/45875/5
2016-09-22 miroslav.kovacBug 5997 - Fix put and post body examples 38/45838/7
2016-09-22 Tomas CereMerge "Bug 5998 - fix operations request example body"
2016-09-22 Tomas CereMerge "Add final where needed"
2016-09-21 miroslav.kovacBug 5998 - fix operations request example body 80/45580/3
2016-09-21 miroslav.kovacAdd final where needed 79/45579/2
2016-09-21 Tomas CereMerge "Fix broken ApiDocGeneratorTest"
2016-09-21 miroslav.kovacFix broken ApiDocGeneratorTest 68/45968/4
2016-09-21 Tomas CereMerge "Clean-up mdsal-netconf-notification"
2016-09-21 Tomas CereMerge "Add missing copyright to pom files"
2016-09-15 Alexis de TalhouëtAdd missing copyright to pom files 37/45637/2
2016-08-11 Tomas CereMerge "Bug 6198 - Use sal-netconf-connector to connet...
2016-08-08 Thanh HaBump versions by 0.1.0 for next dev cycle 27/43427/1
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 Tomas CereMerge "Bug 5526 - Testing - Rest implementations -...
2016-06-13 Tomas CereMerge changes from topic 'parser-post-removal'
2016-06-13 Nafee ChanFix bug 5810, 5812: 15/39815/2
2016-06-09 Jakub TothBUG-865: Remove reference to ExtendedType 95/39895/7
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 VorburgerName Logger field LOG instead of _logger and make it... 19/39619/1
2016-05-30 Michael VorburgerLog exception instead of using printStackTrace, and... 17/39617/1
2016-05-30 Jakub TothReplace old yang parser usages in restconf 13/39613/2
2016-05-24 Tomas CereMerge "Bug 5526 - Testing - Utils - Validation"
2016-05-23 Jakub TothHOTFIX - Fix upgrade of jackson in ODL parent 49/39249/1
2016-04-26 Tony TkacikMerge "Make rest-perf-client modify the {DEVICE_PORT...
2016-04-22 Tomas CereMerge "builder class for path creating"
2016-04-22 Tomas CereMerge "builder class for NetconfServerSessionNegotiator...
2016-04-20 Tomas CereMerge "Remove inventory related code from netconf conne...
2016-04-19 Tomas CereMerge "Edit todo comments"
2016-04-19 Tomas CereMerge "Remove blocking checkedGet call"
2016-04-14 Ryan GouldingBug 3708 - APIdoc explorer URLs contain extra 'node... 31/37631/1
2016-02-22 Robert VargaRemove opendaylight directory 94/35194/1