aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Remove Dmaap from PAPrameshiyer272-11/+12
2023-12-18Allow topics to be registered with lower case for kafka compabilityadheli.tavares1-3/+5
2023-10-11Remove AAF references from papadheli.tavares2-82/+0
2023-09-29Fix sonar code smellsadheli.tavares1-1/+0
2023-09-22Java 17 / Spring 6 / Spring Boot 3 Upgradeadheli.tavares22-121/+118
2023-08-08Removed db-based statistics featureSuresh Charan13-884/+6
2023-02-27Fixed sonar issues in policy-papSuresh Charan3-14/+16
2023-02-02Replace Eclipselink with Hibernateliamfallon2-8/+10
2023-01-31Upgrade and clean up dependenciesliamfallon2-13/+26
2023-01-25Server Stubs PAPlapentafd23-0/+777
2023-01-17Use generated PAP interface for Swaggerlapentafd12-1145/+165
2022-12-12SLAs for async methodsadheli.tavares4-30/+94
2022-12-08Replace SpringFox with SpringDoc in policy-papliamfallon2-6/+53
2022-11-17Topic names in PAP should be configurable from application.yamladheli.tavares6-38/+53
2022-09-21Fix minor warnings in codeliamfallon1-1/+0
2022-04-12Fix incorrect deployments counter on parallel executiona.sreekumar1-10/+28
2022-04-04Fix incorrect url in PAP consolidated healthchecka.sreekumar1-1/+1
2022-03-10Fix PAP healthcheck response during failuresa.sreekumar1-1/+2
2022-03-01Fix swagger and improve exception handlinga.sreekumar4-7/+83
2022-02-25Merge "Add support for populating metadataSet in PAP tosca policy"Liam Fallon3-0/+126
2022-02-23Add support for populating metadataSet in PAP tosca policyrameshiyer273-0/+126
2022-02-23Adding deployment metrics to PAPa.sreekumar3-1/+35
2022-02-17Use classes from policy/commonRam Krishna Verma3-147/+2
2022-02-15Fix issue with GeneratedValue in PfGeneratedIdKeya.sreekumar4-57/+38
2022-02-14Merge "Add yaml support to pap api's"Ajith Sreekumar2-0/+152
2022-02-11Improve PAP healthcheck api to verify DB connectivityPrakhar Pandey3-7/+35
2022-02-10Add yaml support to pap api'sRam Krishna Verma2-0/+152
2022-02-10Move PAP database provider to spring boot defaulta.sreekumar31-764/+481
2022-01-28Create spring repository layer for PAPa.sreekumar14-1/+1350
2022-01-07Adding totalPolicyDeployCounts updates to PapStasticsManagerisaac1-1/+4
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar39-989/+917
2021-09-02Fix PAP PDP expiration timerJim Hahn7-12/+17
2021-08-25Add dmaap connectivity check in papRam Krishna Verma2-7/+61
2021-08-05Use lombok in papRam Krishna Verma3-41/+6
2021-08-03Update query params in audit api'sRam Krishna Verma1-32/+32
2021-07-30Add time ranges to PAP statistics APIJim Hahn1-10/+49
2021-07-29Fix swagger tags in controllersRam Krishna Verma9-22/+22
2021-07-29Merge "Add datetime format to audit api's"Ajith Sreekumar1-37/+49
2021-07-28Add datetime format to audit api'sRam Krishna Verma1-37/+49
2021-07-28Remove statistics record limits from PAPJim Hahn2-42/+17
2021-07-22Add apis for policy auditRam Krishna Verma3-1/+394
2021-07-19Use new RestClientParameters class in PAPJim Hahn2-5/+5
2021-07-15Limit statistics record countJim Hahn2-21/+27
2021-07-07Update pdp statistics to count deploy/undeploy separately.adheli.tavares1-0/+3
2021-07-07Merge "Use separate subscription for heartbeats"Jim Hahn2-24/+40
2021-07-06Fix NPE in UpdateReq.reconfigure()Jim Hahn1-0/+4
2021-07-06Use separate subscription for heartbeatsJim Hahn2-24/+40
2021-07-05Revert "Add listener to collect PDP statistics"Jim Hahn2-140/+1
2021-06-30Add listener to collect PDP statisticsJim Hahn2-1/+140
2021-06-30Add ability to turn on/off pdp statisticsRam Krishna Verma6-10/+34