Age | Commit message (Expand) | Author | Files | Lines |
2022-06-21 | Merge "Exclude CM-Handles that are not in state 'READY'" |  Toine Siebelink | 1 | -0/+4 |
2022-06-16 | Merge "Fix sonar code smells" |  Joseph Keenan | 2 | -7/+7 |
2022-06-15 | Merge "Retry CM-Handles that are LOCKED, Failed-to-Sync" |  Joseph Keenan | 3 | -12/+48 |
2022-06-15 | Retry CM-Handles that are LOCKED, Failed-to-Sync |  puthuparambil.aditya | 3 | -12/+48 |
2022-06-15 | NcmpEvent creation and Mapping |  mpriyank | 2 | -0/+121 |
2022-06-14 | Exclude CM-Handles that are not in state 'READY' |  JosephKeenan | 1 | -0/+4 |
2022-06-13 | Fix sonar code smells |  kissand | 2 | -7/+7 |
2022-06-09 | Merge "Handle errors during cm handle search" |  Toine Siebelink | 1 | -4/+4 |
2022-06-09 | Handle errors during cm handle search |  kissand | 1 | -4/+4 |
2022-06-09 | Remove Model Sync From Registration |  ToineSiebelink | 7 | -63/+31 |
2022-06-09 | Merge "Ncmp Producer Setup" |  Toine Siebelink | 3 | -60/+169 |
2022-06-08 | Merge 2 'query' end points in NCMP |  kissand | 3 | -10/+182 |
2022-06-07 | Ncmp Producer Setup |  mpriyank | 3 | -60/+169 |
2022-06-01 | Merge "Module Sync Lock State implementation" |  Toine Siebelink | 9 | -127/+156 |
2022-06-01 | Module Sync Lock State implementation |  DylanB95EST | 9 | -127/+156 |
2022-06-01 | Merge "DMI-NCMP Asynchronously Publish Response Event to Client Topic" |  Toine Siebelink | 1 | -0/+67 |
2022-06-01 | Fixing CompositeState mapping |  mpriyank | 1 | -5/+10 |
2022-06-01 | DMI-NCMP Asynchronously Publish Response Event to Client Topic |  sourabh_sourabh | 1 | -0/+67 |
2022-06-01 | Merge "Handle RestTemplate Error handling so NCMP cna report correct server s... |  Joseph Keenan | 4 | -180/+67 |
2022-05-31 | Handle RestTemplate Error handling so NCMP cna report correct server status |  ToineSiebelink | 4 | -180/+67 |
2022-05-26 | Merge "CompositeStateBuilder added for building the compositeState" |  Joseph Keenan | 2 | -5/+81 |
2022-05-26 | CompositeStateBuilder added for building the compositeState |  puthuparambil.aditya | 2 | -5/+81 |
2022-05-25 | Async request response NCMP -> Client |  JosephKeenan | 2 | -3/+129 |
2022-05-24 | Enhanced response with Complex State in API |  mpriyank | 1 | -1/+2 |
2022-05-20 | Merge "Get cm-handle public properties endpoint" |  Toine Siebelink | 1 | -6/+28 |
2022-05-20 | Get cm-handle public properties endpoint |  lukegleeson | 1 | -6/+28 |
2022-05-20 | Merge "URI is not absolute when service name is not set" |  Joseph Keenan | 1 | -0/+12 |
2022-05-19 | Composite State to handle dmi-reg YANG updates |  mpriyank | 4 | -6/+76 |
2022-05-19 | URI is not absolute when service name is not set |  DylanB95EST | 1 | -0/+12 |
2022-05-12 | Watchdog-process that syncs 'ADVISED' CM Handles |  DylanB95EST | 3 | -9/+66 |
2022-04-29 | Watchdog-process that changes CM Handles state |  DylanB95EST | 5 | -6/+130 |
2022-04-12 | Refactor existing model sync code into separate package |  sourabh_sourabh | 3 | -31/+43 |
2022-04-08 | Refactoring/ Adding Tests for Validation |  DylanB95EST | 8 | -36/+98 |
2022-04-05 | Async: NCMP Rest impl. including Request ID generation |  sourabh_sourabh | 1 | -72/+10 |
2022-04-05 | [cps] Fix getResourceDataForPassthroughOperational endpoint |  puthuparambil.aditya | 4 | -37/+19 |
2022-04-05 | Merge "Structured Exception details for DMI" |  Bruno Sakoto | 1 | -15/+18 |
2022-04-04 | Structured Exception details for DMI |  mpriyank | 1 | -15/+18 |
2022-03-30 | Additional validation for names/identifiers |  DylanB95EST | 4 | -27/+39 |
2022-03-27 | Registration Response for Create cmhandles operations |  Renu Kumari | 1 | -105/+189 |
2022-03-25 | Registration Response for Update and Delete cmhandles operations |  Renu Kumari | 3 | -65/+153 |
2022-03-21 | Return Registration response for updating cmhandles |  Renu Kumari | 2 | -6/+121 |
2022-03-14 | Async: NCMP Rest impl. including Request ID generation |  sourabh_sourabh | 1 | -16/+17 |
2022-03-11 | Merge "Async: NCMP Rest impl. including Request ID generation" |  Bruno Sakoto | 5 | -59/+242 |
2022-03-10 | Removed ExtendedModuleReference Object |  sourabh_sourabh | 1 | -39/+0 |
2022-03-10 | Async: NCMP Rest impl. including Request ID generation |  sourabh_sourabh | 5 | -59/+242 |
2022-03-01 | Create Endpoint For Get Cm Handles By Name |  DylanB95EST | 10 | -153/+187 |
2022-02-28 | NCMP Java API depends on NCM-Rest-API (cyclic) through json properties on Jav... |  DylanB95EST | 1 | -12/+7 |
2022-02-28 | CPS-887 Decreasing performance of cmHandle registration |  JosephKeenan | 1 | -7/+17 |
2022-02-16 | Core logic to update,add or remove cmHandle properties |  mpriyank | 4 | -18/+172 |
2022-02-02 | [TECHDEBT] Align CPS NCMP REST API Specification |  JosephKeenan | 2 | -9/+9 |