aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main/rest/PdpGroupDeployProvider.java
AgeCommit message (Expand)AuthorFilesLines
2023-08-17Java 17 / Spring 6 / Spring Boot 3 Upgradeadheli.tavares1-2/+2
2023-08-08Removed db-based statistics featureSuresh Charan1-4/+1
2022-01-07Adding totalPolicyDeployCounts updates to PapStasticsManagerisaac1-1/+4
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar1-9/+3
2021-06-25PolicyAudit creation when deploy/undeploy triggered.adheli.tavares1-4/+6
2021-06-18Fix new checkstyle issues in papJim Hahn1-3/+2
2021-05-06Fix sonars in policy-papJim Hahn1-9/+9
2021-04-28Remove GroupValidationResultJim Hahn1-11/+7
2021-03-29Validate parameters of REST callsJim Hahn1-2/+43
2021-02-22Support Policy updates between PAP and PDPswaynedunican1-3/+4
2021-01-15Make PAP statelessJim Hahn1-12/+12
2021-01-05Changed identifiers to concept identifiersliamfallon1-22/+21
2020-06-11Switching logging of ToscaPolicyXXXIdentifiers to use new toString()RossC1-5/+5
2020-04-09Remaining sonar issues in papJim Hahn1-2/+0
2019-12-09Only update policies in PAP REST APIJim Hahn1-270/+77
2019-12-03Move deploy/undeploy REST classesJim Hahn1-0/+710
2019-04-05Flesh out policy deployment REST APIJim Hahn1-84/+0
2019-04-04Adding more code to pdp registration handlerramverma1-2/+2
2019-04-03Fix classes in pap to align with change in modelsramverma1-1/+2
2019-03-15Updates to PDP deploy/undeploy per Ram's commentsJim Hahn1-3/+3
2019-03-13Add simple deploy/undeploy REST APIJim Hahn1-1/+27
2019-03-13Add PDP Group Deploy and Delete REST API stubsJim Hahn1-0/+57