aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-07-30Implant vid-app-common org.onap.vid.job (main and test)Einat Vinouze158-3875/+4870
Issue-ID: VID-378 Change-Id: I41b0bdc2c4e3635f3f3319b1cd63cefc61912dfc Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-29Remove restricted notice from TOSCA fileIttay Stern1-0/+0
Issue-ID: VID-499 Change-Id: Ib63c2cec9b29530461ad1ef2313f80548697b1f6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-29Merge "Patch NPE in Unirest HttpResponse::getBody when getRawBody is null"Wojciech Sliwka3-22/+103
2019-07-29Patch NPE in Unirest HttpResponse::getBody when getRawBody is nullIttay Stern3-22/+103
Issue-ID: VID-267 Change-Id: I469bbeea52d6e86f8f12f88e9754af81b3ae6ae6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-29Resolving testConfigUpdateGoodPayloadRachelF1-5/+17
Issue-ID: VID-533 Change-Id: Ie88c6182f2cbf468615a4146bced531c2ad150e0 Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
2019-07-25Merge "Merge workflow from vid to onap, fix workflow selenium tests"Ittay Stern3-267/+279
2019-07-25Merge workflow from vid to onap, fix workflow selenium testsRachelF3-267/+279
Issue-ID: VID-532 Change-Id: I5ae0a74d382cd31a9da1ec5b1220c5322f3abb40 Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
2019-07-25Merge "Don't double-wrap RequestDetails for (de)activateFabricConfiguration"Wojciech Sliwka3-4/+12
2019-07-25Don't double-wrap RequestDetails for (de)activateFabricConfigurationIttay Stern3-4/+12
Issue-ID: VID-267 Change-Id: I215bf008442b3bdfd4e80c1ba23e6a86e9d6f52b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-24Remove dissociate buttongolabek1-2/+1
Removed dissociate button for macro services with pnfs Change-Id: I7e839b6d352793012b5dde1d19128decdfb4412c Issue-ID: VID-520 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-07-22Add `X-ONAP-PartnerName` header to all MSO requestsRina Roi2-24/+10
Issue-ID: VID-531 Change-Id: Ia6416c9da031cbca5d7a13cd93bb110bfc4bc1a2 Signed-off-by: Rina Roi <rina.roi@intl.att.com>
2019-07-22Merge "Allow full-path to certificate and remove implicit Optional::toString"Wojciech Sliwka1-6/+9
2019-07-22Merge "Pnf pojo improvements"Wojciech Sliwka1-45/+86
2019-07-22Allow full-path to certificate and remove implicit Optional::toStringIttay Stern1-6/+9
1) If getAAITruststoreFilename or getAAIKeystoreFilename has a file separator -- don't append certFilePath to filename. 2) getKeystorePath() is issuing Optional::orElse, as the code `+ getAAIKeystoreFilename()` is implicitly calling `getAAIKeystoreFilename().toString()` which yields a default toString e.g. "Optional[configValue]". Issue-ID: VID-229 Change-Id: I9c135cc3dfd72cdc203b59d78162a568a6dbd688 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-22Merge "fixing bugs connected with undefined parameters"Wojciech Sliwka4-12/+28
2019-07-21Return a value from MsoInterface::setServiceInstanceStatusIttay Stern3-12/+6
This resolves the case where mso_activate_service_instance API is returning an empty object. Issue-ID: VID-267 Change-Id: I691c7ca037c5458ce728bed10bf959e664679b6a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-19fixing bugs connected with undefined parametersBartosz Gardziejewski4-12/+28
Issue-ID: VID-488 Change-Id: I0099ec50d775bbae6bdbfa40de85decd839f21b3 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-07-19Add MsoController testskurczews1-131/+155
Issue-ID: VID-470 Change-Id: If1577f3a1ed625f0c7bf8e1940e1a92073191efc Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-07-19Pnf pojo improvementsMichal Kabaj1-45/+86
- added builder - immutable - improved json serialization Change-Id: If0c9128dfd27d1c04e2f8683bade16700789276e Issue-ID: VID-478 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-07-18Merge from ecomp 3374149f - AngularJS UIIttay Stern15-59/+158
Issue-ID: VID-378 Change-Id: I6b3243b492009035c911f63b93258ea76938fcb9 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-15Merge "Moving report button up, and setting feature flag on"Wojciech Sliwka3-7/+7
2019-07-11Change tests and log to expect "Browse SDC" (was "ASDC")Ittay Stern1-1/+1
Issue-ID: VID-516 Change-Id: I481880df1796721128b07e3dc3ae83085fc097e8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-11Moving report button up, and setting feature flag onBartosz Gardziejewski3-7/+7
Change-Id: I3df31fe42c2b7e0bec3b52f2886726419a22f681 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-07-09adding test API information and spinner indicating report loadingBartosz Gardziejewski5-9/+53
Change-Id: Ibbf6280496863c60c42dc9bce82d7b8ec4dcc8bf Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-07-09Merge "GUI for error reporting - fixing service uuid sorce"Wojciech Sliwka1-1/+1
2019-07-08GUI for error reporting - fixing service uuid sorceBartosz Gardziejewski1-1/+1
Change-Id: Ia68636d7c5be943124b10ecfbc4641ab8bf53de0 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-07-08Upgrade to Spring 5.1.6 + simulator fasterxmlEinat Vinouze1-5/+1
Issue-ID: VID-512 Change-Id: I9a74e6357671c5eee0a425354dcd07c762c69c83 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2019-07-08Adapting GUI for error report managingBartosz Gardziejewski26-17/+576
Change-Id: Idb3f5750596334990b030bfdf2f6551ad4d1c8e3 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-07-04Add controller which create error reportsmichal.banka15-54/+460
Change-Id: Icfba59e90420c0d849c9ba5fae3d0cb1b40ed265 Issue-ID: VID-488 Signed-off-by: michal.banka <michal.banka@nokia.com>
2019-07-01Merge "Extend probe mechanism"Ittay Stern17-80/+68
2019-07-01Extend probe mechanismWojciech Sliwka17-80/+68
Fixes from latest review. Introduce probe interface. ResponseWithRequestInfo is not used - it belongs to aai package and requires javax.ws.rs.core.Response. Fallback in aai client will be removed as soon as sdc provides https support (hopefully in El Alto). Change-Id: I4527d447a273328d38ff2ef7f9d2a93453cec9f2 Issue-ID: VID-490 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-06-27Fix for overlapping vnf nameWojciech Sliwka2-3/+6
Remove 'position' tag from vnf-versions-name class as it blocks text wrapping Change-Id: Ic2e4bfedb0f1bc8a9b1a59769c73caec7d7388b7 Issue-ID: VID-506 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-06-19Merge "Extend probe mechanism"Wojciech Sliwka12-14/+160
2019-06-18Extend probe mechanismWojciech Sliwka12-14/+160
added methods to: - new aai client - sdc client - so client Change-Id: Ib7beb5a5ac58c2ac9767f5e8dc4f988ac0a44c3e Issue-ID: VID-490 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-06-18Find the first selected scale-out vfModule (fix)Ittay Stern1-3/+1
Issue in original code is that it used callback function(key, item), but function(item) or function(item, key) is the correct parameters order. See https://lodash.com/docs/4.17.11#find Issue-ID: VID-487 Change-Id: I6101f913f50f80c2c7afa636b5f53486088a0289 Signed-off-by: Ittay Stern <ittay.stern@att.com> (cherry picked from commit 71e820e32bd4f32aff4026fc55c6bb1f5891a0c2)
2019-06-10Rewrite tests for AaiServiceImplmichal.banka1-11/+7
Issue-ID: VID-386 Change-Id: I3cbcdada18f2813bc8a4cf442f54df297f5ec945 Signed-off-by: michal.banka <michal.banka@nokia.com>
2019-06-05junits for AaiControllerTomasz Gwozdecki1-3/+2
-Added new test for getSpecificPnf method Change-Id: I1837a364673c3dd04b559eacccd7baeeeb82208f Issue-ID: VID-478 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-06-03Differentiate cloudRegions with same name and different ownerIttay Stern4-80/+101
Replaces change I22c0b07173950c253a9272b8a96ab63e006efa49 Resolves defect: Issue-ID: VID-482 Cherry-picked from change: I38c2f6a86a044297b1b76c1316e50cacb0264da9 Signed-off-by: Ittay Stern <ittay.stern@att.com> Change-Id: I2ecf07aa5614e94fce49eeaa7fef71b683f6c3c8
2019-06-03Support service models with policyIttay Stern2-0/+14
Upgrade sdc-tosca to 1.5.1 Issue-ID: VID-481 Cherry-picked from change: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5 Signed-off-by: Ittay Stern <ittay.stern@att.com> Change-Id: I13d61050e819c1f65bf855f314e84406d35f1a9c
2019-05-31Merge "AaiController unit tests"Wojciech Sliwka3-12/+38
2019-05-31AaiController unit testsMichal Kabaj3-12/+38
- unit tests for getAicZones - fixed encapsulation and immutability issues in AicZones and Zone objects Change-Id: I3f71d45bb3c4e2238966e245f0ab77031c4dcb60 Issue-ID: VID-478 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-05-30Initialize parameters maps before reading paramsWojciech Sliwka2-7/+5
Change-Id: Ie4845c5afc647cae96869609fc665cc4fe854eb8 Issue-ID: VID-484 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> (cherry picked from commit ac142979f8499af24390290f7800d3fe266583d1)
2019-05-29fetch parameters for native workflowsWojciech Sliwka2-1/+53
SO api for retrieving workflows won't return parameters for workflow marked as native due to high impact on existing code. In that case VID will fetch parameters from internal API Issue-ID: VID-484 Change-Id: I7577afa3832c96b523daae01895a249d6ea86e65 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> (cherry picked from commit 8140332ee31a1cde9cd60d7ffe6ddb01af8f6037)
2019-05-28AaiController cleanupMichal Kabaj1-129/+152
- reformatted code according to java style guide - removed unused HttpServletRequest params Change-Id: Icdb215dfe739e91031bc9fa963fe11a3a0c45107 Issue-ID: VID-478 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-05-15AaiController cleanupMichal Kabaj1-152/+1
- removed unnecessary code comments Change-Id: Ia9dbd2258ea5ec0ba346835615056331ae00f491 Issue-ID: VID-478 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-04-30VID hangs on View Edit Service Instance screen4.0.0Piotr Darosz1-1/+1
A fix for displaying service instances that have inputs defined in SDC Change-Id: Idcb41a33e9890ffc39868ec02ceb34addd9e9de2 Issue-ID: VID-468 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-04-30Toggle workflows-list consume from SOIttay Stern1-1/+1
Issue-ID: VID-400 Issue-ID: VID-451 Change-Id: I41c9d18146676f30f6668d1fc3660ec02cad26e5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-24Merge "Rewrite LoggerControllerTests"Wojciech Sliwka2-49/+91
2019-04-24Fix sonar issue in vid-app-commonParshad Patel3-13/+15
Fix Either log or rethrow this exception Fix "serviceInstanceId" is already a string, there's no need to call "toString()" on it Fix Replace this if-then-else statement by a single return statement Issue-ID: VID-464 Change-Id: I87652f6aeecf668757f668535377f2ff9a95a7cf Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-04-23Merge "Sonar fix too many method param"Wojciech Sliwka3-432/+423