summaryrefslogtreecommitdiffstats
path: root/docs/submodules/vid.git
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to f73ae122a3141892a475902e327feff7559d6b1a - Merge "make scheduler client tolerance to error messages" - make scheduler client tolerance to error messages Read response from scheduler as String save them as raw, and only then parse them Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I38ed8f211b2c111b57741254cb5e90317fefdc7d Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-22Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b9c83f721a96353aac9d94c368b2ee23ba73f26e - Merge "probe mso by retrieving empty list of request status" - probe mso by retrieving empty list of request status Mso probe component use getRawOrchestrationRequestsByFilter which return HttpResponseWithRequestInfo Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Icee95af8dbe26296e9fc110170fb758e5133984c Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-22Update git submoduleskurczews1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 4ae247b72e0a107a4eef369dc00c606aa29a4d5c - Add MsoController deletion tests Change-Id: I534fb06e7bf742f2fe6931e5b6f279f499aeed08 Issue-ID: VID-470 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-08-21Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 2bd5e9339b6255eb8d9cbeae183c1728984d5a88 - probe sdc by retrieving service model if uuid configured If system.properties has value for probe.sdc.model.uuid then usd this value for retrieving service model otherwise probe only sdc connectivity with sdc2/rest/healthCheck Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Icd1c31217e56a8c0cfa5c2f2bc5f11e0c8dd7ff8 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to db18734d1fed426ff5c6a318f3179001a606690e - Merge "merge 2 TestNg transformers" - merge 2 TestNg transformers Testng probably don't behave well with 2 transformers that change same thing. So I merge 2 transformers that skip tests to one transformer. Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I569d421b853ed1e0dc2a5055dbaf8e5bba6db470 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 92ebd799948bab4a5143910009e50ead1359a2d5 - Merge "Move this variables and constructors to comply with Java Code Conventions" - Move this variables and constructors to comply with Java Code Conventions Move this variables and constructors to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: Id8e4c00609ad17d624da82d8b73d14b5cb0639b1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 76c93f1eef3d4b5483650bd2dd1a7480323b2b0a - Merge changes from topics "VID-583", "VID-582" * changes: Add a semicolon at the end of this statement. Unused Import - Add a semicolon at the end of this statement. In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-583 Change-Id: I73dbc757d62ef388d8935ef6aa25f08c3a82df8c Signed-off-by: anushadasari <danush10@in.ibm.com> - Unused Import The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: VID-582 Change-Id: Id79d2f2af4d69ded8e1c8da10fc67e4e7ea0f933 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 0df61cb3c1115c82faca06c3fa3aa42a5d0040bc - Merge "Move this variables to comply with Java Code Conventions" - Move this variables to comply with Java Code Conventions Move this variables to comply with Java Code Conventions Issue-ID: VID-581 Change-Id: I74728ee5234501ba3c2a8fe5ae889c1e9186f2dc Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to c282c55beb8a171fc98f3a71ca464b6b516ec935 - Merge "Move this variables to comply with Java Code Conventions" - Move this variables to comply with Java Code Conventions Move this variables to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: Id618b3717658dcd44b17a5f85b0b87e7e8b71826 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 6defdf50b9de3795118a0652cfad0b8dabf3a497 - Merge "Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code Conventions" - Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code Conventions Fixed sonar issus across the file Issue-ID: VID-547 Change-Id: I3362cf34c3db506ab3359669045169fe761743ea Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 3465d8cbd60ae580e1a677b569f020af40a47777 - Merge "Sonar Fix - HttpsAuthClient.java" - Sonar Fix - HttpsAuthClient.java Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I2b344b48fec4e153cb47154ec49998aa1c267a95 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-21Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 8af834cdee882fb2c7ff55626978f3df2e0e6004 - Merge changes from topics "VID-580", "VID-579", "VID-578" * changes: unused import Move the variable to comply with JCC. semicolon at the end of this statement. - unused import The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: VID-580 Change-Id: I3ea680af37477b564d02fcc9b58956b3958d184d Signed-off-by: anushadasari <danush10@in.ibm.com> - Move the variable to comply with JCC. According to the Java Code Conventions as defined by Oracle, the members of a class or interface declaration should appear in the following order in the source files: Class and instance variables Constructors Methods Issue-ID: VID-579 Change-Id: Ie87b550a30df06eb2498565b719bd52b11d0c3f9 Signed-off-by: anushadasari <danush10@in.ibm.com> - semicolon at the end of this statement. In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Change-Id: Ia09e1bb1894da379f68cc39e83f955e66b957511 Issue-ID: VID-578 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-20Update git submodulesBartosz Gardziejewski1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b63481896467e5c2a0e5a8df0f2e11e892774ef4 - adding update about mounted certificates in rst file Issue-ID: VID-494 Change-Id: I732a426975247448f05539d1a95c0b6c66ccf5a7 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-08-15Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 7bb28ca74c56e7312d41f8e152bc40d255172cdb - Skip log format validation for a week Add annotation SkipTestUntil and TestNg transformer so we can add annotation for skip test till some date (aka time bomb) Use it in log format tests Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib4b5d17d73d360fd2554b5ffc0373790d22d9e4e Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-14Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 1eaeae75f218b96e3214c8a79de3239413e0aa95 - Merge "Move this variable to comply with Java Code Conventions" - Move this variable to comply with Java Code Conventions move the variable to comply with java code convenrions Issue-ID: VID-561 Change-Id: I11a671d8be20429c3e53fd98d54330b982564f93 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-14Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 9efa71f87dab47b8f54327d9ba388a365df544ed - Merge "Move this variable to comply with Java Code Conventions" - Move this variable to comply with Java Code Conventions Move this variable to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: I9c40a6165ece22bbfda29e17cdb8572a2b7d11e8 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-13Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 1e9288436bcfedeb57efaeef18e4c985466e9af5 - Merge "moving certs from docker image to mounted catalog" - moving certs from docker image to mounted catalog Removing certificates from dockerfile and adding mounted volume in docker-compose, this is connected with oom commit https://gerrit.onap.org/r/c/oom/+/92888 Issue-ID: VID-494 Change-Id: Ibf52542344ecf79fb947858329f37018731d2270 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-08-13Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 62a129a703f540835d74086ba475c81ef8f88705 - Merge "Bump VID version to 5.0.1" - Bump VID version to 5.0.1 Issue-ID: VID-494 Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 84183d258ee93a28e0f43e0ac65ed61e2bf3f069 - Correct link in info.yaml removal entry Change-Id: I112a9130260627e96b01ff31a67b0c7aaa2fee14 Issue-ID: VID-502 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13Update git submodulesanushadasari1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 5957a80435aebf3d684b97e9e28e73e89fb2f9ac - Add a semicolon at the end of this statement In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-568 Change-Id: Id89534f4fbd326ebcbe12857bce7e2d69bf73dfd Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-13Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to fa7374fa4e05f2a9bb8fe0ac85fb43a8c61c20a0 - tests - rename csar file names for alignment with code Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I5313de573f8077e3ddcea565c0d056c2cb5857a5
2019-08-13Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 29ca338bd8db61a4dbf1547e9ae740bd4a7186ab - Merge "Change out-of-the-box config to work on dev's environment" - Change out-of-the-box config to work on dev's environment 1) Fill-up system.properties's missing fields, and same for system_template.properties. This modifies some SO endpoints, most significantly -- mso.restapi.vnf.instance is now /serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs instead of /serviceInstances/v6/<service_instance_id>/vnfs 2) Configure endpoint's to a local simulator's location: * ecomp_rest_url in portal.properties * mso.server.url, aai.server.url in system.properties * asdc.client.rest.host in asdc.properties 3) Added always-on getSessionSlotCheckInterval in simulator. Issue-ID: VID-564 Change-Id: Icc7bdc83ed65df3415a4b0f36f98291775909f49 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to eee375dc2f2a12ed2633e35557320f94844bcc89 - Merge "Upgrade pom files" - Upgrade pom files versions:use-latest-releases Issue-ID: VID-512 Change-Id: I3bdc7ff06717776e4f15316cca623e8025066495 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-12Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 50ced1c69f4d5f6d06379450ea745f6ee146e7ab - catch any Throwable when failed to register to simulator Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I553f8bf1fa657ce792ef690db95471de6f3658b3
2019-08-12Update git submodulesdinesha1-0/+0
* Update docs/submodules/vid.git from branch 'master' to c939ac9eba0dba965fd0e61839676d8906ffeeeb - Sonar Fix - ResourceType.java- Added field 'final' to the static variable Fixed Sonar issues across the file Issue-ID: VID-547 Change-Id: I1daa62cf2e30f5b0dbe142c7ea183f93fd7fb48f Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 2cdc93337249b83615858c18191731e4d1f5f0e2 - Merge "return this expression instead of assigning it to the temporary variable" - return this expression instead of assigning it to the temporary variable Issue-ID: VID-561 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 473004576a53390a6eb57329012a724e7146383d - Merge "Remove declaration of thrown exception" - Remove declaration of thrown exception Remove the declaration of thrown exception 'org.onap.vid.aai.exceptions.HttpClientBuilderException' which is a runtime exception. Issue-ID: VID-559 Change-Id: I8fe8c29e3aa1d4b0b35522931057efa260c60206 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to ffec9b06034bd548d8fa136bd85d271565e845cd - Merge "Remove useless trailing whitespace" - Remove useless trailing whitespace Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file. Issue-ID: VID-565 Change-Id: If5647e94ea897bf42761a689d036a7229b34a500 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to ec3a49a1218046e53e5a93e15570525f877a5e1a - Merge "Move this variable to comply with Java Code Conventions" - Move this variable to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: I1c59d863eb93537177e84a3a10fed0862189191c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-12Update git submodulesThugutla sailakshmi1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 51640f9c931aa052dd01a0cd24fda279ced68142 - Move this variable to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: I7d3382d43a0484dbadea4d3285a235a628d84ffc Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 25c073d46559a2a06e939e0b26bbb27d14a4ea2c - Merge "set VID to use internally UTC timezone" - set VID to use internally UTC timezone Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I4b062d4a7ec68e564c46a094a75739dc9ad0355b
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 47cc63c50442005b3ac051d4c4e3037139b7f1e5 - Merge "return MsoResponseWrapper with null body in case of null response" - return MsoResponseWrapper with null body in case of null response Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia05237264557634f18ed868904cc68350a312fc1
2019-08-12Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b3272c142193cd37f5dae7807e713819885d102d - Merge "use epsdk 2.5.0 in VID" - use epsdk 2.5.0 in VID Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id483174b283a5f1eb6160982a446ccb223606c9e
2019-08-11Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to ad706d09442b1b1b6d2d8cff4042867ceea6b56f - fix test getServiceModelALaCarteInstantiation Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I0d98886837cc67164b77f3407323ac45e3e126a4
2019-08-08Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 392a01601a0dc99b47b63c02659d20b1d60d87c4 - Merge "Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest" - Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest Issue-ID: VID-566 Signed-off-by: RachelF <rachel.fishbein@intl.att.com> Change-Id: I623835324593d1de3db08824dffe4c167264174b
2019-08-08Update git submodulesdinesha1-0/+0
* Update docs/submodules/vid.git from branch 'master' to c030e6c89fa35d7fee49afd34bd1190995da98f8 - Sonar Fix - Group.java Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I128b69d6ddcf8b1198ffd42530d664c92dd13cc7 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-08Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 34f413dcc03e5ca582b694463196b7e21ca72bf9 - support more resource types in ServiceModelInflator Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I80ce2b81202ea08491f65fc47390f826b2b02d20
2019-08-07Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 91ae6f75df40611e09b43bdb45476ea864e8e7fd - Merge "add default exception handling to VidRestrictedBaseController" - add default exception handling to VidRestrictedBaseController Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ie5bac35975257ad092c75e8e7e7dfd8fefa0363e
2019-08-07Update git submodulesanushadasari1-0/+0
* Update docs/submodules/vid.git from branch 'master' to f75a21abd69e73982eb43ccfa314f8f1436dcabf - Remove the declaration of thrown exception Remove the declaration of thrown exception 'org.onap.vid.aai.ExceptionWithRequestInfo' which is a runtime exception. Issue-ID: VID-559 Change-Id: I275d7323d153c70fa515af4a0417fe0910ee451d Signed-off-by: anushadasari <danush10@in.ibm.com> - Remove Unused Import The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: VID-563 Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e Signed-off-by: anushadasari <danush10@in.ibm.com> - At most one statement is allowed per line At most one statement is allowed per line, but 2 statements were found on this line. For better readability, do not put more than one statement on a single line. Issue-ID: VID-562 Change-Id: Ibdae3413af96d49ce7a39e53d3af611e237cc16b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-07Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 12b7509555b1932b90ed7889d62b100557b603eb - Merge "removing unused ViewLog Controller and jsp" - removing unused ViewLog Controller and jsp Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e
2019-08-07Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 943d158b18264860870887f7b5a78bf41036ad10 - Merge "Use lcpRegionOptionId as value in resume" - Use lcpRegionOptionId as value in resume Issue-ID: VID-482 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239
2019-08-07Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 5e1f03fab614cf3e49fb3f990fe9c0b01ae2fd1b - fix getNetworkListTest UT Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id28c5b3062f45c217f0bfc93e6d2a7c6333d15c4
2019-08-07Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to d506921fc02e398dbe27f9ba113928e9264b1bdc - Merge changes Iede12655,I73fcc78e * changes: add endpoints for getVpnList and getActiveNetworkList use cache for retrieving all subscribers list - add endpoints for getVpnList and getActiveNetworkList Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Iede126556df337b1ab70dd76c9452f4b51e11376 - use cache for retrieving all subscribers list Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I73fcc78ebbd8ee01349ecefa924c20014ca33907
2019-08-06Update git submodulesnandkumar1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 0f4ce01009431809482c3d9fb041a565279242c7 - Sonar Critical: Make dateFormat an instance variable Change-Id: I1f275c2b4b814afc7c50e02e756312ce6923efe0 Issue-ID: VID-535 Signed-off-by: nandkumar <np00602065@techmahindra.com>
2019-08-06Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to f20517410a174c82115e289320296d0d78f57a28 - fix tests by adding missing preset of get subscribers from AAI Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec
2019-08-06Update git submodulesdinesha1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 06d5164d29793c5e82f3596b2845ac84b39f44a8 - Sonar Fix- RoleGenaratorServiceImpl.java- Define a constant instead of duplicating this literal Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I91dc81916fc1c7843e0f5b723cdf47153e682592 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-06Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 3ba3f77b2daa129fb2379e932cf35277e827a51b - Merge "Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions" - Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I104df866f1e4e8477c954942ae69fe647028e621 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-06Update git submodulesdinesha1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 6da0213ac4747a37a1dde8007339ccf5e88f8554 - Sonar Fix- ProbeController.java- Reorder the modifiers to comply with the Java Language Specification Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I6240ae0bc339ba43b55b8a66609935bc63705c1d Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-06Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 14cee6a0d0d1fe5eefb7ccc1eace9fc4cbd8b2eb - Merge "handle errors in change management and tenant isolation" - handle errors in change management and tenant isolation use more tolerance way for parsing responses from MSO so VID can handle error responses with html body Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I72741ec1bf636a1200e8ecbd684ab1f3b2ab332a Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-06Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 6c8df5bb52b73edf176a03c1c018be196c295c79 - Upgrade Sonar and JaCoCo plugins to latest Issue-ID: VID-425 Change-Id: Icb74dd406411e10ea48b9bee0a94e594db7308aa Signed-off-by: Ittay Stern <ittay.stern@att.com>