aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/src/test/groovy/org
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Implement merging all ncmp datastore endpoints into onebmiklos1-14/+0
2022-08-29Performance Improvement:save cmhandles capabilitympriyank1-0/+21
2022-08-25Performance Improvement: Batch Update DataNodeslukegleeson1-6/+39
2022-08-19Performance Improvement: Temporal eventmpriyank2-37/+48
2022-08-11Get Node API fixputhuparambil.aditya1-4/+6
2022-07-29Query CmHandles using CPS pathlukegleeson1-0/+25
2022-07-13Refactor unit test for Notification Error Handleremaclee1-7/+24
2022-07-05Coverage for NotificationErrorHandleremaclee1-0/+41
2022-06-30Composite state transition code changesourabh_sourabh1-2/+5
2022-06-30Add method to get YANG module sources for CM handleemaclee1-1/+7
2022-06-22Data Sync Watchdog Processsourabh_sourabh1-0/+18
2022-06-13Fix sonar code smellskissand2-5/+4
2022-06-08Merge 2 'query' end points in NCMPkissand2-10/+91
2022-06-02Merge "Add module name to cps core output"Toine Siebelink2-8/+37
2022-06-02Add module name to cps core outputemaclee2-8/+37
2022-05-25Async request response NCMP -> ClientJosephKeenan2-14/+13
2022-05-03Fix sonar code smellskissand1-2/+17
2022-04-29Merge "Fix sonar code smells"Toine Siebelink1-5/+7
2022-04-29Fix sonar code smellskissand1-5/+7
2022-04-27Add methods to Lock Anchor entityemaclee1-0/+17
2022-04-08Refactoring/ Adding Tests for ValidationDylanB95EST5-1/+399
2022-04-06Query based on Public CM PropertiesJosephKeenan1-1/+11
2022-04-05Async: NCMP Rest impl. including Request ID generationsourabh_sourabh1-0/+14
2022-03-30Additional validation for names/identifiersDylanB95EST3-5/+53
2022-03-25Add Start and Stop sessions on JAVA APIemaclee1-0/+16
2022-03-10Removed ExtendedModuleReference Objectsourabh_sourabh1-4/+3
2022-03-03Bug fix for delete data node not working for root nodeputhuparambil.aditya1-27/+17
2022-02-28CPS-887 Decreasing performance of cmHandle registrationJosephKeenan1-12/+20
2022-02-17Align JSON DataNode for Get and Post/Put API in CPSputhuparambil.aditya2-8/+28
2022-02-15Fix to keep yang resource cache in syncRenu Kumari2-32/+144
2022-02-14Improve logging in NCMPsourabh_sourabh1-13/+20
2022-02-07Add support for delete data-node eventRenu Kumari3-45/+70
2022-02-02Refactor Delete Anchor functionalityRenu Kumari3-22/+20
2022-01-28Refactored Delete SchemaSet functionalityRenu Kumari3-19/+63
2022-01-28Support 'public' Cm Handle PropertiesDylanB95EST1-8/+8
2022-01-27Merge "Improve logging in NCMP"Toine Siebelink1-0/+61
2022-01-25Improve logging in NCMPsourabh_sourabh1-0/+61
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh1-0/+87
2022-01-11Send operation information in existing notification eventsRenu Kumari3-26/+68
2022-01-07CPS-Core: Unable to parse JSON input with space for POST endpointsourabh_sourabh1-0/+27
2021-11-23CPS-314: Delete Dataspaceniamhcore2-0/+16
2021-11-03Merge "Delete DataNode (xpath) for a given Anchor"Niamh Core1-0/+11
2021-11-02Delete DataNode (xpath) for a given AnchorDylanB95EST1-0/+11
2021-11-02Add get cm handles by modules names - service layerniamhcore1-0/+8
2021-11-02Clean Up Code around List NodesDylanB95EST3-21/+29
2021-09-07P2 - Get module names and revisions rest layerniamhcore1-2/+12
2021-09-06P1 - Get module name and revision persistence layerniamhcore1-6/+6
2021-09-02Add property to enable Notification Sevice async processingRenu Kumari1-7/+0
2021-08-25Add optional observed timestamp in the cps data apiaditya puthuparambil4-55/+80
2021-08-25Merge "Add timeout to async test-cases"Bruno Sakoto1-6/+12