aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri
AgeCommit message (Expand)AuthorFilesLines
2023-07-13Upgrade to Java 17egernug1-3/+4
2023-07-11Combine alreadyDefinedException classesdanielhanrahan1-7/+7
2023-07-10Handle special characters in CpsPath queries (CPS-1760 #2)danielhanrahan2-29/+7
2023-07-06Escape SQL LIKE wildcards in queries (CPS-1760 #1)danielhanrahan4-5/+75
2023-06-30Prepare for next CPS-NCMP releasempriyank1-1/+1
2023-06-21Improve performance of updateDataLeavesdanielhanrahan1-12/+9
2023-06-19Move integration test (clean-up, last phase)ToineSiebelink15-689/+84
2023-06-15Bump CPS version to 3.3.3-SNAPSHOTdanielhanrahan1-1/+1
2023-06-14Lower memory usage in FragmentRepositorydanielhanrahan7-239/+175
2023-06-13Merge "Move integration test (DataService)"Toine Siebelink5-749/+19
2023-06-12Fix for recursive SQL returning extra level of descendantsdanielhanrahan1-2/+2
2023-06-12Move integration test (DataService)ToineSiebelink5-749/+19
2023-05-30Add <,> operators support to cps-pathRudrangi Anupriya2-18/+33
2023-05-17Entity ID types do not match types in database definitionToineSiebelink17-36/+86
2023-05-17Move integration test for adminServiceToineSiebelink3-268/+3
2023-05-16Fixing minor compilationwaqas.ikram1-1/+1
2023-05-12Remove dataspace_id column from Fragment tabledanielhanrahan12-91/+243
2023-05-11Move integration test for moduleServiceToineSiebelink3-356/+25
2023-05-10Move integration test (DataService)ToineSiebelink3-9/+3
2023-05-09Migrate cps-ri performance tests to integration-test moduledanielhanrahan6-579/+0
2023-05-09Support for Patch across multiple data nodes--global4-65/+82
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 Sourabh8-69/+155
2023-05-08Merge "[CPS] RI: Code Refactoring # Replace '[\s\S]' to '.' as it is same as ...Toine Siebelink4-31/+17
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.karumuri4-31/+17
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)danielhanrahan8-69/+155
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 Siebelink4-12/+19
2023-05-04Fix for quickfind with descendants incl. list entriesToineSiebelink2-24/+38
2023-05-04Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)danielhanrahan4-12/+19
2023-05-03Bump CPS version to 3.3.2-SNAPSHOTmpriyank1-1/+1
2023-05-03canUseRegexQuickfind does not test for contains-conditiondanielhanrahan1-1/+2
2023-04-26[CPS] RI, Service: Code Refactoringraviteja.karumuri7-100/+27
2023-04-24Remove 32K limit from queries with collection parametersdanielhanrahan8-161/+114
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-20Merge "3.0.0 Release Step 7"Priyank Maheshwari1-2/+2
2023-04-203.0.0 Release Step 7lukegleeson1-2/+2
2023-04-20Migrate hibernate-types to hypersistence-utilsdanielhanrahan2-4/+4
2023-04-19Upgrade Liquibase to 4.16.0lukegleeson1-1/+0
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 Anupriya2-17/+23
2023-04-13Migrate query tests to integration-test module #6danielhanrahan3-179/+1
2023-04-12Migrate query tests to integration-test module #5danielhanrahan2-18/+1
2023-04-12Migrate query tests to integration-test module #3danielhanrahan1-18/+0