aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/src/test
AgeCommit message (Expand)AuthorFilesLines
2023-08-17Add code coverage for missing branches in pagination API(ep4)rajesh.kumar1-2/+36
2023-08-03Merge "Support pagination in query across all anchors(ep4)"Luke Gleeson1-4/+47
2023-08-02Support pagination in query across all anchors(ep4)rajesh.kumar1-4/+47
2023-07-31Add 'direct' keyword to descendants option to query direct children (ep1)Rudrangi Anupriya1-2/+2
2023-07-28Add 'direct' keyword to descendants option to query direct children (ep1)Rudrangi Anupriya1-2/+8
2023-07-18Persisting a list element to a parent list (ep2)Rudrangi Anupriya1-0/+23
2023-06-29Improved code coverage (branches) around multipart file utilsToineSiebelink1-11/+26
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar1-0/+30
2023-02-20Fix sonar code smellhalil.cakal2-2/+2
2023-02-17CPS-1401 Implement V2 of GET Data Node APIarpitsingh1-28/+77
2023-02-13Test for yang file archive limitationhalil.cakal3-24/+52
2023-01-31Introduce InstrumentationToineSiebelink1-2/+12
2023-01-23Added depth parameter in query nodes API.rajesh.kumar2-3/+54
2022-12-22XML content on create anchors node supportMichal Jagiello2-40/+46
2022-12-16API versioning supported and added different versions for POST APIsrajesh.kumar1-28/+42
2022-12-09Added API to get all schema sets for a given dataspace.rajesh.kumar1-0/+15
2022-11-18Added get APIs for dataspace.rajesh.kumar1-0/+28
2022-11-10HTTP error code 500 changed to 400 for invalid JSON payloadrajesh.kumar1-0/+13
2022-11-02Ensure prefix is correct module prefixToineSiebelink3-0/+13
2022-08-25Performance Improvement: Batch Update DataNodeslukegleeson1-3/+3
2022-04-25Fix Absolute Path to list with Integer/String keyLathish1-1/+0
2022-03-30Additional validation for names/identifiersDylanB95EST1-4/+3
2022-03-10Replacing ModelMapper with MapStructlukegleeson4-45/+80
2022-02-17Align JSON DataNode for Get and Post/Put API in CPSputhuparambil.aditya2-8/+12
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh3-15/+22
2022-01-07CPS-Core: Unable to parse JSON input with space for POST endpointsourabh_sourabh1-21/+20
2021-12-02Adding examples in openapi for cps-coreputhuparambil.aditya2-35/+30
2021-11-23CPS-314: Delete Dataspaceniamhcore2-1/+16
2021-11-02Delete DataNode (xpath) for a given AnchorDylanB95EST1-0/+22
2021-11-02Clean Up Code around List NodesDylanB95EST1-25/+20
2021-09-01Add ncmp endpoints to swagger-uiRenu Kumari1-6/+1
2021-08-30Change the list-node rest interfaceRenu Kumari1-6/+6
2021-08-25Add optional observed timestamp in the cps data apiaditya puthuparambil3-77/+215
2021-08-18Delete list-node p2 rest layerlukegleeson1-0/+15
2021-08-11Merge "Update response query format"aditya puthuparambil1-3/+6
2021-08-11Update response query formatniamhcore1-3/+6
2021-08-10Upgrade Swager Codegen-maven-pluginJosephKeenan3-33/+3
2021-07-13Editing of Nordix Licenses to ONAP guidelineslukegleeson5-6/+13
2021-06-18Merge "Missing licence info added in pom file"Bruno Sakoto1-0/+16
2021-06-18Missing licence info added in pom fileshivasubedi1-0/+16
2021-06-15[OpenAPI] Implemented example as per example wiki page for getting anchors ba...JosephKeenan1-1/+1
2021-06-01Introducing Antlr4 for cpsPath parsingToineSiebelink1-11/+12
2021-05-25Replace list-node content (part 2): CPS REST layerRuslan Kashapov1-1/+17
2021-05-20Response code fix (Bad Request instead of Not Found) when modifying non-exist...Ruslan Kashapov1-0/+24
2021-05-11Create list-node elements (part2): CPS REST layerRuslan Kashapov1-4/+18
2021-04-29Investigate and update Spock versionshivasubedi5-18/+1
2021-04-28- Remove redundant and misleading testsToineSiebelink1-29/+11
2021-04-26Get Data under anchor using single rootRishi.Chail1-1/+1
2021-04-20Create child data node (part 1): CPS service + RESTRuslan Kashapov1-3/+30
2021-04-07Merge "Fix upload size to be greater than 1MB"Bruno Sakoto2-0/+28296