Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | Support alternate Id interface for CPS-E-05 #2 |  seanbeirne | 1 | -4/+5 |
2024-07-11 | Policy Executor Feature Toggle |  ToineSiebelink | 1 | -9/+9 |
2024-07-09 | Refactor remaining classes package structure |  ToineSiebelink | 1 | -6/+6 |
2024-07-03 | CPS NCMP: Resolved high cardinality of prometheus metrics for dmi service url |  sourabh_sourabh | 1 | -2/+1 |
2024-07-01 | Improve handling of Invalid Operation exception |  ToineSiebelink | 1 | -3/+4 |
2024-06-27 | repackage 'data' feature |  ToineSiebelink | 3 | -14/+14 |
2024-06-27 | Simplify package structure cps-ncmp-rest |  ToineSiebelink | 6 | -8/+8 |
2024-06-26 | Move TrustLevel Feature |  ToineSiebelink | 1 | -14/+4 |
2024-06-24 | Repackage Inventory Feature |  ToineSiebelink | 5 | -16/+16 |
2024-06-20 | Introducing NCMP Facades |  ToineSiebelink | 2 | -37/+30 |
2024-06-17 | Refactor and Move NCMP Data Request Handlers |  ToineSiebelink | 9 | -472/+16 |
2024-06-13 | #2: Used async version of web client for single cm handle read operation |  sourabh_sourabh | 5 | -154/+58 |
2024-06-13 | #1: Used async version of web client for batch read operation |  sourabh_sourabh | 1 | -37/+6 |
2024-05-22 | re-enable Operation Too Large Exception: limit 200 |  ToineSiebelink | 1 | -1/+1 |
2024-05-17 | Replaced RestTemplate with WebClient in synchronous DMI calls |  sourabh_sourabh | 1 | -10/+12 |
2024-05-02 | Handle error in case of upgrade operation |  sourabh_sourabh | 1 | -2/+3 |
2024-04-23 | [BUG] Make failed async task report failure on Kafka topic |  danielhanrahan | 2 | -6/+33 |
2024-04-19 | Temporary dsiable Operation Too Large Exception |  ToineSiebelink | 1 | -1/+1 |
2024-04-10 | Introduce and handle Operation Too Large Exception for batch operations |  ToineSiebelink | 3 | -12/+57 |
2024-03-29 | Uplift Spring boot 3.2.4 |  emaclee | 1 | -0/+3 |
2024-03-19 | Fix SonarQube warnings |  ToineSiebelink | 4 | -34/+24 |
2024-03-15 | Merge "[Bug] Removing inner TaskExecutor to call DMI" |  Sourabh Sourabh | 1 | -2/+2 |
2024-03-14 | [Bug] Removing inner TaskExecutor to call DMI |  mpriyank | 1 | -2/+2 |
2024-03-13 | Modify the get cmHandle api to return dataProducerIdentifier, moduleSetTag, a... |  JvD_Ericsson | 1 | -0/+3 |
2024-02-29 | Add bearer token to NCMP async batch data passthrough (CPS-2126 #4) |  danielhanrahan | 2 | -10/+15 |
2024-02-29 | Add bearer token to NCMP passthrough operations (CPS-2126 #2) |  danielhanrahan | 4 | -22/+39 |
2024-02-28 | Revert Spring Boot Uplift |  mpriyank | 1 | -3/+0 |
2024-02-22 | Uplift Spring Boot to 3.2.2 |  waqas.ikram | 1 | -0/+3 |
2024-02-01 | Extend API: Get Module Definitions |  halil.cakal | 1 | -9/+26 |
2023-11-29 | Add metrics for NCMP passthrough read operation |  danielhanrahan | 1 | -3/+2 |
2023-11-02 | Initial Registration with trustLevel on NCMP |  seanbeirne | 1 | -0/+1 |
2023-10-25 | Update return body of RestOutputCMHandle |  emaclee | 1 | -0/+7 |
2023-10-11 | Expose REST endpoint to update YANG schema set using moduleSetTag |  sourabh_sourabh | 3 | -7/+14 |
2023-10-10 | Conflicting Error code |  sourabh_sourabh | 1 | -1/+1 |
2023-09-25 | Refactoring persistence classes |  sourabh_sourabh | 2 | -3/+3 |
2023-09-22 | Reinstate Spring Boot 3.0 after revert |  egernug | 1 | -1/+1 |
2023-09-20 | Revert "Migrate CPS to Spring-boot 3.0" |  Toine Siebelink | 1 | -1/+1 |
2023-09-14 | Migrate CPS to Spring-boot 3.0 |  egernug | 1 | -1/+1 |
2023-07-20 | Refactor ncmp request handlers (fix async issue) |  ToineSiebelink | 5 | -177/+131 |
2023-07-13 | Introduced a dmi rest demo csit stub |  sourabh_sourabh | 1 | -4/+2 |
2023-07-11 | Combine alreadyDefinedException classes |  danielhanrahan | 1 | -2/+1 |
2023-06-26 | Chsnge to OpenApi 3.0 |  egernug | 2 | -12/+12 |
2023-06-22 | NCMP : Replacing the word 'Batch' as 'DataOperation'. |  raviteja.karumuri | 5 | -47/+47 |
2023-05-25 | NCMP: Update existing Batch endpoint (Moving url param into rest body) |  sourabh_sourabh | 7 | -75/+158 |
2023-05-09 | NCMP: Delete DatastoreType enum from cps-ncmp-rest |  sourabh_sourabh | 4 | -101/+3 |
2023-05-03 | Refactor datatrore handling in API requests |  ToineSiebelink | 7 | -133/+101 |
2023-04-27 | CPS-1553 :REST endpoint to accept collection of cm handles for GET operation |  sourabh_sourabh | 10 | -298/+338 |
2023-03-22 | 500 Error Reponse on NCMP inventory cmhandle search |  seanbeirne | 1 | -1/+4 |
2023-03-02 | Refactor cmHandle(ID) queries |  seanbeirne | 2 | -7/+8 |
2023-01-31 | Introduce Instrumentation |  ToineSiebelink | 1 | -1/+4 |