aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/mso
AgeCommit message (Expand)AuthorFilesLines
2020-03-11add new format to fetch requests from MSO to the CMAmichai Hemli2-2/+7
2020-02-17Test AaiController's get-tenants existing flowIttay Stern1-1/+1
2020-01-15Async MSO error format: handle more casesIttay Stern1-0/+23
2020-01-12Provide literal usePreload=false when usePreload is <null>Ittay Stern1-0/+49
2019-10-31register SyncRestClient to work with new MetricLogClient FilterAlexey Sandler3-402/+1
2019-10-31add to AAI headers in request and metric logEinat Vinouze1-36/+0
2019-10-23register MSO Client to MetricLogClientFilterAlexey Sandler2-23/+6
2019-10-06send X-ONAP-RequestID and X-InvocationID headers to AAIEylon Malin1-18/+44
2019-10-06all rest calls of AAIRestInterface use doRest methodEylon Malin1-1/+0
2019-10-03send INVOCATION_ID header in MsoRestClientNewEylon Malin1-6/+90
2019-10-03Merge changes I3d32b225,I75b554a6Ittay Stern2-151/+2
2019-10-03add test case of restCall to outgoing request header testEylon Malin1-0/+1
2019-10-03remove unused interface and unused methodsEylon Malin2-151/+1
2019-10-03UT - requestId is same in next call but invocationId is differentEylon Malin1-1/+18
2019-10-02Merge "send INVOCATION_ID header via RestMsoImplementation"Amichai Hemli1-5/+8
2019-10-02MsoRestClientNew not extends RestMsoImplementationEylon Malin2-4/+4
2019-10-02send INVOCATION_ID header via RestMsoImplementationEylon Malin1-5/+8
2019-10-02Verify partner-name header sent to AAI, SOIttay Stern4-4/+13
2019-10-02Merge "Revive SO's OutgoingRequestHeadersTest"Amichai Hemli1-49/+72
2019-10-02enable mso rest client send DELETE request with bodyEylon Malin1-73/+2
2019-09-26Revive SO's OutgoingRequestHeadersTestIttay Stern1-49/+72
2019-09-22Remove injections from filter, as filter is not Spring-controlledIttay Stern1-3/+1
2019-09-22Let request-id value derive from alternative request-headersIttay Stern1-1/+3
2019-09-19Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId met...Ittay Stern1-2/+4
2019-09-12create JoshworksJacksonObjectMapper and use it everywhere neededEylon Malin1-4/+2
2019-09-12make Logging a service and inject it to SyncRestClientEylon Malin4-21/+38
2019-09-10update MSO configuration URLEylon Malin2-2/+2
2019-09-10update MSO create service instance URLEylon Malin2-5/+4
2019-09-08send different request id on each mso callEylon Malin2-25/+85
2019-09-05send X-ONAP-RequestID header from MSO clientEylon Malin1-1/+6
2019-09-03fix getDeactivateAndCloudDeletePath testEylon Malin1-10/+4
2019-09-02improve test to verify also serializationEylon Malin1-34/+6
2019-09-02Revert "add some UT for MsoBusinessLogicImpl"Eylon Malin1-65/+0
2019-09-01add some UT for MsoBusinessLogicImplEylon Malin1-0/+65
2019-09-01handle non OK response from SDC while getting modelEylon Malin2-24/+8
2019-08-22extract constant in MsoBusinessLogicImplTestEylon Malin1-6/+7
2019-08-22probe mso by retrieving empty list of request statusEylon Malin3-55/+223
2019-08-06handle errors in change management and tenant isolationEylon Malin1-8/+8
2019-07-30Implant vid-app-common org.onap.vid.job (main and test)Einat Vinouze4-152/+105
2019-07-25Don't double-wrap RequestDetails for (de)activateFabricConfigurationIttay Stern1-2/+2
2019-07-21Return a value from MsoInterface::setServiceInstanceStatusIttay Stern3-49/+36
2019-07-01Extend probe mechanismWojciech Sliwka1-1/+1
2019-06-18Extend probe mechanismWojciech Sliwka1-0/+32
2019-04-11Merge "removing /onap/so/infra from properties"Wojciech Sliwka1-1/+1
2019-04-11removing /onap/so/infra from propertiesBartosz Gardziejewski1-1/+1
2019-04-10Inject an SystemPropertiesWrapper instance to MsoClientWojciech Sliwka3-10/+21
2019-04-08align logic to new so apiWojciech Sliwka1-1/+28
2019-04-01Sending workflow data from UI to SOBartosz Gardziejewski3-0/+117
2019-03-24Ingest SO Task fields: 'timeout' and 'description'Ittay Stern1-19/+45
2019-03-19Task.java to Task.kt, and test itIttay Stern1-2/+51