aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-05Test coverage and refactor for GeneratorUtilAdam Wudzinski2-5/+83
Added tests and made GeneratorUtil final class Change-Id: I3e9b3fa22dff5c50fa37ad10ba0ddd8b9bbef2d9 Issue-ID: AAI-1334 Signed-off-by: awudzins <adam.wudzinski@nokia.com>
2018-06-26Fix remaining Sonar code smellsmark.j.leonard20-240/+287
Code reformatting to address Sonar code smells, excluding the cyclomatic complexity errors which will require some heavier refactoring. Issue-ID: AAI-1242 Change-Id: I0f2502c8038b1e70f53f3b82b9d4d0761d9137cc Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-06-25Extracted repeating strings; added annotationsWiktor Garbarek3-3/+6
Change-Id: Ibe92169b6819f032f5609849f785c22d76ffc237 Issue-ID: AAI-1239 Signed-off-by: Wiktor Garbarek <wiktor.garbarek@nokia.com>
2018-05-29Re-add arm64 support changesLee, Tian (tl5884)2-2/+9
Re-adding some of the changes made to support arm64 that were lost in a previous commit. Commits that were lost: b50d09cce12ac78b3f518a5e52ffa45cde259e70 04e6b061e130c40e92e3e45c8fd1355f3c99ac29 1227efa25a23815c7c943c5d50da561bf369cd5d Change-Id: Iff90e4d0fde55a283c47b687254ea4b9da2814c3 Issue-ID: CIMAN-154 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-05-25Make babel run as rootDaniel Silverthorn1-8/+1
Change-Id: I14a0e96ab0b1c4b4c04b8050ea853e74d31e94ce Issue-ID: AAI-1179 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-05-23Merge "Upversion for Casablanca"Steven Blimkie2-3/+3
2018-05-23Upversion for CasablancaJimmy Forsyth2-3/+3
Issue-ID: AAI-1169 Change-Id: Iddc4a76f40b9ab60f698a0f1b5cb9ec13581c10e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-08Fix Babel authorisation mechanismv1.2.02.0.0-ONAPbeijing2.0.0-ONAPLee, Tian (tl5884)5-50/+29
Change-Id: Iae3139b33e315fae0c205fd7e0df67554d91cd5b Issue-ID: AAI-1126 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-05-01Remove license violationsLee, Tian (tl5884)1-6/+0
Remove un-needed javaee-api dependency. Change-Id: I86967388afa404267a1ef7f7eb9110d134050946 Issue-ID: AAI-1108 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-05-01Merge "Upversion logback classic and core dependencies"James Forsyth1-0/+12
2018-05-01Upversion logback classic and core dependenciesLee, Tian (tl5884)1-0/+12
To remove Nexus-IQ security vulnerability Change-Id: Ia9ff4aaf36f525c427e30664f143803c9d08a6da Issue-ID: AAI-1107 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-04-30Merge "Convert Babel from AJSC2 to Spring Boot 1.5.12"James Forsyth135-1847/+378
2018-04-30Convert Babel from AJSC2 to Spring Boot 1.5.12Lee, Tian (tl5884)135-1847/+378
Change-Id: I2ea10250c3881827b6b274afadf1a8c89683f568 Issue-ID: AAI-1045 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-04-20Remove test data containing proprietary markingmark.j.leonard2-0/+0
Update the test CSAR (compressed artifacts) to delete unnecessary text files containing wording that indicates proprietary content. The test files were based on genuine CSAR content from a test system and the informational files were overlooked. These can be safely removed without breaking the unit tests. Change-Id: I4b20f7c9a5484bf181b687dbdd821fbc4662e5aa Issue-ID: AAI-1086 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-04-18Update groupid to match ONAP conventionLee, Tian (tl5884)1-1/+1
groupid must contain the repository name Change-Id: I33c40339fc24320968ada7355239c3100f6503d7 Issue-ID: AAI-1077 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-04-17Re-add maven license pluginLee, Tian (tl5884)2-18/+65
The plugin is now configured to enforce the presence of license headers without overwriting any existing headers. Change-Id: I11c2fc6fed0d893153f1bb8c02d5b9a70e56cdae Issue-ID: AAI-920 Signed-off-by: Lee, Tian (tl5884) <tl5884@att.com>
2018-04-16Add .gitreview file for projectMohammed Naser1-0/+4
Change-Id: I281686783b6aa455c8964c519192b2adcd2c7cb0 Issue-ID: AAI-1038 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-16Drop registry prefix from pom.xmlMohammed Naser1-1/+1
The registry prefix is not needed as when things get published the maven plugin automatically prefixes them when you supply it as part of the maven arguments. Change-Id: I18aa3f62446b3a16924e2d3733e294bb98dd33b4 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-16Dynamically determine image architectureMohammed Naser1-1/+1
The image architecture is currently hardcoded, this patch removes that hardcoded value to allow for ARM64 builds to go through. Change-Id: I214208421dd2b1d641166f0cfd977cf33073dc7a Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-16Pin 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: I81a8ed45a0c39eaa6ddab85c37a269b30c53acff Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-10Correct INFO.yaml to pass YAML LintEric Debeau1-24/+24
Change-Id: I57f41b029b41e78520d73e7c200c18178ebd47d9 Issue-ID: AAI-1022 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-09Add explicit Maven dependency on DME2mark.j.leonard1-0/+4
Include com.att.aft.dme2 as a dependency rather than rely on this being provided (as specified in the AJSC BOM) so as to solve a runtime error with the Class Loader. Change-Id: I268551455922a8e3bd259afe2fc4561a5c020fa1 Issue-ID: AAI-1007 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-04-06Add version.properties fileJimmy Forsyth1-0/+13
Issue-ID: AAI-1006 Change-Id: I053de7f323a28624be92fa8860ee8dfdbe2776ac Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-04-06Ensure that all properties are passed on start-upmark.j.leonard2-23/+28
The System Properties KEY_STORE_PASSWORD and KEY_MANAGER_PASSWORD are now read from the environment and written to the configured system properties file. This prevents an error within AJSC on startup. Issue-ID: AAI-1006 Change-Id: Ie92cff0a24352ef162d25dd6d60c75f23d6bdfd7 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-03-28Incorporate the ECOMP SDC Artefact Generator codeLeonard, Mark (ml401d)128-952/+8453
Remove the Maven dependency on openecomp-sdc-artifact-generator-core, because this is not maintained in the ONAP source code repositories. The functionality provided by the SDC Artifact Generator is replaced with equivalent code that depends on the SDC-TOSCA parsing library, without introducing any backwards-compatibility breaks. The intention is to make this Maven project more maintainable by depending only the common ONAP libraries. Change-Id: I01d78575d3b7c70a11e4c7989a021de3c0913a06 Issue-ID: AAI-943 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-03-15Fix docker image nameRaviGeda1-1/+1
Change docker image name to onap Change-Id: I0c747e915c5ed84fe0b3d9748429f2363e5074ed Issue-ID: AAI-878 Signed-off-by: RaviGeda <gravik@amdocs.com>
2018-02-26Add INFO.yaml fileJessica Wagantall1-0/+51
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I23f88a7861ee8b0e18f5b18fdd08733c588ba34b Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-15Add license to properties fileJimmy Forsyth1-1/+18
Change-Id: Id2f0469943f4ab6f574ec53ce43cddb9235758d1 Issue-ID: AAI-778 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-02-03Clean up Sonar nameGildas Lanilis1-0/+1
Issue-ID: CIMAN-65 Change-Id: I44f1915de8d119ec9fca98f44bef62aad30a00cf Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-01-08Fix sonar plugin version to 3.2Venkata Harish K Kajur1-1/+5
Issue-ID: AAI-546 Change-Id: I523fafbdd7f8f6b40683f0499553dc7d86cf340a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-14Remove snapshot reference to sdc clientWong, Ben1-1/+1
Amend pom.xml to reference the release version of sdc.distribution.client Issue-ID: AAI-46 Change-Id: I5e2b68916ea6e3ecf06256ef6cba81105eaf4ce8 Signed-off-by: Wong, Ben <bwong@amdocs.com>
2017-10-09Adding docker plugin to pomEdwin Lawrance1-0/+16
Change-Id: I928ce2cec1cc8f358e62717190431b4368b75de4 Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-06Adding distribution management to pomEdwin Lawrance1-1/+18
Change-Id: I00c798498a0c8fd6009a423f80e9977d28d8250a Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-05Adding repositories to pomEdwin Lawrance1-1/+9
Adding staging repository and updating babel groupId Change-Id: I1929738d0f130fdce4edea2ff9c58f626c2a47cb Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-05Updating pom version and adding missing pluginsEdwin Lawrance1-1/+14
Change-Id: I2059d29ff33cd22ed034ac68e2f57364ff3320b0 Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-05Initial code submit for BabelEdwin Lawrance91-0/+5792
Change-Id: I3738ebe15eadbbd6d16e24e374c6e40c535b425d Issue-ID: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-09-19Initial commit - add readme fileEdwin Lawrance1-0/+105
Change-Id: I11f1bc802e823127afc2cbdf61cecf0a7db11c8a Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-07-14Initial empty repositoryJessica Wagantall0-0/+0