Age | Commit message (Expand) | Author | Files | Lines |
2024-12-05 | Moved common classes under the api package under api |  leventecsanyi | 23 | -51/+50 |
2024-12-03 | Add comments to (describe) all Liquibase steps |  ToineSiebelink | 3 | -4/+51 |
2024-11-28 | Merge "De-Registration without Orphaned Module Check" |  Toine Siebelink | 1 | -2/+0 |
2024-11-28 | De-Registration without Orphaned Module Check |  ToineSiebelink | 1 | -2/+0 |
2024-11-26 | Implement ancestor axis in SQL |  danielhanrahan | 3 | -62/+89 |
2024-11-26 | Don't handle root xpath in getFragmentEntity |  danielhanrahan | 3 | -18/+5 |
2024-11-25 | CpsDataPersistenceService refactoring |  danielhanrahan | 1 | -197/+174 |
2024-11-18 | Test to highlight ModuleSetTag Inefficiencies |  ToineSiebelink | 1 | -0/+3 |
2024-11-08 | Add index to yang_resource for faster registration |  danielhanrahan | 2 | -0/+33 |
2024-10-15 | Added additional logging |  sourabh_sourabh | 1 | -0/+16 |
2024-10-08 | Merge "Policy Executor: handle errors, part 2 (fighting between IntelliJ and ... |  Sourabh Sourabh | 1 | -0/+2 |
2024-10-03 | [BUG] Fix memory leak related to using arrays in Hibernate |  danielhanrahan | 7 | -83/+59 |
2024-10-03 | Policy Executor: handle errors, part 2 |  ToineSiebelink | 1 | -0/+2 |
2024-09-17 | Refactored cps-ri package structure |  leventecsanyi | 38 | -259/+258 |
2024-09-06 | Refactor FragmentQueryBuilder |  danielhanrahan | 1 | -79/+89 |
2024-08-31 | [Cps Path Parser] Refactoring leaf conditions |  danielhanrahan | 1 | -11/+9 |
2024-08-27 | Cleanup unused yang models from CPS core |  danielhanrahan | 5 | -356/+0 |
2024-08-13 | CPS-NCMP: Slow cmHandle registration when we use moduleSetTag, alternateId an... |  sourabh_sourabh | 4 | -11/+112 |
2024-06-25 | Fix incorrect use of getAnchors(dataspace, schemasets) |  danielhanrahan | 1 | -7/+16 |
2024-04-26 | Faster module searches (CPS-2190 #3) |  danielhanrahan | 2 | -12/+11 |
2024-04-25 | [BUG] Remove slow validation check during module search (CPS-2190 #2) |  danielhanrahan | 2 | -56/+1 |
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 |