aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main/startstop/PapActivator.java
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Allow topics to be registered with lower case for kafka compabilityadheli.tavares1-3/+5
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.sreekumar1-43/+16
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar1-45/+36
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-06Fix sonars in policy-papJim Hahn1-6/+5
2020-06-29Parallel execution of Client Health checkRam Krishna Verma1-0/+8
2020-06-17PAP should discard old PDP messagesJim Hahn1-2/+2
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 PAPjrh31-5/+2
2019-07-17Modify pap to use RestServer from commonjrh31-3/+19
2019-07-08Fix pap due to sonar changes in commonjrh31-7/+7
2019-06-11Add PDP heart beat expiration timerjrh31-12/+34
2019-04-16Set DAO factory in request map parametersJim Hahn1-0/+1
2019-04-15Fix sonar issues in PAPJim Hahn1-10/+6
2019-04-11Adding code for db config & initial group creationramverma1-2/+2
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 Hahn1-92/+74
2019-03-13Add PDP Group Deploy and Delete REST API stubsJim Hahn1-19/+42
2019-03-07Refactor REST server testsJim Hahn1-0/+8
2019-02-25Replace static methods with single getInstanceJim Hahn1-21/+17
2019-02-22Use constants for http property namesjh73581-1/+2
2019-02-07Adding statistics endpoint to policy/papramverma1-1/+1
2019-02-05Adding healthcheck endpoint to policy/papramverma1-6/+22
2019-01-31Create basic structure of pap componentramverma1-0/+130