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