aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29Merge "removed code smells"Chuyi Guo1-35/+39
2020-04-28removed code smellsRupinder1-35/+39
Issue-ID: USECASEUI-413 Change-Id: Ia59562a3511787feda00c2df2ae9f3e724980e3b Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-28added appropriate annotationsRupinder3-17/+22
Issue-ID: USECASEUI-413 Change-Id: I531b95e504a96540bf30a7ee09eab3cecb596907 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-28Merge "Changes for MDONS usecase"xu ran3-9/+15
2020-04-28Changes for MDONS usecaseroot3-9/+15
Change-Id: Idba82d86ea85cbe07e6eddaa8b1a176843f04623 Issue-ID: USECASEUI-371 Signed-off-by: root <preethamshyam.sathiyaseelan@us.fujitsu.com>
2020-04-28Merge "removed code smells"xu ran6-10/+0
2020-04-28Merge "removed unused imports"xu ran11-29/+0
2020-04-28Merge "removed unneccesary imports"xu ran8-17/+0
2020-04-28Merge "Java11 and lombok version issue"xu ran1-5/+6
2020-04-28Java11 and lombok version issueArindam Mondal1-5/+6
Issue-ID: USECASEUI-437 Resolve incompatiblity between lombok and Java11 version Change-Id: I74fcfc435258c376d9e57225782be161e6e1754e Signed-off-by: 몬달아린담/Network Automation그룹(네트워크)/Staff Engineer/삼성전자 <arind.mondal@samsung.com>
2020-04-27removed code smellsRupinder6-10/+0
Issue-ID: USECASEUI-412 Change-Id: Ibe59f5491b50f980fde87540c5a2d75231137716 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-27removed unused importsRupinder11-29/+0
Issue-ID: USECASEUI-423 Change-Id: I821649a751e0b70cec229c5f8d1aa4b2c1a90d5d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-27removed unneccesary importsRupinder8-17/+0
Issue-ID: USECASEUI-423 Change-Id: Ie7fb0a6b7ed69f9a138771e9c96a4c1a9ec90c37 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-04-27update uui-server to version 3.0.2!hekeguang1-0/+10
Issue-ID: USECASEUI-350 Change-Id: I6f74665d14802b30ac05f2fd17ca06fc99112b1e Signed-off-by: hekeguang <hekeguang@chinamobile.com>
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>