aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/src/main
AgeCommit message (Expand)AuthorFilesLines
2022-03-10Replacing ModelMapper with MapStructlukegleeson3-56/+52
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.aditya2-5/+5
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_sourabh2-21/+23
2022-01-07CPS-Core: Unable to parse JSON input with space for POST endpointsourabh_sourabh1-9/+11
2021-12-02Adding examples in openapi for cps-coreputhuparambil.aditya1-13/+15
2021-11-23CPS-314: Delete Dataspaceniamhcore1-0/+12
2021-11-02Delete DataNode (xpath) for a given AnchorDylanB95EST1-0/+8
2021-11-02Clean Up Code around List NodesDylanB95EST1-8/+8
2021-09-01Add ncmp endpoints to swagger-uiRenu Kumari8-816/+1
2021-08-30Change the list-node rest interfaceRenu Kumari2-2/+2
2021-08-25Add optional observed timestamp in the cps data apiaditya puthuparambil4-18/+60
2021-08-18Delete list-node p2 rest layerlukegleeson2-0/+27
2021-08-11Merge "Update response query format"aditya puthuparambil1-1/+9
2021-08-11Update response query formatniamhcore1-1/+9
2021-08-10Upgrade Swager Codegen-maven-pluginJosephKeenan2-15/+19
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 guidelineslukegleeson5-9/+13
2021-07-09Support concurrent requests to create schema setsBruno Sakoto1-1/+4
2021-06-21Sonar Qube code smell clean upDylanB95EST1-2/+2
2021-06-15[OpenAPI] Implemented example as per example wiki page for getting anchors ba...JosephKeenan1-7/+70
2021-05-25Replace list-node content (part 2): CPS REST layerRuslan Kashapov1-0/+7
2021-05-20Response code fix (Bad Request instead of Not Found) when modifying non-exist...Ruslan Kashapov1-2/+6
2021-05-11Create list-node elements (part2): CPS REST layerRuslan Kashapov1-1/+8
2021-04-28Fix Code smellsshivasubedi4-14/+11
2021-04-26Get Data under anchor using single rootRishi.Chail1-5/+2
2021-04-20Create child data node (part 1): CPS service + RESTRuslan Kashapov1-6/+14
2021-04-07Fix SonarQube violationsToineSiebelink1-1/+1
2021-04-07Delete anchor part 2: cps restRuslan Kashapov1-7/+9
2021-04-06Fix for security hotspot related to safe archive expansionputhuparambil.aditya2-8/+97
2021-03-24Internal Server Error when creating the same data node twiceniamhcore1-6/+5
2021-03-18Fix code smellsRishi.Chail1-2/+2
2021-03-12Merge "Move web security configuration to application module"Toine Siebelink1-66/+0
2021-03-12Move web security configuration to application moduleRuslan Kashapov1-66/+0
2021-03-11Exception stack trace is exposedniamhcore1-20/+14
2021-03-11Suppress csrf sonar security hotspot warningBruno Sakoto1-0/+5
2021-03-09Improve error reporting for invalid cps path queryniamhcore1-2/+6
2021-03-05Add basic authentication securityBruno Sakoto1-0/+61
2021-03-02CPS-265 - updating cps path to support include-descendants option.niamhcore1-2/+5
2021-02-22Rest & Java API layer - Query Datanodes using cpsPath that contains contains ...niamhcore1-0/+48
2021-02-18Data fragment update by xpath #3 - rest and service layersRuslan Kashapov1-3/+17
2021-01-26Ensure CPS REST API Specs conform to ONAP standardsRishi.Chail1-1/+1
2021-01-25Ensure CPS REST API Specs conform to ONAP standardsRishi.Chail1-28/+0
2021-02-04Fetching data node by xpath - rest and service layersRuslan Kashapov2-6/+19
2021-02-04Merge "Decouple configuration from application"Toine Siebelink5-87/+7
2021-02-01Decouple configuration from applicationClaudio D. Gasparini5-87/+7
2021-02-01Merge "Retrieve an Anchor for a given dataspace by anchor name - REST layer"Toine Siebelink1-1/+2