summaryrefslogtreecommitdiffstats
path: root/cps-rest/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar2-0/+49
2023-03-09Add new metrics to the get data node methodkissand2-0/+10
2023-02-20Fix sonar code smellhalil.cakal3-5/+5
2023-02-17CPS-1401 Implement V2 of GET Data Node APIarpitsingh2-39/+97
2023-02-13Test for yang file archive limitationhalil.cakal5-38/+72
2023-02-08Correct calculation of zip archive size for schemaset uploadArne Chrestin1-1/+1
2023-01-31Introduce InstrumentationToineSiebelink2-3/+16
2023-01-23Added depth parameter in query nodes API.rajesh.kumar4-13/+90
2022-12-22XML content on create anchors node supportMichal Jagiello3-47/+60
2022-12-16API versioning supported and added different versions for POST APIsrajesh.kumar4-47/+119
2022-12-09Added API to get all schema sets for a given dataspace.rajesh.kumar2-0/+29
2022-11-18Added get APIs for dataspace.rajesh.kumar3-0/+50
2022-11-10HTTP error code 500 changed to 400 for invalid JSON payloadrajesh.kumar2-1/+16
2022-11-02Ensure prefix is correct module prefixToineSiebelink5-8/+33
2022-09-13Handle partial failure (improvements)ToineSiebelink1-1/+2
2022-08-25Performance Improvement: Batch Update DataNodeslukegleeson2-4/+4
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 MapStructlukegleeson6-78/+109
2022-03-01Create Endpoint For Get Cm Handles By NameDylanB95EST1-10/+5
2022-02-17Align JSON DataNode for Get and Post/Put API in CPSputhuparambil.aditya4-13/+17
2022-02-14Improve logging in NCMPsourabh_sourabh1-0/+3
2022-01-27Merge "Improve logging in NCMP"Toine Siebelink1-4/+1
2022-01-25Improve logging in NCMPsourabh_sourabh1-4/+1
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh5-36/+45
2022-01-07CPS-Core: Unable to parse JSON input with space for POST endpointsourabh_sourabh2-30/+31
2021-12-02Adding examples in openapi for cps-coreputhuparambil.aditya3-48/+45
2021-11-23CPS-314: Delete Dataspaceniamhcore3-1/+28
2021-11-02Delete DataNode (xpath) for a given AnchorDylanB95EST2-0/+30
2021-11-02Clean Up Code around List NodesDylanB95EST2-33/+28
2021-09-01Add ncmp endpoints to swagger-uiRenu Kumari9-822/+2
2021-08-30Change the list-node rest interfaceRenu Kumari3-8/+8
2021-08-25Add optional observed timestamp in the cps data apiaditya puthuparambil7-95/+275
2021-08-18Delete list-node p2 rest layerlukegleeson3-0/+42
2021-08-11Merge "Update response query format"aditya puthuparambil2-4/+15
2021-08-11Update response query formatniamhcore2-4/+15
2021-08-10Upgrade Swager Codegen-maven-pluginJosephKeenan5-48/+22
2021-07-16CPS-401 Update Open API YAML with data types and example for output (cpsData)JosephKeenan5-0/+749
2021-07-13Editing of Nordix Licenses to ONAP guidelineslukegleeson10-15/+26
2021-07-09Support concurrent requests to create schema setsBruno Sakoto1-1/+4
2021-06-21Sonar Qube code smell clean upDylanB95EST1-2/+2
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...JosephKeenan2-8/+71
2021-06-01Introducing Antlr4 for cpsPath parsingToineSiebelink1-11/+12
2021-05-25Replace list-node content (part 2): CPS REST layerRuslan Kashapov2-1/+24
2021-05-20Response code fix (Bad Request instead of Not Found) when modifying non-exist...Ruslan Kashapov2-2/+30
2021-05-11Create list-node elements (part2): CPS REST layerRuslan Kashapov2-5/+26
2021-04-29Investigate and update Spock versionshivasubedi5-18/+1
2021-04-28- Remove redundant and misleading testsToineSiebelink1-29/+11