Age | Commit message (Expand) | Author | Files | Lines |
2024-07-10 | Policy Executor API, make Authorization header optional |  ToineSiebelink | 3 | -11/+15 |
2024-07-09 | NCMP: NCMP search API fixed to handle cps path that is ancestor axis as |  sourabh_sourabh | 3 | -2/+24 |
2024-07-09 | Refactor remaining classes package structure |  ToineSiebelink | 71 | -361/+122 |
2024-07-09 | Increase module sync wait time in tests to 10 seconds |  danielhanrahan | 1 | -1/+1 |
2024-07-09 | Merge "Create PolicyExecutor Stub" |  Sourabh Sourabh | 11 | -12/+517 |
2024-07-09 | Merge "Setup automated tests with two replicas of cps-and-ncmp" |  Daniel Hanrahan | 6 | -8/+85 |
2024-07-09 | Merge "[k6] Measure CM-handle (de)registration in CM-handles/sec" |  Sourabh Sourabh | 10 | -231/+130 |
2024-07-09 | Merge "Remove forced module sync from NCMP integration tests" |  Lee Anjella Macabuhay | 5 | -54/+30 |
2024-07-09 | Merge "Refactor integration tests so only one DmiDispatcher is used" |  Lee Anjella Macabuhay | 2 | -34/+32 |
2024-07-08 | Create PolicyExecutor Stub |  ToineSiebelink | 11 | -12/+517 |
2024-07-08 | Merge "Remove Mappers and Events Facade" |  Lee Anjella Macabuhay | 11 | -325/+56 |
2024-07-05 | [BUG] Fix handling of special characters in moduleSetTag |  danielhanrahan | 3 | -7/+6 |
2024-07-05 | Remove Mappers and Events Facade |  mpriyank | 11 | -325/+56 |
2024-07-05 | [k6] Measure CM-handle (de)registration in CM-handles/sec |  danielhanrahan | 10 | -231/+130 |
2024-07-05 | Merge "refactor cmsubscription code" |  Daniel Hanrahan | 52 | -1677/+1587 |
2024-07-04 | Remove forced module sync from NCMP integration tests |  danielhanrahan | 5 | -54/+30 |
2024-07-04 | Refactor integration tests so only one DmiDispatcher is used |  danielhanrahan | 2 | -34/+32 |
2024-07-04 | refactor cmsubscription code |  mpriyank | 52 | -1677/+1587 |
2024-07-04 | Release notes for Web Client prometheus metrics |  sourabh_sourabh | 1 | -0/+1 |
2024-07-04 | Merge "Add Policy Executor Open API Interface definition" |  Sourabh Sourabh | 3 | -4/+250 |
2024-07-03 | Merge " CPS NCMP: Resolved high cardinality of prometheus metrics for dmi ser... |  Toine Siebelink | 19 | -491/+474 |
2024-07-03 | CPS NCMP: Resolved high cardinality of prometheus metrics for dmi service url |  sourabh_sourabh | 19 | -491/+474 |
2024-07-03 | Add Policy Executor Open API Interface definition |  ToineSiebelink | 3 | -4/+250 |
2024-07-03 | Fix sonar issue in performance test ResourceMeter |  danielhanrahan | 1 | -3/+4 |
2024-07-01 | Setup automated tests with two replicas of cps-and-ncmp |  halil.cakal | 6 | -8/+85 |
2024-07-01 | Merge "Improve handling of Invalid Operation exception" |  Sourabh Sourabh | 6 | -17/+22 |
2024-07-01 | Merge "Fix incorrect use of getAnchors(dataspace, schemasets)" |  Daniel Hanrahan | 10 | -73/+132 |
2024-07-01 | Improve handling of Invalid Operation exception |  ToineSiebelink | 6 | -17/+22 |
2024-06-27 | repackage 'data' feature |  ToineSiebelink | 84 | -312/+231 |
2024-06-27 | move lcm/common events classes |  ToineSiebelink | 37 | -57/+55 |
2024-06-27 | Merge "Simplify package structure cps-ncmp-rest" |  Priyank Maheshwari | 11 | -18/+20 |
2024-06-27 | Simplify package structure cps-ncmp-rest |  ToineSiebelink | 11 | -18/+20 |
2024-06-26 | Merge "Move TrustLevel Feature" |  Priyank Maheshwari | 32 | -148/+146 |
2024-06-26 | Move TrustLevel Feature |  ToineSiebelink | 32 | -148/+146 |
2024-06-26 | Merge "Disable the java debug port permanently" |  Sourabh Sourabh | 1 | -2/+2 |
2024-06-26 | Disable the java debug port permanently |  halil.cakal | 1 | -2/+2 |
2024-06-26 | Merge "Clean up the k6 test suite" |  Daniel Hanrahan | 10 | -324/+9 |
2024-06-25 | Fix incorrect use of getAnchors(dataspace, schemasets) |  danielhanrahan | 10 | -73/+132 |
2024-06-24 | Repackage Inventory Feature |  ToineSiebelink | 117 | -493/+498 |
2024-06-24 | Clean up the k6 test suite |  halil.cakal | 10 | -324/+9 |
2024-06-21 | Fix compile issue after facade introduction |  danielhanrahan | 2 | -3/+3 |
2024-06-21 | Merge "Introducing NCMP Facades" |  Sourabh Sourabh | 44 | -1342/+1241 |
2024-06-21 | Merge "Spliting a data-job into sub-jobs for DMI Plugin" |  Sourabh Sourabh | 14 | -27/+502 |
2024-06-20 | Introducing NCMP Facades |  ToineSiebelink | 44 | -1342/+1241 |
2024-06-20 | Bump CPS version to 3.5.1-SNAPSHOT |  mpriyank | 25 | -25/+53 |
2024-06-20 | Maven container yaml for release |  mpriyank | 1 | -0/+8 |
2024-06-20 | Spliting a data-job into sub-jobs for DMI Plugin |  leventecsanyi | 14 | -27/+502 |
2024-06-20 | Maven yaml for release |  mpriyank | 1 | -0/+4 |
2024-06-20 | Release notes and OpenApi sync |  mpriyank | 2 | -10/+151 |
2024-06-19 | Addressed an adaptability issue |  sourabh_sourabh | 1 | -5/+5 |