1. b740156 Remove dataspace_id column from Fragment table by danielhanrahan · 1 year, 7 months ago
  2. 26a5175 Move integration test for moduleService by ToineSiebelink · 1 year, 7 months ago
  3. 9b82944 Move integration test (DataService) by ToineSiebelink · 1 year, 7 months ago
  4. 153c4e8 Migrate cps-ri performance tests to integration-test module by danielhanrahan · 1 year, 7 months ago
  5. c7e5a80 Support for Patch across multiple data nodes by --global · 1 year, 8 months ago
  6. 492b666 Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)" by Sourabh Sourabh · 1 year, 7 months ago
  7. ee52f4f Merge "Fix and refactor query across anchors (CPS-1664 #3)" by Sourabh Sourabh · 1 year, 7 months ago
  8. 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
  9. c1ff3a1 Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)" by Sourabh Sourabh · 1 year, 7 months ago
  10. ec061d5 [CPS] RI: Code Refactoring by raviteja.karumuri · 1 year, 7 months ago
  11. b49d38c Fragment Entity does not represent the correct relationship with Anchor by danielhanrahan · 1 year, 7 months ago
  12. d94dd78 Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4) by danielhanrahan · 1 year, 7 months ago
  13. 7fd71f5 Fix and refactor query across anchors (CPS-1664 #3) by danielhanrahan · 1 year, 8 months ago
  14. c863070 Don't handle ancestor-axis using regex quickfind (CPS-1664 #2) by danielhanrahan · 1 year, 8 months ago
  15. 61e8551 Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)" by Toine Siebelink · 1 year, 7 months ago
  16. d3a2b33 Fix for quickfind with descendants incl. list entries by ToineSiebelink · 1 year, 7 months ago
  17. d701ea2 Sensible equals and hashCode for FragmentEntity (CPS-1664 #1) by danielhanrahan · 1 year, 7 months ago
  18. 436b75b Bump CPS version to 3.3.2-SNAPSHOT by mpriyank · 1 year, 7 months ago
  19. d7923e0 canUseRegexQuickfind does not test for contains-condition by danielhanrahan · 1 year, 8 months ago
  20. 3d97a96 [CPS] RI, Service: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  21. 796c4dc Remove 32K limit from queries with collection parameters by danielhanrahan · 1 year, 8 months ago
  22. f5d8051 Merge "Add contains condition support to cps-path" by Luke Gleeson · 1 year, 8 months ago
  23. d7bc158 Add contains condition support to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
  24. 7d4ece8 Merge "3.0.0 Release Step 7" by Priyank Maheshwari · 1 year, 8 months ago
  25. 7e243c9 3.0.0 Release Step 7 by lukegleeson · 1 year, 8 months ago
  26. ec0ba9d Migrate hibernate-types to hypersistence-utils by danielhanrahan · 1 year, 8 months ago
  27. 719b15d Upgrade Liquibase to 4.16.0 by lukegleeson · 1 year, 8 months ago
  28. 9093440 Remove CollectionUtils dependency by lukegleeson · 1 year, 8 months ago
  29. 546c144 Use cascade delete in fragments table by danielhanrahan · 1 year, 10 months ago
  30. fb5f5c2 Remove @NotNull from repository methods by danielhanrahan · 1 year, 8 months ago
  31. c4621cb Add OR operator to cps-path by Rudrangi Anupriya · 1 year, 8 months ago
  32. 0bc4f67 Migrate query tests to integration-test module #6 by danielhanrahan · 1 year, 8 months ago
  33. 4760869 Migrate query tests to integration-test module #5 by danielhanrahan · 1 year, 8 months ago
  34. b99ae09 Migrate query tests to integration-test module #3 by danielhanrahan · 1 year, 8 months ago
  35. bc05c93 Merge "Migrate query tests to integration-test module #2" by Sourabh Sourabh · 1 year, 8 months ago
  36. 2e4fbdf Performance tests for getDataNodes and queryDataNodes by danielhanrahan · 1 year, 9 months ago
  37. 96a2f7b Migrate query tests to integration-test module #2 by danielhanrahan · 1 year, 8 months ago
  38. ce88021 Merge "Migrate query tests to integration-test module #1" by Toine Siebelink · 1 year, 8 months ago
  39. 057284e Migrate query tests to integration-test module #1 by danielhanrahan · 1 year, 8 months ago
  40. fe25cdb Populate Dataspace field of DataNode by danielhanrahan · 1 year, 8 months ago
  41. da0192e Merge "Migrate query tests to integration-test module #4" by Sourabh Sourabh · 1 year, 8 months ago
  42. af6c308 [CPS] Bump minor version - Step12 by mpriyank · 1 year, 8 months ago
  43. c62dbd7 Migrate query tests to integration-test module #4 by danielhanrahan · 1 year, 8 months ago
  44. 43ff8dc Update performance test timings by danielhanrahan · 1 year, 9 months ago
  45. 0b8d85d Prepare the next drop by bumping patch version by halil.cakal · 1 year, 9 months ago
  46. a317890 Query data nodes across all anchors under one dataspace by rajesh.kumar · 2 years ago
  47. 530d4d4 Reduce dataspace/anchor lookups in CpsDataService by danielhanrahan · 1 year, 9 months ago
  48. 2e07b49 Fetch fragment entities using recursive SQL query by danielhanrahan · 1 year, 9 months ago
  49. 9a552aa Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" by Toine Siebelink · 1 year, 9 months ago
  50. 4908346 Merge "Add new metrics to the get data node method" by Toine Siebelink · 1 year, 9 months ago
  51. b8b29c9 Reduce dataspace/anchor lookups in CpsDataPersistenceService by danielhanrahan · 1 year, 9 months ago
  52. 8e08dc7 Make single deleteDataNode use plural deleteDataNodes by danielhanrahan · 1 year, 9 months ago
  53. 0fd4d19 Bump CPS version by mpriyank · 1 year, 9 months ago
  54. ade5a6e Bump CPS version by mpriyank · 1 year, 9 months ago
  55. a4127d6 Merge "Create Base and Sample Performance Integration Tests" by Sourabh Sourabh · 1 year, 9 months ago
  56. 0133eb0 Create Base and Sample Performance Integration Tests by ToineSiebelink · 1 year, 10 months ago
  57. 03ded02 Add new metrics to the get data node method by kissand · 1 year, 10 months ago
  58. 38d3064 Add index to schema_set_yang_resources table by danielhanrahan · 1 year, 9 months ago
  59. 29b493f Drop temp table when transaction finishes by danielhanrahan · 1 year, 10 months ago
  60. f0f4fd8 Release process stage 7 by seanbeirne · 1 year, 9 months ago
  61. ceda6a0 Add DataNodeNotFoundException to deleteDataNodes by danielhanrahan · 1 year, 10 months ago
  62. 373cdf2 Skip deleting list xpaths that are list elements by danielhanrahan · 1 year, 10 months ago
  63. afa131e Improve performance for update data nodes by danielhanrahan · 1 year, 10 months ago
  64. 60cff5c Add performance tests for update data nodes by danielhanrahan · 1 year, 10 months ago
  65. 5f91567 Improve performance of deleteDataNodes SQL by danielhanrahan · 1 year, 10 months ago
  66. de8116f Merge "Update performance test timings" by Toine Siebelink · 1 year, 10 months ago
  67. c9565e1 Merge "FragmentEntity stuck in memory on "Already exists" error" by Toine Siebelink · 1 year, 10 months ago
  68. 946ecf5 Update performance test timings by danielhanrahan · 1 year, 10 months ago
  69. 33001d5 Merge "CPS-1401 Implement V2 of GET Data Node API" by Luke Gleeson · 1 year, 10 months ago
  70. 0bd192c CPS-1401 Implement V2 of GET Data Node API by arpitsingh · 1 year, 11 months ago
  71. 0f9f9df FragmentEntity stuck in memory on "Already exists" error by kissand · 1 year, 10 months ago
  72. fbb79a0 Improve batch delete schemasets performance by danielhanrahan · 1 year, 10 months ago
  73. e28b621 Bulk delete schemasets in CM handle deregistration by danielhanrahan · 1 year, 10 months ago
  74. fd43dbe Release Process Step 7 by mpriyank · 1 year, 10 months ago
  75. 230b111 Create plural version of deleteDataNode by danielhanrahan · 1 year, 11 months ago
  76. 0fa2fab Introduce Instrumentation by ToineSiebelink · 1 year, 11 months ago
  77. f8e980a Update version files for release process by seanbeirne · 1 year, 11 months ago
  78. 528cf81 Merge "Springboot Integration tests improvements" by Sourabh Sourabh · 1 year, 11 months ago
  79. 665e224 Springboot Integration tests improvements by lukegleeson · 1 year, 11 months ago
  80. 4111a57 Handle root xpaths in getDataNodes by danielhanrahan · 1 year, 11 months ago
  81. 7421c69 Use native query to delete data nodes by sourabh_sourabh · 1 year, 11 months ago
  82. c6bebbc Merge "Added depth parameter in query nodes API." by Toine Siebelink · 1 year, 11 months ago
  83. cc21a02 Added depth parameter in query nodes API. by rajesh.kumar · 2 years ago
  84. 86b9338 Normalize xpaths for getDataNodes by danielhanrahan · 1 year, 11 months ago
  85. 35e5646 Add delete performance tests by danielhanrahan · 1 year, 11 months ago
  86. ecfce9d Merge "Fetch CM handles by collection of xpaths" by Sourabh Sourabh · 1 year, 11 months ago
  87. 9c56b30 Fetch CM handles by collection of xpaths by seanbeirne · 2 years ago
  88. ec769e3 CPS PATCH operation does not merge existing data by lukegleeson · 1 year, 11 months ago
  89. 6d3b8b3 Add delete performance tests by danielhanrahan · 2 years ago
  90. 83e5055 Organize performance test by ToineSiebelink · 2 years ago
  91. ded9f06 Temp Table Creation improvements by ToineSiebelink · 2 years ago
  92. dbf10db CpsPath Query Optimization by ToineSiebelink · 2 years ago
  93. e52d0cb Fix Delete uses case with '/' in path by ToineSiebelink · 2 years ago
  94. eb56f61 Merge "CPS-341 Support for multiple data tree instances under 1 anchor" by Toine Siebelink · 2 years ago
  95. 0c8068a CPS-341 Support for multiple data tree instances under 1 anchor by arpitsingh · 2 years, 2 months ago
  96. 96c8e88 Merge "Query Optimization" by Joseph Keenan · 2 years ago
  97. 3ded838 Merge "Fixing SonarQube violations" by Toine Siebelink · 2 years ago
  98. aec2a44 Query Optimization by ToineSiebelink · 2 years ago
  99. c88883a Increase performance test margins by leventecsanyi · 2 years ago
  100. a4f4215 Fixing SonarQube violations by leventecsanyi · 2 years ago