Age | Commit message (Expand) | Author | Files | Lines |
2024-02-29 | Add bearer token to NCMP passthrough operations (CPS-2126 #2) |  danielhanrahan | 6 | -30/+50 |
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-08 | Correct use of Spock setup and cleanup methods (no need for @Before @After) |  ToineSiebelink | 1 | -5/+1 |
2024-02-07 | Replace sleep with PollingConditions |  JvD_Ericsson | 2 | -15/+16 |
2024-02-01 | Extend API: Get Module Definitions |  halil.cakal | 2 | -37/+100 |
2024-01-18 | Use PollingConditions to improve intermittent test failure |  JvD_Ericsson | 1 | -10/+18 |
2023-12-18 | Remove Notification code for updated events |  mpriyank | 1 | -2/+1 |
2023-12-13 | Modify cmHandle registration for alternateId |  leventecsanyi | 1 | -1/+4 |
2023-11-29 | Add metrics for NCMP passthrough read operation |  danielhanrahan | 1 | -3/+2 |
2023-11-24 | Fix @Ignore test |  leventecsanyi | 1 | -4/+1 |
2023-11-06 | Step 1 and 2 of release process |  mpriyank | 1 | -2/+2 |
2023-11-02 | Initial Registration with trustLevel on NCMP |  seanbeirne | 2 | -8/+11 |
2023-10-25 | Update return body of RestOutputCMHandle |  emaclee | 2 | -95/+114 |
2023-10-19 | Code coverage: Update YANG schema set using moduleSetTag |  sourabh_sourabh | 1 | -8/+11 |
2023-10-11 | Expose REST endpoint to update YANG schema set using moduleSetTag |  sourabh_sourabh | 5 | -16/+23 |
2023-10-10 | Conflicting Error code |  sourabh_sourabh | 2 | -13/+13 |
2023-09-25 | Refactoring persistence classes |  sourabh_sourabh | 4 | -32/+33 |
2023-09-22 | Reinstate Spring Boot 3.0 after revert |  egernug | 3 | -2/+4 |
2023-09-18 | Set lock state and reason upon request |  leventecsanyi | 2 | -5/+5 |
2023-07-21 | Increase timeout for PollingConditions |  egernug | 1 | -2/+2 |
2023-07-20 | Refactor ncmp request handlers (fix async issue) |  ToineSiebelink | 9 | -245/+371 |
2023-07-13 | Introduced a dmi rest demo csit stub |  sourabh_sourabh | 1 | -4/+2 |
2023-07-11 | Combine alreadyDefinedException classes |  danielhanrahan | 2 | -12/+10 |
2023-06-26 | Chsnge to OpenApi 3.0 |  egernug | 2 | -12/+12 |
2023-06-22 | NCMP : Replacing the word 'Batch' as 'DataOperation'. |  raviteja.karumuri | 7 | -87/+88 |
2023-05-25 | NCMP: Update existing Batch endpoint (Moving url param into rest body) |  sourabh_sourabh | 9 | -98/+233 |
2023-05-09 | NCMP: Delete DatastoreType enum from cps-ncmp-rest |  sourabh_sourabh | 5 | -104/+6 |
2023-05-03 | Refactor datatrore handling in API requests |  ToineSiebelink | 10 | -245/+164 |
2023-04-27 | CPS-1553 :REST endpoint to accept collection of cm handles for GET operation |  sourabh_sourabh | 12 | -348/+431 |
2023-04-03 | 500 Error Response on NCMP ID-Searches Testing |  seanbeirne | 1 | -1/+43 |
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 |
2022-12-01 | Filter on private properties of CM Handles |  leventecsanyi | 4 | -2/+67 |
2022-11-15 | Query data NCMP-Operational with CPSpath |  lukegleeson | 11 | -149/+322 |
2022-10-19 | Improve code coverage |  leventecsanyi | 4 | -49/+7 |
2022-10-17 | Fix SonarQube Violations |  leventecsanyi | 2 | -1/+3 |
2022-09-13 | Handle partial failure (improvements) |  ToineSiebelink | 2 | -8/+19 |
2022-09-07 | Handle invalid operations on merged datastore endpoint |  bmiklos | 5 | -27/+136 |
2022-09-01 | Implement merging all ncmp datastore endpoints into one |  bmiklos | 14 | -217/+754 |
2022-09-01 | Get all cm handles by DMI plugin Identifier |  emaclee | 2 | -3/+33 |
2022-08-02 | Merge "Enable/Disable Data Sync for Cm Handle" |  Joseph Keenan | 2 | -0/+28 |
2022-07-29 | Query CmHandles using CPS path |  lukegleeson | 3 | -3/+3 |
2022-07-28 | Enable/Disable Data Sync for Cm Handle |  DylanB95EST | 2 | -0/+28 |
2022-07-04 | Merge "Simplified 'External' lock reason Mapping" |  Joseph Keenan | 4 | -10/+44 |
2022-07-04 | Simplified 'External' lock reason Mapping |  lukegleeson | 4 | -10/+44 |
2022-07-01 | Modify Unit test for module definition |  emaclee | 1 | -3/+3 |
2022-06-30 | Add method to get YANG module sources for CM handle |  emaclee | 6 | -5/+61 |
2022-06-30 | Merge "Kafka consumer can not be turned off" |  Toine Siebelink | 2 | -20/+21 |