aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/src/test/groovy/org/onap/cps
AgeCommit message (Expand)AuthorFilesLines
2022-01-25Replace gson mapper with jackson mappersourabh_sourabh3-7/+16
2021-11-23CPS-314: Delete Dataspaceniamhcore1-3/+26
2021-11-09Fix for get anchor identifiers by module namesniamhcore1-10/+8
2021-11-02Add get cm handles by modules names - service layerniamhcore1-5/+5
2021-11-02Merge "Clean Up Code around List Nodes"Toine Siebelink1-92/+117
2021-11-02Clean Up Code around List NodesDylanB95EST1-92/+117
2021-10-29Add get cm handles by modules names - persistence layerniamhcore1-0/+35
2021-09-29CPS-594: Exception when updating list node PATCHDylanB95EST1-5/+69
2021-09-21Merge "Updating fetch all yang modules queries and tests"Toine Siebelink1-2/+1
2021-09-20Updating fetch all yang modules queries and testsniamhcore1-2/+1
2021-09-14Add test for missing code covereageToineSiebelink2-8/+28
2021-09-07P2 - Get module names and revisions rest layerniamhcore1-2/+2
2021-09-06P1 - Get module name and revision persistence layerniamhcore2-15/+31
2021-09-03Ensure Leaf value retains Integer typelukegleeson1-1/+27
2021-08-18Merge "CPS-508: Create anchor/schemaset from new modules and existing modules"Niamh Core2-11/+22
2021-08-17CPS-508: Create anchor/schemaset from new modules and existing modulesshivasubedi2-11/+22
2021-08-17Delete list-node p1 service and persistence layerslukegleeson1-11/+55
2021-08-05CPS-506: List all known modules and revisionshivasubedi2-14/+59
2021-07-23Renamed UnitSpec to SpecRenu Kumari1-1/+1
2021-07-23Renamed test spec to Integration SpecRenu Kumari1-1/+1
2021-07-22Merge "Fixed inconsistent data issue with replaceNode"Bruno Sakoto2-4/+118
2021-07-21Fixed inconsistent data issue with replaceNodeRenu Kumari2-4/+118
2021-07-20Support text() conditionToineSiebelink1-18/+28
2021-07-16Rename CpsModulePersistenceServiceSpec test classBruno Sakoto1-1/+1
2021-07-13Editing of Nordix Licenses to ONAP guidelineslukegleeson5-5/+10
2021-07-09Support concurrent requests to create schema setsBruno Sakoto2-1/+91
2021-06-01Introducing Antlr4 for cpsPath parsingToineSiebelink2-129/+9
2021-05-24Replace list-node content (part 1): CPS Service and persistence layersRuslan Kashapov1-0/+30
2021-05-11Create list-node elements (part1): CPS service and persistence layersRuslan Kashapov1-14/+47
2021-05-07Add CpsPathQueries.sql and create data inspired by the bookstore modelniamhcore2-42/+40
2021-05-04Fix ancestor cps path to recognize ancestor list valueniamhcore1-8/+9
2021-04-30Implement cps path query to get ancestor by schema node identifierToineSiebelink3-80/+72
2021-04-30Fix Get descendent to support xpaths that end in list valuesputhuparambil.aditya1-14/+30
2021-04-29Investigate and update Spock versionshivasubedi5-30/+1
2021-04-26Merge "Leaf String value comparison matches mix of single and double quotes"Rishi Chail1-2/+20
2021-04-26Get Data under anchor using single rootRishi.Chail1-5/+15
2021-04-26Leaf String value comparison matches mix of single and double quotesshivasubedi1-2/+20
2021-04-22Implement ends with cps path query to support multiple attributes with 'and' ...puthuparambil.aditya3-72/+201
2021-04-22Document legacy CPS Path functionalityToineSiebelink1-3/+4
2021-04-15Fix "ends-with" query syntax to conform with xPath definitionToineSiebelink2-25/+27
2021-04-07Delete anchor part 1: service and persistence layersRuslan Kashapov1-7/+32
2021-03-31Fix to store data for 2 anchors using same modelBruno Sakoto2-0/+19
2021-03-24Internal Server Error when creating the same data node twiceniamhcore3-7/+10
2021-03-11Fix for security hotspot related to wek cyptographyputhuparambil.aditya1-2/+2
2021-03-10Fix SOnarQube bug on RegexToineSiebelink1-9/+11
2021-03-04CPS-265 - Update cps path query to support 'ends with'niamhcore2-21/+67
2021-03-02CPS-265 - updating cps path to support include-descendants option.niamhcore1-8/+9
2021-02-19Persistence layer - Query Datanodes using cpsPath that contains contains a le...niamhcore2-4/+92
2021-02-16Data fragment update by xpath #2 - persistence layerRuslan Kashapov1-8/+109
2021-02-04Fetching data node by xpath - persistence layerRuslan Kashapov2-35/+95