summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24feat: change oparent version to 3.0.13.0.2hekeguang1-1/+1
Issue-ID: USECASEUI-350 Change-Id: I00b69a1fbcfe1d700936d0a80825e7c2d6507ca0 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-04-15vnf and uni id is not filtering for Service topology - Resource file reading ↵mukesh.paliwal1@huawei.com5-40/+31
issue Issue-ID: USECASEUI-427 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I0b35862f862fed8d4204dd59fae1c3f38058f260
2020-04-14Merge "vnf and uni id is not filtering for Service topology"xu ran11-146/+508
2020-04-14vnf and uni id is not filtering for Service topologymukesh.paliwal1@huawei.com11-146/+508
Issue-ID: USECASEUI-427 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I667087ac48c059f52da83ff76a5db7cfe9c37ece
2020-04-14The IP address involved in the downloadfile function needs to be modified to ↵hekeguang1-1/+1
HTTPS Issue-ID: USECASEUI-426 Change-Id: Ic34544f0eff7b68632057979c3663431a33062c2 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-04-06General sonar fixesArindam Mondal1-40/+56
Issue-ID: USECASEUI-407 +) Change @RequestMapping to Spring 4.3 ++) Use logger instead of System.out +++) Code formatting according to ONAP guide lines Change-Id: I8e0859f2723f6c647273f3ea8ce91375e7882544 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2020-04-01Merge "separate two statements from one line"xu ran3-6/+24
2020-04-01Merge "removed some code smells"xu ran3-7/+0
2020-04-01Merge "removed some unused imports"xu ran2-6/+0
2020-04-01Merge "removed unused imports from code"xu ran6-24/+1
2020-03-31removed more unused importsRupinder7-28/+0
Removed more unused imports from the code Issue-ID: USECASEUI-423 Change-Id: Ib00104a2bcce6009524f777574c945c3235dbcf6 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-30removed unused imports from codeRupinder6-24/+1
Removed unused imports to make code more clean Issue-ID: USECASEUI-423 Change-Id: I1a9d9010daf7c2ecdb32142667f548cfabe0e8b9 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-30removed some unused importsRupinder2-6/+0
Removed unused imports to lower the code smells Issue-ID: USECASEUI-423 Change-Id: Ie5414ca2b576ec7f3a6279f6bfaf718cd9b495a3 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-30separate two statements from one lineRupinder3-6/+24
Two statemenst were found in 1 line, one statement is allowed per line Issue-ID: USECASEUI-423 Change-Id: I8bf3a574e1cc5466d6ec6c7805b30cff78610e75 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-30removed some code smellsRupinder3-7/+0
Removing code smells Issue-ID: USECASEUI-423 Change-Id: I3dad2205add9e0b4f70fda280c54734ef4eef82c Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-03-30Since version 3.0.1 needs to be self released, the corresponding ↵hekeguang1-0/+10
configuration files need to be modified. Issue-ID: USECASEUI-422 Change-Id: I077689a07e3fcceb30eb22122621c1a2a1a3c444 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-26Modify F release version number.3.0.1hekeguang4-6/+6
Issue-ID: USECASEUI-395 Change-Id: I3a5fbc0faa43638726ec28bf463acd303a995046 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-25Service Topology Creationmukesh.paliwal1@huawei.com15-81/+758
Issue-ID: USECASEUI-419 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Ief73f310c4dab225481982bb352fd13999f7ede8
2020-03-20Merge "Sonar code Smell"xu ran3-21/+16
2020-03-20The configuration files needs to be placed outside the jar package.hekeguang3-6/+18
Issue-ID: USECASEUI-418 Change-Id: I5d67d127e9136f1703a837d81f397f852cc0394c Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-16Adapt to AAI change, need to update corresponding interface URL!hekeguang1-1/+1
Issue-ID: USECASEUI-416 Change-Id: Ic55f88ea562f289e581faa4779b232f19351712e Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-13Sonar code SmellArindam Mondal3-21/+16
Issue-ID: USECASEUI-407 Spring framework 4.3 introduced variants of the @RequestMapping annotation to better represent the semantics of the annotated methods. The use of @GetMapping, @PostMapping, @PutMapping, @PatchMapping and @DeleteMapping should be preferred to the use of the raw @RequestMapping(method = RequestMethod.XYZ). Change-Id: Ic86eaf183919976d60bd0e581be2c8b13da20baf Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2020-03-12Add release job with docker node!hekeguang1-0/+10
Issue-ID: USECASEUI-412 Change-Id: I1f78a10168de8c00fca44a1125192eac146fb8b9 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-11Merge "General sonar fixes"xu ran3-13/+7
2020-03-11Merge "UT Code for SOTN"xu ran11-324/+490
2020-03-11General sonar fixesArindam Mondal3-13/+7
Issue-ID: USECASEUI-407 +) use Long.parseLong() ++) use Collections.isEmpty() +++) format logger ++++) remove unused imports Change-Id: Ia1858e9c6319ca057beaa1681405523c9cf44df0 Signed-off-by: Arindam Mondal<arind.mondal@samsung.com>
2020-03-10UT Code for SOTNsubhosree11-324/+490
Issue-ID: USECASEUI-378 Signed-off-by: subhosree <subhosree.pan1@huawei.com> Change-Id: Icbdfa1447c1affa823ca7be94e2b3330bda6cec1
2020-03-10Merge "Modify the startup related scripts to support the no root startup of ↵xu ran4-3/+43
the container!"
2020-03-10UT code for the SOTNmukesh.paliwal1@huawei.com22-8/+24
Issue-ID: USECASEUI-378 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I6838a40804f241659d7df7f8c12bae8bbdfa0e1e
2020-03-10UT for SOTN Eline in USECASEUImukesh.paliwal1@huawei.com5-0/+232
Issue-ID: USECASEUI-378 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Icd0ddd9aac2c1a53d4fde71ed81172e83fae6b97
2020-03-10UT code for the SOTNmukesh.paliwal1@huawei.com19-0/+1032
Issue-ID: USECASEUI-378 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I03a7ebdbf57973d347eecf9754519cd52d0daeba
2020-03-10Modify the startup related scripts to support the no root startup of the ↵2.0.2hekeguang4-3/+43
container! Issue-ID: USECASEUI-402 Change-Id: I96ee14d885b16a32b5539b803537c08d568ac080 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-10Merge "UT for SOTN Eline in USECASEUI"Tao Shen16-2/+913
2020-03-10UT for SOTN Eline in USECASEUImukesh.paliwal1@huawei.com16-2/+913
Issue-ID: USECASEUI-378 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: I789e70d23994cedbfd41c1edf82f8a5e114b6df8
2020-03-10Merge "Gneral Sonar fixes"Tao Shen2-48/+27
2020-03-09Gneral Sonar fixesArindam Mondal2-48/+27
Issue-ID: USECASEUI-407 +) use isEmpty() to check null ++) Proper log message +++) remove TODO statement Change-Id: I1ec8e12717fe55940d9fd61571a84228b0c119ec Signed-off-by: Arindam Mondal<arind.mondal@samsung.com>
2020-03-09Merge "Sonar fix logger"Tao Shen1-112/+114
2020-03-06Optimize code to reduce CPU usage.hekeguang1-1/+3
Issue-ID: USECASEUI-404 Change-Id: Ied8b8f38c41e50e63e8df835a97a821b019d592a Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-06Sonar fix loggerArindam Mondal1-112/+114
Issue-ID: USECASEUI-406 +) Use logger to log exception ++) format code remove tab characters Change-Id: Idf718d0fa66143763a1161c9418873fa7a0afc8e Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2020-03-05Issue with the service loading and correct the license infoseshukm46-79/+74
Issue-ID: USECASEUI-387 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: If4ed5a39941cb25ead173e92c145287fb280d477
2020-03-05Add sonar related configuration in POM file.hekeguang1-0/+28
Issue-ID: USECASEUI-384 Change-Id: I330950fcdf4f75d48777d1a1e13da39441feee8a Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-03Modify the code to fit the changed VFC code.hekeguang1-5/+5
Issue-ID: USECASEUI-368 Change-Id: I0147b3063162cc16569a578ad41ab424600cf525 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-02backend code for the SOTNseshukm49-0/+6103
Issue-ID: USECASEUI-378 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I074f1a8bb4e676733e8702db7476c76d940c846f
2020-02-29Remove useless codehekeguang2-202/+0
Issue-ID: USECASEUI-368 Change-Id: I6f9327f63cc3816a2f86fc65298e7d8584d77ad3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-27Modifying bugs in codehekeguang1-1/+1
Issue-ID: USECASEUI-368 Change-Id: Icdd6101748ed99fd3d33f1a566ff49d58e1b9c5a Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-24SECCOM HTTPS communication vs. HTTP(TSC must havve)hekeguang5-31/+130
Issue-ID: USECASEUI-356 Change-Id: I5793e959535824cabf5929c30c911d486fa392b0 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-20Add test code related to nsmf.hekeguang33-6/+3002
Issue-ID: USECASEUI-374 Change-Id: I6aacce2db8616631ddfeb1dd469b5487746de0d3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-20Add test code related to nsmf.hekeguang5-0/+454
Issue-ID: USECASEUI-374 Change-Id: I096b396d121f5d243e6c4b6e08af69954b247be4 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-20Add test code related to nsmf.hekeguang52-0/+2693
Issue-ID: USECASEUI-368 Issue-ID: USECASEUI-369 Issue-ID: USECASEUI-370 Change-Id: I3be64983662748eea295787bf19fbd03fcf25cd8 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-02-20Add controller related to nsmf.hekeguang4-0/+366
Issue-ID: USECASEUI-374 Change-Id: I185503fcc92d2209633249d70f96a0fda8610cb6 Signed-off-by: hekeguang <hekeguang@chinamobile.com>