Remove DocumentedException.ErrorSeverity
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl /
2021-07-10 Robert VargaSingle out RestconfConstants.MOUNT 62/96862/1
2021-07-09 Robert VargaRemove TransactionChainHandler 46/96846/6
2021-07-09 Robert VargaReduce use of TransactionChainHandler 45/96845/7
2021-07-08 Robert VargaUse free-standing transaction in SubscribeToStreamUtil 44/96844/3
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2021-05-15 Robert VargaMove services API 95/96195/1
2021-05-14 Robert VargaClean up Root Resource Discovery implementation 90/96190/1
2021-05-14 Robert VargaReduce preliferation of TransactionChainHandler 71/96171/3
2021-05-13 Robert VargaRemove DOMMountPointServiceHandler 70/96170/2
2021-05-13 Robert VargaRemove DOMDataBrokerHandler 69/96169/3
2021-05-13 Robert VargaRemove NotificationServiceHandler 68/96168/1
2021-05-13 Robert VargaRemove RpcServiceHandler 67/96167/2
2021-05-13 Robert VargaRemove ActionServiceHandler 66/96166/2
2021-05-13 Robert VargaRemove JSONRestconfService 62/96162/2
2021-05-12 Jaroslav TóthAdded full YIID to ietf-restconf-monitoring DS 84/83284/23
2021-05-12 Robert VargaCleanup datastore interactions 35/96135/4
2020-11-20 Robert VargaSplit transaction lifecycle 64/93064/9
2020-10-28 Vladyslav MarchenkoUse @RunWith(MockitoJUnitRunner.StrictStubs.class) 88/93388/6
2020-10-23 Vladyslav MarchenkoFixes from modernizer maven plugin in rfc8040 module 85/93285/2
2020-10-16 Robert VargaBump upstreams for Silicon 35/92935/24
2020-10-14 Robert VargaRefactor RestconfStrategy 35/93035/4
2020-08-03 Lukas BacaRESTCONF RFC8040 compliance: SSE support 29/90229/30
2020-07-14 Vladyslav MarchenkoCreate NetconfDataTreeService with base and additional... 71/90371/30
2020-07-08 Robert VargaMove CreateStreamUtil to rests.services.impl 01/91001/1
2020-07-07 Robert VargaFix rawtypes/hiddenField suppressions 57/90957/1
2020-07-07 Robert VargaRemove bogus illegalThrows suppressions 56/90956/2
2020-07-07 Robert VargaFix raw type warnings in rfc8040 northbound 53/90953/1
2020-07-07 Robert VargaRemove SchemaContextRef 51/90951/2
2020-06-03 Robert VargaEnsure RPC input in invocation is not null 32/90232/3
2020-05-27 Robert VargaCleanup use of deprecated constructs 95/89995/3
2020-05-26 Robert VargaCleanup RFC8040 tests 48/89948/2
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2020-04-07 wsx25289Do not consider query depth in initial namespace 77/87377/7
2019-10-10 Robert VargaBump yangtools to 4.0.1 46/84146/40
2019-09-24 Robert VargaMigrate YangInstanceIdentifier.EMPTY users 75/84175/19
2019-09-06 ajay.dp001Teach RFC8040 restconf about actions 92/82992/18
2019-09-03 Robert VargaRemove use NodeIdentifierWithPredices.getKeyValues() 58/84158/2
2019-08-28 Robert VargaUpdate NodeIdentifierWithPredicates construction 35/84035/1
2019-08-15 Jaroslav TóthFix NPE after invoking of GET on /rests/data 61/83361/4
2019-07-02 Jaroslav TóthPorting of WebSockets to Jetty in RFC-8040 RESTCONF 24/81424/17
2019-05-07 Robert VargaMerge changes from topic 'web-sockets'
2019-05-02 Jaroslav TóthRefactoring of web-sockets in RESTCONF RFC-8040 43/80943/12
2019-04-05 Robert VargaShorten java.util.Optional references 05/81405/1
2019-03-29 Jakub MorvayMerge "SchemaSourceCache init using YangModuleInfo"
2019-03-28 Jakub MorvayMerge "Added implementation of ActionFactory"
2019-03-28 Jakub MorvayMerge "Fix parsing of fields parameters"
2019-03-28 Jakub MorvayMerge "Allow double slashes in RESTCONF URLs"
2019-03-27 Jaroslav TóthOutput-less RPCs should return 204 (new restconf) 21/81221/2
2019-01-16 Jakub MorvayMerge "Make swagger generators configurable"
2019-01-14 Jakub MorvayMerge "Include namespace in output element of json...
2019-01-14 Tomas CereInclude namespace in output element of json rpc responses 11/79511/2
2019-01-14 Tomas CereDo not suppress module name for top-level elements 16/79416/6
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-04 Jakub MorvayFix Java 5 IDE migration warnings 14/78414/3
2018-11-17 Jakub MorvayMerge "Migrate restconf to MD-SAL APIs"
2018-11-14 Robert VargaMigrate restconf to MD-SAL APIs 86/77486/22
2018-11-08 Jakub MorvayMerge "Migrate netconf to mockito ArgumentMatchers"
2018-11-08 Tom PantelisMerge "Migrate restconf to mockito ArgumentMatchers"
2018-11-08 Jakub MorvayMigrate restconf to mockito ArgumentMatchers 14/77614/2
2018-10-29 Jakub MorvayMerge "Upgrade xercesImpl"
2018-10-24 Robert VargaIntegrate MRI projects for Neon 66/74966/53
2018-08-06 Jakub MorvayMerge "NECONF-524 : Setting the netconf keepalive logic...
2018-07-12 Robert VargaUse DOMExtensibleService.getExtensions() 40/73940/7
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-05-09 Jakub MorvayMerge "Convert apidocs to new web API"
2018-04-26 Jakub MorvayMerge changes from topic 'rem_web_xml'
2018-04-20 Tom PantelisRemove RestConnectorProvider 78/71178/1
2018-04-20 Tom PantelisUse DOMMountPointServiceHandler non-statically 70/71170/1
2018-04-20 Tom PantelisUse SchemaContextHandler non-statically 31/71131/2
2018-04-20 Tom PantelisRemove static TransactionChainHandler instance 09/71109/4
2018-03-13 Tom PantelisConvert rfc8040 ListenerAdapter to DOMDataTreeChangeLis... 93/69093/4
2018-03-05 JakubTothMerge "Remove deprecated registerDataChangeListener...
2018-03-05 Tom PantelisFix findbugs violations in restconf-nb-rfc8040 12/68912/6
2018-02-28 Tom PantelisRestconf 8040 should return 204 for delete and put 05/68905/1
2018-02-27 Tom PantelisNETCONF-514: Use exists instead of read for PUT 82/68782/4
2018-02-14 Evan ZellerDon't include stacktraces in REST responses 39/67439/6
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-11-30 Tomas CereMerge "Support for patch command"
2017-11-30 Balaji VaradarajuSupport for patch command 90/65690/5
2017-11-23 Jakub TothFix harcoded port in location of streams 72/65872/2
2017-11-22 Tomas CereFix NPE when trying to download restconf provided yang... 04/65804/5
2017-09-13 Jakub TothSplit Restconf implementations (draft02 and RFC) -... 19/62919/9
2017-09-13 Jakub TothSplit Restconf implementations (draft02 and RFC) -... 55/62855/7