aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Update CM-Handle registration responseRenu Kumari1-3/+4
2022-03-30Additional validation for names/identifiersDylanB95EST7-31/+70
2022-03-27Registration Response for Create cmhandles operationsRenu Kumari4-217/+227
2022-03-25Registration Response for Update and Delete cmhandles operationsRenu Kumari7-84/+228
2022-03-22Merge "Return Registration response for updating cmhandles"Toine Siebelink4-12/+227
2022-03-21Update versions for next releaseToineSiebelink1-1/+1
2022-03-21Return Registration response for updating cmhandlesRenu Kumari4-12/+227
2022-03-16Upgrade to next snapshot versionBruno Sakoto1-1/+1
2022-03-14Async: NCMP Rest impl. including Request ID generationsourabh_sourabh3-20/+67
2022-03-14Merge "Replacing ModelMapper with MapStruct"Toine Siebelink1-4/+0
2022-03-11Merge "Async: NCMP Rest impl. including Request ID generation"Bruno Sakoto13-144/+453
2022-03-10Replacing ModelMapper with MapStructlukegleeson1-4/+0
2022-03-10Removed ExtendedModuleReference Objectsourabh_sourabh1-39/+0
2022-03-10Async: NCMP Rest impl. including Request ID generationsourabh_sourabh13-144/+453
2022-03-01Create Endpoint For Get Cm Handles By NameDylanB95EST22-305/+405
2022-02-28NCMP Java API depends on NCM-Rest-API (cyclic) through json properties on Jav...DylanB95EST5-30/+15
2022-02-28CPS-887 Decreasing performance of cmHandle registrationJosephKeenan3-40/+40
2022-02-28Merge "Updated openapi.yaml to match to changes in get data node API"Toine Siebelink1-1/+1
2022-02-28Updated openapi.yaml to match to changes in get data node APIputhuparambil.aditya1-1/+1
2022-02-25Fix success response code CM Handle Registrationmpriyank1-2/+2
2022-02-16Core logic to update,add or remove cmHandle propertiesmpriyank7-47/+400
2022-02-14Improve logging in NCMPsourabh_sourabh1-4/+2
2022-02-02[TECHDEBT] Align CPS NCMP REST API SpecificationJosephKeenan6-13/+88
2022-01-28Support 'public' Cm Handle PropertiesDylanB95EST14-235/+241
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh10-103/+84
2022-01-21Merge "patch operation for ncmp running"aditya puthuparambil2-3/+4
2022-01-21patch operation for ncmp runningtragait2-3/+4
2022-01-19[TECHDEBT] Remove deprecated API methods related to NCMPmpriyank5-202/+6
2021-12-20Fix Sonar Qube Violations - Recurring tasksourabh_sourabh1-2/+2
2021-12-15Adding unit tests and robuestness for DMI registrationJosephKeenan2-17/+22
2021-12-14Merge "Changing putOperationWithJson to postOperationWithJson"Toine Siebelink10-110/+183
2021-12-14Changing putOperationWithJson to postOperationWithJsonJosephKeenan10-110/+183
2021-12-14Add exception handling to delete schema set when a registration is removedniamhcore2-2/+23
2021-12-08Delete anchor and schema set when a registration is removedniamhcore2-11/+20
2021-12-08Support Delete operation for ds Passtrough-Running in NCMP 1/3DylanB95EST2-9/+10
2021-12-07Undo manipulation of YangResource string as this is now handled correctly in ...ToineSiebelink4-114/+6
2021-12-02Changing putOperationWithJson to postOperationWithJsonJosephKeenan4-28/+3
2021-11-26Patch operation passthrough runningniamhcore1-1/+2
2021-11-25Allow separate registration of DMIDataPlugin and DmiModelPuginJosephKeenan25-986/+1508
2021-11-10Update operation passthrough running - Service Layerniamhcore6-6/+105
2021-11-02Add get cm handles by modules names - service layerniamhcore3-14/+50
2021-11-02Merge "Clean Up Code around List Nodes"Toine Siebelink2-13/+13
2021-11-02Clean Up Code around List NodesDylanB95EST2-13/+13
2021-10-28Remove org.jetbrains.annotations dependencyBruno Sakoto2-8/+0
2021-10-21Upgrade maven dependenciesBruno Sakoto1-0/+4
2021-10-18CPS-475 - fix sonar smellsJosephKeenan1-4/+4
2021-10-14Step 10 : Bumping origin/master version cps-2.1.0puthuparambil.aditya1-1/+1
2021-10-14Step 6 : Bumping version cps-2.0.2puthuparambil.aditya1-1/+1
2021-10-12fix for sync and passthough usecasetragait5-38/+55
2021-10-08Merge "Update get yang resource response body"Toine Siebelink2-21/+29