summaryrefslogtreecommitdiffstats
path: root/quantum-model
AgeCommit message (Collapse)AuthorFilesLines
2023-03-28Change pom versions for London relLukasz Rajewski1-1/+1
Issue-ID: SO-4089 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I11cc78ea6e1f5b2c01a337dcf358455273d0909a
2021-06-28Updating pom version to 1.9.0-SNAPSHOTMukeshKumar1-1/+1
Issue-ID: SO-3688 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I8ea1685dcae556cbe2ad5422aaf70341a4c95912
2020-08-13bump the so/libs version for the Guilinseshukm1-1/+1
Issue-ID: SO-3073 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I39e7df35dcb52e5c3ed635bba827d4b350113bac
2020-08-11Use java11 as default jdkJerzySzachniewicz1-1/+1
Issue-ID: SO-3073 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: If2f42e75d4a48591b39358f8f53192d7c5216f12 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-03-27bump the version of the libs to 1.6.1seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I2108afe415472a79f686cd434b58320ffccd0a6f
2020-02-25Bump Pom version to be past last release versionSmokowski, Steve (ss835w)1-1/+1
Issue-ID: SO-2677 Change-Id: I2b42ab69c94a1d7765ef8abf41e8222a69f80463 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-09-24Addressed the error in retrieving subnetsRamesh Parthasarathy4-7/+72
Addressed the error in retrieving subnets with SO Libs repository openstack SDK project Issue-ID: SO-2361 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: If54a8097ca16a266b075d3e5bfcf09157947087d
2019-06-07Update so/libs to 1.5.0Marcus G K Williams1-1/+1
Issue-ID: SO-2006 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: Ic196b5ac2004c2c43c48987e94012d34c0095673
2019-05-07Enhance Openstack ClientSmokowski, Steve (ss835w)38-761/+609
Update Openstack Client to support additional fields Updat all formatting issues Issue-ID: SO-1844 Change-Id: I1369e0c18cc25274db8df7e12855a020b8da38da Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-05-02Enhance Openstack ClientSmokowski, Steve (ss835w)1-11/+11
Update Openstack Client to support Cinder, and drop null query params Issue-ID: SO-1844 Change-Id: If58717656e0468ec0ce5d53055c381fe7d1c03f5 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-19Remove unused code and comments.Isaac Manuel Raj1-23/+0
Remove unused code and comments. Issue-ID: SO-1490 Change-Id: Ib33da96323856c5f5621a798f0fbd0f1b4aa0989 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-17Merge "changed getter and setter for RouterForCreate"Seshu Kumar M2-7/+8
2019-04-17Merge "Remove unused import, variable change"Seshu Kumar M1-2/+0
2019-04-17changed getter and setter for RouterForCreateSindhuri.A2-7/+8
changed constructor order, getter and setter for RouterForCreate class Issue-ID: SO-1490 Change-Id: I388da872dbf56dbc06fd90cf9867e19b01a78b3b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17changed constructor order, getter and setterSindhuri.A2-7/+7
changed constructor order, getter and setter for ResourcesResource and Router classes Issue-ID: SO-1490 Change-Id: I287bb602e817dbb8b01a446ff5a678c6268b4263 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17Remove unused import, variable changeSindhuri.A1-2/+0
Removed unused import, constructor placing and attribute name change Issue-ID: SO-1490 Change-Id: I8b4d940d8edc4b462ad5db9c7837f02d5a2ce991 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17Security Issue: Add a private constructor to hide the implicit public one.Isaac Manuel Raj1-2/+2
Add a private constructor to hide the implicit public one Issue-ID: SO-1490 Change-Id: Icbcdc9b9a7fcfce0cd0343eecaa93b31ba819ec0 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-17Remove this redundant "static" qualifierIsaac Manuel Raj2-26/+3
Remove this redundant "static" qualifier Issue-ID: SO-1490 Change-Id: I713588541e1d8fad65876a6e3a53897f1969266f Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-03-28Fix Neutron ModelSmokowski, Steve (ss835w)2-8/+8
Fix Neutron model, it should use object not string Issue-ID: SO-1713 Change-Id: Ie40cef4fcd7aade05a18c4dffe077342f8236cc0 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty1-1/+1
Henceforth, the master branch will be for Dublin work. Change-Id: I61f48eb66b1a07a7ee9df2bcc4442ca229104677 Issue-ID: SO-1151 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty36-212/+236
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 Daugherty20-372/+1672
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-25code refactoring of remaining quantum filesseshukm4-118/+118
Issue-ID: SO-729 Change-Id: Ifde5cf9e761fe59b10f09b0e32064630af83901b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25basic refactoring of quantum module take 2seshukm8-216/+216
Issue-ID: SO-729 Change-Id: I3c910850a23eb778987c5096a10082d5af82af2f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-27Update so/libs to version 1.2.1Rob Daugherty1-1/+1
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 license for SO-libs testSeshu-Kumar-M3-0/+12
Issue-ID: SO-453 Change-Id: Ib162dbdec6a60465bb345187a22be8f23bf6d7a6 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>
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-30Merge "Replace type specification with operator ("<>")"Seshu Kumar M2-0/+3
2017-10-19Replace type specification with operator ("<>")rama-huawei2-0/+3
Issue-id: SO-224 Change-Id: Ie7ac4365aa763e732413848ccdcf8c27f8029eb9 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-19Replace type specification with operator ("<>")rama-huawei4-5/+8
Issue-id: SO-227 Change-Id: I8d7dfee85cee23afeecac42aa8b89f40989b3706 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty22-0/+352
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-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 commitChrisC23-0/+2034
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>