aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/operations/DmiDataOperations.java
AgeCommit message (Expand)AuthorFilesLines
7 days#1: Dedicated web client instance is assigned for data, model and health serv...sourabh_sourabh1-10/+8
2024-05-29Simplify Code around building DMI URLsToineSiebelink1-75/+56
2024-05-29CPS-2187 - Move Module Set Tag into request body for dmi data access passthro...david.mcweeney1-9/+6
2024-05-22Remove un-used code of RestTemplatesourabh_sourabh1-1/+1
2024-05-20CPS-2182 - #4 Add module Set tag to NCMPs DMI Batch Data interfacedavid.mcweeney1-1/+1
2024-05-20Merge "CPS-2187 - #6 Add module Set Tag to ncmp (single cm handle) data reque...Toine Siebelink1-19/+39
2024-05-17Replaced RestTemplate with WebClient in synchronous DMI callssourabh_sourabh1-31/+22
2024-05-16CPS-2187 - #6 Add module Set Tag to ncmp (single cm handle) data request to dmidavid.mcweeney1-19/+39
2024-04-30Reverted web client changes as it breaking CPS functionality:sourabh_sourabh1-4/+4
2024-04-25Replace RestTemplate with WebClient in synchronous DMI callsleventecsanyi1-4/+4
2024-03-19Fix SonarQube warningsToineSiebelink1-10/+7
2024-03-14[Bug] Removing inner TaskExecutor to call DMImpriyank1-9/+7
2024-02-29Add bearer token to NCMP async batch data passthrough (CPS-2126 #4)danielhanrahan1-6/+12
2024-02-29Add bearer token to NCMP passthrough operations (CPS-2126 #2)danielhanrahan1-6/+10
2023-11-29Add metrics for NCMP passthrough read operationdanielhanrahan1-0/+4
2023-10-10Conflicting Error codesourabh_sourabh1-8/+8
2023-09-25Refactoring persistence classessourabh_sourabh1-2/+2
2023-08-18Modify data operation schema to accommodate additional informationsourabh_sourabh1-5/+5
2023-08-09Modify DmiDataOperationRequest to make it identical as DataOperationRequestsourabh_sourabh1-3/+5
2023-06-29NCMP : NCMP : Handle non responding DMI-Pluginsourabh_sourabh1-6/+33
2023-06-27NCMP : Handle non-existing and non-ready cm handlessourabh_sourabh1-13/+4
2023-06-23#2 NCMP : Replacing the word 'Batch' as 'DataOperation'.raviteja.karumuri1-23/+25
2023-06-22NCMP : Replacing the word 'Batch' as 'DataOperation'.raviteja.karumuri1-10/+10
2023-05-25NCMP: Update existing Batch endpoint (Moving url param into rest body)sourabh_sourabh1-91/+91
2023-05-09NCMP: Delete DatastoreType enum from cps-ncmp-restsourabh_sourabh1-2/+2
2023-04-27CPS-1553 :REST endpoint to accept collection of cm handles for GET operationsourabh_sourabh1-47/+139
2022-10-20CPS Validator Changeslukegleeson1-3/+1
2022-06-22Data Sync Watchdog Processsourabh_sourabh1-26/+57
2022-06-14Exclude CM-Handles that are not in state 'READY'JosephKeenan1-0/+16
2022-06-01Module Sync Lock State implementationDylanB95EST1-4/+5
2022-05-31Handle RestTemplate Error handling so NCMP cna report correct server statusToineSiebelink1-2/+2
2022-04-29Watchdog-process that changes CM Handles stateDylanB95EST1-2/+2
2022-04-08Refactoring/ Adding Tests for ValidationDylanB95EST1-4/+7
2022-04-05[cps] Fix getResourceDataForPassthroughOperational endpointputhuparambil.aditya1-7/+3
2022-03-10Async: NCMP Rest impl. including Request ID generationsourabh_sourabh1-38/+21
2022-03-01Create Endpoint For Get Cm Handles By NameDylanB95EST1-19/+19
2022-01-28Support 'public' Cm Handle PropertiesDylanB95EST1-4/+4
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh1-6/+6
2021-12-14Changing putOperationWithJson to postOperationWithJsonJosephKeenan1-2/+2
2021-12-02Changing putOperationWithJson to postOperationWithJsonJosephKeenan1-2/+2
2021-11-25Allow separate registration of DMIDataPlugin and DmiModelPuginJosephKeenan1-0/+140