Age | Commit message (Expand) | Author | Files | Lines |
2023-05-04 | Fix for quickfind with descendants incl. list entries | ToineSiebelink | 2 | -24/+38 |
2023-05-03 | Bump CPS version to 3.3.2-SNAPSHOT | mpriyank | 1 | -1/+1 |
2023-05-03 | canUseRegexQuickfind does not test for contains-condition | danielhanrahan | 1 | -1/+2 |
2023-04-26 | [CPS] RI, Service: Code Refactoring | raviteja.karumuri | 7 | -100/+27 |
2023-04-24 | Remove 32K limit from queries with collection parameters | danielhanrahan | 8 | -161/+114 |
2023-04-21 | Merge "Add contains condition support to cps-path" | Luke Gleeson | 1 | -0/+11 |
2023-04-21 | Add contains condition support to cps-path | Rudrangi Anupriya | 1 | -0/+11 |
2023-04-20 | Merge "3.0.0 Release Step 7" | Priyank Maheshwari | 1 | -2/+2 |
2023-04-20 | 3.0.0 Release Step 7 | lukegleeson | 1 | -2/+2 |
2023-04-20 | Migrate hibernate-types to hypersistence-utils | danielhanrahan | 2 | -4/+4 |
2023-04-19 | Upgrade Liquibase to 4.16.0 | lukegleeson | 1 | -1/+0 |
2023-04-17 | Remove CollectionUtils dependency | lukegleeson | 1 | -2/+1 |
2023-04-14 | Use cascade delete in fragments table | danielhanrahan | 4 | -30/+40 |
2023-04-14 | Remove @NotNull from repository methods | danielhanrahan | 4 | -29/+23 |
2023-04-14 | Add OR operator to cps-path | Rudrangi Anupriya | 2 | -17/+23 |
2023-04-13 | Migrate query tests to integration-test module #6 | danielhanrahan | 3 | -179/+1 |
2023-04-12 | Migrate query tests to integration-test module #5 | danielhanrahan | 2 | -18/+1 |
2023-04-12 | Migrate query tests to integration-test module #3 | danielhanrahan | 1 | -18/+0 |
2023-04-12 | Merge "Migrate query tests to integration-test module #2" | Sourabh Sourabh | 2 | -26/+4 |
2023-04-11 | Performance tests for getDataNodes and queryDataNodes | danielhanrahan | 1 | -58/+0 |
2023-04-11 | Migrate query tests to integration-test module #2 | danielhanrahan | 2 | -26/+4 |
2023-04-11 | Merge "Migrate query tests to integration-test module #1" | Toine Siebelink | 1 | -50/+1 |
2023-04-11 | Migrate query tests to integration-test module #1 | danielhanrahan | 1 | -50/+1 |
2023-04-11 | Populate Dataspace field of DataNode | danielhanrahan | 1 | -0/+1 |
2023-04-11 | Merge "Migrate query tests to integration-test module #4" | Sourabh Sourabh | 1 | -33/+0 |
2023-04-07 | [CPS] Bump minor version - Step12 | mpriyank | 1 | -1/+1 |
2023-04-05 | Migrate query tests to integration-test module #4 | danielhanrahan | 1 | -33/+0 |
2023-03-30 | Update performance test timings | danielhanrahan | 2 | -28/+28 |
2023-03-23 | Prepare the next drop by bumping patch version | halil.cakal | 1 | -1/+1 |
2023-03-21 | Query data nodes across all anchors under one dataspace | rajesh.kumar | 9 | -10/+150 |
2023-03-14 | Reduce dataspace/anchor lookups in CpsDataService | danielhanrahan | 1 | -1/+1 |
2023-03-13 | Fetch fragment entities using recursive SQL query | danielhanrahan | 8 | -155/+81 |
2023-03-13 | Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" | Toine Siebelink | 4 | -194/+110 |
2023-03-13 | Merge "Add new metrics to the get data node method" | Toine Siebelink | 1 | -1/+8 |
2023-03-13 | Reduce dataspace/anchor lookups in CpsDataPersistenceService | danielhanrahan | 4 | -195/+111 |
2023-03-13 | Make single deleteDataNode use plural deleteDataNodes | danielhanrahan | 3 | -90/+49 |
2023-03-10 | Bump CPS version | mpriyank | 1 | -1/+1 |
2023-03-09 | Bump CPS version | mpriyank | 1 | -1/+1 |
2023-03-09 | Merge "Create Base and Sample Performance Integration Tests" | Sourabh Sourabh | 2 | -33/+33 |
2023-03-09 | Create Base and Sample Performance Integration Tests | ToineSiebelink | 2 | -33/+33 |
2023-03-09 | Add new metrics to the get data node method | kissand | 1 | -1/+8 |
2023-03-08 | Add index to schema_set_yang_resources table | danielhanrahan | 2 | -2/+19 |
2023-03-07 | Drop temp table when transaction finishes | danielhanrahan | 1 | -1/+2 |
2023-03-07 | Release process stage 7 | seanbeirne | 1 | -1/+1 |
2023-03-01 | Add DataNodeNotFoundException to deleteDataNodes | danielhanrahan | 4 | -25/+50 |
2023-02-28 | Skip deleting list xpaths that are list elements | danielhanrahan | 2 | -9/+12 |
2023-02-24 | Improve performance for update data nodes | danielhanrahan | 3 | -52/+72 |
2023-02-22 | Add performance tests for update data nodes | danielhanrahan | 2 | -8/+52 |
2023-02-21 | Improve performance of deleteDataNodes SQL | danielhanrahan | 2 | -43/+46 |
2023-02-21 | Merge "Update performance test timings" | Toine Siebelink | 2 | -23/+23 |