aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Remove topic.properties and incorporate into overall config filea.sreekumar12-70/+79
2019-06-26Use ToStringTester from utils-testramverma1-1/+1
2019-06-21Merge "Allow integer version when using PDP Group Deploy"Jorge Hernandez5-4/+194
2019-06-21Adding PdpGroup healthcheck REST API in PAPramverma3-0/+272
2019-06-20Allow integer version when using PDP Group Deployjrh35-4/+194
2019-06-11Add PDP heart beat expiration timerjrh39-3/+271
2019-06-07Undeploy all versions of a policyJim Hahn2-8/+30
2019-06-05Reject policy deployment with version mismatchJim Hahn2-0/+105
2019-06-04Undeploy policies when subgroup is deletedJim Hahn2-0/+112
2019-05-10Return 200 when policy successfully undeployedJim Hahn2-4/+17
2019-05-09Return error when deleting non-existent policyJim Hahn4-16/+27
2019-04-30Cancel PDP timers in PAPJim Hahn1-0/+11
2019-04-24Validate supported types3.0.2-ONAPJim Hahn6-5/+90
2019-04-23Return appropriate HTTP status codeJim Hahn8-183/+143
2019-04-20Merge "Handle null policy lists"Jorge Hernandez1-0/+41
2019-04-19Add end-to-end junits for PAP REST APIJim Hahn25-171/+2293
2019-04-19Handle null policy listsJim Hahn1-0/+41
2019-04-17Add DMaaP sim configuration filesliamfallon4-1/+72
2019-04-16Clear servlets at the start of testsJim Hahn3-0/+7
2019-04-15Fix sonar issues in PAPJim Hahn8-8/+8
2019-04-15Support integer policy-versionJim Hahn6-88/+70
2019-04-13Support group-oriented REST APIJim Hahn15-62/+900
2019-04-12Update PDP with null group/subgroup when disabledJim Hahn3-10/+45
2019-04-11Adding code for db config & initial group creationramverma5-40/+5
2019-04-11Don't change group version numberJim Hahn7-245/+42
2019-04-11Fix junits broken with policy-id changeJim Hahn4-13/+13
2019-04-10Remove PDP from all active groupsJim Hahn2-36/+0
2019-04-10Merge "Add junit tests for PdpGroupDeleteProvider"Jorge Hernandez5-11/+334
2019-04-10Merge "Refactor request map"Jorge Hernandez12-1270/+1885
2019-04-10Add junit tests for PdpGroupDeleteProviderJim Hahn5-11/+334
2019-04-10Current draft of undeployJim Hahn1-9/+10
2019-04-09Refactor request mapJim Hahn12-1270/+1885
2019-04-09Adding PdpGroup query & statechange providersramverma2-2/+84
2019-04-05Delay DB updates until all policies processedJim Hahn6-67/+303
2019-04-05Flesh out policy deployment REST APIJim Hahn27-111/+1546
2019-04-05Fixes per latest models updatesJim Hahn3-15/+9
2019-04-04Adding more code to pdp registration handlerramverma1-8/+8
2019-04-03Fix classes in pap to align with change in modelsramverma5-426/+42
2019-04-02Remove pdpType from testsJim Hahn2-2/+0
2019-04-01Add mapper classJim Hahn4-12/+503
2019-03-29Fix issues with timer manager junitsJim Hahn1-74/+76
2019-03-27Adding db provider parameters to pap config fileramverma4-14/+64
2019-03-27Add and register DAO provider wrapperJim Hahn1-0/+3
2019-03-26Add components for PDP communicationJim Hahn12-0/+2504
2019-03-25Changes to PAP infrastructure to support PDPJim Hahn15-76/+450
2019-03-20Adding query & state change PAP REST API'sramverma3-11/+142
2019-03-16Merge "Add additional constructors to Exception classes"Jorge Hernandez1-10/+7
2019-03-15Updates to PDP deploy/undeploy per Ram's commentsJim Hahn1-2/+2
2019-03-15Add additional constructors to Exception classesJim Hahn1-10/+7
2019-03-13Add simple deploy/undeploy REST APIJim Hahn2-12/+90