aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/src/main/java/org/onap/cps/spi
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Add get cm handles by modules names - persistence layerniamhcore3-9/+73
2021-10-18CPS-475 - fix sonar smellsJosephKeenan1-1/+1
2021-09-29CPS-594: Exception when updating list node PATCHDylanB95EST1-37/+90
2021-09-20Updating fetch all yang modules queries and testsniamhcore1-16/+18
2021-09-07P2 - Get module names and revisions rest layerniamhcore1-2/+2
2021-09-06P1 - Get module name and revision persistence layerniamhcore2-13/+48
2021-09-06Fix Sonar Qube Violationslukegleeson1-3/+3
2021-09-03Ensure Leaf value retains Integer typelukegleeson1-3/+20
2021-08-18Merge "CPS-508: Create anchor/schemaset from new modules and existing modules"Niamh Core4-1/+97
2021-08-17CPS-508: Create anchor/schemaset from new modules and existing modulesshivasubedi4-1/+97
2021-08-17Delete list-node p1 service and persistence layerslukegleeson1-1/+29
2021-08-17Merge "CPS-566: Can't access grandparent node through ancestor axis"Niamh Core1-3/+3
2021-08-16Merge "Issue with CPSData API to add an item to an existing list node"Niamh Core1-0/+14
2021-08-16Issue with CPSData API to add an item to an existing list nodeDylanB95EST1-0/+14
2021-08-16CPS-566: Can't access grandparent node through ancestor axisshivasubedi1-3/+3
2021-08-05CPS-506: List all known modules and revisionshivasubedi4-46/+163
2021-07-22Merge "Fixed inconsistent data issue with replaceNode"Bruno Sakoto1-18/+50
2021-07-21Fixed inconsistent data issue with replaceNodeRenu Kumari1-18/+50
2021-07-20Support text() conditionToineSiebelink4-46/+161
2021-07-13Fix sonar qube violationsniamhcore1-2/+1
2021-07-13Editing of Nordix Licenses to ONAP guidelineslukegleeson6-16/+22
2021-07-09Support concurrent requests to create schema setsBruno Sakoto1-2/+93
2021-07-05Added parent is null condition when searching for root fragmentsRenu Kumari2-5/+8
2021-06-01Introducing Antlr4 for cpsPath parsingToineSiebelink3-204/+10
2021-05-24Replace list-node content (part 1): CPS Service and persistence layersRuslan Kashapov1-0/+25
2021-05-24Adding Atomic Grouping to Discard backtracking once matched as part of Sonar ...DylanB95EST1-2/+2
2021-05-21Adding Possessive Quantifier to Regex to prevent backtrackingDylanB95EST1-2/+2
2021-05-21Update SonarQube Code SmellJosephKeenan1-1/+1
2021-05-11Create list-node elements (part1): CPS service and persistence layersRuslan Kashapov1-1/+25
2021-05-07Add CpsPathQueries.sql and create data inspired by the bookstore modelniamhcore1-1/+1
2021-05-04Fix ancestor cps path to recognize ancestor list valueniamhcore1-2/+2
2021-04-30Implement cps path query to get ancestor by schema node identifierToineSiebelink3-25/+73
2021-04-30Fix Get descendent to support xpaths that end in list valuesputhuparambil.aditya1-2/+3
2021-04-28Fix Code smellsshivasubedi4-42/+39
2021-04-26Merge "Leaf String value comparison matches mix of single and double quotes"Rishi Chail1-4/+11
2021-04-26Get Data under anchor using single rootRishi.Chail2-1/+19
2021-04-26Leaf String value comparison matches mix of single and double quotesshivasubedi1-4/+11
2021-04-22Implement ends with cps path query to support multiple attributes with 'and' ...puthuparambil.aditya4-7/+65
2021-04-15Fix "ends-with" query syntax to conform with xPath definitionToineSiebelink4-13/+15
2021-04-07Merge "Fix security hotspots n Regex"Bruno Sakoto1-1/+2
2021-04-07Delete anchor part 1: service and persistence layersRuslan Kashapov1-3/+20
2021-04-06Fix security hotspots n RegexToineSiebelink1-1/+2
2021-03-24Internal Server Error when creating the same data node twiceniamhcore3-8/+13
2021-03-18Fix code smellsRishi.Chail1-2/+1
2021-03-11Fix for security hotspot related to wek cyptographyputhuparambil.aditya1-2/+3
2021-03-10Fix SOnarQube bug on RegexToineSiebelink1-5/+9
2021-03-09Improve error reporting for invalid cps path queryniamhcore1-4/+4
2021-03-04CPS-265 - Update cps path query to support 'ends with'niamhcore4-12/+68
2021-03-02CPS-265 - updating cps path to support include-descendants option.niamhcore1-3/+3
2021-02-19Persistence layer - Query Datanodes using cpsPath that contains contains a le...niamhcore3-0/+100