aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/src/main/java/org/onap/cps/spi/impl/CpsDataPersistenceServiceImpl.java
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Remove Lambda & Restructure Fileseanbeirne1-270/+272
2024-01-09Remove inefficient saveListElementsBatch APIdanielhanrahan1-17/+0
2024-01-04Normalize JSON attributes during updatedanielhanrahan1-9/+26
2023-09-22Reinstate Spring Boot 3.0 after revertegernug1-1/+1
2023-09-20Revert "Migrate CPS to Spring-boot 3.0"Toine Siebelink1-1/+1
2023-09-14Migrate CPS to Spring-boot 3.0egernug1-1/+1
2023-08-16Fixing sonar issuesdanielhanrahan1-1/+1
2023-08-03Merge "Support pagination in query across all anchors(ep4)"Luke Gleeson1-14/+58
2023-08-02Support pagination in query across all anchors(ep4)rajesh.kumar1-14/+58
2023-07-27Allow getDataNodes to read whole lists(ep 1)danielhanrahan1-29/+39
2023-07-11Combine alreadyDefinedException classesdanielhanrahan1-7/+7
2023-06-21Improve performance of updateDataLeavesdanielhanrahan1-12/+9
2023-06-14Lower memory usage in FragmentRepositorydanielhanrahan1-47/+7
2023-06-12Move integration test (DataService)ToineSiebelink1-2/+1
2023-05-17Entity ID types do not match types in database definitionToineSiebelink1-2/+2
2023-05-12Remove dataspace_id column from Fragment tabledanielhanrahan1-1/+0
2023-05-10Move integration test (DataService)ToineSiebelink1-7/+0
2023-05-09Support for Patch across multiple data nodes--global1-10/+25
2023-05-08Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)"Sourabh Sourabh1-59/+15
2023-05-08Merge "Fix and refactor query across anchors (CPS-1664 #3)"Sourabh Sourabh1-14/+33
2023-05-08Merge "[CPS] RI: Code Refactoring # Replace '[\s\S]' to '.' as it is same as ...Toine Siebelink1-8/+3
2023-05-05[CPS] RI: Code Refactoringraviteja.karumuri1-8/+3
2023-05-04Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)danielhanrahan1-59/+15
2023-05-04Fix and refactor query across anchors (CPS-1664 #3)danielhanrahan1-14/+33
2023-05-04Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)danielhanrahan1-9/+5
2023-05-04Fix for quickfind with descendants incl. list entriesToineSiebelink1-1/+1
2023-05-03canUseRegexQuickfind does not test for contains-conditiondanielhanrahan1-1/+2
2023-04-26[CPS] RI, Service: Code Refactoringraviteja.karumuri1-15/+0
2023-04-11Populate Dataspace field of DataNodedanielhanrahan1-0/+1
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar1-6/+29
2023-03-14Reduce dataspace/anchor lookups in CpsDataServicedanielhanrahan1-1/+1
2023-03-13Fetch fragment entities using recursive SQL querydanielhanrahan1-19/+16
2023-03-13Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService"Toine Siebelink1-96/+69
2023-03-13Merge "Add new metrics to the get data node method"Toine Siebelink1-1/+8
2023-03-13Reduce dataspace/anchor lookups in CpsDataPersistenceServicedanielhanrahan1-97/+70
2023-03-13Make single deleteDataNode use plural deleteDataNodesdanielhanrahan1-71/+31
2023-03-09Add new metrics to the get data node methodkissand1-1/+8
2023-03-01Add DataNodeNotFoundException to deleteDataNodesdanielhanrahan1-10/+18
2023-02-28Skip deleting list xpaths that are list elementsdanielhanrahan1-4/+10
2023-02-24Improve performance for update data nodesdanielhanrahan1-39/+34
2023-02-20Merge "CPS-1401 Implement V2 of GET Data Node API"Luke Gleeson1-10/+15
2023-02-17CPS-1401 Implement V2 of GET Data Node APIarpitsingh1-10/+15
2023-02-16Improve batch delete schemasets performancedanielhanrahan1-0/+9
2023-02-01Create plural version of deleteDataNodedanielhanrahan1-3/+21
2023-01-24Handle root xpaths in getDataNodesdanielhanrahan1-4/+13
2023-01-23Use native query to delete data nodessourabh_sourabh1-1/+3
2023-01-19Normalize xpaths for getDataNodesdanielhanrahan1-7/+22
2023-01-16Merge "Fetch CM handles by collection of xpaths"Sourabh Sourabh1-8/+22
2023-01-11Fetch CM handles by collection of xpathsseanbeirne1-8/+22
2023-01-11CPS PATCH operation does not merge existing datalukegleeson1-2/+14