1. 478c5da Merge "Support pagination in query across all anchors(ep4)" by Luke Gleeson · 1 year, 5 months ago
  2. f248b5d Support pagination in query across all anchors(ep4) by rajesh.kumar · 1 year, 8 months ago
  3. 9270546 Allow getDataNodes to read whole lists(ep 1) by danielhanrahan · 1 year, 7 months ago
  4. 74a4715 Apostrophe handling in CpsPathParser by danielhanrahan · 1 year, 6 months ago
  5. ea71bef Allow duplicate leaf names in Cps Path leaf condition by danielhanrahan · 1 year, 5 months ago
  6. 2b8268f Upgrade to Java 17 by egernug · 1 year, 6 months ago
  7. 9cfc03f Combine alreadyDefinedException classes by danielhanrahan · 1 year, 6 months ago
  8. e05a59a Handle special characters in CpsPath queries (CPS-1760 #2) by danielhanrahan · 1 year, 6 months ago
  9. 531bd10 Escape SQL LIKE wildcards in queries (CPS-1760 #1) by danielhanrahan · 1 year, 6 months ago
  10. 8d08b0e Improve performance of updateDataLeaves by danielhanrahan · 1 year, 6 months ago
  11. 0889867 Move integration test (clean-up, last phase) by ToineSiebelink · 1 year, 6 months ago
  12. 9474e8f Lower memory usage in FragmentRepository by danielhanrahan · 1 year, 7 months ago
  13. 1368fd0 Merge "Move integration test (DataService)" by Toine Siebelink · 1 year, 6 months ago
  14. 7bf3767 Fix for recursive SQL returning extra level of descendants by danielhanrahan · 1 year, 6 months ago
  15. 240ac3d Move integration test (DataService) by ToineSiebelink · 1 year, 7 months ago
  16. 2696de6 Add <,> operators support to cps-path by Rudrangi Anupriya · 1 year, 7 months ago
  17. 9fde458 Entity ID types do not match types in database definition by ToineSiebelink · 1 year, 7 months ago
  18. 872a5a0 Move integration test for adminService by ToineSiebelink · 1 year, 7 months ago
  19. 592c0f6 Fixing minor compilation by waqas.ikram · 1 year, 7 months ago
  20. b740156 Remove dataspace_id column from Fragment table by danielhanrahan · 1 year, 8 months ago
  21. 26a5175 Move integration test for moduleService by ToineSiebelink · 1 year, 8 months ago
  22. 9b82944 Move integration test (DataService) by ToineSiebelink · 1 year, 8 months ago
  23. 153c4e8 Migrate cps-ri performance tests to integration-test module by danielhanrahan · 1 year, 8 months ago
  24. c7e5a80 Support for Patch across multiple data nodes by --global · 1 year, 9 months ago
  25. 492b666 Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)" by Sourabh Sourabh · 1 year, 8 months ago
  26. ee52f4f Merge "Fix and refactor query across anchors (CPS-1664 #3)" by Sourabh Sourabh · 1 year, 8 months ago
  27. 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, 8 months ago
  28. c1ff3a1 Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)" by Sourabh Sourabh · 1 year, 8 months ago
  29. ec061d5 [CPS] RI: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  30. b49d38c Fragment Entity does not represent the correct relationship with Anchor by danielhanrahan · 1 year, 8 months ago
  31. d94dd78 Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4) by danielhanrahan · 1 year, 8 months ago
  32. 7fd71f5 Fix and refactor query across anchors (CPS-1664 #3) by danielhanrahan · 1 year, 8 months ago
  33. c863070 Don't handle ancestor-axis using regex quickfind (CPS-1664 #2) by danielhanrahan · 1 year, 8 months ago
  34. 61e8551 Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)" by Toine Siebelink · 1 year, 8 months ago
  35. d3a2b33 Fix for quickfind with descendants incl. list entries by ToineSiebelink · 1 year, 8 months ago
  36. d701ea2 Sensible equals and hashCode for FragmentEntity (CPS-1664 #1) by danielhanrahan · 1 year, 8 months ago
  37. d7923e0 canUseRegexQuickfind does not test for contains-condition by danielhanrahan · 1 year, 8 months ago
  38. 3d97a96 [CPS] RI, Service: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  39. 796c4dc Remove 32K limit from queries with collection parameters by danielhanrahan · 1 year, 8 months ago
  40. f5d8051 Merge "Add contains condition support to cps-path" by Luke Gleeson · 1 year, 8 months ago
  41. d7bc158 Add contains condition support to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
  42. ec0ba9d Migrate hibernate-types to hypersistence-utils by danielhanrahan · 1 year, 8 months ago
  43. 9093440 Remove CollectionUtils dependency by lukegleeson · 1 year, 8 months ago
  44. 546c144 Use cascade delete in fragments table by danielhanrahan · 1 year, 10 months ago
  45. fb5f5c2 Remove @NotNull from repository methods by danielhanrahan · 1 year, 8 months ago
  46. c4621cb Add OR operator to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
  47. 0bc4f67 Migrate query tests to integration-test module #6 by danielhanrahan · 1 year, 9 months ago
  48. 4760869 Migrate query tests to integration-test module #5 by danielhanrahan · 1 year, 8 months ago
  49. b99ae09 Migrate query tests to integration-test module #3 by danielhanrahan · 1 year, 9 months ago
  50. bc05c93 Merge "Migrate query tests to integration-test module #2" by Sourabh Sourabh · 1 year, 8 months ago
  51. 2e4fbdf Performance tests for getDataNodes and queryDataNodes by danielhanrahan · 1 year, 9 months ago
  52. 96a2f7b Migrate query tests to integration-test module #2 by danielhanrahan · 1 year, 9 months ago
  53. ce88021 Merge "Migrate query tests to integration-test module #1" by Toine Siebelink · 1 year, 8 months ago
  54. 057284e Migrate query tests to integration-test module #1 by danielhanrahan · 1 year, 9 months ago
  55. fe25cdb Populate Dataspace field of DataNode by danielhanrahan · 1 year, 9 months ago
  56. c62dbd7 Migrate query tests to integration-test module #4 by danielhanrahan · 1 year, 9 months ago
  57. 43ff8dc Update performance test timings by danielhanrahan · 1 year, 9 months ago
  58. a317890 Query data nodes across all anchors under one dataspace by rajesh.kumar · 2 years ago
  59. 530d4d4 Reduce dataspace/anchor lookups in CpsDataService by danielhanrahan · 1 year, 10 months ago
  60. 2e07b49 Fetch fragment entities using recursive SQL query by danielhanrahan · 1 year, 10 months ago
  61. 9a552aa Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" by Toine Siebelink · 1 year, 9 months ago
  62. 4908346 Merge "Add new metrics to the get data node method" by Toine Siebelink · 1 year, 9 months ago
  63. b8b29c9 Reduce dataspace/anchor lookups in CpsDataPersistenceService by danielhanrahan · 1 year, 10 months ago
  64. 8e08dc7 Make single deleteDataNode use plural deleteDataNodes by danielhanrahan · 1 year, 10 months ago
  65. a4127d6 Merge "Create Base and Sample Performance Integration Tests" by Sourabh Sourabh · 1 year, 10 months ago
  66. 0133eb0 Create Base and Sample Performance Integration Tests by ToineSiebelink · 1 year, 10 months ago
  67. 03ded02 Add new metrics to the get data node method by kissand · 1 year, 10 months ago
  68. 38d3064 Add index to schema_set_yang_resources table by danielhanrahan · 1 year, 10 months ago
  69. 29b493f Drop temp table when transaction finishes by danielhanrahan · 1 year, 10 months ago
  70. ceda6a0 Add DataNodeNotFoundException to deleteDataNodes by danielhanrahan · 1 year, 10 months ago
  71. 373cdf2 Skip deleting list xpaths that are list elements by danielhanrahan · 1 year, 10 months ago
  72. afa131e Improve performance for update data nodes by danielhanrahan · 1 year, 10 months ago
  73. 60cff5c Add performance tests for update data nodes by danielhanrahan · 1 year, 10 months ago
  74. 5f91567 Improve performance of deleteDataNodes SQL by danielhanrahan · 1 year, 10 months ago
  75. de8116f Merge "Update performance test timings" by Toine Siebelink · 1 year, 10 months ago
  76. c9565e1 Merge "FragmentEntity stuck in memory on "Already exists" error" by Toine Siebelink · 1 year, 10 months ago
  77. 946ecf5 Update performance test timings by danielhanrahan · 1 year, 10 months ago
  78. 33001d5 Merge "CPS-1401 Implement V2 of GET Data Node API" by Luke Gleeson · 1 year, 10 months ago
  79. 0bd192c CPS-1401 Implement V2 of GET Data Node API by arpitsingh · 2 years ago
  80. 0f9f9df FragmentEntity stuck in memory on "Already exists" error by kissand · 1 year, 10 months ago
  81. fbb79a0 Improve batch delete schemasets performance by danielhanrahan · 1 year, 10 months ago
  82. e28b621 Bulk delete schemasets in CM handle deregistration by danielhanrahan · 1 year, 10 months ago
  83. 230b111 Create plural version of deleteDataNode by danielhanrahan · 1 year, 11 months ago
  84. 0fa2fab Introduce Instrumentation by ToineSiebelink · 1 year, 11 months ago
  85. 528cf81 Merge "Springboot Integration tests improvements" by Sourabh Sourabh · 1 year, 11 months ago
  86. 665e224 Springboot Integration tests improvements by lukegleeson · 2 years ago
  87. 4111a57 Handle root xpaths in getDataNodes by danielhanrahan · 1 year, 11 months ago
  88. 7421c69 Use native query to delete data nodes by sourabh_sourabh · 1 year, 11 months ago
  89. c6bebbc Merge "Added depth parameter in query nodes API." by Toine Siebelink · 1 year, 11 months ago
  90. cc21a02 Added depth parameter in query nodes API. by rajesh.kumar · 2 years ago
  91. 86b9338 Normalize xpaths for getDataNodes by danielhanrahan · 1 year, 11 months ago
  92. 35e5646 Add delete performance tests by danielhanrahan · 2 years ago
  93. ecfce9d Merge "Fetch CM handles by collection of xpaths" by Sourabh Sourabh · 1 year, 11 months ago
  94. 9c56b30 Fetch CM handles by collection of xpaths by seanbeirne · 2 years ago
  95. ec769e3 CPS PATCH operation does not merge existing data by lukegleeson · 2 years ago
  96. 6d3b8b3 Add delete performance tests by danielhanrahan · 2 years ago
  97. 83e5055 Organize performance test by ToineSiebelink · 2 years ago
  98. ded9f06 Temp Table Creation improvements by ToineSiebelink · 2 years ago
  99. dbf10db CpsPath Query Optimization by ToineSiebelink · 2 years ago
  100. e52d0cb Fix Delete uses case with '/' in path by ToineSiebelink · 2 years ago