aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Adjust timer manager loggingjrh31-22/+10
2019-07-30Use new addTopic(TopicParameterGroup) method in PAPjrh32-11/+3
2019-07-17Modify pap to use RestServer from commonjrh32-165/+19
2019-07-08Fix pap due to sonar changes in commonjrh32-8/+9
2019-07-01Remove topic.properties and incorporate into overall config filea.sreekumar5-67/+6
2019-06-21Merge "Allow integer version when using PDP Group Deploy"Jorge Hernandez2-13/+58
2019-06-21Adding PdpGroup healthcheck REST API in PAPramverma3-1/+178
2019-06-20Allow integer version when using PDP Group Deployjrh32-13/+58
2019-06-14Fix sonar issues in PAPjrh34-145/+151
2019-06-11Add PDP heart beat expiration timerjrh35-14/+216
2019-06-07Undeploy all versions of a policyJim Hahn3-11/+39
2019-06-05Reject policy deployment with version mismatchJim Hahn1-9/+62
2019-06-04Undeploy policies when subgroup is deletedJim Hahn1-19/+93
2019-05-17Add son handler to xacml pdp groupPamela Dragosh1-0/+4
2019-05-10Return 200 when policy successfully undeployedJim Hahn2-1/+10
2019-05-09Use group from cache even with new policy typeJim Hahn3-18/+57
2019-05-09Return error when deleting non-existent policyJim Hahn2-0/+14
2019-05-02Changing the PAP initial db dataramverma1-60/+28
2019-04-30Cancel PDP timers in PAPJim Hahn1-0/+2
2019-04-30Adding algorithm for Pdp registrationramverma2-24/+129
2019-04-29Sonar fixes for PAP "duplicate code"Jim Hahn3-40/+42
2019-04-24Validate supported types3.0.2-ONAPJim Hahn3-17/+67
2019-04-23Return appropriate HTTP status codeJim Hahn7-192/+208
2019-04-20Merge "Handle null policy lists"Jorge Hernandez2-5/+19
2019-04-19Add end-to-end junits for PAP REST APIJim Hahn2-0/+13
2019-04-19Handle null policy listsJim Hahn2-5/+19
2019-04-16Add missing fields to initial subgroupsJim Hahn2-5/+14
2019-04-16Set DAO factory in request map parametersJim Hahn1-0/+1
2019-04-16Merge "Fix more sonar issues"Pamela Dragosh3-20/+27
2019-04-16Fix sonar issue in PdpStatusMessageHandlerJim Hahn1-8/+15
2019-04-16Fix more sonar issuesJim Hahn3-20/+27
2019-04-15Fix sonar issues in PAPJim Hahn14-99/+102
2019-04-15Support integer policy-versionJim Hahn3-52/+46
2019-04-13Support group-oriented REST APIJim Hahn7-108/+518
2019-04-12Update PDP with null group/subgroup when disabledJim Hahn6-28/+40
2019-04-11Adding code for db config & initial group creationramverma5-8/+160
2019-04-11Don't change group version numberJim Hahn3-145/+29
2019-04-10Remove PDP from all active groupsJim Hahn2-49/+36
2019-04-10Merge "Add junit tests for PdpGroupDeleteProvider"Jorge Hernandez1-8/+5
2019-04-10Merge "Refactor request map"Jorge Hernandez11-564/+1009
2019-04-10Merge "Adding final dmaap & db configurations"Jorge Hernandez1-0/+46
2019-04-10Add junit tests for PdpGroupDeleteProviderJim Hahn1-8/+5
2019-04-10Merge "Current draft of undeploy"Liam Fallon4-94/+134
2019-04-10Current draft of undeployJim Hahn4-94/+134
2019-04-10Fix eclipse warning in SessionDataJim Hahn1-1/+0
2019-04-10Adding final dmaap & db configurationsramverma1-0/+46
2019-04-09Refactor request mapJim Hahn11-564/+1009
2019-04-09Fix review comments & add updateLockramverma3-39/+74
2019-04-09Adding PdpGroup query & statechange providersramverma6-70/+217
2019-04-08Merge "Add latest-version check to status msg handler"Liam Fallon1-2/+2