aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org/onap/policy/pap/main/rest/depundep/PdpGroupDeployProvider.java
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Allow integer version when using PDP Group Deployjrh31-11/+45
2019-06-07Undeploy all versions of a policyJim Hahn1-1/+3
2019-06-05Reject policy deployment with version mismatchJim Hahn1-9/+62
2019-06-04Undeploy policies when subgroup is deletedJim Hahn1-19/+93
2019-05-09Use group from cache even with new policy typeJim Hahn1-0/+6
2019-04-24Validate supported types3.0.2-ONAPJim Hahn1-13/+28
2019-04-23Return appropriate HTTP status codeJim Hahn1-39/+43
2019-04-15Fix sonar issues in PAPJim Hahn1-2/+2
2019-04-15Support integer policy-versionJim Hahn1-1/+1
2019-04-13Support group-oriented REST APIJim Hahn1-11/+296
2019-04-05Flesh out policy deployment REST APIJim Hahn1-0/+156