1. ad9b701 Revert "Migrate CPS to Spring-boot 3.0" by Toine Siebelink · 1 year, 3 months ago
  2. 9693ec5 Migrate CPS to Spring-boot 3.0 by egernug · 1 year, 5 months ago
  3. 17aab00 CPS-Core : Expose a java interface to update schema set by sourabh_sourabh · 1 year, 5 months ago
  4. 996d0c2 Update of top-level data node fails with SQL error by danielhanrahan · 1 year, 5 months ago
  5. 0fc9000 Fixing sonar issues by danielhanrahan · 1 year, 5 months ago
  6. 478c5da Merge "Support pagination in query across all anchors(ep4)" by Luke Gleeson · 1 year, 5 months ago
  7. f248b5d Support pagination in query across all anchors(ep4) by rajesh.kumar · 1 year, 8 months ago
  8. 9270546 Allow getDataNodes to read whole lists(ep 1) by danielhanrahan · 1 year, 8 months ago
  9. 74a4715 Apostrophe handling in CpsPathParser by danielhanrahan · 1 year, 6 months ago
  10. ea71bef Allow duplicate leaf names in Cps Path leaf condition by danielhanrahan · 1 year, 6 months ago
  11. 9cfc03f Combine alreadyDefinedException classes by danielhanrahan · 1 year, 6 months ago
  12. e05a59a Handle special characters in CpsPath queries (CPS-1760 #2) by danielhanrahan · 1 year, 6 months ago
  13. 531bd10 Escape SQL LIKE wildcards in queries (CPS-1760 #1) by danielhanrahan · 1 year, 6 months ago
  14. 8d08b0e Improve performance of updateDataLeaves by danielhanrahan · 1 year, 6 months ago
  15. 9474e8f Lower memory usage in FragmentRepository by danielhanrahan · 1 year, 7 months ago
  16. 1368fd0 Merge "Move integration test (DataService)" by Toine Siebelink · 1 year, 7 months ago
  17. 7bf3767 Fix for recursive SQL returning extra level of descendants by danielhanrahan · 1 year, 7 months ago
  18. 240ac3d Move integration test (DataService) by ToineSiebelink · 1 year, 7 months ago
  19. 2696de6 Add <,> operators support to cps-path by Rudrangi Anupriya · 1 year, 7 months ago
  20. 9fde458 Entity ID types do not match types in database definition by ToineSiebelink · 1 year, 8 months ago
  21. 872a5a0 Move integration test for adminService by ToineSiebelink · 1 year, 8 months ago
  22. b740156 Remove dataspace_id column from Fragment table by danielhanrahan · 1 year, 8 months ago
  23. 26a5175 Move integration test for moduleService by ToineSiebelink · 1 year, 8 months ago
  24. 9b82944 Move integration test (DataService) by ToineSiebelink · 1 year, 8 months ago
  25. c7e5a80 Support for Patch across multiple data nodes by --global · 1 year, 9 months ago
  26. 492b666 Merge "Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4)" by Sourabh Sourabh · 1 year, 8 months ago
  27. ee52f4f Merge "Fix and refactor query across anchors (CPS-1664 #3)" by Sourabh Sourabh · 1 year, 8 months ago
  28. 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
  29. c1ff3a1 Merge "Don't handle ancestor-axis using regex quickfind (CPS-1664 #2)" by Sourabh Sourabh · 1 year, 8 months ago
  30. ec061d5 [CPS] RI: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  31. b49d38c Fragment Entity does not represent the correct relationship with Anchor by danielhanrahan · 1 year, 8 months ago
  32. d94dd78 Use recursive SQL to fetch descendants in CpsPath queries (CPS-1664 #4) by danielhanrahan · 1 year, 8 months ago
  33. 7fd71f5 Fix and refactor query across anchors (CPS-1664 #3) by danielhanrahan · 1 year, 8 months ago
  34. c863070 Don't handle ancestor-axis using regex quickfind (CPS-1664 #2) by danielhanrahan · 1 year, 8 months ago
  35. 61e8551 Merge "Sensible equals and hashCode for FragmentEntity (CPS-1664 #1)" by Toine Siebelink · 1 year, 8 months ago
  36. d3a2b33 Fix for quickfind with descendants incl. list entries by ToineSiebelink · 1 year, 8 months ago
  37. d701ea2 Sensible equals and hashCode for FragmentEntity (CPS-1664 #1) by danielhanrahan · 1 year, 8 months ago
  38. d7923e0 canUseRegexQuickfind does not test for contains-condition by danielhanrahan · 1 year, 8 months ago
  39. 3d97a96 [CPS] RI, Service: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  40. 796c4dc Remove 32K limit from queries with collection parameters by danielhanrahan · 1 year, 9 months ago
  41. f5d8051 Merge "Add contains condition support to cps-path" by Luke Gleeson · 1 year, 9 months ago
  42. d7bc158 Add contains condition support to cps-path by Rudrangi Anupriya · 1 year, 9 months ago
  43. ec0ba9d Migrate hibernate-types to hypersistence-utils by danielhanrahan · 1 year, 9 months ago
  44. 9093440 Remove CollectionUtils dependency by lukegleeson · 1 year, 9 months ago
  45. 546c144 Use cascade delete in fragments table by danielhanrahan · 1 year, 10 months ago
  46. fb5f5c2 Remove @NotNull from repository methods by danielhanrahan · 1 year, 9 months ago
  47. c4621cb Add OR operator to cps-path by Rudrangi Anupriya · 1 year, 9 months ago
  48. fe25cdb Populate Dataspace field of DataNode by danielhanrahan · 1 year, 9 months ago
  49. a317890 Query data nodes across all anchors under one dataspace by rajesh.kumar · 2 years, 1 month ago
  50. 530d4d4 Reduce dataspace/anchor lookups in CpsDataService by danielhanrahan · 1 year, 10 months ago
  51. 2e07b49 Fetch fragment entities using recursive SQL query by danielhanrahan · 1 year, 10 months ago
  52. 9a552aa Merge "Reduce dataspace/anchor lookups in CpsDataPersistenceService" by Toine Siebelink · 1 year, 10 months ago
  53. 4908346 Merge "Add new metrics to the get data node method" by Toine Siebelink · 1 year, 10 months ago
  54. b8b29c9 Reduce dataspace/anchor lookups in CpsDataPersistenceService by danielhanrahan · 1 year, 10 months ago
  55. 8e08dc7 Make single deleteDataNode use plural deleteDataNodes by danielhanrahan · 1 year, 10 months ago
  56. 03ded02 Add new metrics to the get data node method by kissand · 1 year, 10 months ago
  57. 38d3064 Add index to schema_set_yang_resources table by danielhanrahan · 1 year, 10 months ago
  58. 29b493f Drop temp table when transaction finishes by danielhanrahan · 1 year, 10 months ago
  59. ceda6a0 Add DataNodeNotFoundException to deleteDataNodes by danielhanrahan · 1 year, 10 months ago
  60. 373cdf2 Skip deleting list xpaths that are list elements by danielhanrahan · 1 year, 10 months ago
  61. afa131e Improve performance for update data nodes by danielhanrahan · 1 year, 10 months ago
  62. 5f91567 Improve performance of deleteDataNodes SQL by danielhanrahan · 1 year, 11 months ago
  63. c9565e1 Merge "FragmentEntity stuck in memory on "Already exists" error" by Toine Siebelink · 1 year, 11 months ago
  64. 33001d5 Merge "CPS-1401 Implement V2 of GET Data Node API" by Luke Gleeson · 1 year, 11 months ago
  65. 0bd192c CPS-1401 Implement V2 of GET Data Node API by arpitsingh · 2 years ago
  66. 0f9f9df FragmentEntity stuck in memory on "Already exists" error by kissand · 1 year, 11 months ago
  67. fbb79a0 Improve batch delete schemasets performance by danielhanrahan · 1 year, 11 months ago
  68. e28b621 Bulk delete schemasets in CM handle deregistration by danielhanrahan · 1 year, 11 months ago
  69. 230b111 Create plural version of deleteDataNode by danielhanrahan · 2 years ago
  70. 528cf81 Merge "Springboot Integration tests improvements" by Sourabh Sourabh · 2 years ago
  71. 665e224 Springboot Integration tests improvements by lukegleeson · 2 years ago
  72. 4111a57 Handle root xpaths in getDataNodes by danielhanrahan · 2 years ago
  73. 7421c69 Use native query to delete data nodes by sourabh_sourabh · 2 years ago
  74. 86b9338 Normalize xpaths for getDataNodes by danielhanrahan · 2 years ago
  75. ecfce9d Merge "Fetch CM handles by collection of xpaths" by Sourabh Sourabh · 2 years ago
  76. 9c56b30 Fetch CM handles by collection of xpaths by seanbeirne · 2 years, 1 month ago
  77. ec769e3 CPS PATCH operation does not merge existing data by lukegleeson · 2 years ago
  78. ded9f06 Temp Table Creation improvements by ToineSiebelink · 2 years ago
  79. dbf10db CpsPath Query Optimization by ToineSiebelink · 2 years ago
  80. e52d0cb Fix Delete uses case with '/' in path by ToineSiebelink · 2 years ago
  81. 0c8068a CPS-341 Support for multiple data tree instances under 1 anchor by arpitsingh · 2 years, 3 months ago
  82. 3ded838 Merge "Fixing SonarQube violations" by Toine Siebelink · 2 years, 1 month ago
  83. a4f4215 Fixing SonarQube violations by leventecsanyi · 2 years, 1 month ago
  84. 377af14 Merge "Added API to get all schema sets for a given dataspace." by Toine Siebelink · 2 years, 1 month ago
  85. 71e4f83 Added API to get all schema sets for a given dataspace. by rajesh.kumar · 2 years, 4 months ago
  86. aa29f24 Merge "Fix SonarQube Violations" by Sourabh Sourabh · 2 years, 1 month ago
  87. cdea746 Merge "Upgrade Open daylight yang tool to version 8.0.6" by Toine Siebelink · 2 years, 1 month ago
  88. 25969bf Upgrade Open daylight yang tool to version 8.0.6 by emaclee · 2 years, 1 month ago
  89. 77567ae Fix SonarQube Violations by leventecsanyi · 2 years, 1 month ago
  90. cec0cb7 Added get APIs for dataspace. by rajesh.kumar · 2 years, 4 months ago
  91. 1d5a122 Node API - Find root by anchor method performance by sourabh_sourabh · 2 years, 2 months ago
  92. 337c8d4 Node API - GET Method performance issue by sourabh_sourabh · 2 years, 2 months ago
  93. 14e5bf9 Ensure prefix is correct module prefix by ToineSiebelink · 2 years, 2 months ago
  94. a096a7f Read Performance Improvement - Using Native Query by ToineSiebelink · 2 years, 2 months ago
  95. 2a18c1d Creation of DataNodeBuilder with module name prefix is very slow by ToineSiebelink · 2 years, 2 months ago
  96. e5254a7 CPS Validator Changes by lukegleeson · 2 years, 4 months ago
  97. 47980a5 Merge "Default CMHandles to READY during upgrade" by Toine Siebelink · 2 years, 3 months ago
  98. 3a8d153 Merge "Fix Id-searches endpoint performance degradation" by Toine Siebelink · 2 years, 3 months ago
  99. d05c1d7 Fix Id-searches endpoint performance degradation by kissand · 2 years, 3 months ago
  100. 8b37702 Default CMHandles to READY during upgrade by lukegleeson · 2 years, 3 months ago