Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl /
2022-03-30 Robert VargaBump upstreams to SNAPSHOTs 07/99507/57
2022-03-27 Robert VargaReconstruct inference stack during normalization 70/100270/15
2022-03-25 Robert VargaFinish bierman02 test migration 72/100272/2
2022-03-25 Robert VargaPeel another RPC invocation site 69/100269/4
2022-03-25 Robert VargaPeel DataSchemaNode-only users of InstanceIdentifierContext 59/100259/3
2022-03-25 Robert VargaPeel bierman02 local RPC test invocations 58/100258/1
2022-03-25 Robert VargaSimplify RestconfImplTest mocking 57/100257/1
2022-03-21 Robert VargaDeprecate public InstanceIdentifierContext 12/100212/2
2022-03-21 Robert VargaMake InstanceIdentifierContext final 11/100211/1
2022-03-21 Robert VargaAbstractNotificationsData.writeNormalizedNode() should... 03/100203/1
2022-03-21 Robert VargaRemove unneeded warning suppressions 02/100202/1
2022-03-21 Robert VargaInstanceIdentifierContext does not take generics 01/100201/1
2022-03-21 Robert VargaRevert "Remove SchemaNode#getPath usage from RestconfIm... 95/100195/2
2022-03-21 Robert VargaRevert "Remove SchemaNode#getPath from NormalizedNodeXm... 81/100181/2
2022-03-21 Robert VargaRevert "Remove use of #getPath() in URIParametersParsin... 72/100172/1
2022-03-16 Ivan HraskoRemove use of #getPath() in URIParametersParsing tests 31/100131/7
2022-03-08 OleksandrZharovRemove SchemaNode#getPath from NormalizedNodeXmlBodyWriter 79/99679/18
2022-02-17 OleksandrZharovRemove SchemaNode#getPath usage from RestconfImplTest 31/99731/3
2022-02-08 Robert VargaEnable ignored test 64/99664/1
2022-02-08 Robert VargaMigrate to assertThrows() 63/99663/1
2022-02-08 Robert VargaDo not instantiate JsonParser 43/99643/1
2022-01-27 Robert VargaMigrate to Empty.value() 08/99508/1
2021-10-24 Robert VargaHide NormalizedNodeContext and WriterParameters 91/98091/3
2021-10-21 Robert VargaBump MRI upstreams 31/98031/2
2021-09-14 Robert VargaRemove DataChangeScope 87/97487/2
2021-09-11 Robert VargaRemove RestconfError.ErrorTag 30/97030/15
2021-07-26 Robert VargaRemove RestconfError.ErrorType 28/97028/6
2021-06-07 Robert VargaBump MRI upstreams 99/96099/50
2021-01-11 Robert VargaEnable modernizer in restconf-nb-bierman02 93/94593/1
2021-01-07 Robert VargaUse java.util.Optional 80/94480/1
2020-10-28 Vladyslav MarchenkoUse @RunWith(MockitoJUnitRunner.StrictStubs.class) 88/93388/6
2020-10-16 Robert VargaBump upstreams for Silicon 35/92935/24
2020-09-30 Nikhil SoniExtend Websocket streams for data-less notifications 28/89928/13
2020-07-17 Nikhil SoniFix missing stream leaf value 98/90498/4
2020-06-03 Robert VargaEnsure RPC input in invocation is not null 32/90232/3
2020-05-06 Lukas BacaReport HTTP status 409 on DATA_MISSING error 83/89583/8
2020-04-30 Robert VargaUpdate MRI projects for Aluminium 12/88912/46
2020-01-20 Robert VargaDrop the use of google truth/@LogRule 57/87057/2
2019-10-24 Robert VargaAdjust for AAA ditching WebClient 90/84790/20
2019-10-10 Robert VargaBump yangtools to 4.0.1 46/84146/40
2019-09-03 Robert VargaRemove use NodeIdentifierWithPredices.getKeyValues() 58/84158/2
2019-08-28 Robert VargaUpdate NodeIdentifierWithPredicates construction 35/84035/1
2019-04-12 Robert VargaBump mdsal to 4.0.0 73/81273/18
2019-04-06 Robert VargaReduce the use of AttrBuilders 09/81409/3
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 Jaroslav TóthOutput-less RPCs should return 204 (old restconf) 22/81222/4
2019-03-28 Jakub MorvayMerge "Allow double slashes in RESTCONF URLs"
2019-03-25 Jaroslav TóthAllow double slashes in RESTCONF URLs 44/81144/1
2019-02-12 Jakub MorvayGet rid of string payload RestconfService#invokeRpc 41/80241/5
2019-02-08 Jakub MorvayMerge "introduce Rfc8040RestConfWiring for standalone...
2019-02-08 Michael Vorburgerintroduce Rfc8040RestConfWiring for standalone (simple... 14/80214/8
2019-02-07 Michael Vorburgerintroduce Bierman02RestConfWiring for standalone (simpl... 88/79388/11
2019-01-23 Michael VorburgerdestroyInstance() WebSocketServer in two tests 60/79860/1
2019-01-21 Jakub MorvayMerge "Bump yangtools to 2.1.8"
2019-01-21 Robert VargaBump yangtools to 2.1.8 56/79656/4
2019-01-07 Jakub MorvayMerge "Prevent ssh hang during shutdown"
2019-01-04 Robert VargaModernize collection allocation 20/79220/3
2019-01-02 Robert VargaFix NamespaceContext test implementation 39/79139/2
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-11-06 Robert VargaMigrate use of deprecated netty API elements 22/77522/3
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-25 Jakub MorvayMerge "Remove unused exceptions"
2018-07-24 Stephen KittRemove unused exceptions 96/74396/3
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-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-05-07 Tom PantelisRemove controller DCL-related references 41/71841/1
2018-04-27 Jakub MorvayMerge "Convert rcf8040 from web.xml to programmtic...
2018-04-26 Jakub MorvayMerge changes from topic 'rem_web_xml'
2018-04-18 Tom PantelisConvert bierman02 from web.xml to programmtic web API 61/71061/2
2018-04-16 Tom PantelisRemove static RestconfImpl 96/70996/1
2018-04-16 Tom PantelisUse BrokerFacade non-statically 95/70995/1
2018-04-13 Tom PantelisUse ControllerContext non-statically 35/70935/1
2018-04-04 Jakub MorvayMerge "NETCONF-526 : edit-config payload default-operat...
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-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-10-25 Tomas CereMerge "Add missing flush() on buffered writer."
next