summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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: Ie8c5800e37c2c941b532f267303657d5d9fced5c Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-26Fix GPL-2.0 license issuesLee, Tian (tl5884)1-6/+6
Remove powermock-module-javaagent from dependency tree due to GPL-2.0 license Change-Id: I505a4463637385aa0e3f509b34e4ae3df2545386 Issue-ID: AAI-809 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-01-17Merge "Sonar Major:Add the @Override annotation."Steven Blimkie1-1/+1
2018-01-17Merge "Sonar Major:Merge if statement."Steven Blimkie0-0/+0
2018-01-17Merge "Sonar Major:Add the @Override annotation."Steven Blimkie1-4/+4
2018-01-17Merge "Sonar Major:Replace with the diamond operator ."Steven Blimkie1-1/+1
2018-01-17Merge "Sonar Major:Replace the type specification."Steven Blimkie1-2/+2
2018-01-17Merge "Sonar Major:Annotate the IModelParser interface."Steven Blimkie1-0/+1
2018-01-17Merge "Sonar Major:Replace the type specification."Steven Blimkie1-1/+1
2018-01-15Sonar Major:Replace the type specification.aishkashyap1-2/+2
Replace the type specification with the diamond operator. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#assignees=aishkashyap|resolved=false Location: src/mainn/java/org/onap/aai/modelloader/entity/model/ModelSorter.java Line No:136 Issue-ID: AAI-655 Change-Id: I1568a96c99992e38902ec7a53bb8b5f5a0acac5e Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-15Sonar Major:Replace with the diamond operator .aishkashyap1-1/+1
Replace the type specification with the diamond operator. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#assignees=__me__|resolved=false Location: src/main/java/org/onap/aai/modelloader/entity/model/ModelV8ArtifactParser.java Line No:57 Issue-ID: AAI-654 Change-Id: I07f671f845a535a542c0742b26ed085bc9f3db67 Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-15Sonar Major:Add the @Override annotation.aishkashyap1-4/+4
Add the @Override annotation above this method signature. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#assignees=__me__|resolved=false Location: src/main/java/org/onap/aai/modelloader/entity/model/ModelV8ArtifactParser.java Line No:55 Issue-ID: AAI-653 Change-Id: Iacf71ed6a80b986815c774ba057df727385f0745 Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-15Sonar Major:Merge if statement.aishkashyap1-3/+3
Merge if statement with the enclosing one. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assigned=false Location: src/main/java/org/onap/aai/modelloader/entity/model/ModelV8ArtifactParser.java Line No:131 Issue-ID: AAI-648 Change-Id: I50ac1d612fb32b20a7520af44b7abe26b3d89399 Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-15Sonar Major:Add the @Override annotation.aishkashyap1-1/+1
Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assignees=aishkashyap Location: src/main/java/org/onap/aai/modelloader/entity/model/AbstractModelArtifact.java Line No:75 Issue-ID: AAI-647 Change-Id: I2da826e5c3d825abf79d6452e006ac6196c5f73a Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-12Sonar Major:Replace the type specification.aishkashyap1-1/+1
Replace the type specification with the diamond operator. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assignees=aishkashyap Location: src/main/java/org/onap/aai/modelloader/entity/model/AbstractModelArtifact.java Line No:39 Issue-ID: AAI-646 Change-Id: I704dfd58340402982f4063e94e80b58ff158c8da Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-12Sonar Major:Annotate the IModelParser interface.aishkashyap1-0/+1
Annotate the IModelParser interface with the @FunctionalInterface annotation. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assigned=false Location: src/main/java/org/onap/aai/modelloader/entity/model/IModelParser.java Line No:30 Issue-ID: AAI-645 Change-Id: I0c65379ecde9f6b103bf17515bd9071213462fea Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-12Sonar Major: Replace the type specification.aishkashyap1-1/+1
Replace the type specification with the diamond operator. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assigned=false Location: src/main/java/org/onap/aai/modelloader/entity/model/ModelArtifactHandler.java Line No:60 Issue-ID: AAI-643 Change-Id: I231689bbf52153a0c806d8ee267d28fd9e6287f0 Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2017-12-08Add unit tests to increase the sonar coverageaditya5-136/+1314
Add unit tests to notification and service packages Issue-ID: AAI-501 Change-Id: Ia15090f2f5999d76e2c274d4dc3dca6408ead7db Signed-off-by: Aditya Gajulapalli <ag282f@att.com>
2017-11-29Bump minor versionJessica Wagantall2-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: I5212e3b891e8d314e470220778e77a973c13b6e2 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-29Update dependency versions to latest releaseLee, Tian (tl5884)1-121/+116
sdc-distribution-client version updated to 1.1.32, common-logging version updated to 1.1.0 Change-Id: I04657cc7a6c65a01f822e05e0a462718f628ddb4 Issue-ID: AAI-511 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-11-28Update dependency versions to latestLee, Tian (tl5884)1-2/+2
sdc-distribution-client version updated to 1.1.50-SNAPSHOT, common-logging version updated to 1.2.0-SNAPSHOT. Change-Id: I989a308637adefe68e26681a264374df720830e5 Issue-ID: AAI-511 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-11-10Revert change to ajsc versionv1.1.01.0.0-ONAP1.0.0-AmsterdamBlimkie, Steven (sb787e)1-2/+2
Upgrade to new ajsc version did not fix the build issue. Reverting to the version that is tested. IssueID: AAI-458 Change-Id: I2fddb8198296b88e402f408288cf0830b6cfe1c5 Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
2017-11-10Update ajsc-archetype-parent parent pom versionLee, Tian (tl5884)1-2/+2
Update parent pom version from 2.0.0 to 2.1.0 to be in line with aai-resources and aai-traversal Change-Id: Ie1da717a5a8a6048f5f15c3f6b231f867000482a Issue-Id: AAI-458 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-09-21Renaming openecomp to onapArul.Nambi15-36/+36
Issue-ID: AAI-208 Change-Id: I9029b292b051678bbddc2b80efd447ebc1c5b63a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-13Renaming openecomp to onapArul.Nambi36-113/+128
Issue-ID: AAI-208 Change-Id: I559ba27fba96364c506730e8cbac05a9e6591694 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I4eca5b435c2a68c10ab1d9abd3bade58941b1cb8 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add name to the top level pom for model-loaderVenkata Harish K Kajur1-0/+1
Issue-ID: AAI-271 Change-Id: I0f4fe0e3e23f58183f8654bdb9053821c2abe4e5 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-29Remove files containing ATT referencesDaniel Silverthorn3-56/+0
Issue ID: AAI-217 Change-Id: Id234071670d67c0fb540d95f99d7791859987bdd Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-08-21Remove OpenECOMP from license fileDaniel Silverthorn35-140/+175
Change-Id: I76110503a4f74f24bd8ba66c633e1a3cb13fef6a Issue-ID: AAI-86 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-08-18Revert httpclient jar version change.Lee, Tian (tl5884)2-84/+89
- Add explicit dependency to version 4.5 instead Change-Id: Ic4491a8e0d5fe4baaf902c02c5df21b6130e23dc Issue-ID: AAI-192 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-08-17fix container exit w/o httpclient 4.4.1Brian Freeman1-1/+1
Change-Id: I8d44531a28d40de11c6b1f1ee17de8446cda2c68 Signed-off-by: Brian Freeman <bf1936@att.com> Issue-id: AAI-170 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-15[AAI-170 R1710] Upversion sdc-distribution-clientLee, Tian (tl5884)2-7/+16
- from 1.0.0 to 1.1.32-SNAPSHOT Change-Id: Iac775e7ae3378dcaeca717cdafde9a8472c24172 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-07-06Merge "Update .gitreview with onap URL"James Forsyth0-0/+0
2017-06-27Allow handling of legact model artifactsBlimkie, Steven (sb787e)40-2874/+3248
Change-Id: I3d4c5e51140d4d05b3fd871d58c2590421c0e9db Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
2017-06-12pom.xml: Updating maven-dependency-plugin versionJessica Wagantall1-1/+1
CLM creashes after executing the tree goal. After looking online, looks like vesion 2.8 of maven-dependency-plugin can be compatible with the migration to Eclipse Aether (MNG-5354). Change-Id: Iff2a94a4944adf2a01e0c9a70eeccdac02ea70ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-06-09Configurable max heap size and PID fixabatos1-1/+2
Change-Id: I6e4ae9fd1c3e64e0d470c044ade0387045123f60 Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
2017-05-17Ensure shutdown hook is called on docker stopBlimkie, Steven (sb787e)4-201/+187
Change-Id: I7f2165c6c4b8cfeb3d62c4a286b62f4e42dde449 Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
2017-05-16[AAI-3] Remove dependency on SDCBlimkie, Steven (sb787e)12-1672/+1797
Change-Id: Iacdf8fb0dabdfe396f508dec3755ef1a2ea0210e Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
2017-05-10[AAI-8] Fix line feeds in versions.propertiesFraboni, Gino (gf403a)1-27/+27
Change-Id: Id9c8c1245a8295abac930663fda1a66fd7ebc5a4 Signed-off-by: Fraboni, Gino (gf403a) <gino.fraboni@amdocs.com>
2017-05-03Implement support for v10 model entities.Fraboni, Gino (gf403a)93-7082/+11330
Change-Id: Id2b42b70d7fe0ada6695ac9632b314f21ace193f Signed-off-by: Fraboni, Gino (gf403a) <gino.fraboni@amdocs.com>
2017-03-29Update nexus url from openecomp to onapVenkata Harish K Kajur1-4/+4
Change-Id: I71d28e98d04bb3fe20e780c0adeb815ff767770d Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I1984c1e52f538e0e1a258808ac1f7a823d032c21 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-09Update version to 1.1.0-SNAPSHOTVenkata Harish K Kajur2-2/+2
Change-Id: I6c1425889e81643eeeffdeae51cc31816930400e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-08Update pom for staging pluginVenkata Harish K Kajur2-2/+27
Change-Id: Idbe910093964313659db075ccf67ead3ca83d931 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-07Update pom to 1.0.0Venkata Harish K Kajur1-4/+10
Also change the dependency version of sdc, logging service Add the staging snapshot to look for sdc dependency Remove the unnecessary docker tag Change-Id: If3caa743ab931d3726c7d6ced82070bc4c5bc467 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-06Fix wrong sdc-distribution-client versionAlexis de Talhouët1-1/+1
The pom file specifies a version that isn't the one currently build. The current version is 1.0.0-SNAPSHOT, see https://gerrit.openecomp.org/r/gitweb?p=sdc/sdc-distribution-client.git;a=blob;f=pom.xml;h=be86365835d8f149a742ade80f6063e90052bfff;hb=refs/heads/master#l6 Change-Id: Ice85aabf5f0cfea913b83f5b12e8657858b27c69 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-02-28Update pom for sonarVenkata Harish K Kajur1-2/+32
Change-Id: I3cc4b5f394dade885ce7b606279ac90e5d55310a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-02-20Update the server idVenkata Harish K Kajur1-1/+2
Change-Id: Ib7d367703bc0e68f9dc2a62c0117a943a46a69c8 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-02-20Remove force update and ca certificatesVenkata Harish K Kajur2-7/+2
Change-Id: I632f208402250d23423e591d9fbf203bdda1275f Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-02-20Change profile docker backVenkata Harish K Kajur2-53/+63
Change-Id: If4e400f24c748f17fff4f23764b873b38ab197f3 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>