aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-28Fix Code smellsshivasubedi4-14/+11
2021-04-26Get Data under anchor using single rootRishi.Chail2-6/+3
2021-04-20Create child data node (part 1): CPS service + RESTRuslan Kashapov2-9/+44
2021-04-07Fix SonarQube violationsToineSiebelink1-1/+1
2021-04-07Merge "Fix upload size to be greater than 1MB"Bruno Sakoto2-0/+28296
2021-04-07Fix upload size to be greater than 1MBniamhcore2-0/+28296
2021-04-07Delete anchor part 2: cps restRuslan Kashapov2-8/+22
2021-04-06Fix for security hotspot related to safe archive expansionputhuparambil.aditya3-8/+198
2021-03-29Fix for AlreadyDefinedException test.niamhcore1-6/+6
2021-03-24Internal Server Error when creating the same data node twiceniamhcore4-29/+23
2021-03-18Fix code smellsRishi.Chail1-2/+2
2021-03-12Merge "Move web security configuration to application module"Toine Siebelink6-170/+30
2021-03-12Move web security configuration to application moduleRuslan Kashapov6-170/+30
2021-03-11Exception stack trace is exposedniamhcore2-38/+16
2021-03-11Suppress csrf sonar security hotspot warningBruno Sakoto1-0/+5
2021-03-09Improve error reporting for invalid cps path queryniamhcore2-3/+9
2021-03-05Add basic authentication securityBruno Sakoto6-65/+240