aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01allow LOB multi-selection for vnf - fix cypressEinat Vinouze1-0/+1
Issue-ID: VID-785 Change-Id: I3a11bad5b6da532b23049ce09ea439849143e941 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-30add test that verify delete and upgrade of the not upgraded vfm'sAlexey Sandler1-4/+41
add cypress test that verify delete and upgrade of the not upgraded vfm's on a single click Issue-ID: VID-798 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I293779c3bd48215b6830a99be9a423ce7cb29a5d Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-26add cypress test that verify deletion of the not upgraded vfmAlexey Sandler1-0/+117
Issue-ID: VID-795 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I9761ccdc3eb3bb06054ddaad06bc56ace9279e2b
2020-03-24Introduce guilin.features.properties with modern UIIttay Stern1-0/+42
Issue-ID: VID-679 Change-Id: I4b8cc41b1221d0b2b31d340045d2e1fab2b09dad Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-22Release VID 6.0.4 (Frankfurt)Ittay Stern2-2/+2
Issue-ID: VID-786 Issue-ID: VID-779 Change-Id: Id12176b2bef8e0102a6e5db3d6ba44c7b6cb156e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-19set default values in VFM Upgrade popupAlexey Sandler3-7/+7
Issue-ID: VID-794 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ic8c896e0eea0535e0e52a394c403c2e167240b47 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-16Merge "allow LOB multi-selection for network - add FF"Amichai Hemli1-0/+1
2020-03-16allow LOB multi-selection for network - add FFEinat Vinouze1-0/+1
Issue-ID: VID-788 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I5358252a336730697bca3486c461f23354c823c0 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-15Extend timeout in DB-related tests of JobsBrokerServiceIttay Stern1-3/+4
Issue-ID: VID-433 Change-Id: Ib33c7621c8315595a341486e475ad15a90330369 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-12Extend timeout in test JobsBrokerServiceIttay Stern1-1/+1
This resolves instability in tests, e.g.: java.lang.RuntimeException: java.util.concurrent.TimeoutException at ...JobsBrokerServiceTest.waitForFutureOptionalJob() at ...JobsBrokerServiceTest.getAlotOfJobs() Redo commit 8aff973214f44a1f4cf95e5330cb9687be1bfa76 Issue-ID: VID-433 Change-Id: Ib366d7c7ffff7ee75a78ff5be5ccd5c970c783dd Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-11add new format to fetch requests from MSO to the CMAmichai Hemli6-8/+31
When flag is true VID will use the format=simpleNoTaskInfo parameter in addition to the filter parameter when fetching orchestration requests for the change-management dashboard. Issue-ID: VID-787 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: I18d608db5bab6f095f399ac0f58fe5e49944a6b1 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-08Merge changes Ibbc7da3a,I8efee06fAmichai Hemli13-115/+125
* changes: Don't use EELFLoggerDelegate.errorLogger in Async jobs isVfModuleBaseModule() will not throw on model mismatch
2020-03-08Don't use EELFLoggerDelegate.errorLogger in Async jobsIttay Stern10-33/+35
The Logger.error(EELFLoggerDelegate.errorLogger, ...) idiom is flawed. Using direct invocation of LOGGER.error("msg..."). Issue-ID: VID-253 Issue-ID: PORTAL-835 Change-Id: Ibbc7da3a081675d2edbbb782732a14de9c865a3a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-08allow platform multi-selection for networkEinat Vinouze1-0/+1
Issue-ID: VID-785 Change-Id: I4e6a4c2f0dc8c0e11f2571eec0789ad5672a9147 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-08isVfModuleBaseModule() will not throw on model mismatchIttay Stern4-82/+90
In addition, the model-info comparision is by customization id or customization name instead of the version id. Issue-ID: VID-603 Change-Id: I8efee06f470e5d5681c264de01ed1315ee1f8cc6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-04Release VID 6.0.3 (Frankfurt)Ittay Stern2-2/+2
Issue-ID: VID-761 Change-Id: I57cf2a0506e9113667b17238d99512999b80b524 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-04Upgrade AAI API version to v166.0.3Ittay Stern1-6/+0
v16 is the recommended Dublin version: https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Dublin Issue-ID: VID-365 Change-Id: I3c84525382477d453dcdc0e5c1e061dc41526dc0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-03Bump apache plugins and dependencies to latestsIttay Stern1-7/+7
Issue-ID: VID-755 Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-01when signaling the frontend about templates check the correct flag ↵Amichai Hemli2-3/+3
FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE Issue-ID: VID-739 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Iaed25f1932eed675310c8d0003d415352991d19e
2020-02-27Bump opencsv, c3p0, snakeyaml, h2 database to latestsIttay Stern2-15/+15
Issue-ID: VID-755 Change-Id: If34239ebc6c9e4b067c22a3fae0a680a160cb00b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Bump guava to 28.2-jreIttay Stern1-1/+1
Issue-ID: VID-755 Change-Id: I8c8936a081f745f47b420d3042a062962f7daaa5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Bump jackson fasterxml to 2.10.2Ittay Stern1-2/+2
Issue-ID: VID-755 Change-Id: I3ef66e29e3ed66e1a861e60a3d103b1101bd1445 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Test many POJOs getters/settersIttay Stern6-98/+160
Issue-ID: VID-768 Change-Id: I891af541bec9aaddaf4d68c8c2b0ae15690bde2c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Merge changes Ia95e99f4,Iac2da615Amichai Hemli1-3/+4
* changes: Move to jdk11-openjdk-slim (was jre8-alpine) Maven import jakarta XML Binding
2020-02-24Maven import jakarta XML BindingIttay Stern1-3/+4
Fills-up missing libs in JDK-11 Issue-ID: VID-498 Change-Id: Iac2da61527b28675c65b05fcef57c0feff0f090a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Show "retain VG" for vfModule that is allowed or that is an "alien"Einat Vinouze1-0/+1
Issue-ID: Issue-ID: VID-771 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie52fa194a92e0b9e21df723b708b4db877712068 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-02-23Merge "upgrade vfmodule when upgraded already service, vnf and brother ↵Amichai Hemli1-0/+193
vfmodule e2e"
2020-02-23upgrade vfmodule when upgraded already service, vnf and brother vfmodule e2eIttay Stern1-0/+193
- Use modelCustomizationId and modelVersionId from instance, instead of service-model hierarchy - Adds a Cypress test-case in viewEditUpgradeVfModule.e2e.ts - Assumes topology improved response in payload of: upgrade_vfmodule_when_service_vnf_and_brother_vfmodule_alredy_upgraded_e2e__service_instance.json (see Change Ib25c6cf7269614f2f4d332b3aa84b3307a59ebda) Issue-ID: Issue-ID: VID-771 Change-Id: I9d200dd619a3c3d0503f47777efd3780eaa2b7b2 Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-23Topology tree: test fetchCustomizationIdsFromToscaModelsWhileNeededIttay Stern2-2/+55
Issue-ID: VID-771 Change-Id: I5c1bf1f4eba8b5f53702ae2192b8ac9a962f1344 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-20Topology tree: enrich vfModules data from other versions of same modelIttay Stern8-30/+272
Depends on FLAG_EXP_TOPOLOGY_TREE_VFMODULE_NAMES_FROM_OTHER_TOSCA_VERSIONS Issue-ID: VID-771 Change-Id: Ib25c6cf7269614f2f4d332b3aa84b3307a59ebda Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-20Topology tree: extract AAITreeNodesEnricher out of AAIServiceTreeIttay Stern6-232/+331
Issue-ID: VID-771 Change-Id: I138a89b7b2f00e6e603ff26addefc494aeb019b0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-20Learn to get all model versions sorted from high to lowIttay Stern3-15/+49
Issue-ID: VID-771 Change-Id: I9c7cc3f319aa13a2dab33e8c584f7f7ed90cf847 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-20Learn to inflate models by Customization uuidsIttay Stern2-29/+75
Issue-ID: VID-771 Change-Id: I3996639745e77b8754e8bfa82c153690df683925 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-17Test AaiController's get-tenants existing flowIttay Stern5-12/+95
Issue-ID: VID-758 Change-Id: I0839260d3e43697cb15e8e0f8998e521c9d3a2f6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-16Limit vfmodule tenant and region dictation to "create"Ittay Stern2-4/+22
Other flows (e.g. Delete) are expected to have literal designation. Verified in API test "delete1VnfWithVfModulesAndCreate1VnfFromService". Issue-ID: VID-758 Change-Id: Ib543ff98ecf96e1df0e5741fbdbba2e64e602528 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-16Merge "create error button should be displayed according to the feature flag"Ittay Stern2-96/+96
2020-02-13Translate owning entity name to owning entity ID - update api test to except ↵Einat Vinouze1-3/+1
new behavior Issue-ID: VID-758 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ib8b8da5c3267a3668cf29b950233af14b29f2d23
2020-02-13create error button should be displayed according to the feature flagAmichai Hemli2-96/+96
Issue-ID: VID-736 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: If9b2cea46dedfa00fd8a938c7a915af602df18e8
2020-02-13translate owning entity name to owning entity IDEinat Vinouze2-11/+120
Issue-ID: VID-758 Change-Id: Ic89829ac4590537f0279052ceb9e8432ea0de878 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-02-12Feature toggle for owning-entities filteringIttay Stern2-5/+8
Add roles for all tests' users for all tests' owning-entities; namely "aaa1", "WayneHolland" and "Melissa". Issue-ID: VID-758 Change-Id: I54cac487325b6fd1fb9ef0f7a0d18c05c5e353c0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-11Filter owning-entities from /category_parameter by permissionsIttay Stern5-9/+190
Implemented in CategoryParameterServiceWithRoles and injected to MaintenanceController, but still reachable because shouldTreatPermissions() is "false". Issue-ID: VID-758 Change-Id: I716202ca944af9b0de9c151d75d50b5df41a8171 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-11Merge "Add AsyncInstantiationController tests"Ittay Stern1-0/+178
2020-02-10remove check in order to accept upgrade even if the service in latest model ↵Alexey Sandler1-3/+0
version Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0303422f32f285447d3d7af4aee98427002a679c
2020-02-10Add AsyncInstantiationController testskurczews1-0/+178
Issue-ID: VID-470 Change-Id: I99ccf53a89a12454f2f7da70a959508a2183ee13 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com> Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
2020-02-10AsyncInstantiationIntegrationTest: cleanup and enable TENANT_AND_REGION_FROM_VNFIttay Stern2-14/+9
Issue-ID: VID-758 Change-Id: Ie040e7fb3da031cd48b04eb2543a6209b7215f07 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-06vfmodule tenant and region are dictated by parent VNF valuesIttay Stern6-20/+226
Issue-ID: VID-758 Change-Id: Ie48240442e5b2f858e530858d2e25827e799e4c2 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-05Merge "create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF"Ittay Stern1-0/+1
2020-02-05create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNFAlexey Sandler1-0/+1
Issue-ID: VID-758 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I149df1c6b1245542a6083c8cdec7ea3bbb50e933 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-05Respect permissions by owning-entity-id when searching instances by owning ↵Eylon Malin1-3/+1
entity Issue-ID: VID-758 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I98d3e551231bb5aca3150da99f3431268f3373d8
2020-02-04add owningEntityId to each result of getServicesByOwningEntityIdEylon Malin2-8/+10
Issue-ID: VID-758 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I4546b5d86e6a1b929b3430aa41f13980f07cfdaf