Age | Commit message (Expand) | Author | Files | Lines |
2023-05-04 | Sensible equals and hashCode for FragmentEntity (CPS-1664 #1) |  danielhanrahan | 3 | -1/+10 |
2023-05-03 | canUseRegexQuickfind does not test for contains-condition |  danielhanrahan | 1 | -1/+2 |
2023-04-26 | [CPS] RI, Service: Code Refactoring |  raviteja.karumuri | 2 | -22/+0 |
2023-04-24 | Remove 32K limit from queries with collection parameters |  danielhanrahan | 7 | -160/+113 |
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 | Migrate hibernate-types to hypersistence-utils |  danielhanrahan | 1 | -1/+1 |
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 | 1 | -16/+22 |
2023-04-11 | Populate Dataspace field of DataNode |  danielhanrahan | 1 | -0/+1 |
2023-03-21 | Query data nodes across all anchors under one dataspace |  rajesh.kumar | 6 | -8/+88 |
2023-03-14 | Reduce dataspace/anchor lookups in CpsDataService |  danielhanrahan | 1 | -1/+1 |
2023-03-13 | Fetch fragment entities using recursive SQL query |  danielhanrahan | 5 | -131/+39 |
2023-03-13 | Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" |  Toine Siebelink | 2 | -143/+83 |
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 | 2 | -144/+84 |
2023-03-13 | Make single deleteDataNode use plural deleteDataNodes |  danielhanrahan | 1 | -71/+31 |
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-01 | Add DataNodeNotFoundException to deleteDataNodes |  danielhanrahan | 2 | -10/+24 |
2023-02-28 | Skip deleting list xpaths that are list elements |  danielhanrahan | 1 | -4/+10 |
2023-02-24 | Improve performance for update data nodes |  danielhanrahan | 1 | -39/+34 |
2023-02-21 | Improve performance of deleteDataNodes SQL |  danielhanrahan | 1 | -35/+38 |
2023-02-20 | Merge "FragmentEntity stuck in memory on "Already exists" error" |  Toine Siebelink | 1 | -0/+2 |
2023-02-20 | Merge "CPS-1401 Implement V2 of GET Data Node API" |  Luke Gleeson | 1 | -10/+15 |
2023-02-17 | CPS-1401 Implement V2 of GET Data Node API |  arpitsingh | 1 | -10/+15 |
2023-02-16 | FragmentEntity stuck in memory on "Already exists" error |  kissand | 1 | -0/+2 |
2023-02-16 | Improve batch delete schemasets performance |  danielhanrahan | 3 | -2/+34 |
2023-02-15 | Bulk delete schemasets in CM handle deregistration |  danielhanrahan | 3 | -4/+31 |
2023-02-01 | Create plural version of deleteDataNode |  danielhanrahan | 6 | -45/+123 |
2023-01-26 | Merge "Springboot Integration tests improvements" |  Sourabh Sourabh | 1 | -1/+3 |
2023-01-25 | Springboot Integration tests improvements |  lukegleeson | 1 | -1/+3 |
2023-01-24 | Handle root xpaths in getDataNodes |  danielhanrahan | 1 | -4/+13 |
2023-01-23 | Use native query to delete data nodes |  sourabh_sourabh | 4 | -2/+96 |
2023-01-19 | Normalize xpaths for getDataNodes |  danielhanrahan | 2 | -8/+27 |
2023-01-16 | Merge "Fetch CM handles by collection of xpaths" |  Sourabh Sourabh | 5 | -14/+134 |
2023-01-11 | Fetch CM handles by collection of xpaths |  seanbeirne | 5 | -14/+134 |
2023-01-11 | CPS PATCH operation does not merge existing data |  lukegleeson | 1 | -2/+14 |
2022-12-22 | Temp Table Creation improvements |  ToineSiebelink | 4 | -43/+111 |
2022-12-21 | CpsPath Query Optimization |  ToineSiebelink | 5 | -112/+231 |
2022-12-19 | Fix Delete uses case with '/' in path |  ToineSiebelink | 1 | -8/+2 |
2022-12-15 | CPS-341 Support for multiple data tree instances under 1 anchor |  arpitsingh | 1 | -4/+42 |
2022-12-13 | Merge "Fixing SonarQube violations" |  Toine Siebelink | 2 | -6/+9 |
2022-12-12 | Fixing SonarQube violations |  leventecsanyi | 2 | -6/+9 |
2022-12-09 | Merge "Added API to get all schema sets for a given dataspace." |  Toine Siebelink | 2 | -0/+37 |
2022-12-09 | Added API to get all schema sets for a given dataspace. |  rajesh.kumar | 2 | -0/+37 |
2022-12-08 | Merge "Fix SonarQube Violations" |  Sourabh Sourabh | 1 | -2/+1 |