1. e0c537f Refactor: Improve code quality and compliance with SonarQube standards by sourabh_sourabh · 2 months ago
  2. 07acbb4 Implementation of Data validation feature in Create a Node API by Arpit Singh · 5 months ago
  3. e2517a8 Merge "Policy Executor: handle errors, part 2 (fighting between IntelliJ and Checkstyle best practices)" by Sourabh Sourabh · 3 months ago
  4. 153aa48 [BUG] Fix memory leak related to using arrays in Hibernate by danielhanrahan · 3 months ago
  5. 77e469b Policy Executor: handle errors, part 2 by ToineSiebelink · 3 months ago
  6. 89bfabf Update JIRA and Wiki links host name from wiki.onap.org to lf-onap.atlassian.net by sourabh_sourabh · 3 months ago
  7. 39e4eef Remove Hazelcast cache for prefix resolver (CPS-2417 #2) by danielhanrahan · 4 months ago
  8. ad02169 Reduce anchor lookups related to PrefixResolver (CPS-2417 #1) by danielhanrahan · 4 months ago
  9. 4310430 Refactored cps-ri package structure by leventecsanyi · 4 months ago
  10. 3c8539c Renaming Delta Operations as per RFC 9144 by Arpit Singh · 4 months ago
  11. 50518ca CPS-NCMP: Slow cmHandle registration when we use moduleSetTag, alternateId and dataProducerIdentifier by sourabh_sourabh · 5 months ago
  12. d0d4b97 XML content support on add list element by Rudrangi Anupriya · 6 months ago
  13. d9e391c Update response message for data validation failure by Arpit Singh · 6 months ago
  14. 760dd95 XML content support on replace a node with descendants by Rudrangi Anupriya · 6 months ago
  15. 7915e99 Fix incorrect use of getAnchors(dataspace, schemasets) by danielhanrahan · 6 months ago
  16. 5c14b4b Addressed an adaptability issue by sourabh_sourabh · 7 months ago
  17. d7fa960 CPS Delta API 2: Delta between anchor and payload by Arpit Singh · 1 year, 4 months ago
  18. 1decb39 XML content support on update node leaves by Rudrangi Anupriya · 7 months ago
  19. f7873bd Conditional cps change events by mpriyank · 8 months ago
  20. e834c93 [BUG] Correctly parse observedTimestamp by mpriyank · 8 months ago
  21. eb3a808 Add Notification support in cps core by rajesh.kumar · 10 months ago
  22. 2830723 Faster module searches (CPS-2190 #3) by danielhanrahan · 8 months ago
  23. e1277ab Configure Hazelcast to have 1 backup to reduce memory by danielhanrahan · 10 months ago
  24. e2d8837 Fix test failure by ordering leaf-lists by danielhanrahan · 11 months ago
  25. 311b5fa Orphaned modules are removed from the DB before cmhandle removal by sourabh_sourabh · 11 months ago
  26. 29e1762 Add integration test for extending API: Get Module Definitions by halil.cakal · 11 months ago
  27. 04280e2 Extend API: Get Module Definitions by halil.cakal · 11 months ago
  28. 33f7b3e CloudEvents support for cps-core by mpriyank · 11 months ago
  29. 1322b0f CPS 1824: Delta Between 2 Anchors release notes by Arpit Singh · 12 months ago
  30. 8343314 Merge "CPS Delta API: Update action for delta service" by Toine Siebelink · 12 months ago
  31. 6229cfe Clear instance based Schema Context Cache upon validation errors by ToineSiebelink · 12 months ago
  32. 885980d CPS Delta API: Update action for delta service by Arpit Singh · 1 year, 1 month ago
  33. 926d408 Remove inefficient saveListElementsBatch API by danielhanrahan · 1 year, 5 months ago
  34. a966bab Remove the dependency-cycle between beans by ToineSiebelink · 1 year, 1 month ago
  35. db6b8f8 Remove Notification code for updated events by mpriyank · 1 year, 1 month ago
  36. 541ed45 Introduce Schema Set upgrade method by sourabh_sourabh · 1 year, 1 month ago
  37. 1ae9080 Expose hazelcast cluster info by mpriyank · 1 year, 1 month ago
  38. 0339c71 CPS Delta API 1: Delta between 2 anchors by Arpit Singh · 1 year, 5 months ago
  39. 4fb19b0 [BUG] Set Hazelcast class loader by danielhanrahan · 1 year, 2 months ago
  40. 4266fbb Introduce and use new Hazelcast map pt. 2 by sourabh_sourabh · 1 year, 2 months ago
  41. 55164b2 Expose REST endpoint to update YANG schema set using moduleSetTag by sourabh_sourabh · 1 year, 3 months ago
  42. d8620d2 JSON list support when updating multiple datanodes by danielhanrahan · 1 year, 3 months ago
  43. 477bd46 Reinstate Spring Boot 3.0 after revert by egernug · 1 year, 3 months ago
  44. ad9b701 Revert "Migrate CPS to Spring-boot 3.0" by Toine Siebelink · 1 year, 3 months ago
  45. bba4d73 Merge "Use YangParserFactory to generate schema context" by Toine Siebelink · 1 year, 3 months ago
  46. efc5577 Use YangParserFactory to generate schema context by danielhanrahan · 1 year, 4 months ago
  47. 9693ec5 Migrate CPS to Spring-boot 3.0 by egernug · 1 year, 5 months ago
  48. 7d48638 Merge "Device heartbeat listener" by Luke Gleeson · 1 year, 5 months ago
  49. f477880 Device heartbeat listener by mpriyank · 1 year, 5 months ago
  50. 17aab00 CPS-Core : Expose a java interface to update schema set by sourabh_sourabh · 1 year, 5 months ago
  51. 478c5da Merge "Support pagination in query across all anchors(ep4)" by Luke Gleeson · 1 year, 5 months ago
  52. f248b5d Support pagination in query across all anchors(ep4) by rajesh.kumar · 1 year, 8 months ago
  53. 77ef0b4 Add 'direct' keyword to descendants option to query direct children (ep1) by Rudrangi Anupriya · 1 year, 5 months ago
  54. e3cdc8a Increase code coverage in cps-service module by ToineSiebelink · 1 year, 5 months ago
  55. 8126f03 Add 'direct' keyword to descendants option to query direct children (ep1) by Rudrangi Anupriya · 1 year, 5 months ago
  56. 113a618 Merge "Subscription Creation: NCMP to Client CloudEvent transformation" by Luke Gleeson · 1 year, 5 months ago
  57. d789956 Subscription Creation: NCMP to Client CloudEvent transformation by halil.cakal · 1 year, 6 months ago
  58. 0ba8fbf Merge "Apostrophe handling in CpsPathParser" by Toine Siebelink · 1 year, 6 months ago
  59. 74a4715 Apostrophe handling in CpsPathParser by danielhanrahan · 1 year, 6 months ago
  60. ad61e28 Persisting a list element to a parent list (ep2) by Rudrangi Anupriya · 1 year, 6 months ago
  61. dcf84ad Improved code coverage for CpsDataServiceImpl by ToineSiebelink · 1 year, 6 months ago
  62. d45fe75 Fix handling of special characters in prefix names by danielhanrahan · 1 year, 6 months ago
  63. 9cfc03f Combine alreadyDefinedException classes by danielhanrahan · 1 year, 6 months ago
  64. e3eb745 Normalize parent xpath when building datanodes in CpsDataService by danielhanrahan · 1 year, 6 months ago
  65. ede42ea NCMP : Handle non-existing and non-ready cm handles by sourabh_sourabh · 1 year, 6 months ago
  66. 26a5175 Move integration test for moduleService by ToineSiebelink · 1 year, 8 months ago
  67. 9b82944 Move integration test (DataService) by ToineSiebelink · 1 year, 8 months ago
  68. c7e5a80 Support for Patch across multiple data nodes by --global · 1 year, 9 months ago
  69. ec061d5 [CPS] RI: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  70. 74cf06f Align the hazelcast cluster names by mpriyank · 1 year, 8 months ago
  71. 3c0ea89 Timeout for Subscription Create Partial Response by lukegleeson · 1 year, 9 months ago
  72. 3d97a96 [CPS] RI, Service: Code Refactoring by raviteja.karumuri · 1 year, 8 months ago
  73. d64fa34 Extend capability of distributed cache by mpriyank · 1 year, 8 months ago
  74. fe25cdb Populate Dataspace field of DataNode by danielhanrahan · 1 year, 9 months ago
  75. a317890 Query data nodes across all anchors under one dataspace by rajesh.kumar · 2 years, 1 month ago
  76. 2b4c488 CPS-1526 Fix response message for PATCH operation by arpitsingh · 1 year, 10 months ago
  77. 1469741 Merge "Forward Subscription Information to DMI Plugin(s)" by Priyank Maheshwari · 1 year, 10 months ago
  78. 530d4d4 Reduce dataspace/anchor lookups in CpsDataService by danielhanrahan · 1 year, 10 months ago
  79. 7549776 Forward Subscription Information to DMI Plugin(s) by lukegleeson · 1 year, 10 months ago
  80. 2e07b49 Fetch fragment entities using recursive SQL query by danielhanrahan · 1 year, 10 months ago
  81. 03ded02 Add new metrics to the get data node method by kissand · 1 year, 10 months ago
  82. ceda6a0 Add DataNodeNotFoundException to deleteDataNodes by danielhanrahan · 1 year, 10 months ago
  83. 0483504 Expand CPS Service Integration Test (framework) by ToineSiebelink · 1 year, 10 months ago
  84. 33001d5 Merge "CPS-1401 Implement V2 of GET Data Node API" by Luke Gleeson · 1 year, 11 months ago
  85. 0bd192c CPS-1401 Implement V2 of GET Data Node API by arpitsingh · 2 years ago
  86. fbb79a0 Improve batch delete schemasets performance by danielhanrahan · 1 year, 11 months ago
  87. e28b621 Bulk delete schemasets in CM handle deregistration by danielhanrahan · 1 year, 11 months ago
  88. 230b111 Create plural version of deleteDataNode by danielhanrahan · 2 years ago
  89. 0fa2fab Introduce Instrumentation by ToineSiebelink · 2 years ago
  90. c6bebbc Merge "Added depth parameter in query nodes API." by Toine Siebelink · 2 years ago
  91. cc21a02 Added depth parameter in query nodes API. by rajesh.kumar · 2 years, 1 month ago
  92. ecfce9d Merge "Fetch CM handles by collection of xpaths" by Sourabh Sourabh · 2 years ago
  93. 9c56b30 Fetch CM handles by collection of xpaths by seanbeirne · 2 years, 1 month ago
  94. 86cda42 DocBuilderFactory one instance by mpriyank · 2 years ago
  95. 377a02c Local DocBuilderFactory fix XEE by mpriyank · 2 years ago
  96. d3e791d Test XEE in SonarQube by mpriyank · 2 years ago
  97. 850c4b8 Local DocumentBuilderFactory by mpriyank · 2 years ago
  98. b484692 XEE prevention with all props by mpriyank · 2 years ago
  99. f7745da Document and Transformer Factory refactor by mpriyank · 2 years ago
  100. dd09115 XEE remove few property by mpriyank · 2 years ago