aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/operations/DmiModelOperations.java
AgeCommit message (Expand)AuthorFilesLines
7 days#1: Dedicated web client instance is assigned for data, model and health serv...sourabh_sourabh1-1/+1
2024-05-29Simplify Code around building DMI URLsToineSiebelink1-18/+14
2024-05-22Remove un-used code of RestTemplatesourabh_sourabh1-1/+1
2024-05-17Replaced RestTemplate with WebClient in synchronous DMI callssourabh_sourabh1-2/+2
2024-05-15CPS-2181 - #1 Included Module Set Tag in NCMP calls to DMI for Yang Module Re...david.mcweeney1-3/+10
2024-04-30Reverted web client changes as it breaking CPS functionality:sourabh_sourabh1-13/+13
2024-04-25Replace RestTemplate with WebClient in synchronous DMI callsleventecsanyi1-13/+13
2024-04-04Add moduleSetTag to the request towards dmi pluginleventecsanyi1-1/+2
2024-02-29Add bearer token to NCMP passthrough operations (CPS-2126 #2)danielhanrahan1-1/+1
2024-02-22Refactor check for no new modules in Module Syncdanielhanrahan1-1/+5
2023-09-25Refactoring persistence classessourabh_sourabh1-1/+1
2023-05-25NCMP: Update existing Batch endpoint (Moving url param into rest body)sourabh_sourabh1-3/+2
2023-04-27CPS-1553 :REST endpoint to accept collection of cm handles for GET operationsourabh_sourabh1-4/+5
2022-06-01Module Sync Lock State implementationDylanB95EST1-2/+3
2022-05-31Handle RestTemplate Error handling so NCMP cna report correct server statusToineSiebelink1-1/+1
2022-04-05[cps] Fix getResourceDataForPassthroughOperational endpointputhuparambil.aditya1-2/+2
2022-03-10Async: NCMP Rest impl. including Request ID generationsourabh_sourabh1-2/+3
2022-03-01Create Endpoint For Get Cm Handles By NameDylanB95EST1-15/+15
2022-02-28CPS-887 Decreasing performance of cmHandle registrationJosephKeenan1-6/+7
2022-01-28Support 'public' Cm Handle PropertiesDylanB95EST1-10/+11
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh1-7/+10
2021-12-20Fix Sonar Qube Violations - Recurring tasksourabh_sourabh1-2/+2
2021-12-14Changing putOperationWithJson to postOperationWithJsonJosephKeenan1-8/+44
2021-11-25Allow separate registration of DMIDataPlugin and DmiModelPuginJosephKeenan1-0/+133