summaryrefslogtreecommitdiffstats
path: root/cps-ri/src
AgeCommit message (Expand)AuthorFilesLines
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 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-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 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-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-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-13Migrate query tests to integration-test module #6danielhanrahan2-178/+0
2023-04-12Migrate query tests to integration-test module #5danielhanrahan1-17/+0
2023-04-12Migrate query tests to integration-test module #3danielhanrahan1-18/+0
2023-04-12Merge "Migrate query tests to integration-test module #2"Sourabh Sourabh1-26/+0
2023-04-11Performance tests for getDataNodes and queryDataNodesdanielhanrahan1-58/+0
2023-04-11Migrate query tests to integration-test module #2danielhanrahan1-26/+0
2023-04-11Merge "Migrate query tests to integration-test module #1"Toine Siebelink1-50/+1
2023-04-11Migrate query tests to integration-test module #1danielhanrahan1-50/+1
2023-04-11Populate Dataspace field of DataNodedanielhanrahan1-0/+1
2023-04-05Migrate query tests to integration-test module #4danielhanrahan1-33/+0
2023-03-30Update performance test timingsdanielhanrahan2-28/+28
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar9-10/+150
2023-03-14Reduce dataspace/anchor lookups in CpsDataServicedanielhanrahan1-1/+1
2023-03-13Fetch fragment entities using recursive SQL querydanielhanrahan8-155/+81
2023-03-13Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService"Toine Siebelink4-194/+110
2023-03-13Merge "Add new metrics to the get data node method"Toine Siebelink1-1/+8
2023-03-13Reduce dataspace/anchor lookups in CpsDataPersistenceServicedanielhanrahan4-195/+111
2023-03-13Make single deleteDataNode use plural deleteDataNodesdanielhanrahan3-90/+49
2023-03-09Merge "Create Base and Sample Performance Integration Tests"Sourabh Sourabh2-33/+33
2023-03-09Create Base and Sample Performance Integration TestsToineSiebelink2-33/+33
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 deleteDataNodesdanielhanrahan4-25/+50
2023-02-28Skip deleting list xpaths that are list elementsdanielhanrahan2-9/+12
2023-02-24Improve performance for update data nodesdanielhanrahan3-52/+72
2023-02-22Add performance tests for update data nodesdanielhanrahan2-8/+52
2023-02-21Improve performance of deleteDataNodes SQLdanielhanrahan2-43/+46
2023-02-21Merge "Update performance test timings"Toine Siebelink2-23/+23
2023-02-20Merge "FragmentEntity stuck in memory on "Already exists" error"Toine Siebelink1-0/+2