summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-20fixing major Sonar IssueThamlurRaju1-0/+211
18 more branches need to cover to reach the minimum 65% Coverage Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV8lpe3K-08if2a6pl_t&resolved=false&severities=MAJOR&types=CODE_SMELL Location: src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/RestfulUtil.java Change-Id: Idb8e1138d92de8206115b51e76bb9c2652634d76 Issue-ID: VFC-1036 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-08-17fixing major Sonar IssueThamlurRaju1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV8lpfC2-08if2a6pmB4&resolved=false&severities=MAJOR&types=CODE_SMELL Location: src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/LocationRoa.java Line No- 185 Change-Id: I0eb22107fa281b6117fceeaa87fba12a27091fcb Issue-ID: VFC-1035 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-08-17fixing major Sonar IssueThamlurRaju1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV8lpfDZ-08if2a6pmCN&resolved=false&severities=MAJOR&types=CODE_SMELL Location: src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/SitesRoa.java Line No- 100 Change-Id: I83880e70d7c3dd91b8f344bf01b2184d83b612d0 Issue-ID: VFC-1034 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-08-17fixing major Sonar IssueThamlurRaju1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV8lpfDZ-08if2a6pmCM&resolved=false&severities=MAJOR Location: src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/SitesRoa.java Line No- 78 Change-Id: Ia7abcafbf1b7576178378b98099a1f0155280d32 Issue-ID: VFC-1033 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-08-17fixing major Sonar IssueThamlurRaju1-1/+0
Remove this unused This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV81F2WC-08if2a6qGus&resolved=false&severities=MAJOR Location: src/main/java/org/onap/vfc/nfvo/resmanagement/service/dao/impl/aai/VnfAaiDaoImpl.java Line No- 151 Change-Id: I99b9855c1bc500c784af9d9241f96cbb3d4c0290 Issue-ID: VFC-1032 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-08-17fixing major IssueThamlurRaju1-7/+0
Remove this unused This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&resolved=false&severities=MAJOR Location: src/main/java/org/onap/vfc/nfvo/resmanagement/service/business/impl/SitesBusinessImpl.java Line No- 88 90 93 Change-Id: Ifebd451288143d067fe35dbdce467f5323f01e35 Issue-ID: VFC-1029 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-08-16fixing major IssueThamlurRaju1-2/+0
Remove this unused TYPE_DELETE private field Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&resolved=false&severities=MAJOR Location: src/main/java/org/onap/vfc/nfvo/resmanagement/service/business/impl/SitesBusinessImpl.java Line No- 52 Change-Id: I1afa837c1ad339b89c2b31f6a5a417a0373ac7a1 Issue-ID: VFC-1028 Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
2018-07-26Merge "Update VimID in grant interface as optional"Yan Yang1-2/+10
2018-07-20FIX USING TRY WITH RESOURCESKrishnajinka1-29/+4
ISSUE RAISED BY SONAR ABOUT CLOSING RESOURCES OPENED EFFICIENTLY USING TRY WITH RES CONSTRUCT Issue-ID: VFC-966 Change-Id: I11d0bf12300fe6b47dd8ac63d03d32864de41808 Signed-off-by: Krishnajinka <kris.jinka@samsung.com>
2018-07-03Add INFO.yaml fileJessica Wagantall1-1/+15
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I0918541711b9358bc409ac2f10e8f67c076da1f5 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-06-04Add INFO.yaml fileJessica Wagantall1-0/+113
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I5430324505499ea6b15906e4ffca9110eeea78d4 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-30Fix API change from accessinfo to accessInfov1.1.02.0.0-ONAPbeijing2.0.0-ONAPDenes Nemeth2-6/+8
Change-Id: If3720aaa67ca46edadc9558cf9cf7967b76353f9 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-927
2018-05-17update tomcat version pathliuqian1-1/+1
Change-Id: I196cd7f1c3be631b1b4f0e4c47d4d3692dad0992 Issue-ID: VFC-911 Signed-off-by: liuqian <liuqian13@huawei.com>
2018-05-03Update VimID in grant interface as optionalVictor Gao1-2/+10
it should be optional from VNFM and Resouce Manager could provide the specific vim by specific rules (e.g. storage first or performance first). but for now,we dont have the interface/capability to pass the "rules"to resource Manager. resource Manager could integrate OOF which may provide this capabilities or interface. Change-Id: I91faba8d573680beecf81dc88a252e34150b3b0b Issue-ID: VFC-604 Signed-off-by: victor.gao <victor.gao@huawei.com>
2018-05-02Fix database start error in multi-nodes k8s envyangyan1-0/+3
Change-Id: Ia29800ce8a9ecbe06276efb344bca76efbd4c498 Issue-ID: VFC-889 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-04-11Update tomcat versionluxin1-1/+1
Change-Id: I4abbd078c4abd591afe805a0a8ccfe705aa37f81 Issue-ID: VFC-868 Signed-off-by: luxin <luxin7@huawei.com>
2018-04-04Update spring-web versionluxin1-1/+1
Change-Id: I8db4aecff68958cb3bd7fe46871975ced6ddd728 Issue-ID: VFC-725 Signed-off-by: luxin <luxin7@huawei.com>
2018-04-03Fix spring-web nexus-iq issueluxin1-1/+1
Change-Id: I23c38d19446a70ecc7e525b80f4f8f52e49be60a Issue-ID: VFC-725 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-26Modify repo in Dockerfileluxin1-1/+1
Change-Id: I171f8b19fe02537828bbc82ee4d3f45ef50389b8 Issue-ID: VFC-847 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-23Merge "Update jackson-jaxrs version to latest"Gao Weitao2-5/+12
2018-03-23Update jackson-jaxrs version to latestluxin2-5/+12
Change-Id: Ic37447f0c2b6e6cb9f7b848c4ccc3e424d8d4713 Issue-ID: VFC-725 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-22Merge "Update tomcat to v8.5.29"Gao Weitao1-1/+1
2018-03-22Update tomcat to v8.5.29luxin1-1/+1
Change-Id: Iefc0d4e2627a4377acbbe930a483cfafad129698 Issue-ID: VFC-788 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-15Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: Iee7ad337f389ff61cf46882c6a53942ca2eff1c1 Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-15Update resmanage log pathluxin1-2/+3
Change-Id: I13907bf673dc5d032a5acc1428af9327afec0837 Issue-ID: VFC-816 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-14Specify the output path of logluxin1-1/+6
Change-Id: Icfae31f3626a781d14d88f37343dda6056416dfc Issue-ID: VFC-816 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-12Update commons-collections versionluxin1-1/+1
Change-Id: I1b5d1137557391c7027a53679fe5184e10077fe1 Issue-ID: VFC-725 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-05Update tomcat versionluxin1-1/+1
Change-Id: Ie69294adcd2b71f92fb9e001936d5b72318086d3 Issue-ID: VFC-788 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-05Update jackson versionluxin1-43/+51
Change-Id: I9c909349044874560b3d0d0b14351d7a8d7b1941 Issue-ID: VFC-725 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-02Merge "Replace mysql connector with MariaDB connector"Gao Weitao2-2/+9
2018-03-02Replace mysql connector with MariaDB connectorluxin2-2/+9
Change-Id: I11e7b976328ef914da41d4546f505def3f06527e Issue-ID: VFC-725 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-26Improve coverage of res mgr hwKanagaraj Manickam k003651062-6/+28
Issue-ID: VFC-764 Change-Id: I26052d87054fb447fa5c0da0d22dd90e1b69cbf5 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-02-22Improve realiabilty by using sleep instead of waitKanagaraj Manickam k003651061-6/+1
Issue-ID: VFC-764 Change-Id: I6b91a1c3d5655eb0bdae9549f4d630094c55df8e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-02-20Sonar fix for improving maintainabilityKanagaraj Manickam k003651062-4/+6
Issue-ID: VFC-764 Change-Id: I73e952241d07c543a3e3d02e6de9cbecf724a9b7 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-02-16Improve code reliabilityKanagaraj Manickam k003651063-20/+31
Issue-ID: VFC-764 Change-Id: Ie2319959be8ebb28025f1c99abdd231fba96f0a3 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-02-16Make sure the streams are closed properlyKanagaraj Manickam k003651061-19/+9
Issue-ID: VFC-764 Change-Id: Ic7544a690a5bd64582344946fd8c419ad7b89ca6 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-02-16Ignore those setting related files in gitKanagaraj Manickam k003651061-0/+6
Issue-ID: VFC-764 Change-Id: Ia535d9170002cc5fc5b5c6fae1b8a53469787d2b Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2018-02-11Merge "UT case increase for grant resource"Gao Weitao3-0/+178
2018-02-11UT case increase for grant resourceluxin3-0/+178
Change-Id: Ia077192aa8cc4b781fc1b107debcdad158ac6f13 Issue-ID: VFC-747 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-11Merge "Add UT case for grant resource"Gao Weitao1-0/+90
2018-02-11Add UT case for grant resourceluxin1-0/+90
Change-Id: I4989145288ecd3b971d64f5565308aabbb485ba0 Issue-ID: VFC-747 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-11Merge "Increase test for GrantResServiceImpl"Gao Weitao1-0/+48
2018-02-11Increase test for GrantResServiceImplluxin1-0/+48
Change-Id: Iaa1ddba7bb79f9fd620186d8ed4b380687a29089 Issue-ID: VFC-747 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-09Merge "Add UT for NsEntity"Gao Weitao1-1/+15
2018-02-09Add UT for NsEntityluxin1-1/+15
Change-Id: Ie1cdb7487b8fcc3b772c85644ffb17e31b26a2c4 Issue-ID: VFC-747 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-09Merge "Add nsEntity test case"Gao Weitao1-0/+49
2018-02-09Add nsEntity test caseluxin1-0/+49
Change-Id: Ieeda965a313ea4edf7a0d42b3ed2e0af0e317a8e Issue-ID: VFC-747 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-09Merge "Add test case for resmgr"Gao Weitao1-0/+51
2018-02-09Add test case for resmgrluxin1-0/+51
Change-Id: I2818886baaa5d9b6a0be6324b8f991dc12700e0c Issue-ID: VFC-747 Signed-off-by: luxin <luxin7@huawei.com>
2018-02-09Merge "Remove unused UT for resmgr"Gao Weitao2-97/+28