summaryrefslogtreecommitdiffstats
path: root/cps-rest/src
AgeCommit message (Expand)AuthorFilesLines
2024-11-29Merge "XML content support on Replace list content"Priyank Maheshwari3-6/+29
2024-11-28XML content support on Replace list contentRudrangi Anupriya3-6/+29
2024-11-27Minor refactor of CPS rest controllerdanielhanrahan1-12/+3
2024-11-22Make Content-Type header default to JSON for CPS APIsdanielhanrahan3-33/+57
2024-11-17XML content support for only cps Query v2Rudrangi Anupriya2-20/+63
2024-11-05XML content support on get a nodeRudrangi Anupriya2-11/+38
2024-10-09Implementation of Data validation feature in Create a Node APIArpit Singh2-7/+32
2024-09-24Reduce anchor lookups related to PrefixResolver (CPS-2417 #1)danielhanrahan4-22/+39
2024-09-10Renaming Delta Operations as per RFC 9144Arpit Singh1-4/+4
2024-08-07Refactoring of CPS Delta APIsArpit Singh1-3/+3
2024-08-01XML content support on add list elementRudrangi Anupriya2-18/+26
2024-07-16XML content support on replace a node with descendantsRudrangi Anupriya2-21/+26
2024-06-06CPS Delta API 2: Delta between anchor and payloadArpit Singh2-3/+77
2024-06-05XML content support on update node leavesRudrangi Anupriya2-12/+19
2024-05-03[BUG] Correctly parse observedTimestampmpriyank1-3/+3
2023-12-18Remove the dependency-cycle between beansToineSiebelink3-34/+46
2023-11-14CPS Delta API 1: Delta between 2 anchorsArpit Singh2-1/+38
2023-09-22Reinstate Spring Boot 3.0 after revertegernug3-5/+5
2023-09-20Revert "Migrate CPS to Spring-boot 3.0"Toine Siebelink3-5/+5
2023-09-14Migrate CPS to Spring-boot 3.0egernug3-5/+5
2023-08-17Add code coverage for missing branches in pagination API(ep4)rajesh.kumar1-2/+36
2023-08-03Merge "Support pagination in query across all anchors(ep4)"Luke Gleeson2-14/+92
2023-08-02Support pagination in query across all anchors(ep4)rajesh.kumar2-14/+92
2023-07-31Add 'direct' keyword to descendants option to query direct children (ep1)Rudrangi Anupriya1-2/+2
2023-07-28Add 'direct' keyword to descendants option to query direct children (ep1)Rudrangi Anupriya1-2/+8
2023-07-18Persisting a list element to a parent list (ep2)Rudrangi Anupriya1-0/+23
2023-07-11Combine alreadyDefinedException classesdanielhanrahan1-3/+2
2023-06-29Improved code coverage (branches) around multipart file utilsToineSiebelink1-11/+26
2023-06-26Chsnge to OpenApi 3.0egernug2-15/+19
2023-03-21Query data nodes across all anchors under one dataspacerajesh.kumar2-0/+49
2023-03-09Add new metrics to the get data node methodkissand2-0/+10
2023-02-20Fix sonar code smellhalil.cakal3-5/+5
2023-02-17CPS-1401 Implement V2 of GET Data Node APIarpitsingh2-39/+97
2023-02-13Test for yang file archive limitationhalil.cakal5-38/+72
2023-02-08Correct calculation of zip archive size for schemaset uploadArne Chrestin1-1/+1
2023-01-31Introduce InstrumentationToineSiebelink2-3/+16
2023-01-23Added depth parameter in query nodes API.rajesh.kumar4-13/+90
2022-12-22XML content on create anchors node supportMichal Jagiello3-47/+60
2022-12-16API versioning supported and added different versions for POST APIsrajesh.kumar4-47/+119
2022-12-09Added API to get all schema sets for a given dataspace.rajesh.kumar2-0/+29
2022-11-18Added get APIs for dataspace.rajesh.kumar3-0/+50
2022-11-10HTTP error code 500 changed to 400 for invalid JSON payloadrajesh.kumar2-1/+16
2022-11-02Ensure prefix is correct module prefixToineSiebelink5-8/+33
2022-09-13Handle partial failure (improvements)ToineSiebelink1-1/+2
2022-08-25Performance Improvement: Batch Update DataNodeslukegleeson2-4/+4
2022-04-25Fix Absolute Path to list with Integer/String keyLathish1-1/+0
2022-03-30Additional validation for names/identifiersDylanB95EST1-4/+3
2022-03-10Replacing ModelMapper with MapStructlukegleeson6-78/+109
2022-03-01Create Endpoint For Get Cm Handles By NameDylanB95EST1-10/+5
2022-02-17Align JSON DataNode for Get and Post/Put API in CPSputhuparambil.aditya4-13/+17