aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/java/org/onap/policy/pap/main/comm
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Allow topics to be registered with lower case for kafka compabilityadheli.tavares1-1/+1
2023-09-29Fix sonar code smellsadheli.tavares2-33/+33
2023-09-22Java 17 / Spring 6 / Spring Boot 3 Upgradeadheli.tavares13-312/+308
2023-08-08Removed db-based statistics featureSuresh Charan1-162/+3
2023-02-02Replace Eclipselink with Hibernateliamfallon1-18/+28
2023-01-31Upgrade and clean up dependenciesliamfallon3-14/+18
2022-11-17Topic names in PAP should be configurable from application.yamladheli.tavares2-17/+15
2022-04-12Fix incorrect deployments counter on parallel executiona.sreekumar1-0/+8
2022-02-10Move PAP database provider to spring boot defaulta.sreekumar3-46/+54
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar1-5/+3
2021-09-02Fix PAP PDP expiration timerJim Hahn1-0/+12
2021-07-07Update pdp statistics to count deploy/undeploy separately.adheli.tavares1-0/+2
2021-07-06Fix NPE in UpdateReq.reconfigure()Jim Hahn1-0/+11
2021-07-05Revert "Add listener to collect PDP statistics"Jim Hahn1-235/+0
2021-06-30Add listener to collect PDP statisticsJim Hahn1-0/+235
2021-06-30Add ability to turn on/off pdp statisticsRam Krishna Verma1-3/+28
2021-06-29Fix sonars in papJim Hahn1-2/+2
2021-06-25Send pdp-update if PDP response doesn't match DBJim Hahn3-12/+127
2021-06-23Remove expired PDPsJim Hahn4-389/+75
2021-06-02Fix build failure and remove unused importswaynedunican1-2/+1
2021-05-27Update PAP to check for deployed policies onlywaynedunican4-35/+46
2021-05-06Fix sonars in policy-papJim Hahn2-6/+3
2021-04-16Refactor PapCommandLineArguments classadheli.tavares1-2/+0
2021-02-22Support Policy updates between PAP and PDPswaynedunican2-5/+131
2021-02-19Refactor Pap code to use Instant from Daterameshiyer271-2/+3
2021-02-12Fix sonars from dependency upgradeJim Hahn2-11/+7
2021-02-10More sonars in papJim Hahn1-4/+4
2021-01-15Make PAP statelessJim Hahn2-9/+44
2021-01-05Changed identifiers to concept identifiersliamfallon3-39/+39
2020-10-06Remove legacy operational apex policy type from papRam Krishna Verma1-1/+1
2020-06-29Fix issues in pap for new sonar rulesJim Hahn1-5/+5
2020-06-18pap - sonar issue fixTaka Cho1-3/+4
2020-06-17PAP should discard old PDP messagesJim Hahn1-3/+19
2020-04-29PAP should discard responses for old requestsJim Hahn1-1/+17
2020-02-10Cleanup the sonar issues in PAPa.sreekumar2-6/+12
2020-01-14policy/pap jdk11 upgradesHOCKLA2-13/+13
2020-01-10validate and save PdpStatistiscHenry.Sun1-1/+128
2019-11-22Re-register pdp if not found in DBramverma1-9/+49
2019-11-21Merge "Undeploy policies when deploy fails"Jim Hahn4-1/+164
2019-11-21Adding pdpGroup to PdpRegistrationHandlerramverma1-0/+158
2019-11-20Undeploy policies when deploy failsJim Hahn4-1/+164
2019-11-07PAP should not deactivate PDPsJim Hahn1-56/+74
2019-11-05Simplify request handling in PAPJim Hahn6-351/+178
2019-10-29Generate notifications when policies changejh73585-6/+37
2019-10-25Add notifier for generating notificationsJim Hahn2-4/+4
2019-07-31Remove remaining ParameterUtils from PAPjrh31-4/+1
2019-07-08Fix pap due to sonar changes in commonjrh31-7/+7
2019-07-01Remove topic.properties and incorporate into overall config filea.sreekumar1-9/+8
2019-06-11Add PDP heart beat expiration timerjrh31-0/+212
2019-04-30Cancel PDP timers in PAPJim Hahn1-0/+11