Age | Commit message (Expand) | Author | Files | Lines |
2023-07-06 | Escape SQL LIKE wildcards in queries (CPS-1760 #1) |  danielhanrahan | 3 | -5/+39 |
2023-06-21 | Improve performance of updateDataLeaves |  danielhanrahan | 1 | -12/+9 |
2023-06-14 | Lower memory usage in FragmentRepository |  danielhanrahan | 5 | -205/+151 |
2023-06-13 | Merge "Move integration test (DataService)" |  Toine Siebelink | 2 | -5/+4 |
2023-06-12 | Fix for recursive SQL returning extra level of descendants |  danielhanrahan | 1 | -2/+2 |
2023-06-12 | Move integration test (DataService) |  ToineSiebelink | 2 | -5/+4 |
2023-05-30 | Add <,> operators support to cps-path |  Rudrangi Anupriya | 1 | -17/+32 |
2023-05-17 | Entity ID types do not match types in database definition |  ToineSiebelink | 17 | -36/+86 |
2023-05-17 | Move integration test for adminService |  ToineSiebelink | 1 | -4/+2 |
2023-05-12 | Remove dataspace_id column from Fragment table |  danielhanrahan | 8 | -26/+150 |
2023-05-11 | Move integration test for moduleService |  ToineSiebelink | 1 | -41/+23 |
2023-05-10 | Move integration test (DataService) |  ToineSiebelink | 1 | -7/+0 |
2023-05-09 | Support for Patch across multiple data nodes |  --global | 2 | -13/+31 |
2023-05-08 | Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)" |  Sourabh Sourabh | 3 | -99/+37 |
2023-05-08 | Merge "Fix and refactor query across anchors (CPS-1664 #3)" |  Sourabh Sourabh | 7 | -68/+154 |
2023-05-08 | Merge "[CPS] RI: Code Refactoring # Replace '[\s\S]' to '.' as it is same as ... |  Toine Siebelink | 1 | -8/+3 |
2023-05-08 | Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)" |  Sourabh Sourabh | 2 | -10/+6 |
2023-05-05 | [CPS] RI: Code Refactoring |  raviteja.karumuri | 1 | -8/+3 |
2023-05-04 | Fragment Entity does not represent the correct relationship with Anchor |  danielhanrahan | 1 | -2/+1 |
2023-05-04 | Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4) |  danielhanrahan | 3 | -99/+37 |
2023-05-04 | Fix and refactor query across anchors (CPS-1664 #3) |  danielhanrahan | 7 | -68/+154 |
2023-05-04 | Don't handle ancestor-axis using regex quickfind (CPS-1664 #2) |  danielhanrahan | 2 | -10/+6 |
2023-05-04 | Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)" |  Toine Siebelink | 3 | -1/+10 |
2023-05-04 | Fix for quickfind with descendants incl. list entries |  ToineSiebelink | 2 | -24/+38 |
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 |