aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-06-14Release notes updatejakartasharath reddy1-0/+7
Issue-ID: CLI-454 Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: Id3896303d52a411668e6f11215fc85278aec9296
2022-05-23Merge changes I20ff8508,I00e014fdKanagaraj Manickam2-53/+79
* changes: CliProfileCmd unit test cases added sonar-smell add logic to this catch clause
2022-05-23Merge "Sonar violation fixes for Parameterized tests and Lambda Expressions"Kanagaraj Manickam3-60/+70
2022-05-18CliProfileCmd unit test cases addedGanesh1-51/+77
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I20ff8508e2c70cfaf735b7d120159599295f2698 Issue-ID: CLI-444
2022-05-17sonar-smell add logic to this catch clauseGanesh1-2/+2
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I00e014fda8015c9f5d308d3443cd601cf59863f2 Issue-ID: CLI-444
2022-05-12cli-command unit test cases addedGanesh1-0/+51
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I6095b147b1bc44f6c0be07ec5a6b9fb8418f538c Issue-ID: CLI-443
2022-05-12cli-profile code smell removalGanesh1-7/+9
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I77b42348416ff90fe72ee1f033a9912bd8cbf37d Issue-ID: CLI-444
2022-05-09Sonar violation fixes for Parameterized tests and Lambda Expressionsabhishek.c923-60/+70
Violations : Parameterized tests for OnapCommandprintTest Use lambda expression for OnapCommandSchemaCmdLoader Refactor method in OnapCli Signed-off-by: abhishek.c92 <abhishek.c92@samsung.com> Issue-ID: CLI-446 Change-Id: I8e8337d2b5993983d8ea105b2d1882952a3783a3
2022-04-26cli-const unit test cases addedGanesh1-0/+37
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I7cb4382b310a753b992c9a86dadccffd668c1d38 Issue-ID: CLI-443
2022-04-25cli-profile unit test cases addedGanesh1-0/+49
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I6ab4c36b05fce95e0902c8088ae81e8a4504100e Issue-ID: CLI-443
2022-04-25Merge "grpcServer unit test cases added"Kanagaraj Manickam1-0/+55
2022-04-22grpcServer unit test cases addedGanesh1-0/+55
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: Ibc7eed90a862ca60c23e993519490b2703f1d7a9 Issue-ID: CLI-443
2022-04-13Merge "re visit a block of commented-out lines of code"Kanagaraj Manickam2-4/+6
2022-04-13Merge "Removed useless curly braces around statement and useless return keyword"Kanagaraj Manickam1-3/+1
2022-04-12Merge "Refactored the code in order to not assign to the loop counter from ↵Kanagaraj Manickam1-8/+11
within the loop body."
2022-04-12Merge "fixed oclip.sh execption on ubuntu"Kanagaraj Manickam1-0/+1
2022-04-12re visit a block of commented-out lines of codesharath reddy2-4/+6
Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: Idb5178bff022e7d1a5450730ed55e025de53f25c Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-12Merge "Removed unnecessary assertions"Kanagaraj Manickam1-2/+0
2022-04-12Merge "Removed unnecessary assertions"Kanagaraj Manickam1-14/+0
2022-04-11Add bounds to sphinx requirementCédric Ollivier1-0/+2
As ONAP was created before Oct 20 2020 in RTD, we must set bounds to enforce a compatible Sphinx version (see manual). Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ieee5536e9a1318b8b799ae3ac5013e7662f3ce51
2022-04-08Removed unnecessary assertionssharath reddy1-14/+0
Issue-ID: CLI-442 report: tested weather-report, execution-list sonar issue link: https://sonarcloud.io/project/issues?resolved=false&types=CODE_SMELL&id=onap_cli&open=AXl7xG7awWvHrAKRLY55 Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I28084d9f2c9c24bbb596446dd2d7a4cd52659f7a
2022-04-08Removed unnecessary assertionssharath reddy1-2/+0
Issue-ID: CLI-442 report: tested weather-report, execution-list sonar issue link: https://sonarcloud.io/project/issues?resolved=false&types=CODE_SMELL&id=onap_cli&open=AXl7xGycwWvHrAKRLY53 Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I6d99e0f49ad9b33ff56e7fb5a02c8af7ece480cf
2022-04-08Removed useless curly braces around statement and useless return keywordsharath reddy1-3/+1
Issue-ID: CLI-442 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: Iad499395c2465893a766dc9e9e5315c48e0315ee
2022-04-08fixed oclip.sh execption on ubuntusharath reddy1-0/+1
Issue-ID: CLI-442 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: If515f8c2b66861d5c548993dd509c57d31c82d4a
2022-04-08Merge "simplified an assertion."Kanagaraj Manickam1-2/+2
2022-04-08Merge "Removed the declaration of thrown exceptions that cannot be thrown ↵Kanagaraj Manickam1-1/+1
from method's body"
2022-04-07Changed an instance-reference to a static reference.sharath reddy1-1/+1
Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I2fb7e5665fad6c807ec191e535ac6f9b6854fee2
2022-04-07Merge "Removed the deprecated usage of readFileToString & writeStringToFile"Kanagaraj Manickam1-27/+28
2022-04-07Merge "Changed an instance-reference to a static reference."Kanagaraj Manickam1-1/+1
2022-04-07Merge "removed dead code"Kanagaraj Manickam1-1/+0
2022-04-07Merge "Changed the visibility of abstract class constructors to "protected""Kanagaraj Manickam1-3/+3
2022-04-07Merge "Renamed variables to not match a restricted identifier"Kanagaraj Manickam1-12/+12
2022-04-07Merge "Updated loop to iterate over the "entrySet" instead of the "keySet"."Kanagaraj Manickam1-2/+3
2022-04-07Merge "Removed built-in format specifier Ignored unused parameter"Kanagaraj Manickam1-2/+2
2022-04-07Removed the declaration of thrown exceptions that cannot be thrown from ↵sharath reddy1-1/+1
method's body Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: If0bcd9047eb4746fdbce23f4443460c699b86342
2022-04-07Refactored the code in order to not assign to the loop counter from within ↵sharath reddy1-8/+11
the loop body. alias: "for" loop stop conditions should be invariant Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I5c4066b7b68de1882345fc1ffc53750bb9718fca Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-06Removed the deprecated usage of readFileToString & writeStringToFilesharath reddy1-27/+28
Issue-ID: CLI-439 Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: Ib736111e9f1f287ba31414fbaf4cf9835c156aa5 Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-05simplified an assertion.sharath reddy1-2/+2
Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I08cb34a86b00fe7832511cb6ec30b718f7c26aca Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-05Merge "Reduced code complexity"Kanagaraj Manickam1-66/+79
2022-04-04Removed built-in format specifiersharath reddy1-2/+2
Ignored unused parameter Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: Ia29b208100ef8c71d1ff4458293dea23349fc9d0
2022-04-04Updated loop to iterate over the "entrySet" instead of the "keySet".sharath reddy1-2/+3
Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I68295df76db1ed4015958fd1933fd5a6ac05dcd1 Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-04Renamed variables to not match a restricted identifiersharath reddy1-12/+12
Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I9f66d0aeda50ad7981357ff2030b9a937a211a83
2022-04-04Merge "removed block of commented-out lines of code"Kanagaraj Manickam1-2/+0
2022-04-04Merge "removed block of commented-out lines of code"Kanagaraj Manickam1-1/+1
2022-04-04Changed the visibility of abstract class constructors to "protected"sharath reddy1-3/+3
Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I09ba1fa91f1a79817bcbbc274533fc19ded0bd95
2022-04-04removed dead codesharath reddy1-1/+0
Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I3155c0d4613bc8c239828dd55a1f9df1d89f4591
2022-04-04Changed an instance-reference to a static reference.sharath reddy1-1/+1
Issue-ID: CLI-439 report: tested weather-report, execution-list Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I6762dd800659648ed84e79deb07a69d979d4cf83
2022-04-04removed block of commented-out lines of codesharath reddy1-1/+1
Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I25c613cf6434df6f5c99a465c86be9820d71f39a Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-04removed block of commented-out lines of codesharath reddy1-2/+0
Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I78c626ecd9b3d51f50339b3a616949899ca9b4cd Signed-off-by: sharath reddy <bs.reddy@huawei.com>
2022-04-04Reduced code complexitysharath reddy1-66/+79
Issue-ID: CLI-439 Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I05b08060ed242b03bef9c85157a89a748bbaa477 Signed-off-by: sharath reddy <bs.reddy@huawei.com>