aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/java/org
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Upgrade to oparent 3.2.1pdragosh12-114/+113
2022-07-14Fix NPE in UpdateReq.reconfigure()Jim Hahn1-0/+4
2021-07-13Limit statistics record countJim Hahn2-17/+28
2021-06-30Add ability to turn on/off pdp statisticsRam Krishna Verma4-9/+29
2021-06-01support external configuration of pdp groupsjhh3-33/+68
2021-04-27Fixing issue where PdpHeartbeats are incorrectly processed by PAPa.sreekumar1-2/+6
2021-02-22Support Policy updates between PAP and PDPswaynedunican7-19/+159
2021-02-22Merge "Refactor Pap code to use Instant from Date"Jim Hahn1-4/+4
2021-02-19Refactor Pap code to use Instant from Daterameshiyer271-4/+4
2021-02-19Update Pdp policy status during registration or State changea.sreekumar3-7/+51
2021-02-17Updating PAP deployment API to reflect actual statusa.sreekumar4-7/+305
2021-02-07Make filters on TOSCA entities genericliamfallon1-41/+36
2021-01-15Make PAP statelessJim Hahn19-939/+273
2021-01-14Add class to manage policy deployment recordsJim Hahn3-0/+326
2021-01-13Add notification tracking classesJim Hahn3-0/+304
2021-01-05Changed identifiers to concept identifiersliamfallon18-129/+138
2020-12-04Fixing sonar issues in policy-papa.sreekumar4-5/+9
2020-11-06Fix upcoming checkstyle issuesPamela Dragosh1-3/+3
2020-09-30Fix new sonars in policy/papJim Hahn1-6/+3
2020-08-14Using standard success/failure messages in PAPa.sreekumar1-4/+5
2020-08-10Merge "Changes to make PAP container crash with non zero exitCode"Pamela Dragosh1-25/+13
2020-08-10Changes to make PAP container crash with non zero exitCodea.sreekumar1-25/+13
2020-08-07Fail component health check if PDP is downRam Krishna Verma1-13/+33
2020-06-30Fix more sonars in papJim Hahn1-3/+4
2020-06-29Parallel execution of Client Health checkRam Krishna Verma2-31/+66
2020-06-19Changes for Checkstyle 8.32 in policy-papa.sreekumar5-10/+0
2020-06-17PAP should discard old PDP messagesJim Hahn4-7/+44
2020-06-11Switching logging of ToscaPolicyXXXIdentifiers to use new toString()RossC4-10/+13
2020-05-04Eliminate spurious notifications from PAPJim Hahn2-18/+6
2020-04-29PAP should discard responses for old requestsJim Hahn2-5/+12
2020-04-28PAP erroneously undeploying policiesJim Hahn1-4/+7
2020-04-24Activating active group should be NOOPJim Hahn1-17/+2
2020-04-09Remaining sonar issues in papJim Hahn2-3/+5
2020-04-07Address sonar issues in PAPJim Hahn3-7/+14
2020-02-28Add test cases for consolidated policy health checkhuaxing2-45/+75
2020-02-10Cleanup the sonar issues in PAPa.sreekumar4-25/+9
2020-02-03Policy notifications appear to be reversedJim Hahn3-15/+26
2020-01-23Handling supported policy type during PdpGroup Updatea.sreekumar1-36/+31
2020-01-21Log message when a PDP's heart beats are missedJim Hahn1-1/+2
2020-01-14policy/pap jdk11 upgradesHOCKLA1-1/+2
2020-01-10Merge "validate and save PdpStatistisc"Jim Hahn1-4/+37
2020-01-10validate and save PdpStatistiscHenry.Sun1-4/+37
2020-01-09statistics rest api updatening.xi3-63/+339
2019-12-11consolidate Policy Health Check into PAPHengye6-2/+277
2019-12-09Only update policies in PAP REST APIJim Hahn3-281/+90
2019-12-05Create PAP API to only create/update PdpGroupsa.sreekumar3-0/+574
2019-12-03Move deploy/undeploy REST classesJim Hahn9-13/+11
2019-11-22Update Pdp Group state per PAP APIJim Hahn1-0/+2
2019-11-22Re-register pdp if not found in DBramverma1-9/+6
2019-11-21Merge "Undeploy policies when deploy fails"Jim Hahn8-10/+281