Age | Commit message (Expand) | Author | Files | Lines |
2024-11-05 | XML content support on get a node |  Rudrangi Anupriya | 2 | -11/+38 |
2024-10-09 | Implementation of Data validation feature in Create a Node API |  Arpit Singh | 2 | -7/+32 |
2024-09-24 | Reduce anchor lookups related to PrefixResolver (CPS-2417 #1) |  danielhanrahan | 4 | -22/+39 |
2024-09-10 | Renaming Delta Operations as per RFC 9144 |  Arpit Singh | 1 | -4/+4 |
2024-08-07 | Refactoring of CPS Delta APIs |  Arpit Singh | 1 | -3/+3 |
2024-08-01 | XML content support on add list element |  Rudrangi Anupriya | 2 | -18/+26 |
2024-07-16 | XML content support on replace a node with descendants |  Rudrangi Anupriya | 2 | -21/+26 |
2024-06-06 | CPS Delta API 2: Delta between anchor and payload |  Arpit Singh | 2 | -3/+77 |
2024-06-05 | XML content support on update node leaves |  Rudrangi Anupriya | 2 | -12/+19 |
2024-05-03 | [BUG] Correctly parse observedTimestamp |  mpriyank | 1 | -3/+3 |
2023-12-18 | Remove the dependency-cycle between beans |  ToineSiebelink | 3 | -34/+46 |
2023-11-14 | CPS Delta API 1: Delta between 2 anchors |  Arpit Singh | 2 | -1/+38 |
2023-09-22 | Reinstate Spring Boot 3.0 after revert |  egernug | 3 | -5/+5 |
2023-09-20 | Revert "Migrate CPS to Spring-boot 3.0" |  Toine Siebelink | 3 | -5/+5 |
2023-09-14 | Migrate CPS to Spring-boot 3.0 |  egernug | 3 | -5/+5 |
2023-08-17 | Add code coverage for missing branches in pagination API(ep4) |  rajesh.kumar | 1 | -2/+36 |
2023-08-03 | Merge "Support pagination in query across all anchors(ep4)" |  Luke Gleeson | 2 | -14/+92 |
2023-08-02 | Support pagination in query across all anchors(ep4) |  rajesh.kumar | 2 | -14/+92 |
2023-07-31 | Add 'direct' keyword to descendants option to query direct children (ep1) |  Rudrangi Anupriya | 1 | -2/+2 |
2023-07-28 | Add 'direct' keyword to descendants option to query direct children (ep1) |  Rudrangi Anupriya | 1 | -2/+8 |
2023-07-18 | Persisting a list element to a parent list (ep2) |  Rudrangi Anupriya | 1 | -0/+23 |
2023-07-11 | Combine alreadyDefinedException classes |  danielhanrahan | 1 | -3/+2 |
2023-06-29 | Improved code coverage (branches) around multipart file utils |  ToineSiebelink | 1 | -11/+26 |
2023-06-26 | Chsnge to OpenApi 3.0 |  egernug | 2 | -15/+19 |
2023-03-21 | Query data nodes across all anchors under one dataspace |  rajesh.kumar | 2 | -0/+49 |
2023-03-09 | Add new metrics to the get data node method |  kissand | 2 | -0/+10 |
2023-02-20 | Fix sonar code smell |  halil.cakal | 3 | -5/+5 |
2023-02-17 | CPS-1401 Implement V2 of GET Data Node API |  arpitsingh | 2 | -39/+97 |
2023-02-13 | Test for yang file archive limitation |  halil.cakal | 5 | -38/+72 |
2023-02-08 | Correct calculation of zip archive size for schemaset upload |  Arne Chrestin | 1 | -1/+1 |
2023-01-31 | Introduce Instrumentation |  ToineSiebelink | 2 | -3/+16 |
2023-01-23 | Added depth parameter in query nodes API. |  rajesh.kumar | 4 | -13/+90 |
2022-12-22 | XML content on create anchors node support |  Michal Jagiello | 3 | -47/+60 |
2022-12-16 | API versioning supported and added different versions for POST APIs |  rajesh.kumar | 4 | -47/+119 |
2022-12-09 | Added API to get all schema sets for a given dataspace. |  rajesh.kumar | 2 | -0/+29 |
2022-11-18 | Added get APIs for dataspace. |  rajesh.kumar | 3 | -0/+50 |
2022-11-10 | HTTP error code 500 changed to 400 for invalid JSON payload |  rajesh.kumar | 2 | -1/+16 |
2022-11-02 | Ensure prefix is correct module prefix |  ToineSiebelink | 5 | -8/+33 |
2022-09-13 | Handle partial failure (improvements) |  ToineSiebelink | 1 | -1/+2 |
2022-08-25 | Performance Improvement: Batch Update DataNodes |  lukegleeson | 2 | -4/+4 |
2022-04-25 | Fix Absolute Path to list with Integer/String key |  Lathish | 1 | -1/+0 |
2022-03-30 | Additional validation for names/identifiers |  DylanB95EST | 1 | -4/+3 |
2022-03-10 | Replacing ModelMapper with MapStruct |  lukegleeson | 6 | -78/+109 |
2022-03-01 | Create Endpoint For Get Cm Handles By Name |  DylanB95EST | 1 | -10/+5 |
2022-02-17 | Align JSON DataNode for Get and Post/Put API in CPS |  puthuparambil.aditya | 4 | -13/+17 |
2022-02-14 | Improve logging in NCMP |  sourabh_sourabh | 1 | -0/+3 |
2022-01-27 | Merge "Improve logging in NCMP" |  Toine Siebelink | 1 | -4/+1 |
2022-01-25 | Improve logging in NCMP |  sourabh_sourabh | 1 | -4/+1 |
2022-01-25 | Replace gson mapper with jackson mapper |  sourabh_sourabh | 5 | -36/+45 |
2022-01-07 | CPS-Core: Unable to parse JSON input with space for POST endpoint |  sourabh_sourabh | 2 | -30/+31 |