Age | Commit message (Expand) | Author | Files | Lines |
2024-03-29 | Uplift Spring boot 3.2.4 | emaclee | 1 | -2/+3 |
2024-03-26 | Condense Liquibase steps | david.mcweeney | 45 | -8454/+239 |
2024-02-28 | Revert Spring Boot Uplift | mpriyank | 1 | -3/+2 |
2024-02-22 | Uplift Spring Boot to 3.2.2 | waqas.ikram | 1 | -2/+3 |
2024-02-14 | Faster absolute xpath query using parent path lookup | danielhanrahan | 1 | -6/+27 |
2024-02-01 | Extend API: Get Module Definitions | halil.cakal | 2 | -8/+33 |
2024-01-19 | Remove Lambda & Restructure File | seanbeirne | 1 | -270/+272 |
2024-01-11 | Merge "Enable hibernate write batching" | Lee Anjella Macabuhay | 5 | -3/+75 |
2024-01-10 | Enable hibernate write batching | danielhanrahan | 5 | -3/+75 |
2024-01-09 | Remove inefficient saveListElementsBatch API | danielhanrahan | 1 | -17/+0 |
2024-01-04 | Normalize JSON attributes during update | danielhanrahan | 1 | -9/+26 |
2023-12-13 | Introduce Schema Set upgrade method | sourabh_sourabh | 3 | -11/+58 |
2023-10-11 | Expose REST endpoint to update YANG schema set using moduleSetTag | sourabh_sourabh | 2 | -4/+1 |
2023-09-29 | Fix Sonar Code Smells | mpriyank | 2 | -49/+70 |
2023-09-27 | Uplift Spring Boot to 3.1.2 | egernug | 1 | -1/+1 |
2023-09-22 | Reinstate Spring Boot 3.0 after revert | egernug | 16 | -77/+84 |
2023-09-20 | Revert "Migrate CPS to Spring-boot 3.0" | Toine Siebelink | 16 | -83/+77 |
2023-09-14 | Migrate CPS to Spring-boot 3.0 | egernug | 16 | -77/+83 |
2023-08-18 | CPS-Core : Expose a java interface to update schema set | sourabh_sourabh | 2 | -0/+16 |
2023-08-17 | Update of top-level data node fails with SQL error | danielhanrahan | 1 | -1/+1 |
2023-08-16 | Fixing sonar issues | danielhanrahan | 3 | -6/+3 |
2023-08-03 | Merge "Support pagination in query across all anchors(ep4)" | Luke Gleeson | 7 | -21/+159 |
2023-08-02 | Support pagination in query across all anchors(ep4) | rajesh.kumar | 7 | -21/+159 |
2023-07-27 | Allow getDataNodes to read whole lists(ep 1) | danielhanrahan | 3 | -31/+53 |
2023-07-20 | Apostrophe handling in CpsPathParser | danielhanrahan | 8 | -9/+84 |
2023-07-17 | Allow duplicate leaf names in Cps Path leaf condition | danielhanrahan | 1 | -12/+9 |
2023-07-13 | Upgrade to Java 17 | egernug | 1 | -3/+4 |
2023-07-11 | Combine alreadyDefinedException classes | danielhanrahan | 1 | -7/+7 |
2023-07-10 | Handle special characters in CpsPath queries (CPS-1760 #2) | danielhanrahan | 2 | -29/+7 |
2023-07-06 | Escape SQL LIKE wildcards in queries (CPS-1760 #1) | danielhanrahan | 4 | -5/+75 |
2023-06-21 | Improve performance of updateDataLeaves | danielhanrahan | 1 | -12/+9 |
2023-06-19 | Move integration test (clean-up, last phase) | ToineSiebelink | 14 | -677/+82 |
2023-06-14 | Lower memory usage in FragmentRepository | danielhanrahan | 6 | -238/+174 |
2023-06-13 | Merge "Move integration test (DataService)" | Toine Siebelink | 4 | -747/+17 |
2023-06-12 | Fix for recursive SQL returning extra level of descendants | danielhanrahan | 1 | -2/+2 |
2023-06-12 | Move integration test (DataService) | ToineSiebelink | 4 | -747/+17 |
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 | 2 | -267/+2 |
2023-05-16 | Fixing minor compilation | waqas.ikram | 1 | -1/+1 |
2023-05-12 | Remove dataspace_id column from Fragment table | danielhanrahan | 12 | -91/+243 |
2023-05-11 | Move integration test for moduleService | ToineSiebelink | 2 | -354/+23 |
2023-05-10 | Move integration test (DataService) | ToineSiebelink | 2 | -8/+1 |
2023-05-09 | Migrate cps-ri performance tests to integration-test module | danielhanrahan | 5 | -571/+0 |
2023-05-09 | Support for Patch across multiple data nodes | --global | 4 | -65/+82 |
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 | 4 | -31/+17 |
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 | 4 | -31/+17 |