aboutsummaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2018-12-04Fixed sonar issue in PolicySequenceezhil1-5/+11
Fixed sonar issues in PolicySequence Issue-ID: CCSDK-768 Change-Id: Ifc4558d2c970d80d157c825891948fbc57a7bde1 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-29Merge "Sonar issue-ApplicationConstants.java"Dan Timoney1-3/+4
2018-11-28Merge "Fix a typo in property name"Dan Timoney1-1/+1
2018-11-28Sonar issue-ApplicationConstants.javaArundathi Patil1-3/+4
Fixed sonar issues across this file. Issue-ID: CCSDK-684 Change-Id: I783a6294a30df1da35184bedc88ee77d10e98952 Signed-off-by: Arundathi Patil<arundpil@in.ibm.com>
2018-11-28Merge "Fixed Sonar issue in Application.java"Dan Timoney1-4/+5
2018-11-28Merge "Sonar Fix: ConfigModelRest.java"Dan Timoney1-1/+1
2018-11-28Merge "Sonar Fix: DataBaseInitService.java"Dan Timoney1-5/+9
2018-11-28Merge "Sonar Issue: ConfigModelContent.java"Dan Timoney1-2/+1
2018-11-28Merge "added test file to test PolicyEngineResponse.java"Dan Timoney1-0/+112
2018-11-28Merge "Fixed sonar issues in GetConfigResponse"Dan Timoney1-1/+1
2018-11-28Merge "Fixed sonar issue in GetConfigRequest"Dan Timoney1-4/+4
2018-11-28Fix a typo in property nameAlexis de Talhouët1-1/+1
Change-Id: I573a7706212dd411a284ec7b57c9373d7d6ff376 Issue-ID: CCSDK-650 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-28Merge "Enable blueprintprocessor and vlantag-api"Dan Timoney1-4/+6
2018-11-28Merge "added test file to test ResourceModel.java"Dan Timoney1-0/+57
2018-11-28Merge "added test file for testing PolicyConfigTest.java"Dan Timoney1-0/+113
2018-11-28Merge "added test file to test RequestObject.java"Dan Timoney1-0/+44
2018-11-28Merge "added test file to test PolicyContent.java"Dan Timoney1-0/+47
2018-11-28Merge "added test file to cover Elements.java"Dan Timoney1-0/+56
2018-11-28Merge "added test case to VlanTagRequestInputTest"Dan Timoney1-0/+8
2018-11-28Merge "added test case to AssignVlanTagResponseTest"Dan Timoney1-0/+7
2018-11-28Merge "Sonar Fix: ModelTypeRest.java"Dan Timoney1-4/+4
2018-11-27Fixed Sonar issue in Application.javaezhil1-4/+5
Renamed the log variable Issue-ID: CCSDK-756 Change-Id: Ibb71e2cc363619bdf2593f67fabada2e55ff8287 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-27Sonar Fix: ConfigModelRest.javaArundathi Patil1-1/+1
Fixed sonar issue/code-smells across this file Issue-ID: CCSDK-752 Change-Id: I5f3bdb30d8d0c5bf074609d1e93e2566c3ccb098 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-27Sonar Fix: DataBaseInitService.javaArundathi Patil1-5/+9
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-751 Change-Id: Id23ba470761de5470b37a5b52830b064fbbf934b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-26Sonar Issue: ConfigModelContent.javaArundathi Patil1-2/+1
Fixed sonar issue/code-smells across this file Issue-ID: CCSDK-750 Change-Id: I93f97c54bd0e169801cb55bfaa2fa0ae3fd00780 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-22added test file to test PolicyEngineResponse.javaSandeep J1-0/+112
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I18652d1b1644470e0cfa2aa458828ecdcb160d18 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-21Fixed sonar issues in GetConfigResponseezhil1-1/+1
Made variable as private Issue-ID: CCSDK-739 Change-Id: Ieb17ea85f91f6f6ba8f3596b55362a403d573b6a Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-21Fixed sonar issue in GetConfigRequestezhil1-4/+4
Changed variables private to the class Issue-ID: CCSDK-738 Change-Id: Iff3d084b4f26579021412a27372892e0a2dd427b Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-20Enable blueprintprocessor and vlantag-apiAlexis de Talhouët1-4/+6
Also, fix add IntelliJ file in gitignore Change-Id: Iee192350ec3ec9c1aceefe814d4b0c11c326a897 Issue-ID: CCSDK-734 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-21added test file to test ResourceModel.javaSandeep J1-0/+57
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib5d0552fda92214d1df492956790c6100c5f308c Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-21added test file to test RequestObject.javaSandeep J1-0/+44
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I606273036965f70ab5f2b2ba31c9a889f9467ef4 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-21added test file to test PolicyContent.javaSandeep J1-0/+47
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I4d659cb2ed7878879b15ca8f7e3c8971e8a8a2ca Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test file for testing PolicyConfigTest.javaSandeep J1-0/+113
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I21f59675c8f57f3b5114d8a33f5e0f84a85df139 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test file to cover Elements.javaSandeep J1-0/+56
to increase code coverage Issue-ID: CCSDK-552 Change-Id: I4cb9f8e5193eb0d039bf7433459af9f06cbcfd35 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test case to VlanTagRequestInputTestSandeep J1-0/+8
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Id16d6cb3bf2182a58ea35c63698285c852960353 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20added test case to AssignVlanTagResponseTestSandeep J1-0/+7
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ifd2456108ec0b9eca15fdc104cd47b14e7d23466 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-20Sonar Fix: ModelTypeRest.javaArundathi Patil1-4/+4
fixed sonar issues across this file. Issue-ID: CCSDK-733 Change-Id: I37f587b31290c53e261f0ad15c3099e63cd28ed6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-19Merge "Fixed sonar issue in NameGenResponse"Dan Timoney1-1/+3
2018-11-19Merge "Fixed Sonar issue in RecipeParser"Dan Timoney1-0/+3
2018-11-19Merge "added test file to test ExternalkeyValidator.java"Dan Timoney1-0/+44
2018-11-19Merge "Sonar fix: Application.java"Dan Timoney1-4/+10
2018-11-19Merge "added test case to AaiServiceImplTest"Dan Timoney2-2/+18
2018-11-19Merge "Blueprints Processor Microservice"Dan Timoney12-195/+211
2018-11-19Merge "Blueprints Processor Microservice"Dan Timoney30-117/+304
2018-11-19Merge "Blueprints Processor Microservice"Dan Timoney26-356/+703
2018-11-19Merge "Controller Blueprints Microservice"Dan Timoney1-1/+2
2018-11-19Merge "Controller Blueprints Component Core"Dan Timoney1-28/+31
2018-11-19Merge "Controller Blueprints Component Core"Dan Timoney1-13/+10
2018-11-19Fixed sonar issue in NameGenResponseezhil1-1/+3
Made variable private for the class Issue-ID: CCSDK-732 Change-Id: Idc7e8cceab09a8f01516a0b5d0953a7f113a3145 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-19Fixed Sonar issue in RecipeParserezhil1-0/+3
Declared private constructor Issue-ID: CCSDK-689 Change-Id: Ib4f491b4579c8eb0091af0144d250c397fb44b3f Signed-off-by: ezhil <ezhrajam@in.ibm.com>