Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
IssueId: SO-165
Change-Id: I7c2520af9394ceb600a5a25fa9acfd095d872a1d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Issue: SO-71
Change-Id: I91d503b52909cfcb62ca4b5cd93f6cfc70d6eb24
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Issue-Id:SO-118
Change-Id: I38f63be63f1ee3464ea16107d4b5c152dd4b1410
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Issue-Id:SO-118
Change-Id: Ia660ff49ae2c9ff5969ef13060fdfbffb4dfce13
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Fix major sonar issues in so module
https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=BLOCKER%2CMAJOR|rules=squid%3AS1132%2Csquid%3AS1143
Move the "default" string literal on the left side of this string comparison.
Issue-Id: APPC-186
Change-Id: I5d503e08331a867b2871dee7acfe74112228bf16
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
SO-158
Change-Id: I683896e38f349d072dcc2967dee3a00f86448e4c
Signed-off-by: Ankit-Huawei <ankit.kumar.sinha1@huawei.com>
|
|
SO-158
Change-Id: I82c0cfc4bc642fea34480feee0d5fb0bcebffe60
Signed-off-by: Ankit-Huawei <ankit.kumar.sinha1@huawei.com>
|
|
|
|
|
|
|
|
Add the "@Override" annotation above this method signature
Issue-Id:SO-118
Change-Id: I0973c1559c66b80a56a9c1ba610ae73bba54fe49
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Issue-Id:SO-118
Change-Id: Id57f5f76f766d7394571d7a1a59f631696ab37a4
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Issue-Id:SO-118
Change-Id: I50641f26b3047018b33b1cf5c782546453b9638c
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Issue-Id:SO-118
Change-Id: I6a1542d53c9021e315331a1643519c25500df20a
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Issue-Id:SO-118
Change-Id: Ib7c5963521bc2e077a3e4d888ffb30566fd76be5
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Change-Id: I439daab53236cd35e43e3a503ddc4b3218f7d992
Issue-Id:SO-118
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Change-Id: Ibc14257b814b83427ce0078f83aaf4d6b0cc38c0
Issue-Id:SO-118
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
|
|
|
|
Removed useless parentheses
Issue-Id:SO-118
Change-Id: I79c55aebe53e82bc649c4524e5a1029a5b7a496f
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Issue-Id:SO-118
Change-Id: I03173685857798cc12d5df532854a062ff08bf1c
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder"
Issue-Id:SO-118
Change-Id: Ica8ce815a834fcb8195e16096972b6f1627d7214
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Fix Blocker/Critical sonar issues in so module
https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=CRITICAL
Fixed issue Remove this call to "equals"; comparisons between unrelated types always return false.
Issue-Id:SO-118
Change-Id: I8e3594958a84efc933206655b7ff96a7d08c24e0
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
|
|
Add generic post function and correct the api define
Change-Id: I11c2a10f4aad00f389b68cf7b9c42dab4441027c
Issue-ID:SO-57
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
There were several issues. The wrong jackson provider was being selected,
which caused the exception, so we fixed that. Then we discovered that a
a URN mapping was missing, so we added that. Then we found that the
healthcheck wouldn't work because it's trying to check the default
process engine, which does not exist. We commented out that part of
the healthcheck to be able to resolve this high priority issue. A
new low priority issue will need to be created to follow up.
Change-Id: I327612a147333eeecd44915942cecd13959c4717
Issue-id: SO-139
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Add VF-C adapter UT for query job api
Change-Id: I8b1d1037cb074a08115739574b2c8dc8a6cd3b3d
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add terminate UT for vf-c adapter api
Change-Id: Iab514bb59b112f30e5911fb04c3b9d6672494ae7
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add UT for delete API of VF-C adapter
Change-Id: I9d7921f1f10bf757687d57a8f010ef8e1e404df5
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add UT for instantiate NS API of VF-C adapter
Change-Id: I8460dbe42da485777347f21ab608b9592c225ad8
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Update mocked json for create NS test
Change-Id: I42400363a66783435fb883be99b66e6720268ce9
Issue-ID:SO-145
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add subscriber and service type for vf-c api
Change-Id: I07f99852708f52cafd9fd31b699c2d4233ffa21d
Issue-ID:SO-145
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Issue-Id: SO-141
Change-Id: I1a6905aa7e1328e47b3d0f7580a1dca33c6a069c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Issue-Id : SO-141
Change-Id: I0e901537013634dfc3f0950921c2ebbc2afa411f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Make the class definition match to the API
Change-Id: I0e133af4ffc74ee1a826622a37592779be6dd9e8
Issue-ID:SO-140
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Remove the constants not used
Change-Id: Ic88c317168defe46bdd1691399ca71a01266e0b1
Issue-ID:SO-137
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Make the pom file of vfc adapter formatted
Change-Id: I0428a23ca2ffd8c9fde3aa8bbbbdf90ff4fbc093
Issue-ID:SO-137
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Create service UT implement
Change-Id: Ie9f1abbe730195b94796ca9cabb5e385c5dd0ea8
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add class comments
Change-Id: Ib6cda32f7ba9527b48fb159409fca8e0783a2f7e
Issue-ID:SO-137
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Remove unused constants form definition
Change-Id: Ia131a4b36769aa59dc31f54d4623b6c1cf3939c5
Issue-ID:SO-137
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
|
|
|
|
Correct the rest URI of VFC LCM
Change-Id: I4b2540e679b8cf53e815ba8e8ffd6082dbdec6fd
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Add Test Json for UT of vfc adapter
Change-Id: Id8854e80680031c450dae0965046c70c5da93913
Issue-ID:SO-133
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
com.google.common.util.concurrent.ExecutionError:
java.lang.LinkageError:
loader constraint violation:
Change-Id: I65189a8533998599c2156a020fc5540dbeca695f
Issue-id: SO-124
Signed-off-by: Rob Daugherty <rd472p@att.com>
|