Eliminate ParametersUtil
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf /
2020-10-14 Robert VargaEliminate ParametersUtil 49/93049/3
2020-10-14 Robert VargaMove TransactionUtil.checkItemDoesNotExists() 48/93048/4
2020-10-14 Robert VargaMove TransactionUtil.checkItemExists() 47/93047/3
2020-10-14 Robert VargaRefactor RestconfStrategy 35/93035/4
2020-09-30 Nikhil SoniExtend Websocket streams for data-less notifications 28/89928/13
2020-08-26 Robert VargaUse YangConstants.RFC6020_YIN_MEDIA_TYPE 68/90968/2
2020-08-25 Robert VargaDo not use pattern matching for simple removal 29/91829/2
2020-08-06 Oleksii MozghovyiRemove deprecated GzipFilter from restconf 24/91724/3
2020-08-03 Lukas BacaRESTCONF RFC8040 compliance: SSE support 29/90229/30
2020-08-03 Robert VargaFix javadoc warnings 28/91828/1
2020-07-15 ajay_dp001Fix Nested YANG 1.1 Action invocation 74/91274/2
2020-07-14 Vladyslav MarchenkoCreate NetconfDataTreeService with base and additional... 71/90371/30
2020-07-09 Kailash KhalasiMake ETag header value more readable 77/90677/6
2020-07-08 Robert VargaMove CreateStreamUtil to rests.services.impl 01/91001/1
2020-07-08 Robert VargaEliminate RestconfStreamsConstants.EQUAL 00/91000/2
2020-07-08 Robert VargaEliminate RestconfConstants.SLASH 94/90994/4
2020-07-08 Robert VargaMove SubscribeToStreamUtil to rests.services.impl 89/90989/4
2020-07-08 Robert VargaRemove RestconfMapping{Node,Stream}Constants 88/90988/4
2020-07-08 Robert VargaCleanup ParserFieldsParameter 85/90985/4
2020-07-08 Robert VargaRemove org.opendaylight.restconf.nb.rfc8040.utils.parse... 84/90984/4
2020-07-08 Robert VargaMigrate stream-related RestconfStreamsConstants 93/90993/2
2020-07-08 Robert VargaJSONRestconfServiceRfc8040Impl is not AutoCloseable 97/90997/2
2020-07-07 Robert VargaUse YangConstants.RFC6020_YANG_MEDIA_TYPE 67/90967/1
2020-07-07 Robert VargaFix rawtypes/hiddenField suppressions 57/90957/1
2020-07-07 Robert VargaRemove unused SuppressWarnings 55/90955/1
2020-07-07 Robert VargaRemove unused SuppressWarnings 54/90954/1
2020-07-07 Robert VargaFix raw type warnings in rfc8040 northbound 53/90953/1
2020-07-07 Robert VargaRemove SchemaContextRef 51/90951/2
2020-07-07 Robert VargaRemove useless SchemaContextRef wrappers 50/90950/1
2020-07-07 Robert VargaEliminate org.opendaylight.restconf.nb.rfc8040.utils... 48/90948/1
2020-07-07 Robert VargaRevert "Fix nested YANG 1.1 Action invocation" 44/90944/1
2020-06-09 ajay_dp001Fix nested YANG 1.1 Action invocation 25/90225/5
2020-06-04 Lukas BacaRESTCONF RFC8040 Notifications support for application... 04/89704/4
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-25 wsx25289Correct POST Location with lists 20/89420/3
2020-05-25 Robert VargaClean up PostDataTransactionUtil 86/89886/2
2020-05-25 wsx25289Get notification streams error. 73/88873/5
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2020-04-27 Robert VargaFactor out common operations schema/data construction 94/89394/10
2020-04-25 Robert VargaEliminate useless allocation 73/89373/2
2020-04-21 Robert VargaReuse SchemaContext.NAME for base NETCONF data qname 88/89188/2
2020-04-21 Allan ClarkeAdd plain PATCH capability to RFC8040 server 14/88214/15
2020-04-21 wsx25289Fix defensive subscriber removal 41/89041/2
2020-04-19 Robert VargaFiles should not be executable 31/89131/1
2020-04-07 wsx25289Do not consider query depth in initial namespace 77/87377/7
2019-11-05 Robert VargaCorrectly close NormalizedNodeStreamWriters 73/85573/1
2019-11-04 wsx25289Fix config/oper reconciliation for leaf-lists 14/85114/6
2019-10-10 Robert VargaBump yangtools to 4.0.1 46/84146/40
2019-09-13 PeterSunaReorganize transactionChainHandler usage. 79/84279/8
2019-09-06 ajay.dp001Teach RFC8040 restconf about actions 92/82992/18
2019-09-06 Robert VargaConvert to using requireNonNull() 88/84188/5
2019-09-04 Robert VargaFix checkstyle 87/84187/1
2019-09-03 Robert VargaRemove use NodeIdentifierWithPredices.getKeyValues() 58/84158/2
2019-08-28 Robert VargaUpdate NodeIdentifierWithPredicates construction 35/84035/1
2019-08-20 Jaroslav TóthFixed wrong exception types 81/83581/8
2019-08-20 Robert VargaSimplify RestconfValidationUtils users 56/83756/3
2019-08-20 Jaroslav TóthAdded ExceptionMapper to RFC-8040 impl 27/83527/12
2019-08-19 Jaroslav TóthFixed response errors for HTTP PUT 84/83584/5
2019-08-19 Jaroslav TóthFixed POST data error response 83/83583/4
2019-08-16 Tibor KrálFix mapping of Revision in Deviations 00/83700/2
2019-08-15 Jaroslav TóthRemoval of dup code in RestconfDataServiceImpl 62/83362/4
2019-08-15 Jaroslav TóthFixing of useless message 'Unknown key : content' ... 59/83359/5
2019-08-15 Jaroslav TóthFix NPE after invoking of GET on /rests/data 61/83361/4
2019-08-02 Robert VargaAdd checkValidIdentifierStart() 37/83337/3
2019-08-02 Robert VargaUse String.indexOf() to check for percent 36/83336/3
2019-08-02 Robert VargaUse static imports for constants 35/83335/3
2019-08-02 Robert VargaFold MainVarsWrapper 30/83330/3
2019-08-02 Robert VargaMove validArg() 28/83328/3
2019-07-31 Robert VargaMigrate nextIdentifierFromNextSequence() 27/83327/2
2019-07-31 Robert VargaMigrate skipCurrentChar() and checkValid() 26/83326/2
2019-07-31 Robert VargaMove currentChar() 25/83325/2
2019-07-31 Robert VargaMove allCharsConsumed() 24/83324/2
2019-07-31 Robert VargaSimplify ParserIdentifier 23/83323/2
2019-07-30 Robert VargaFixup URL path resolution process 22/83322/2
2019-07-29 ajay.dp001Teach RFC8040 URL parser about actions 66/82866/12
2019-07-02 Jaroslav TóthPorting of WebSockets to Jetty in RFC-8040 RESTCONF 24/81424/17
2019-06-19 Jaroslav TóthFix building of wrong YANG notify stream 30/82530/2
2019-06-19 Jaroslav TóthRemove deadlock scenario in ListenersBroker 29/82529/2
2019-06-13 Tibor KrálFix for deviation list mapping in Restconf 82/82482/9
2019-05-07 Robert VargaMerge changes from topic 'web-sockets'
2019-05-02 Jaroslav TóthRemoval of EventBusChangeRecorder 26/81526/6
2019-05-02 Jaroslav TóthRefactoring of web-sockets in RESTCONF RFC-8040 43/80943/12
2019-04-12 Robert VargaBump mdsal to 4.0.0 73/81273/18
2019-04-12 Robert VargaBump yangtools to 3.0.0 72/81272/15
2019-04-06 Robert VargaReduce the use of AttrBuilders 09/81409/3
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 "Hide credentials from logs"
2019-03-28 Jakub MorvayMerge "Added implementation of ActionFactory"
2019-03-28 Jakub MorvayMerge "Output-less RPCs should return 204 (old restconf)"
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-03-26 Jaroslav TóthFix parsing of fields parameters 95/81195/1
2019-02-08 Jakub MorvayMerge "introduce Rfc8040RestConfWiring for standalone...
2019-02-08 Michael Vorburgerintroduce Rfc8040RestConfWiring for standalone (simple... 14/80214/8
2019-02-08 Robert VargaRemove javax.annotation nullness annotations 19/80219/2
2019-02-07 Robert VargaFix Revision confusion 18/80218/2
2019-02-04 Jakub MorvayDisable servlet sessions for /rests web context 32/80132/2
next