summaryrefslogtreecommitdiffstats
path: root/services/services-engine/src
AgeCommit message (Expand)AuthorFilesLines
2022-09-16Fix minor warnings in codeliamfallon1-1/+0
2022-02-23Add support for retrieving apex-policyModel from metadatarameshiyer275-3/+345
2022-02-11Remove apex-pdp unused core modulesliamfallon1-3/+2
2022-02-10Merge "rename metrics as per global constants for prometheus"Liam Fallon2-33/+45
2022-02-09rename metrics as per global constants for prometheusRashmi Pujar2-33/+45
2022-02-09Merge "Remove JAXB and XML, use GSON for JSON"Jorge Hernandez8-1206/+1330
2022-02-08Remove JAXB and XML, use GSON for JSONliamfallon8-1206/+1330
2022-02-07Expose APEX policy execution metricsRashmi Pujar1-2/+42
2022-01-24Add TOSCA policy status header field to APEX event create CLIRashmi Pujar12-50/+128
2021-11-30Prometheus metrics for policy deploy/undeploy requests for APEXRashmi Pujar3-113/+46
2021-09-01Fix sonars in apex-pdp #3Jim Hahn2-4/+4
2021-08-27Address more sonars in apex-pdpJim Hahn12-64/+66
2021-08-27Address eclipse warnings in apex-pdpJim Hahn1-17/+8
2021-08-24Use CompareToBuilderJim Hahn11-495/+53
2021-08-02Use lombok annotations in apex-pdpJim Hahn27-723/+139
2021-07-29Improve APEX logging for irrelevant eventsa.sreekumar1-0/+3
2021-07-12Update pdp statistics to count deploy/undeploy separately.adheli.tavares2-1/+138
2021-06-28Changes to support multiple outputs from a statea.sreekumar1-2/+3
2021-06-24Update apex-pdp for checkstyle 8.43liamfallon4-7/+6
2021-06-18Fix Sonar Issues in apex-pdp-services-enginelapentafd16-87/+97
2021-05-07Merge "Code coverage for Service Engine Event"Jim Hahn3-0/+376
2021-05-07Code coverage for Service Engine Eventarkadiusz.adamski3-0/+376
2021-05-07Code coverage for File Carrier Pluginarkadiusz.adamski4-0/+596
2021-05-03Remove GroupValidationResultJim Hahn20-865/+417
2021-04-22Refactor of command line classesadheli.tavares4-163/+109
2021-04-15Code coverage for service engine event packagearkadiusz.adamski12-0/+1049
2021-03-29Fix sonar issuesarkadiusz.adamski1-7/+6
2021-03-19Fixing parallel event execution problem in APEX-PDP REST layera.sreekumar1-4/+4
2021-02-18Fix sonars in apex-pdpJim Hahn7-112/+66
2021-02-11Changes related to multi policy handling improvement in APEXa.sreekumar2-62/+54
2021-01-28Improve handling of multiple policy in APEX PDPa.sreekumar7-329/+732
2021-01-13Avoiding unwanted logging in APEX during event processinga.sreekumar3-26/+7
2021-01-06Merge "Changed identifiers to concept identifiers"Liam Fallon3-29/+29
2021-01-04Changed identifiers to concept identifiersliamfallon3-29/+29
2020-12-17Prune superfluous log and exception messagesgregory.hayes5-31/+39
2020-10-16Merge "Remove apex asciidoc documents"Jim Hahn4-339/+0
2020-10-16Remove apex asciidoc documentsliamfallon4-339/+0
2020-09-28Fixing APEX eventName handling to avoid duplicate requestsa.sreekumar1-26/+48
2020-09-17Cleanup related to removal of legacy format support in APEXa.sreekumar2-3/+1
2020-09-09APEX standalone support for ToscaPolicy formata.sreekumar73-2836/+4253
2020-09-04Remove client code from apex-pdpliamfallon10-1258/+39
2020-09-03Clean up warnings and SONAR issuesliamfallon3-109/+93
2020-08-24Correct directory permission check in apexliamfallon1-19/+27
2020-08-13SONAR fixes - log formattingwaynedunican1-6/+7
2020-08-10Merge "Handling apex-pdp multi policy deployment failure:"Pamela Dragosh2-13/+24
2020-08-07Handling apex-pdp multi policy deployment failure:puthuparambil.aditya2-13/+24
2020-08-07Sonar FixesJvD_Ericsson1-13/+14
2020-07-24APEX changes to support policy disable/enable and some improvementsa.sreekumar3-42/+74
2020-07-21Fix assertTrue in apex-pdp/model apex-pdp/plugins, apex-pdp/services and apex...JvD_Ericsson1-1/+1
2020-07-16Merge "Replace try/catch with assertj"Pamela Dragosh11-1437/+989