aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main/comm/PdpStatusMessageHandler.java
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Fixed sonar issues in policy-papSuresh Charan1-5/+3
2023-02-02Replace Eclipselink with Hibernateliamfallon1-7/+6
2022-02-10Move PAP database provider to spring boot defaulta.sreekumar1-52/+56
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar1-0/+1
2021-07-07Update pdp statistics to count deploy/undeploy separately.adheli.tavares1-0/+3
2021-06-30Add ability to turn on/off pdp statisticsRam Krishna Verma1-6/+18
2021-06-25Send pdp-update if PDP response doesn't match DBJim Hahn1-1/+44
2021-06-23Remove expired PDPsJim Hahn1-10/+0
2021-06-22Update timestamp of PDP recordJim Hahn1-9/+18
2021-05-27Update PAP to check for deployed policies onlywaynedunican1-3/+3
2021-05-06Fix sonars in policy-papJim Hahn1-18/+16
2021-04-27Fixing issue where PdpHeartbeats are incorrectly processed by PAPa.sreekumar1-2/+6
2021-02-22Support Policy updates between PAP and PDPswaynedunican1-3/+45
2021-02-19Update Pdp policy status during registration or State changea.sreekumar1-2/+6
2020-09-30Fix new sonars in policy/papJim Hahn1-6/+3
2020-06-17PAP should discard old PDP messagesJim Hahn1-3/+16
2020-01-10validate and save PdpStatistiscHenry.Sun1-4/+37
2019-11-22Re-register pdp if not found in DBramverma1-9/+6
2019-11-21Adding pdpGroup to PdpRegistrationHandlerramverma1-43/+11
2019-11-19Fixing issue where PdpRegistration message is treated as Heartbeat by PAPa.sreekumar1-1/+1
2019-06-14Fix sonar issues in PAPjrh31-81/+17
2019-06-11Add PDP heart beat expiration timerjrh31-2/+23
2019-04-30Adding algorithm for Pdp registrationramverma1-21/+54
2019-04-16Fix sonar issue in PdpStatusMessageHandlerJim Hahn1-8/+15
2019-04-12Update PDP with null group/subgroup when disabledJim Hahn1-4/+4
2019-04-09Fix review comments & add updateLockramverma1-18/+41
2019-04-09Adding PdpGroup query & statechange providersramverma1-42/+25
2019-04-05Add latest-version check to status msg handlerJim Hahn1-2/+2
2019-04-05Fixes per latest models updatesJim Hahn1-9/+13
2019-04-04Adding more code to pdp registration handlerramverma1-18/+55
2019-04-03Fix classes in pap to align with change in modelsramverma1-3/+4
2019-04-03Changes in pdp registration handlerramverma1-21/+20
2019-04-02Adding PdpStatus listener & handler to policy/papramverma1-0/+239