summaryrefslogtreecommitdiffstats
path: root/glance-model/src
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16Change member variable to transient for serializable classIsaac Manuel Raj1-7/+7
Made member variable to transient to enhance performance for serializable class. Issue-ID: SO-1490 Change-Id: Idc34bd665a90c97c2c291030f08e3049ddfff0b6 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty11-67/+72
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 Daugherty6-227/+421
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-25fix code issues in glance-modelseshukm7-165/+165
Issue-ID: SO-729 Change-Id: I75dc20682301f36cebac2dc6c5709004c500b5ea Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-13update the license info for test filesSeshu-Kumar-M7-0/+28
Issue-ID: SO-453 Change-Id: Ie92c66d3bb24d406d06ca60b298ed20c63eea1ae Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-02-28Improve code coverage for libssubhash kumar singh3-0/+124
Impove code coverage for libs. Change-Id: Idd871ffe7875d8fc8161981d179662c9fc2c6479 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-28Improve code coverage for libssubhash kumar singh1-0/+211
Impove code coverage for libs. Change-Id: Id9acbc7f5e34904dce7b797f267e1ee8adbc3b37 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-28Improve code coverage for libssubhash kumar singh1-0/+29
Improve code coverage for libs. Change-Id: Ida27822c7a37d2850f8d18101fbde1710f91a0c8 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-28Improve code coverage for libssubhash kumar singh1-0/+44
Improve code coverate for libs. Change-Id: Ia38db44cf1e0492be70d8baf7a812d5c8b88136c Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-28Improve code coverage for libssubhash kumar singh1-0/+52
Improve code coverage for libs. Change-Id: I76066580000e7a8a6d8aef99e599ea3887c4a86c Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-23Replace type specification with operator "<>"rama-huawei1-1/+1
Issue-id: SO-224 Change-Id: I83d5904758ef700d0e450571d98f9511dc9eb28a Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-05Resolved below sonar issues.Bharat saraswal1-328/+323
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-09-27Update POM to inherit from oparentRob Daugherty8-0/+128
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC8-0/+584
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>