summaryrefslogtreecommitdiffstats
path: root/packages/policy-api-tarball/src/main/package/tarball/assembly.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-07-13Reduce size of docker images for APIdanielhanrahan1-12/+2
Remove unused jar files from image (not needed since spring boot) Avoid creating extra layers when extracting tarball Reduce size of Alpine image by 73% (956MB to 259MB) Reduce size of OpenSuse image by 62% (1.12GB to 423MB) Issue-ID: POLICY-4265 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I321cd42ade294a8af40c64612037d3ca1cf58341
2022-02-10Migrate policy api startup & config, controller to springbootRashmi Pujar1-2/+3
Issue-ID: POLICY-3753 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: I4537ed49b7fc57683bfc487f0d212642b7e69f17
2020-01-21Remove assembly warningPamela Dragosh1-3/+3
Use ${file.separator} Issue-ID: POLICY-2329 Change-Id: I1e5def27e5cc87c86872c13df3db1347543e60e7 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-02-07Add changes to basic structure of api componentChenfei Gao1-0/+62
Includes: 1) Changed logging from FlexLogger to slf4j and used the logback.xml aligned with v1.2 logging requirements. 2) Added https as a configurable parameter of api rest server. 3) Added aaf as a condfigurable parameter of api rest server. 4) Added AafFilter classes for healthcheck and statistics. 5) Added api statistics REST entry point. 6) Created related junit tests. 7) Packaged docker Issue-ID: POLICY-1270 Change-Id: I638f61361bb052545e8597531ba3d58019bf1f24 Signed-off-by: Chenfei Gao <cgao@research.att.com>