summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-11[AAI-2178] Run container process as non-root5.1.0-ONAP5.0.2-ONAP5.0.1-ONAPelaltorajeevme2-1/+53
Issue-ID: AAI-2178 Change-Id: I27ef1334c4fae1c564d4ee62bdd991f9ff2a559a Signed-off-by: rajeevme <rajeev.mehta@amdocs.com>
2019-09-03Fixed version parsingDmitry Puzikov5-65/+191
Change-Id: Ibd37f998820dd4a77a6c320ce6b1066b06c86f51 Issue-ID: INT-798 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com> (cherry picked from commit 86359a2f445a19a19d8239f2e7e07480a1bc7ba3)
2019-08-14Upversion model-loader in elaltoJimmy Forsyth2-2/+2
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib0de924d6a91b178ae6ed59c556a67907297a323
2019-08-13Fix release file logdirJimmy Forsyth1-1/+1
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I8e08b70794351db6d9d26979b798ceb9f6883b72
2019-08-12Add release file for self-releaseJimmy Forsyth1-0/+4
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib640aa2b20e4cbf740a9d78ec8d3a59f42a8ec9e
2019-08-12Upversion Spring Boot to 2.1.6Lee, Tian (tl5884)5-62/+46
Change-Id: I0e8b3f738777ab106d13fa826f0b40e3392a0f6b Issue-ID: AAI-2539 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com> (cherry picked from commit 378fac344f2de5a89b5410b9031e76841cd8fba6)
2019-07-03Upversion to oparent 2.0.0Jimmy Forsyth1-4/+1
Issue-ID: AAI-2494 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iebfc1d5023c2116a5d0417c829d75907e91ff546
2019-06-19Upversion for global jjb transitionJimmy Forsyth2-4/+4
Issue-ID: AAI-2494 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id9199420a979d177bd4920010ac8e6959dd4d4c8
2019-05-03Upversion for Dublin release4.0.0-ONAPdublinJimmy Forsyth2-2/+2
Issue-ID: AAI-2403 Change-Id: Iae02824bf6d904d08e9909534fa473464708f66c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-10Merge "Provide the ability to set the truststore properties during ↵1.4.0Tian Lee1-0/+15
model-loader startup"
2019-04-10Provide the ability to set the truststore properties during model-loader startupPolavarapu, Chaitanya (cp8128)1-0/+15
Issue-ID: AAI-2339 Change-Id: Icb6b35a6bf5bccfd1771a670a0626fe5b0b0cc12 Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
2019-04-09Upgrade to springboot 1.5.20.RELEASEJimmy Forsyth1-1/+1
Issue-ID: AAI-2349 Change-Id: Ic5cacde0863619d6cc1d4e93de9fddf7e72f50b6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-03-19Upversion Spring-Boot to 1.5.19.RELEASELee, Tian (tl5884)1-1/+1
Change-Id: I39c4aa7de0f24bb56caeb32bb5c997fcee951ba5 Issue-ID: AAI-2257 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2019-03-18Refactor GizmoTranslator.translate()mark.j.leonard3-30/+33
Address Sonar violation for the translate() method throwing multiple types of checked Exception. Add a JUnit test case for this. Change-Id: If3c18460895f8193c7b759da4537aad0a2cbf485 Issue-ID: AAI-2264 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-03-15Fix Sonar bugs in Dublin codemark.j.leonard2-99/+100
Address issues arising from AAI-2089 and AAI-1957. Fix 9 bugs relating to null pointer exceptions. Reduce the calculated complexity of the GizmoTranslator method generateModelElementId() by reimplementing using Streams. Change-Id: Ic7983db1e9364d79ff79deb09552028501bbbf2c Issue-ID: AAI-2264 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-03-14Handle unexpected HTTP return codesed852m2-32/+110
Issue-ID: AAI-2263 Change-Id: I2510b7a2630918ffe17efbbf813c3e43b0b44d34 Signed-off-by: ed852m <ed.dening@amdocs.com>
2019-03-01Add missing INFO.yaml blocksJessica Wagantall1-5/+44
Add missing information so that the new verify job passes. Change-Id: I77f116d7bf1f8e1aec397d05f9c2a1e29b59c2da Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-21Add metrics logging for Babel requestsmark.j.leonard3-7/+38
Change-Id: I67492a90b0faac1c60be118be4e25237bd3a780d Issue-ID: AAI-2183 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-01-25Allow parsing of properties taken from environmentPopescu, Serban1-32/+43
Property variables starting with ENV: will be retrieved as environment variables Change-Id: I191920078c8aa78dee2327adcca39a0d1e1a89df Issue-ID: AAI-2089 Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
2019-01-09Added echo service to model-loaderStela Stoykova1-0/+38
Issue-ID: AAI-2060 Change-Id: I19e16b7447f5ef8b7533449b18895c2bc98188d2 Signed-off-by: Stela Stoykova <Stela.Stoykova@amdocs.com>
2019-01-07Merge "Exclude tomcat from web starter"Venkata Harish Kajur1-0/+10
2018-12-24Fix bug in gixmo interfaceShwetank Dave1-2/+26
Change-Id: I75a6d3fdde11359aa834113c97f9b35a8744e902 Issue-ID: AAI-1957 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2018-12-21Exclude tomcat from web starterjimmy1-0/+10
Issue-ID: AAI-2035 Change-Id: I19e326fefcfb60fff707dfb807fa91938efa3710 Signed-off-by: jimmy <jf2512@att.com>
2018-12-17Update to springboot 1.5.18jimmy1-1/+1
Issue-ID: AAI-2011 Change-Id: Ied244abbd7cd1dadd8af9a95fbfc9389d9c644ea Signed-off-by: jimmy <jf2512@att.com>
2018-12-11Handle non-obfuscated configDaniel Silverthorn2-6/+35
Change-Id: I5c57fcc16a93881af5cdf33947967e0d7ef2dd33 Issue-ID: AAI-1997 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-11-27Fix Sonar code smellsmark.j.leonard13-241/+184
Reformat to ONAP Java standards. Rename GizmoTranslatorTest.java to Test*.java to match the existing naming conventions. Remove duplicated test scaffolding from this file. Change-Id: Ie8d5f7ea113d3d60d6222f66cd6740df7f9afca0 Issue-ID: AAI-1957 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-11-27Configurable option to load models via Gizmosblimkie12-31/+936
Change-Id: I792e1a0db166ccab84f42a2d1beb92d7a630165b Issue-ID: AAI-1957 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-11-09Upversion Spring Boot to 1.15.17Lee, Tian (tl5884)1-1/+1
To fix NexusIQ vulnerabilities Change-Id: If9e117cfea96e6520fba44d55bee05c7b5764661 Issue-ID: AAI-1891 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-11-06Upversion to 1.4.0Lee, Tian (tl5884)2-101/+102
Change-Id: I08c91e439a3fab27b52830ada216d57eed356dd9 Issue-ID: AAI-1852 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-10-10Upversion to 1.3.1Lee, Tian (tl5884)2-2/+2
Change-Id: I5e9615f6a3a5adf41fe63fdc024616500980880c Issue-ID: AAI-1733 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-09-19Upversion commons-compress for NexusIQ1.3.0Lee, Tian (tl5884)1-1/+1
Change-Id: I3e591713c4cffabce2f0e31d5eb6793ed639d028 Issue-ID: AAI-1641 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-09-18Remove unused system properties from unit testsLee, Tian (tl5884)2-4/+0
Change-Id: I5d56bf794c69381d03dda277afe4e110791b660a Issue-ID: AAI-1606 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-09-12[Model Loader] Use Spring Boot 1.5.15mark.j.leonard1-1/+1
Upgrade from 1.5.14 to avoid known vulnerabilities. Change-Id: I0921d66b5e7f1ab973a8361ac04afd4679434a6c Issue-ID: AAI-1506 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-09-06Clean Sonar Project NameGildas Lanilis1-0/+1
add <name>aai-model-loader</name> Change-Id: I67a4afb13397e697026cbff05f5a5173ad2af184 Issue-ID: CIMAN-202 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-27Use managed guava versionGary Wu1-5/+4
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I0883658bd90c6a794a686cc06a6fa2c0d400f0e4 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-17Explicitly initialise the EventCallback classmark.j.leonard4-6/+8
Remove the @Autowired annotation on the Babel Service Client and pass this as a parameter so that Spring will inject the value. This ensures that the EventCallback is not initialised with a null value. Issue-ID: AAI-1501 Change-Id: Ic1a66bf61afec4f707162acf323b83a8a48e8f28 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-08-13Fixing the docker jenkins jobArul.Nambi1-7/+0
Issue-ID: AAI-1449 Change-Id: I8eaa5ebe703b38fe8a2f30a6d3ff5ff527595810 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-07-06Fix NexusIq security issue in CasablancaGilding, Joyce (jg640n)1-1/+1
Update Apache commons-compress to version 1.17 Change-Id: I1a8eac171b9c107c780e0aa5147ee58ca93c028f Issue-ID: AAI-1290 Signed-off-by: Gilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>
2018-07-03Fix NexusIQ Security vulnerability in CasablancaGilding, Joyce (jg640n)1-5/+1
Upgrade spring-boot-dependencies Change-Id: I9744fc676b59e021000a44593cc11f885f910b0f Issue-ID: AAI-1290 Signed-off-by: Gilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>
2018-06-07Add support for loading VNF Catalog XML filesmark.j.leonard23-230/+1339
Issue-ID: AAI-1214 Change-Id: I5d0eb3456916e6f3e5ba3a9b4e828feaff0cde4e Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-06-06Refactor for Sonar smells and code coveragemark.j.leonard66-954/+1739
Various code formatting and style fixes (to address Sonar code smells). Introduce a BabelServiceClientException to replace the use of the base Exception class. Make both the BabelServiceClient class and its Factory class use an interface, to allow for Spring injection (using annotations) and for simplified mocking. Refactor the Notification Publishing by making this the responsibility of the main Service classes and not the deployment manager. Issue-ID: AAI-1207 Change-Id: I6bf8a504fa7b98e9158c9976fd1d88c6c54027c1 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-06-06Remove deprecated AJSC configurationmark.j.leonard24-666/+0
Issue-ID: AAI-1206 Change-Id: Iffad6eb946bb8c63cf69bd2193d7518e733ea406 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-05-23Pin jnr-unixsocket for Docker plugin to 0.13Mohammed Naser1-0/+7
The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/spotify/docker-maven-plugin/pull/379 Change-Id: Id863e5fccd4e89f7113b58f8c6b5be760a8797b7 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-05-23Upversion for CasablancaJimmy Forsyth2-3/+3
Issue-ID: AAI-1169 Change-Id: Ideb567fb672738e0951110e77e6fc53a9a1e4613 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-22Bump to version 1.2.1 in the master branchv1.2.12.0.0-ONAPbeijing2.0.0-ONAPJimmy Forsyth2-2/+2
Issue-ID: AAI-1155 Change-Id: I66c58cd069561583ce237c0293091e75304a0610 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-17Fix issue with VNFImage rollbackLee, Tian (tl5884)1-7/+2
Fix issue where VNFImage data UUID is being overwritten, causing rollback failures. Change-Id: I66fd9125f7806c74d80ede6d2f0d4c04d0756cc0 Issue-ID: AAI-1148 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-05-01Import Spring Boot Logging base resourcev1.2.0mark.j.leonard1-0/+1
Issue-ID: AAI-1110 Change-Id: Iab0ba2130e1131c938e0c9dbc7ba33cef8db75de Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-05-01Upgrade logback version to 1.2.3mark.j.leonard1-0/+7
Issue-ID: AAI-1107 Change-Id: I24260227dc9a695e8cf91f3fdf033353a4462bca Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-05-01Change Babel dependency by removing SNAPSHOTmark.j.leonard1-1/+1
Issue-ID: AAI-1053 Change-Id: Iaaee8ff11de401f3c0dfbd0524963ee26b409856 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-04-26Convert project from AJSC to Spring Bootmark.j.leonard91-4989/+2349
Remove all AJSC configuration and dependencies. Update the pom.xml to use oparent and to depend on Spring Boot. Refactor the main class to introduce a minimal set of Spring annotations. Note that the license text was corrected in this change. Issue-ID: AAI-1039 Change-Id: I16385db3216ec39bfd2881f2278e340ec3795199 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>