- b740156 Remove dataspace_id column from Fragment table by danielhanrahan · 1 year, 7 months ago
- 26a5175 Move integration test for moduleService by ToineSiebelink · 1 year, 7 months ago
- 9b82944 Move integration test (DataService) by ToineSiebelink · 1 year, 7 months ago
- 153c4e8 Migrate cps-ri performance tests to integration-test module by danielhanrahan · 1 year, 7 months ago
- c7e5a80 Support for Patch across multiple data nodes by --global · 1 year, 8 months ago
- 492b666 Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)" by Sourabh Sourabh · 1 year, 7 months ago
- ee52f4f Merge "Fix and refactor query across anchors (CPS-1664 #3)" by Sourabh Sourabh · 1 year, 7 months ago
- 1be9234 Merge "[CPS] RI: Code Refactoring # Replace '[\s\S]' to '.' as it is same as '.' while grouping in regex # Updated the groovy files to add 'assert' and to replace deprecated method # Removed deprecated 'storeDataNode' method." by Toine Siebelink · 1 year, 7 months ago
- c1ff3a1 Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)" by Sourabh Sourabh · 1 year, 7 months ago
- ec061d5 [CPS] RI: Code Refactoring by raviteja.karumuri · 1 year, 7 months ago
- b49d38c Fragment Entity does not represent the correct relationship with Anchor by danielhanrahan · 1 year, 7 months ago
- d94dd78 Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4) by danielhanrahan · 1 year, 7 months ago
- 7fd71f5 Fix and refactor query across anchors (CPS-1664 #3) by danielhanrahan · 1 year, 8 months ago
- c863070 Don't handle ancestor-axis using regex quickfind (CPS-1664 #2) by danielhanrahan · 1 year, 8 months ago
- 61e8551 Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)" by Toine Siebelink · 1 year, 7 months ago
- d3a2b33 Fix for quickfind with descendants incl. list entries by ToineSiebelink · 1 year, 7 months ago
- d701ea2 Sensible equals and hashCode for FragmentEntity (CPS-1664 #1) by danielhanrahan · 1 year, 7 months ago
- 436b75b Bump CPS version to 3.3.2-SNAPSHOT by mpriyank · 1 year, 7 months ago
- d7923e0 canUseRegexQuickfind does not test for contains-condition by danielhanrahan · 1 year, 8 months ago
- 3d97a96 [CPS] RI, Service: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
- 796c4dc Remove 32K limit from queries with collection parameters by danielhanrahan · 1 year, 8 months ago
- f5d8051 Merge "Add contains condition support to cps-path" by Luke Gleeson · 1 year, 8 months ago
- d7bc158 Add contains condition support to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
- 7d4ece8 Merge "3.0.0 Release Step 7" by Priyank Maheshwari · 1 year, 8 months ago
- 7e243c9 3.0.0 Release Step 7 by lukegleeson · 1 year, 8 months ago
- ec0ba9d Migrate hibernate-types to hypersistence-utils by danielhanrahan · 1 year, 8 months ago
- 719b15d Upgrade Liquibase to 4.16.0 by lukegleeson · 1 year, 8 months ago
- 9093440 Remove CollectionUtils dependency by lukegleeson · 1 year, 8 months ago
- 546c144 Use cascade delete in fragments table by danielhanrahan · 1 year, 10 months ago
- fb5f5c2 Remove @NotNull from repository methods by danielhanrahan · 1 year, 8 months ago
- c4621cb Add OR operator to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
- 0bc4f67 Migrate query tests to integration-test module #6 by danielhanrahan · 1 year, 8 months ago
- 4760869 Migrate query tests to integration-test module #5 by danielhanrahan · 1 year, 8 months ago
- b99ae09 Migrate query tests to integration-test module #3 by danielhanrahan · 1 year, 8 months ago
- bc05c93 Merge "Migrate query tests to integration-test module #2" by Sourabh Sourabh · 1 year, 8 months ago
- 2e4fbdf Performance tests for getDataNodes and queryDataNodes by danielhanrahan · 1 year, 9 months ago
- 96a2f7b Migrate query tests to integration-test module #2 by danielhanrahan · 1 year, 8 months ago
- ce88021 Merge "Migrate query tests to integration-test module #1" by Toine Siebelink · 1 year, 8 months ago
- 057284e Migrate query tests to integration-test module #1 by danielhanrahan · 1 year, 8 months ago
- fe25cdb Populate Dataspace field of DataNode by danielhanrahan · 1 year, 8 months ago
- da0192e Merge "Migrate query tests to integration-test module #4" by Sourabh Sourabh · 1 year, 8 months ago
- af6c308 [CPS] Bump minor version - Step12 by mpriyank · 1 year, 8 months ago
- c62dbd7 Migrate query tests to integration-test module #4 by danielhanrahan · 1 year, 8 months ago
- 43ff8dc Update performance test timings by danielhanrahan · 1 year, 9 months ago
- 0b8d85d Prepare the next drop by bumping patch version by halil.cakal · 1 year, 9 months ago
- a317890 Query data nodes across all anchors under one dataspace by rajesh.kumar · 2 years ago
- 530d4d4 Reduce dataspace/anchor lookups in CpsDataService by danielhanrahan · 1 year, 9 months ago
- 2e07b49 Fetch fragment entities using recursive SQL query by danielhanrahan · 1 year, 9 months ago
- 9a552aa Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" by Toine Siebelink · 1 year, 9 months ago
- 4908346 Merge "Add new metrics to the get data node method" by Toine Siebelink · 1 year, 9 months ago
- b8b29c9 Reduce dataspace/anchor lookups in CpsDataPersistenceService by danielhanrahan · 1 year, 9 months ago
- 8e08dc7 Make single deleteDataNode use plural deleteDataNodes by danielhanrahan · 1 year, 9 months ago
- 0fd4d19 Bump CPS version by mpriyank · 1 year, 9 months ago
- ade5a6e Bump CPS version by mpriyank · 1 year, 9 months ago
- a4127d6 Merge "Create Base and Sample Performance Integration Tests" by Sourabh Sourabh · 1 year, 9 months ago
- 0133eb0 Create Base and Sample Performance Integration Tests by ToineSiebelink · 1 year, 10 months ago
- 03ded02 Add new metrics to the get data node method by kissand · 1 year, 10 months ago
- 38d3064 Add index to schema_set_yang_resources table by danielhanrahan · 1 year, 9 months ago
- 29b493f Drop temp table when transaction finishes by danielhanrahan · 1 year, 10 months ago
- f0f4fd8 Release process stage 7 by seanbeirne · 1 year, 9 months ago
- ceda6a0 Add DataNodeNotFoundException to deleteDataNodes by danielhanrahan · 1 year, 10 months ago
- 373cdf2 Skip deleting list xpaths that are list elements by danielhanrahan · 1 year, 10 months ago
- afa131e Improve performance for update data nodes by danielhanrahan · 1 year, 10 months ago
- 60cff5c Add performance tests for update data nodes by danielhanrahan · 1 year, 10 months ago
- 5f91567 Improve performance of deleteDataNodes SQL by danielhanrahan · 1 year, 10 months ago
- de8116f Merge "Update performance test timings" by Toine Siebelink · 1 year, 10 months ago
- c9565e1 Merge "FragmentEntity stuck in memory on "Already exists" error" by Toine Siebelink · 1 year, 10 months ago
- 946ecf5 Update performance test timings by danielhanrahan · 1 year, 10 months ago
- 33001d5 Merge "CPS-1401 Implement V2 of GET Data Node API" by Luke Gleeson · 1 year, 10 months ago
- 0bd192c CPS-1401 Implement V2 of GET Data Node API by arpitsingh · 1 year, 11 months ago
- 0f9f9df FragmentEntity stuck in memory on "Already exists" error by kissand · 1 year, 10 months ago
- fbb79a0 Improve batch delete schemasets performance by danielhanrahan · 1 year, 10 months ago
- e28b621 Bulk delete schemasets in CM handle deregistration by danielhanrahan · 1 year, 10 months ago
- fd43dbe Release Process Step 7 by mpriyank · 1 year, 10 months ago
- 230b111 Create plural version of deleteDataNode by danielhanrahan · 1 year, 11 months ago
- 0fa2fab Introduce Instrumentation by ToineSiebelink · 1 year, 11 months ago
- f8e980a Update version files for release process by seanbeirne · 1 year, 11 months ago
- 528cf81 Merge "Springboot Integration tests improvements" by Sourabh Sourabh · 1 year, 11 months ago
- 665e224 Springboot Integration tests improvements by lukegleeson · 1 year, 11 months ago
- 4111a57 Handle root xpaths in getDataNodes by danielhanrahan · 1 year, 11 months ago
- 7421c69 Use native query to delete data nodes by sourabh_sourabh · 1 year, 11 months ago
- c6bebbc Merge "Added depth parameter in query nodes API." by Toine Siebelink · 1 year, 11 months ago
- cc21a02 Added depth parameter in query nodes API. by rajesh.kumar · 2 years ago
- 86b9338 Normalize xpaths for getDataNodes by danielhanrahan · 1 year, 11 months ago
- 35e5646 Add delete performance tests by danielhanrahan · 1 year, 11 months ago
- ecfce9d Merge "Fetch CM handles by collection of xpaths" by Sourabh Sourabh · 1 year, 11 months ago
- 9c56b30 Fetch CM handles by collection of xpaths by seanbeirne · 2 years ago
- ec769e3 CPS PATCH operation does not merge existing data by lukegleeson · 1 year, 11 months ago
- 6d3b8b3 Add delete performance tests by danielhanrahan · 2 years ago
- 83e5055 Organize performance test by ToineSiebelink · 2 years ago
- ded9f06 Temp Table Creation improvements by ToineSiebelink · 2 years ago
- dbf10db CpsPath Query Optimization by ToineSiebelink · 2 years ago
- e52d0cb Fix Delete uses case with '/' in path by ToineSiebelink · 2 years ago
- eb56f61 Merge "CPS-341 Support for multiple data tree instances under 1 anchor" by Toine Siebelink · 2 years ago
- 0c8068a CPS-341 Support for multiple data tree instances under 1 anchor by arpitsingh · 2 years, 2 months ago
- 96c8e88 Merge "Query Optimization" by Joseph Keenan · 2 years ago
- 3ded838 Merge "Fixing SonarQube violations" by Toine Siebelink · 2 years ago
- aec2a44 Query Optimization by ToineSiebelink · 2 years ago
- c88883a Increase performance test margins by leventecsanyi · 2 years ago
- a4f4215 Fixing SonarQube violations by leventecsanyi · 2 years ago