1. e2517a8 Merge "Policy Executor: handle errors, part 2 (fighting between IntelliJ and Checkstyle best practices)" by Sourabh Sourabh · 10 weeks ago
  2. 153aa48 [BUG] Fix memory leak related to using arrays in Hibernate by danielhanrahan · 3 months ago
  3. 77e469b Policy Executor: handle errors, part 2 by ToineSiebelink · 3 months ago
  4. 4310430 Refactored cps-ri package structure by leventecsanyi · 3 months ago
  5. 8b3258f Refactor FragmentQueryBuilder by danielhanrahan · 4 months ago
  6. 8e22c6a [Cps Path Parser] Refactoring leaf conditions by danielhanrahan · 4 months ago
  7. 90defd9 Cleanup unused yang models from CPS core by danielhanrahan · 4 months ago
  8. 50518ca CPS-NCMP: Slow cmHandle registration when we use moduleSetTag, alternateId and dataProducerIdentifier by sourabh_sourabh · 4 months ago
  9. 7915e99 Fix incorrect use of getAnchors(dataspace, schemasets) by danielhanrahan · 6 months ago
  10. 2830723 Faster module searches (CPS-2190 #3) by danielhanrahan · 8 months ago
  11. 2b979f6 [BUG] Remove slow validation check during module search (CPS-2190 #2) by danielhanrahan · 8 months ago
  12. ea7d1b4 Uplift Spring boot 3.2.4 by emaclee · 9 months ago
  13. 23378b5 Condense Liquibase steps by david.mcweeney · 10 months ago
  14. a7f3568 Revert Spring Boot Uplift by mpriyank · 10 months ago
  15. e7f8012 Uplift Spring Boot to 3.2.2 by waqas.ikram · 10 months ago
  16. 8d0a18c Faster absolute xpath query using parent path lookup by danielhanrahan · 1 year, 1 month ago
  17. 04280e2 Extend API: Get Module Definitions by halil.cakal · 11 months ago
  18. 84c8d8d Remove Lambda & Restructure File by seanbeirne · 11 months ago
  19. 8092359 Merge "Enable hibernate write batching" by Lee Anjella Macabuhay · 11 months ago
  20. 36b81b2 Enable hibernate write batching by danielhanrahan · 1 year, 4 months ago
  21. 926d408 Remove inefficient saveListElementsBatch API by danielhanrahan · 1 year, 5 months ago
  22. 9e87180 Normalize JSON attributes during update by danielhanrahan · 1 year, 4 months ago
  23. 541ed45 Introduce Schema Set upgrade method by sourabh_sourabh · 1 year ago
  24. 55164b2 Expose REST endpoint to update YANG schema set using moduleSetTag by sourabh_sourabh · 1 year, 3 months ago
  25. a6acaea Fix Sonar Code Smells by mpriyank · 1 year, 3 months ago
  26. 186b901 Uplift Spring Boot to 3.1.2 by egernug · 1 year, 3 months ago
  27. 477bd46 Reinstate Spring Boot 3.0 after revert by egernug · 1 year, 3 months ago
  28. ad9b701 Revert "Migrate CPS to Spring-boot 3.0" by Toine Siebelink · 1 year, 3 months ago
  29. 9693ec5 Migrate CPS to Spring-boot 3.0 by egernug · 1 year, 5 months ago
  30. 17aab00 CPS-Core : Expose a java interface to update schema set by sourabh_sourabh · 1 year, 4 months ago
  31. 996d0c2 Update of top-level data node fails with SQL error by danielhanrahan · 1 year, 4 months ago
  32. 0fc9000 Fixing sonar issues by danielhanrahan · 1 year, 4 months ago
  33. 478c5da Merge "Support pagination in query across all anchors(ep4)" by Luke Gleeson · 1 year, 5 months ago
  34. f248b5d Support pagination in query across all anchors(ep4) by rajesh.kumar · 1 year, 8 months ago
  35. 9270546 Allow getDataNodes to read whole lists(ep 1) by danielhanrahan · 1 year, 7 months ago
  36. 74a4715 Apostrophe handling in CpsPathParser by danielhanrahan · 1 year, 6 months ago
  37. ea71bef Allow duplicate leaf names in Cps Path leaf condition by danielhanrahan · 1 year, 5 months ago
  38. 2b8268f Upgrade to Java 17 by egernug · 1 year, 6 months ago
  39. 9cfc03f Combine alreadyDefinedException classes by danielhanrahan · 1 year, 6 months ago
  40. e05a59a Handle special characters in CpsPath queries (CPS-1760 #2) by danielhanrahan · 1 year, 6 months ago
  41. 531bd10 Escape SQL LIKE wildcards in queries (CPS-1760 #1) by danielhanrahan · 1 year, 6 months ago
  42. 8d08b0e Improve performance of updateDataLeaves by danielhanrahan · 1 year, 6 months ago
  43. 0889867 Move integration test (clean-up, last phase) by ToineSiebelink · 1 year, 6 months ago
  44. 9474e8f Lower memory usage in FragmentRepository by danielhanrahan · 1 year, 6 months ago
  45. 1368fd0 Merge "Move integration test (DataService)" by Toine Siebelink · 1 year, 6 months ago
  46. 7bf3767 Fix for recursive SQL returning extra level of descendants by danielhanrahan · 1 year, 6 months ago
  47. 240ac3d Move integration test (DataService) by ToineSiebelink · 1 year, 7 months ago
  48. 2696de6 Add <,> operators support to cps-path by Rudrangi Anupriya · 1 year, 7 months ago
  49. 9fde458 Entity ID types do not match types in database definition by ToineSiebelink · 1 year, 7 months ago
  50. 872a5a0 Move integration test for adminService by ToineSiebelink · 1 year, 7 months ago
  51. 592c0f6 Fixing minor compilation by waqas.ikram · 1 year, 7 months ago
  52. b740156 Remove dataspace_id column from Fragment table by danielhanrahan · 1 year, 8 months ago
  53. 26a5175 Move integration test for moduleService by ToineSiebelink · 1 year, 7 months ago
  54. 9b82944 Move integration test (DataService) by ToineSiebelink · 1 year, 7 months ago
  55. 153c4e8 Migrate cps-ri performance tests to integration-test module by danielhanrahan · 1 year, 7 months ago
  56. c7e5a80 Support for Patch across multiple data nodes by --global · 1 year, 9 months ago
  57. 492b666 Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)" by Sourabh Sourabh · 1 year, 7 months ago
  58. ee52f4f Merge "Fix and refactor query across anchors (CPS-1664 #3)" by Sourabh Sourabh · 1 year, 7 months ago
  59. 1be9234 Merge "[CPS] RI: Code Refactoring # Replace '[\s\S]' to '.' as it is same as '.' while grouping in regex # Updated the groovy files to add 'assert' and to replace deprecated method # Removed deprecated 'storeDataNode' method." by Toine Siebelink · 1 year, 7 months ago
  60. c1ff3a1 Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)" by Sourabh Sourabh · 1 year, 7 months ago
  61. ec061d5 [CPS] RI: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  62. b49d38c Fragment Entity does not represent the correct relationship with Anchor by danielhanrahan · 1 year, 8 months ago
  63. d94dd78 Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4) by danielhanrahan · 1 year, 8 months ago
  64. 7fd71f5 Fix and refactor query across anchors (CPS-1664 #3) by danielhanrahan · 1 year, 8 months ago
  65. c863070 Don't handle ancestor-axis using regex quickfind (CPS-1664 #2) by danielhanrahan · 1 year, 8 months ago
  66. 61e8551 Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)" by Toine Siebelink · 1 year, 8 months ago
  67. d3a2b33 Fix for quickfind with descendants incl. list entries by ToineSiebelink · 1 year, 8 months ago
  68. d701ea2 Sensible equals and hashCode for FragmentEntity (CPS-1664 #1) by danielhanrahan · 1 year, 8 months ago
  69. d7923e0 canUseRegexQuickfind does not test for contains-condition by danielhanrahan · 1 year, 8 months ago
  70. 3d97a96 [CPS] RI, Service: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  71. 796c4dc Remove 32K limit from queries with collection parameters by danielhanrahan · 1 year, 8 months ago
  72. f5d8051 Merge "Add contains condition support to cps-path" by Luke Gleeson · 1 year, 8 months ago
  73. d7bc158 Add contains condition support to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
  74. ec0ba9d Migrate hibernate-types to hypersistence-utils by danielhanrahan · 1 year, 8 months ago
  75. 9093440 Remove CollectionUtils dependency by lukegleeson · 1 year, 8 months ago
  76. 546c144 Use cascade delete in fragments table by danielhanrahan · 1 year, 10 months ago
  77. fb5f5c2 Remove @NotNull from repository methods by danielhanrahan · 1 year, 8 months ago
  78. c4621cb Add OR operator to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
  79. 0bc4f67 Migrate query tests to integration-test module #6 by danielhanrahan · 1 year, 9 months ago
  80. 4760869 Migrate query tests to integration-test module #5 by danielhanrahan · 1 year, 8 months ago
  81. b99ae09 Migrate query tests to integration-test module #3 by danielhanrahan · 1 year, 9 months ago
  82. bc05c93 Merge "Migrate query tests to integration-test module #2" by Sourabh Sourabh · 1 year, 8 months ago
  83. 2e4fbdf Performance tests for getDataNodes and queryDataNodes by danielhanrahan · 1 year, 9 months ago
  84. 96a2f7b Migrate query tests to integration-test module #2 by danielhanrahan · 1 year, 9 months ago
  85. ce88021 Merge "Migrate query tests to integration-test module #1" by Toine Siebelink · 1 year, 8 months ago
  86. 057284e Migrate query tests to integration-test module #1 by danielhanrahan · 1 year, 9 months ago
  87. fe25cdb Populate Dataspace field of DataNode by danielhanrahan · 1 year, 9 months ago
  88. c62dbd7 Migrate query tests to integration-test module #4 by danielhanrahan · 1 year, 9 months ago
  89. 43ff8dc Update performance test timings by danielhanrahan · 1 year, 9 months ago
  90. a317890 Query data nodes across all anchors under one dataspace by rajesh.kumar · 2 years ago
  91. 530d4d4 Reduce dataspace/anchor lookups in CpsDataService by danielhanrahan · 1 year, 10 months ago
  92. 2e07b49 Fetch fragment entities using recursive SQL query by danielhanrahan · 1 year, 9 months ago
  93. 9a552aa Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" by Toine Siebelink · 1 year, 9 months ago
  94. 4908346 Merge "Add new metrics to the get data node method" by Toine Siebelink · 1 year, 9 months ago
  95. b8b29c9 Reduce dataspace/anchor lookups in CpsDataPersistenceService by danielhanrahan · 1 year, 10 months ago
  96. 8e08dc7 Make single deleteDataNode use plural deleteDataNodes by danielhanrahan · 1 year, 9 months ago
  97. a4127d6 Merge "Create Base and Sample Performance Integration Tests" by Sourabh Sourabh · 1 year, 9 months ago
  98. 0133eb0 Create Base and Sample Performance Integration Tests by ToineSiebelink · 1 year, 10 months ago
  99. 03ded02 Add new metrics to the get data node method by kissand · 1 year, 10 months ago
  100. 38d3064 Add index to schema_set_yang_resources table by danielhanrahan · 1 year, 10 months ago