summaryrefslogtreecommitdiffstats
path: root/keystone-model
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty78-427/+475
NexusIQ issue: org.codehaus.jackson This commit changes so/libs from the old codehaus jackson implementation to the fasterxml implementation. 2.8.10 is the latest version compatible with the 1.5.13.RELEASE springboot version used in SO. Change-Id: I3b1167dd0efeb3463efb7e01fac26d0f312d7aad Issue-ID: SO-864 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-10Functional so/libs unit testsRob Daugherty43-983/+2760
Unit tests to prepare for migration from the codehaus to the fasterxml implementation of jackson. Iincreases the code coverage metric from 51% to 70%. Change-Id: I6338214f3de9df95956b46d4e313d00052eb8692 Issue-ID: SO-1011 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-25Issue fix for keystone modelsseshukm9-246/+246
Issue-ID: SO-729 Change-Id: I1ccaba586970295bfe32fa30eed9f53ee34a27e0 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25basic code Issues of keystone modelseshukm7-521/+521
Issue-ID: SO-729 Change-Id: I176585bd54714fdd891f9e67474fa3b23183fd9b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25fix basic code issues of auth filesseshukm7-517/+517
Issue-ID: SO-729 Change-Id: I36bb76578c39640c38b27ee5c8939341f908fba2 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25basic code Issues fix keystone modelseshukm6-315/+315
Issue-ID: SO-729 Change-Id: I46faf848370e69e0b637f62f1ed5f38ed89b89c1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25code issues fix in model keystoneseshukm10-592/+592
Issue-ID: SO-729 Change-Id: I39f5fbeaf0fdae0581f468ab0748a5042246d5c5 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-27Update so/libs to version 1.2.1Rob Daugherty1-2/+2
This version's parent will be oparent:1.1.0 instead of oparent:1.1.0-SNAPSHOT (which has been banned). Change-Id: I562f02b096687e18689615a4b234b911bbeca1fb Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-13update the license info for test filesSeshu-Kumar-M1-0/+3
Issue-ID: SO-453 Change-Id: Ie92c66d3bb24d406d06ca60b298ed20c63eea1ae Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-13update the license infoSeshu-Kumar-M7-0/+22
Issue-ID: SO-453 Change-Id: I7357f31546903ca63cb28b7f1bd3dbdd291d51d1 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-13update the license infoSeshu-Kumar-M10-0/+30
Issue-ID: SO-453 Change-Id: Iea3daeafa11dd5b774e793139818b81c9ff7a2de Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-13update the license infoSeshu-Kumar-M11-0/+33
Issue-ID: SO-453 Change-Id: Ic542f69943e88bfeae85cee0f933b581c530e869 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-13update the license infoSeshu-Kumar-M6-0/+18
Issue-ID: SO-453 Change-Id: I37e9a12a8985f85ee1586fa87998bf309c1d0bdf Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-02-22Port SO/lib artifacts to ONAP folder structureArthur Martella1-2/+2
Change-Id: Id1fa603699ec43f466916bd11cd28af775dfd61e Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-02-11Improve code coverage for libssubhash kumar singh20-0/+1102
Improve code coverage for libs. Change-Id: I4b745bfec1c4c857d169b1726d80c02f1cb8e20e Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-11Improve coverage for libssubhash kumar singh16-0/+758
Improve test coverage for libs. Change-Id: Iac0c18f07d425d54ca8219e624a65a54b4b4529a Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-20Bump minor versionv1.2.0Jessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: I085f4e8f05d2956b0cf06342a34deeefac156e31 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-18Replace type specification with operator ("<>")rama-huawei3-3/+3
Issue-id: SO-224 Change-Id: I933ddc5d30ab568d68d84ce165584108eb76877e Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty39-0/+624
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-2/+2
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-04-06[MSO-8]Remove RackspaceAuthenticationxuegao1-99/+0
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-13Update version to 1.1.0ChrisC1-1/+1
Change-Id: I93c2955138d9bdfbb55f4e4a9be473595287a629 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC41-0/+2968
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>