summaryrefslogtreecommitdiffstats
path: root/applications/common/src/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-04Remove AAF from xacml-pdpadheli.tavares5-20/+19
2023-09-22Upgrade Java 17 in xacml-pdpadheli.tavares7-42/+37
2023-02-02Replace Eclipselink with Hibernateliamfallon2-5/+5
2023-01-31Upgrade and clean up dependenciesliamfallon1-0/+2
2022-02-11Fix xacml pdp to accommodate Object values in policy metadatarameshiyer271-1/+1
2022-02-08Fixing sonar issues in xacml-pdpisaac1-9/+9
2021-07-19Use new RestClientParameters class in xacml-pdpJim Hahn3-28/+34
2021-07-14Use lombok in xacml-pdpJim Hahn1-9/+1
2021-05-27Replace validation code with annotationsJim Hahn1-0/+31
2021-03-17Change RestServerParameters to BusTopicParamsJim Hahn3-16/+15
2021-02-18Utilize time extensionsPamela Dragosh1-2/+44
2021-02-11Fix sonars from dependency upgradeJim Hahn6-34/+24
2021-02-10Upgrade dependenciesJim Hahn1-0/+1
2021-01-04Changed identifiers to concept identifiersliamfallon1-6/+7
2020-11-30ToscaEntityType renamed ToscaSchemaDefinitionliamfallon1-3/+3
2020-10-02Remove duplicated codePamela Dragosh1-2/+3
2020-07-01Replace try/catch blocks with assertj - xacml-pdpwaynedunican1-7/+4
2020-06-30Fix more sonars in xacml-pdpJim Hahn1-2/+3
2020-06-29Fix issues in xacml-pdp for new sonar rulesJim Hahn4-13/+13
2020-06-19Changes for Checkstyle 8.32Taka Cho3-4/+2
2020-06-01Use OperationsHistory from modelsJim Hahn3-9/+10
2020-05-26Change CLC logic for updated OPHist DB entries.pramod.jamkhedkar1-10/+10
2020-05-19Change CLC granularity to CL level.pramod.jamkhedkar1-10/+5
2020-03-20use shutdown to clear handle leakPamela Dragosh3-3/+63
2020-03-19Re-factor matchable to reduce complexityPamela Dragosh5-27/+434
2020-03-16Missing support for PolicySetTypePamela Dragosh2-9/+22
2020-03-14Add code coverage XacmlPolicyUtilsPamela Dragosh1-1/+32
2020-03-12Better error handling for decisionsPamela Dragosh5-18/+17
2020-03-10Misc XACML code coveragePamela Dragosh5-85/+252
2020-03-10Bump monitoring app code coveragePamela Dragosh1-1/+5
2020-03-10Fix optimization bug add coverage plusPamela Dragosh1-1/+10
2020-03-09Updates to support fixed guard policy typesPamela Dragosh1-1/+7
2020-02-19Use datatype in matchable translatorPamela Dragosh3-17/+50
2019-12-17Add SDNC naming applicationPamela Dragosh2-26/+74
2019-12-02Clear some simple xacml sonarPamela Dragosh1-1/+4
2019-11-13Merge "Implement closest match algorithm"Jorge Hernandez9-46/+739
2019-11-12Implement closest match algorithmPamela Dragosh9-46/+739
2019-11-12Added support to return status and error if pdp-x failed to load policyAli Hockla1-3/+4
2019-10-24Fix sonar and coveragePamela Dragosh1-0/+79
2019-10-23Consolidate common translatable code some sonarPamela Dragosh2-4/+5
2019-10-18Modified Decision API to accept query parameters and abbreviate Monitor decis...HOCKLA1-1/+1
2019-10-09Sonar xacml-pdp issuesPamela Dragosh1-2/+2
2019-09-12Add yaml support to xacml-pdp rest serverJim Hahn1-11/+4
2019-09-09Integrate using Policy Type to find MatchablePamela Dragosh5-21/+312
2019-08-30Get policy type from policy-apiJim Hahn2-0/+238
2019-07-23Add more junit coverage to xacml-pdp (round #2)Jim Hahn4-0/+885
2019-07-23Add junit coverage to xacml-pdpJim Hahn1-48/+187
2019-04-26Refactor xacml-pdp to remove various statics3.0.2-ONAPjh73581-1/+12
2019-04-12Add statistics and sonar cleanup and blacklistPamela Dragosh2-5/+9
2019-04-12Merge "Add Control Loop Coordination policy."Pamela Dragosh4-41/+223