aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main/comm
AgeCommit message (Expand)AuthorFilesLines
2023-09-29Fix sonar code smellsadheli.tavares1-1/+0
2023-08-08Removed db-based statistics featureSuresh Charan1-55/+1
2023-02-27Fixed sonar issues in policy-papSuresh Charan1-5/+3
2023-02-02Replace Eclipselink with Hibernateliamfallon1-7/+6
2022-11-17Topic names in PAP should be configurable from application.yamladheli.tavares1-7/+10
2022-02-10Move PAP database provider to spring boot defaulta.sreekumar4-115/+125
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar2-4/+16
2021-09-02Fix PAP PDP expiration timerJim Hahn1-1/+1
2021-08-05Use lombok in papRam Krishna Verma1-10/+2
2021-07-07Update pdp statistics to count deploy/undeploy separately.adheli.tavares1-0/+3
2021-07-06Fix NPE in UpdateReq.reconfigure()Jim Hahn1-0/+4
2021-07-05Revert "Add listener to collect PDP statistics"Jim Hahn1-138/+0
2021-06-30Add listener to collect PDP statisticsJim Hahn1-0/+138
2021-06-30Add ability to turn on/off pdp statisticsRam Krishna Verma3-9/+26
2021-06-29Set "source" name in PAP PdpMessagesJim Hahn1-0/+2
2021-06-25Send pdp-update if PDP response doesn't match DBJim Hahn4-4/+71
2021-06-23Remove expired PDPsJim Hahn5-242/+64
2021-06-22Update timestamp of PDP recordJim Hahn1-9/+18
2021-06-10Sonars in papJim Hahn1-1/+1
2021-06-02Fix build failure and remove unused importswaynedunican1-1/+0
2021-05-27Update PAP to check for deployed policies onlywaynedunican3-35/+26
2021-05-06Fix sonars in policy-papJim Hahn8-42/+39
2021-04-27Fixing issue where PdpHeartbeats are incorrectly processed by PAPa.sreekumar1-2/+6
2021-02-22Support Policy updates between PAP and PDPswaynedunican3-10/+110
2021-02-19Update Pdp policy status during registration or State changea.sreekumar2-3/+43
2021-01-15Make PAP statelessJim Hahn2-9/+19
2021-01-05Changed identifiers to concept identifiersliamfallon6-16/+22
2020-12-04Fixing sonar issues in policy-papa.sreekumar2-3/+5
2020-09-30Fix new sonars in policy/papJim Hahn1-6/+3
2020-06-17PAP should discard old PDP messagesJim Hahn2-4/+30
2020-04-29PAP should discard responses for old requestsJim Hahn2-5/+12
2020-04-28PAP erroneously undeploying policiesJim Hahn1-4/+7
2020-04-07Address sonar issues in PAPJim Hahn2-4/+6
2020-02-03Policy notifications appear to be reversedJim Hahn1-2/+2
2020-01-21Log message when a PDP's heart beats are missedJim Hahn1-1/+2
2020-01-10validate and save PdpStatistiscHenry.Sun1-4/+37
2019-11-22Re-register pdp if not found in DBramverma1-9/+6
2019-11-21Merge "Undeploy policies when deploy fails"Jim Hahn6-10/+156
2019-11-21Adding pdpGroup to PdpRegistrationHandlerramverma1-43/+11
2019-11-20Undeploy policies when deploy failsJim Hahn6-10/+156
2019-11-19Fixing issue where PdpRegistration message is treated as Heartbeat by PAPa.sreekumar1-1/+1
2019-11-07PAP should not deactivate PDPsJim Hahn1-46/+31
2019-11-05Simplify request handling in PAPJim Hahn6-253/+107
2019-10-29Generate notifications when policies changejh73586-13/+51
2019-10-25Add notifier for generating notificationsJim Hahn1-7/+8
2019-07-31Adjust timer manager loggingjrh31-22/+10
2019-06-14Fix sonar issues in PAPjrh33-82/+147
2019-06-11Add PDP heart beat expiration timerjrh32-2/+176
2019-04-30Cancel PDP timers in PAPJim Hahn1-0/+2
2019-04-30Adding algorithm for Pdp registrationramverma1-21/+54