aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/operations/DmiDataOperationsSpec.groovy
AgeCommit message (Expand)AuthorFilesLines
4 daysSimplify Code around building DMI URLsToineSiebelink1-36/+59
5 daysCPS-2187 - Move Module Set Tag into request body for dmi data access passthro...david.mcweeney1-11/+12
11 daysRemove un-used code of RestTemplatesourabh_sourabh1-2/+2
13 daysCPS-2182 - #4 Add module Set tag to NCMPs DMI Batch Data interfacedavid.mcweeney1-2/+2
2024-05-17Replaced RestTemplate with WebClient in synchronous DMI callssourabh_sourabh1-22/+15
2024-04-30Reverted web client changes as it breaking CPS functionality:sourabh_sourabh1-2/+2
2024-04-25Replace RestTemplate with WebClient in synchronous DMI callsleventecsanyi1-2/+2
2024-03-19Fix SonarQube warningsToineSiebelink1-2/+3
2024-03-14[Bug] Removing inner TaskExecutor to call DMImpriyank1-21/+13
2024-02-29Add bearer token to NCMP async batch data passthrough (CPS-2126 #4)danielhanrahan1-1/+1
2024-02-29Add bearer token to NCMP passthrough operations (CPS-2126 #2)danielhanrahan1-7/+8
2024-02-07Replace sleep with PollingConditionsJvD_Ericsson1-9/+12
2024-01-25CloudEvents support for cps-corempriyank1-3/+5
2023-10-10Conflicting Error codesourabh_sourabh1-12/+13
2023-08-11Generic Cloud Event Mappermpriyank1-3/+2
2023-08-09Modify DmiDataOperationRequest to make it identical as DataOperationRequestsourabh_sourabh1-1/+1
2023-06-29NCMP : NCMP : Handle non responding DMI-Pluginsourabh_sourabh1-1/+32
2023-06-27NCMP : Handle non-existing and non-ready cm handlessourabh_sourabh1-1/+7
2023-06-23#2 NCMP : Replacing the word 'Batch' as 'DataOperation'.raviteja.karumuri1-1/+1
2023-06-22NCMP : Replacing the word 'Batch' as 'DataOperation'.raviteja.karumuri1-8/+8
2023-05-25NCMP: Update existing Batch endpoint (Moving url param into rest body)sourabh_sourabh1-20/+23
2023-05-16Fixing minor compilationwaqas.ikram1-2/+2
2023-05-09NCMP: Delete DatastoreType enum from cps-ncmp-restsourabh_sourabh1-5/+5
2023-04-27CPS-1553 :REST endpoint to accept collection of cm handles for GET operationsourabh_sourabh1-10/+31
2022-06-22Data Sync Watchdog Processsourabh_sourabh1-0/+14
2022-05-31Handle RestTemplate Error handling so NCMP cna report correct server statusToineSiebelink1-4/+4
2022-04-05[cps] Fix getResourceDataForPassthroughOperational endpointputhuparambil.aditya1-4/+4
2022-03-10Async: NCMP Rest impl. including Request ID generationsourabh_sourabh1-16/+29
2022-03-01Create Endpoint For Get Cm Handles By NameDylanB95EST1-7/+7
2022-01-28Support 'public' Cm Handle PropertiesDylanB95EST1-13/+12
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh1-2/+7
2021-12-02Changing putOperationWithJson to postOperationWithJsonJosephKeenan1-1/+1
2021-11-25Allow separate registration of DMIDataPlugin and DmiModelPuginJosephKeenan1-0/+84