summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Replace type specification with operator "<>"rama-huawei4-4/+6
Issue-id: SO-224 Change-Id: I83d5904758ef700d0e450571d98f9511dc9eb28a Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-17Replace type in constructor with diamond operatorrama-huawei4-8/+9
Issue-id:SO-227 Change-Id: Iffd874a5abad36d282f62e4e7cce9a3cd36e3c80 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-08Change surefire plugin version to 2.19.1Rob Daugherty1-2/+2
Issue: SO-193 Change-Id: Ia7c8cadbc257a97f7db8d56904f553c83f8059ca Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-05Resolved below sonar issues.Bharat saraswal3-352/+361
removed redundant code. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: I1b56af476ea587640adb2c6d601ac589d2726e11 Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-10-04Access denied when pushing maven siteAnaël Closson1-1/+1
Change-Id: Ib5148ceb18afeefb9021e686dc08f9b6ef8fa8fe Issue-ID: SO-184 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-10-04SO/libs readthedoc changesSeshu-Kumar-M1-0/+10
Change-Id: I3caab8f12dea2480e7c7fb7064d0fcf0f5d0b18c Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com> IssueId:SO-179
2017-09-27Update POM to inherit from oparentRob Daugherty277-0/+4424
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-25Merge "Resolved below sonar issues."Seshu Kumar M3-328/+331
2017-09-25Merge "Resolved below sonar issues."Seshu Kumar M4-179/+188
2017-09-25Merge "REsolved below sonar issues."Seshu Kumar M3-305/+299
2017-09-22Resolved below sonar issues.Bharat saraswal6-668/+661
uncessary use of string builder removed. removed redundant code. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: Idbeed60ebc843c91a89fdd9357330e5e093172c6 Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-09-22Resolved below sonar issues.Bharat saraswal4-179/+188
removed redundant code. changed nested if condition to switch case. added method for resuablity of string builder. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: If4cf02dede7903ed8b35e4e6879b8691d4f3c48d Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-09-22Resolved below sonar issues.Bharat saraswal3-328/+331
removed redundant code. added method for resuablity of string builder. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: Ib081df5cbfdb4d2183ac51cb6779177ec2009bc6 Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-09-22REsolved below sonar issues.Bharat saraswal3-305/+299
removed redundant code. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: If1ff1caaa51a6328b2dbf4059ebd14adc00d9174 Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.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: Iadcba45dfda5ce374a60e643b90e624411d6cd12 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-07-20More pom changes needed since repos were renamedRob Daugherty1-1/+1
I hope this will fix the daily jenkins builds. Issue: SO-65 Change-Id: Id25158942e510bd3a3dfbc147f65e87bf3e155b5 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty23-76/+76
Since the repositories were renamed from "mso" to "so" the artifact group IDs in the poms must be updated to match. Issue: SO-39 Change-Id: I53c6f5ffc903baf7176dddc8138c5eb602d65893 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-07-19Fix project name in .gitreview fileRob Daugherty1-1/+1
Changed: [gerrit] host=gerrit.onap.org port=29418 project=mso/libs.git To: [gerrit] host=gerrit.onap.org port=29418 project=so/libs.git Issue: SO-38 Change-Id: I906e880e1e12b018fc7437c2ee60e49d569a90b9 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-05-03Merge "Update .gitreview with onap URL"Christophe Closset1-1/+1
2017-04-12Adding plugins for mvn siteAnaël Closson1-0/+32
Change-Id: Ia389383503948f5ac0657e18ee98b7cbb864fa71 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-04-11Add nexus path for siteAnaël Closson1-1/+2
Change-Id: Ib7277757ed7ddd6f6cbdb64bef87d0c4c1bd0eaf Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-04-06[MSO-8]Remove RackspaceAuthenticationxuegao3-105/+4
This removes the RackspaceAuthentication from the Openstack Java SDK as it will be managed by the core adapter utils. Change-Id: I9b6118e9952acbc80c8a80a5b18611c69a0dec1c Signed-off-by: xuegao <xg353y@intl.att.com>
2017-03-29Point Nexus proxy to new URLAndrew Grimberg1-3/+7
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I0ce8f1bcc176767bfac3b42de467daf88e73e09f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I1c09c575f703c0aab7424d2ae165f87af44d544a Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-13Update version to 1.1.0ChrisC24-61/+61
Change-Id: I93c2955138d9bdfbb55f4e4a9be473595287a629 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-02-08Moving nexus url for staging to httpsJulienBe1-1/+1
Change-Id: I8cf38a2d980e1f5fb5ee95701aeb59d18873353b Signed-off-by: JulienBe <jb379x@att.com>
2017-02-07Update pom to use maven staging pluginAnaël Closson1-0/+14
Change-Id: Iba80583ccebae6c955293ea04168e5bbbb2fadc3 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Indentation and xml cleanupAnaël Closson1-23/+2
Change-Id: I8a27b58db2fa970ecf94ae162ade6557504bc0a0 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-01Edit of the distribution management IdJulienBe1-4/+4
Change-Id: Iae08da0397940edd619b0d8f175830721bd3a370 Signed-off-by: JulienBe <jb379x@att.com>
2017-02-01Fix distribution management to point to nexus.openecomp.org insteadAnaël C1-3/+3
Change-Id: Id9835f9c15568238df7c9b8da948bebe44239460 Signed-off-by: Anaël C <ac2550@intl.att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC313-0/+23023
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-01-31Initial empty repositoryAndrew Grimberg0-0/+0