aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main/startstop
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Allow topics to be registered with lower case for kafka compabilityadheli.tavares1-3/+5
2023-09-22Java 17 / Spring 6 / Spring Boot 3 Upgradeadheli.tavares1-2/+2
2023-08-08Removed db-based statistics featureSuresh Charan1-7/+1
2023-02-02Replace Eclipselink with Hibernateliamfallon1-1/+4
2022-11-17Topic names in PAP should be configurable from application.yamladheli.tavares1-9/+25
2022-02-23Adding deployment metrics to PAPa.sreekumar1-1/+8
2022-02-10Move PAP database provider to spring boot defaulta.sreekumar2-64/+28
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar4-292/+61
2021-09-02Fix PAP PDP expiration timerJim Hahn1-1/+1
2021-07-22Add apis for policy auditRam Krishna Verma1-1/+3
2021-07-06Use separate subscription for heartbeatsJim Hahn1-23/+38
2021-06-30Add ability to turn on/off pdp statisticsRam Krishna Verma1-1/+4
2021-06-25Send pdp-update if PDP response doesn't match DBJim Hahn1-1/+1
2021-06-23Remove expired PDPsJim Hahn1-27/+26
2021-05-27support external configuration of pdp groupsjhh3-26/+43
2021-05-06Fix sonars in policy-papJim Hahn3-14/+12
2021-04-16Refactor PapCommandLineArguments classadheli.tavares1-243/+17
2021-01-15Make PAP statelessJim Hahn1-2/+8
2020-08-14Using standard success/failure messages in PAPa.sreekumar1-4/+5
2020-08-10Changes to make PAP container crash with non zero exitCodea.sreekumar1-25/+13
2020-06-29Parallel execution of Client Health checkRam Krishna Verma1-0/+8
2020-06-19Changes for Checkstyle 8.32 in policy-papa.sreekumar1-1/+0
2020-06-17PAP should discard old PDP messagesJim Hahn1-2/+2
2020-04-09Remaining sonar issues in papJim Hahn1-1/+5
2019-12-11consolidate Policy Health Check into PAPHengye1-1/+3
2019-12-05Create PAP API to only create/update PdpGroupsa.sreekumar1-0/+2
2019-12-03Move deploy/undeploy REST classesJim Hahn1-3/+3
2019-11-20Undeploy policies when deploy failsJim Hahn1-0/+4
2019-11-04Add REST api to query policy status from PAPJim Hahn1-2/+4
2019-10-29Generate notifications when policies changejh73581-3/+21
2019-07-30Use new addTopic(TopicParameterGroup) method in PAPjrh32-11/+3
2019-07-17Modify pap to use RestServer from commonjrh31-3/+19
2019-07-08Fix pap due to sonar changes in commonjrh31-7/+7
2019-07-01Remove topic.properties and incorporate into overall config filea.sreekumar2-13/+2
2019-06-11Add PDP heart beat expiration timerjrh31-12/+34
2019-04-19Add end-to-end junits for PAP REST APIJim Hahn1-0/+4
2019-04-16Add missing fields to initial subgroupsJim Hahn1-1/+6
2019-04-16Set DAO factory in request map parametersJim Hahn1-0/+1
2019-04-15Fix sonar issues in PAPJim Hahn3-15/+13
2019-04-12Update PDP with null group/subgroup when disabledJim Hahn1-1/+1
2019-04-11Adding code for db config & initial group creationramverma3-4/+96
2019-04-02Adding PdpStatus listener & handler to policy/papramverma1-0/+11
2019-03-27Adding db provider parameters to pap config fileramverma1-31/+24
2019-03-27Add and register DAO provider wrapperJim Hahn1-0/+19
2019-03-26Add components for PDP communicationJim Hahn1-12/+72
2019-03-25Changes to PAP infrastructure to support PDPJim Hahn2-97/+83
2019-03-13Add PDP Group Deploy and Delete REST API stubsJim Hahn3-22/+111
2019-03-07Refactor REST server testsJim Hahn1-0/+8
2019-02-25Replace static methods with single getInstanceJim Hahn2-21/+19
2019-02-22Use constants for http property namesjh73581-1/+2