aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/src/main/java/org/onap/cps/spi/repository
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Faster module searches (CPS-2190 #3)danielhanrahan1-8/+8
2024-04-25[BUG] Remove slow validation check during module search (CPS-2190 #2)danielhanrahan1-20/+0
2024-02-14Faster absolute xpath query using parent path lookupdanielhanrahan1-6/+27
2024-02-01Extend API: Get Module Definitionshalil.cakal1-3/+6
2023-12-13Introduce Schema Set upgrade methodsourabh_sourabh1-0/+4
2023-09-29Fix Sonar Code Smellsmpriyank2-49/+70
2023-09-22Reinstate Spring Boot 3.0 after revertegernug7-17/+25
2023-09-20Revert "Migrate CPS to Spring-boot 3.0"Toine Siebelink7-25/+17
2023-09-14Migrate CPS to Spring-boot 3.0egernug7-17/+25
2023-08-18CPS-Core : Expose a java interface to update schema setsourabh_sourabh1-0/+4
2023-08-17Update of top-level data node fails with SQL errordanielhanrahan1-1/+1
2023-08-16Fixing sonar issuesdanielhanrahan1-1/+1
2023-08-03Merge "Support pagination in query across all anchors(ep4)"Luke Gleeson4-7/+78
2023-08-02Support pagination in query across all anchors(ep4)rajesh.kumar4-7/+78
2023-07-27Allow getDataNodes to read whole lists(ep 1)danielhanrahan1-2/+13
2023-07-20Apostrophe handling in CpsPathParserdanielhanrahan2-6/+3
2023-07-17Allow duplicate leaf names in Cps Path leaf conditiondanielhanrahan1-12/+9
2023-07-10Handle special characters in CpsPath queries (CPS-1760 #2)danielhanrahan1-27/+5
2023-07-06Escape SQL LIKE wildcards in queries (CPS-1760 #1)danielhanrahan2-5/+6
2023-06-14Lower memory usage in FragmentRepositorydanielhanrahan3-49/+166
2023-06-12Fix for recursive SQL returning extra level of descendantsdanielhanrahan1-2/+2
2023-05-30Add <,> operators support to cps-pathRudrangi Anupriya1-17/+32
2023-05-17Entity ID types do not match types in database definitionToineSiebelink8-27/+27
2023-05-12Remove dataspace_id column from Fragment tabledanielhanrahan2-16/+12
2023-05-04Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)danielhanrahan2-40/+22
2023-05-04Fix and refactor query across anchors (CPS-1664 #3)danielhanrahan4-52/+101
2023-05-04Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)danielhanrahan1-1/+1
2023-05-04Fix for quickfind with descendants incl. list entriesToineSiebelink1-23/+37
2023-04-26[CPS] RI, Service: Code Refactoringraviteja.karumuri1-7/+0
2023-04-24Remove 32K limit from queries with collection parametersdanielhanrahan6-159/+112
2023-04-21Merge "Add contains condition support to cps-path"Luke Gleeson1-0/+11
2023-04-21Add contains condition support to cps-pathRudrangi Anupriya1-0/+11
2023-04-17Remove CollectionUtils dependencylukegleeson1-2/+1
2023-04-14Use cascade delete in fragments tabledanielhanrahan2-30/+4
2023-04-14Remove @NotNull from repository methodsdanielhanrahan4-29/+23
2023-04-14Add OR operator to cps-pathRudrangi Anupriya1-16/+22
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar4-0/+55
2023-03-13Fetch fragment entities using recursive SQL querydanielhanrahan4-112/+23
2023-03-13Reduce dataspace/anchor lookups in CpsDataPersistenceServicedanielhanrahan1-47/+14
2023-03-07Drop temp table when transaction finishesdanielhanrahan1-1/+2
2023-03-01Add DataNodeNotFoundException to deleteDataNodesdanielhanrahan1-0/+6
2023-02-21Improve performance of deleteDataNodes SQLdanielhanrahan1-35/+38
2023-02-16Improve batch delete schemasets performancedanielhanrahan1-1/+10
2023-02-15Bulk delete schemasets in CM handle deregistrationdanielhanrahan1-0/+14
2023-02-01Create plural version of deleteDataNodedanielhanrahan5-42/+102
2023-01-26Merge "Springboot Integration tests improvements"Sourabh Sourabh1-1/+3
2023-01-25Springboot Integration tests improvementslukegleeson1-1/+3
2023-01-23Use native query to delete data nodessourabh_sourabh2-0/+89
2023-01-19Normalize xpaths for getDataNodesdanielhanrahan1-1/+5
2023-01-11Fetch CM handles by collection of xpathsseanbeirne4-6/+112