summaryrefslogtreecommitdiffstats
path: root/cps-ri/src/main
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Combine alreadyDefinedException classesdanielhanrahan1-7/+7
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)danielhanrahan3-5/+39
2023-06-21Improve performance of updateDataLeavesdanielhanrahan1-12/+9
2023-06-14Lower memory usage in FragmentRepositorydanielhanrahan5-205/+151
2023-06-13Merge "Move integration test (DataService)"Toine Siebelink2-5/+4
2023-06-12Fix for recursive SQL returning extra level of descendantsdanielhanrahan1-2/+2
2023-06-12Move integration test (DataService)ToineSiebelink2-5/+4
2023-05-30Add <,> operators support to cps-pathRudrangi Anupriya1-17/+32
2023-05-17Entity ID types do not match types in database definitionToineSiebelink17-36/+86
2023-05-17Move integration test for adminServiceToineSiebelink1-4/+2
2023-05-12Remove dataspace_id column from Fragment tabledanielhanrahan8-26/+150
2023-05-11Move integration test for moduleServiceToineSiebelink1-41/+23
2023-05-10Move integration test (DataService)ToineSiebelink1-7/+0
2023-05-09Support for Patch across multiple data nodes--global2-13/+31
2023-05-08Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)"Sourabh Sourabh3-99/+37
2023-05-08Merge "Fix and refactor query across anchors (CPS-1664 #3)"Sourabh Sourabh7-68/+154
2023-05-08Merge "[CPS] RI: Code Refactoring # Replace '[\s\S]' to '.' as it is same as ...Toine Siebelink1-8/+3
2023-05-08Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)"Sourabh Sourabh2-10/+6
2023-05-05[CPS] RI: Code Refactoringraviteja.karumuri1-8/+3
2023-05-04Fragment Entity does not represent the correct relationship with Anchordanielhanrahan1-2/+1
2023-05-04Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)danielhanrahan3-99/+37
2023-05-04Fix and refactor query across anchors (CPS-1664 #3)danielhanrahan7-68/+154
2023-05-04Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)danielhanrahan2-10/+6
2023-05-04Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)"Toine Siebelink3-1/+10
2023-05-04Fix for quickfind with descendants incl. list entriesToineSiebelink2-24/+38
2023-05-04Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)danielhanrahan3-1/+10
2023-05-03canUseRegexQuickfind does not test for contains-conditiondanielhanrahan1-1/+2
2023-04-26[CPS] RI, Service: Code Refactoringraviteja.karumuri2-22/+0
2023-04-24Remove 32K limit from queries with collection parametersdanielhanrahan7-160/+113
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-20Migrate hibernate-types to hypersistence-utilsdanielhanrahan1-1/+1
2023-04-17Remove CollectionUtils dependencylukegleeson1-2/+1
2023-04-14Use cascade delete in fragments tabledanielhanrahan4-30/+40
2023-04-14Remove @NotNull from repository methodsdanielhanrahan4-29/+23
2023-04-14Add OR operator to cps-pathRudrangi Anupriya1-16/+22
2023-04-11Populate Dataspace field of DataNodedanielhanrahan1-0/+1
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar6-8/+88
2023-03-14Reduce dataspace/anchor lookups in CpsDataServicedanielhanrahan1-1/+1
2023-03-13Fetch fragment entities using recursive SQL querydanielhanrahan5-131/+39
2023-03-13Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService"Toine Siebelink2-143/+83
2023-03-13Merge "Add new metrics to the get data node method"Toine Siebelink1-1/+8
2023-03-13Reduce dataspace/anchor lookups in CpsDataPersistenceServicedanielhanrahan2-144/+84
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-08Add index to schema_set_yang_resources tabledanielhanrahan2-2/+19
2023-03-07Drop temp table when transaction finishesdanielhanrahan1-1/+2
2023-03-01Add DataNodeNotFoundException to deleteDataNodesdanielhanrahan2-10/+24
2023-02-28Skip deleting list xpaths that are list elementsdanielhanrahan1-4/+10