vid.git
4 years agoadding orchestration type to service models view 65/96165/7
Bartosz Gardziejewski [Tue, 24 Sep 2019 05:54:09 +0000 (07:54 +0200)]
adding orchestration type to service models view

Issue-ID: VID-602
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I289b55129cbfe8fbf6dd28f0e8f41715ff4ed107

4 years agoMerge "Rebalance Cypress pipeline groups"
Amichai Hemli [Thu, 26 Sep 2019 11:42:59 +0000 (11:42 +0000)]
Merge "Rebalance Cypress pipeline groups"

4 years agoMerge "Try to fix failing tests"
Ittay Stern [Thu, 26 Sep 2019 10:26:49 +0000 (10:26 +0000)]
Merge "Try to fix failing tests"

4 years agoTry to fix failing tests 69/96269/2
wsliwka [Thu, 26 Sep 2019 08:55:00 +0000 (10:55 +0200)]
Try to fix failing tests

Keystore instantiation is failing on jenkins.
Add mocked keystore

Issue-ID: VID-653
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I428db5b14d90c63de6b11ad5d366e839efbf33ed

4 years agoMerge "check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place"
Amichai Hemli [Thu, 26 Sep 2019 08:09:33 +0000 (08:09 +0000)]
Merge "check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place"

4 years agocheck if FLAG_FLASH_REPLACE_VF_MODULE open in the right place 65/96265/1
Eylon Malin [Thu, 26 Sep 2019 07:04:17 +0000 (10:04 +0300)]
check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place

modern View/Edit couldn't be opened when FLAG_FLASH_REPLACE_VF_MODULE
is on before that fix.
Issue-ID: VID-652

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ib7ff6f374b6c8aa62133a7ef53fc21877f4b3c53

4 years agoRebalance Cypress pipeline groups 64/96264/1
Ittay Stern [Thu, 26 Sep 2019 06:38:59 +0000 (09:38 +0300)]
Rebalance Cypress pipeline groups

Issue-ID: VID-647

Change-Id: I2260dcadba49c4970460b5b854b72265eea198f8
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoDisable Test Administration Script where old `wget` 59/96259/1
Ittay Stern [Thu, 26 Sep 2019 04:53:33 +0000 (07:53 +0300)]
Disable Test Administration Script where old `wget`

Change-Id: I4bace8cf4eeba84ad13794e2abe9d5e525dc91ea
Issue-ID: VID-638
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoExpect None_Upgrade action for VNF upgrade 41/96241/1
Amichai Hemli [Wed, 25 Sep 2019 15:08:03 +0000 (18:08 +0300)]
Expect None_Upgrade action for VNF upgrade

FE will send the None_Upgrade action therefore we need to map it to Upgrade

Issue-ID: VID-651
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: Ia4806386dcd8faf557f0c17a2f533afa386b2ec1

4 years agoMerge "Test Administration Script: category_parameter.sh"
Amichai Hemli [Wed, 25 Sep 2019 12:43:31 +0000 (12:43 +0000)]
Merge "Test Administration Script: category_parameter.sh"

4 years agoMerge "Introduce request-id headers enum"
Amichai Hemli [Wed, 25 Sep 2019 10:43:09 +0000 (10:43 +0000)]
Merge "Introduce request-id headers enum"

4 years agoMerge "change management integration with reduce flag"
Ittay Stern [Wed, 25 Sep 2019 10:32:50 +0000 (10:32 +0000)]
Merge "change management integration with reduce flag"

4 years agoMerge "Add a position field to BaseResource (fix)"
Ittay Stern [Wed, 25 Sep 2019 10:25:52 +0000 (10:25 +0000)]
Merge "Add a position field to BaseResource (fix)"

4 years agochange management integration with reduce flag 20/96220/1
Sara Weiss [Wed, 25 Sep 2019 09:51:29 +0000 (12:51 +0300)]
change management integration with reduce flag

Issue-ID: VID-596
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
Change-Id: I81155ff877016995ef977358d3bf9fddf75a18ce

4 years agoTest Administration Script: category_parameter.sh 99/95699/15
Ittay Stern [Sun, 15 Sep 2019 15:41:14 +0000 (18:41 +0300)]
Test Administration Script: category_parameter.sh

Issue-ID: VID-638

Change-Id: Ia971cc95f03ed1e3372302afd3c699633370204f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd a position field to BaseResource (fix) 76/96176/2
Einat Vinouze [Tue, 24 Sep 2019 13:12:29 +0000 (16:12 +0300)]
Add a position field to BaseResource (fix)

Issue-ID: VID-646
Change-Id: Ib057ca542dfa1b935c534ec461fb0c549a8c08d9
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
4 years agoAdd "@Override" annotation above method signature. 05/95205/4
anushadasari [Mon, 9 Sep 2019 07:07:09 +0000 (12:37 +0530)]
Add "@Override" annotation above method signature.

Using the @Override annotation is useful for two reasons :
It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling.
It improves the readability of the source code by making it obvious that methods are overridden.

Issue-ID: VID-612
Change-Id: Ic628b85f7a3e4c08712c88298fa4620ecddce0cc
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 65/95565/2
anushadasari [Thu, 12 Sep 2019 11:07:13 +0000 (16:37 +0530)]
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-607
Change-Id: I27deafe5e97d71be4b5b6501f3cda0a19769123b
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 64/95564/2
anushadasari [Thu, 12 Sep 2019 11:04:16 +0000 (16:34 +0530)]
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-607
Change-Id: Ibf05db5e76be01c78cfac8196fcf4bb09dfa7709
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 63/95563/2
anushadasari [Thu, 12 Sep 2019 11:00:49 +0000 (16:30 +0530)]
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-607
Change-Id: Id3fd3e7baea856e8aab4c5c7c509a6c00bb44ced
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 59/95459/2
anushadasari [Wed, 11 Sep 2019 06:21:41 +0000 (11:51 +0530)]
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-607
Change-Id: I45637083e88ac2e1c4cb27519a3116f2f5f792e8
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 57/95457/2
anushadasari [Wed, 11 Sep 2019 06:17:43 +0000 (11:47 +0530)]
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-607
Change-Id: I2adee2c4d945cde39d796106fa6540d875b25219
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 54/95454/2
anushadasari [Wed, 11 Sep 2019 06:07:12 +0000 (11:37 +0530)]
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-607
Change-Id: I6798e2fbf4439e5336e1af734aa762449454f04f
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 02/95402/2
anushadasari [Tue, 10 Sep 2019 16:43:36 +0000 (22:13 +0530)]
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-607
Change-Id: I74a97be12bc5a110c4afd7f2d3eaf51b0ae707c8
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 00/95400/3
anushadasari [Tue, 10 Sep 2019 16:33:05 +0000 (22:03 +0530)]
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-607
Change-Id: I351d26cab21fffe5925dd6bc64691166e5c3ea3d
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoAdd a semicolon at the end of this statement. 97/95397/2
anushadasari [Tue, 10 Sep 2019 16:07:35 +0000 (21:37 +0530)]
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-607
Change-Id: I1fd965413585256c09e61c2a19b0651800e65eab
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoIntroduce request-id headers enum 78/96178/1
Ittay Stern [Tue, 24 Sep 2019 13:45:51 +0000 (16:45 +0300)]
Introduce request-id headers enum

Issue-ID: VID-253

Change-Id: I4df5756d14969a2c0daa777c75c1365837f9ad1f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Encoding path segments on reduced custom query"
Ittay Stern [Tue, 24 Sep 2019 10:39:48 +0000 (10:39 +0000)]
Merge "Encoding path segments on reduced custom query"

4 years agoMerge "Take more Change-management Selenium screenshots"
Ittay Stern [Tue, 24 Sep 2019 10:39:34 +0000 (10:39 +0000)]
Merge "Take more Change-management Selenium screenshots"

4 years agoMerge "Add memory to Cypress"
Amichai Hemli [Tue, 24 Sep 2019 09:56:16 +0000 (09:56 +0000)]
Merge "Add memory to Cypress"

4 years agoEncoding path segments on reduced custom query 69/96169/1
Amichai Hemli [Mon, 23 Sep 2019 18:45:26 +0000 (21:45 +0300)]
Encoding path segments on reduced custom query

Need to URL-encode the path segments when sending URL in the custom queries to A&AI
Issue-ID: VID-596

Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: Ie551cccfc1a8c627984185324a59c18f13200e91

4 years agoMerge "Add mso configuration tests"
Wojciech Sliwka [Tue, 24 Sep 2019 09:04:13 +0000 (09:04 +0000)]
Merge "Add mso configuration tests"

4 years agoMerge "change management new filter tests"
Ittay Stern [Tue, 24 Sep 2019 08:27:36 +0000 (08:27 +0000)]
Merge "change management new filter tests"

4 years agoMerge "Add a position field to BaseResource"
Ittay Stern [Tue, 24 Sep 2019 08:11:01 +0000 (08:11 +0000)]
Merge "Add a position field to BaseResource"

4 years agoAdd a position field to BaseResource 36/96136/3
Einat Vinouze [Mon, 23 Sep 2019 09:06:47 +0000 (12:06 +0300)]
Add a position field to BaseResource

Issue-ID: VID-646
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Id1f84dadd31840cf9fa3cdbc7afd7da727a22c7f

4 years agochange management new filter tests 78/95978/10
Sara Weiss [Thu, 19 Sep 2019 10:30:42 +0000 (13:30 +0300)]
change management new filter tests

Issue-ID: VID-596
Change-Id: I591da151bb27a46c217edec552e7c9c670a96aaa
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoMerge "AaiController tests"
Ittay Stern [Tue, 24 Sep 2019 04:04:10 +0000 (04:04 +0000)]
Merge "AaiController tests"

4 years agoadd 'cloud region' optional field to change management 07/95907/9
Sara Weiss [Wed, 18 Sep 2019 10:55:55 +0000 (13:55 +0300)]
add 'cloud region' optional field to change management

Issue-ID: VID-596

Change-Id: Ieb89980f7e802fe2508950a0e1a23188145fd85e
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoTake more Change-management Selenium screenshots 43/96143/1
Ittay Stern [Mon, 23 Sep 2019 13:30:34 +0000 (16:30 +0300)]
Take more Change-management Selenium screenshots

Issue-ID: VID-397

Change-Id: I9b925068346dd3ebb6665a83b0a1b7876193c2ff
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd mso configuration tests 32/96132/2
kurczews [Mon, 23 Sep 2019 07:48:28 +0000 (09:48 +0200)]
Add mso configuration tests

Issue-ID: VID-470
Change-Id: I2eeb3780ffe161c8616fb72573d4ce4916edc9ee
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
4 years agoChange-management: provide and use scheduler's fields through vm.scheduleWorkflow() 26/96126/3
Ittay Stern [Sun, 22 Sep 2019 17:04:28 +0000 (20:04 +0300)]
Change-management: provide and use scheduler's fields through vm.scheduleWorkflow()

In addition, show error message when no Portal-frame. Use the dumped
data to revive ChangeManagementTest tests by capturing the error's
payload.

Issue-ID: VID-397

Change-Id: I978bf537c43b0e3933e82c761c60cd067ab2cf27
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAaiController tests 38/96138/1
Michal Kabaj [Mon, 23 Sep 2019 09:35:02 +0000 (11:35 +0200)]
AaiController tests

added new unit tests to AaiControllerTest

Issue-ID: VID-649
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Change-Id: Ib16f31487e09e0dfdd0813e2a16def620e166be2

4 years agoRemove injections from filter, as filter is not Spring-controlled 25/96125/1
Ittay Stern [Sun, 22 Sep 2019 17:25:08 +0000 (20:25 +0300)]
Remove injections from filter, as filter is not Spring-controlled

Change-Id: Iecb4d6fbb79c5920d088fe536e6622690f8f881e
Issue-ID: VID-253
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Modified CM old json to include ModelVer and removed VFM out of it. Modified...
Amichai Hemli [Sun, 22 Sep 2019 15:10:39 +0000 (15:10 +0000)]
Merge "Modified CM old json to include ModelVer and removed VFM out of it. Modified CM tests to use the new preset and term it over feature flag"

4 years agoModified CM old json to include ModelVer and removed VFM out of it. 24/96124/1
Amir Skalka [Sun, 22 Sep 2019 14:48:29 +0000 (17:48 +0300)]
Modified CM old json to include ModelVer and removed VFM out of it.
Modified CM tests to use the new preset and term it over feature flag

Issue-ID: VID-596
Signed-off-by: as221v <as221v@intl.att.com>
Signed-off-by: Amir Skalka <amir.skalka@intl.att.com>
Change-Id: I801c2f6ee19eabbb6d52e7f27e89df29389137d9

4 years agoMerge "Use x-onap-requestid header in filter's API test"
Amichai Hemli [Sun, 22 Sep 2019 14:46:44 +0000 (14:46 +0000)]
Merge "Use x-onap-requestid header in filter's API test"

4 years agoMerge "Let request-id value derive from alternative request-headers"
Amichai Hemli [Sun, 22 Sep 2019 14:46:27 +0000 (14:46 +0000)]
Merge "Let request-id value derive from alternative request-headers"

4 years agoMerge "Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId...
Amichai Hemli [Sun, 22 Sep 2019 14:45:17 +0000 (14:45 +0000)]
Merge "Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods"

4 years agoUse x-onap-requestid header in filter's API test 19/96019/2
Ittay Stern [Thu, 19 Sep 2019 16:09:16 +0000 (19:09 +0300)]
Use x-onap-requestid header in filter's API test

Issue-ID: VID-253

Change-Id: I2412a27e32f006588241cd46d06fab28c5779581
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoLet request-id value derive from alternative request-headers 10/96010/4
Ittay Stern [Thu, 19 Sep 2019 15:26:45 +0000 (18:26 +0300)]
Let request-id value derive from alternative request-headers

Issue-ID: VID-253

Change-Id: Icae6caf5f720da0c7587f62380d1783669e69d9f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd memory to Cypress 22/96122/1
Ittay Stern [Sun, 22 Sep 2019 10:41:36 +0000 (13:41 +0300)]
Add memory to Cypress

Fixing error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed -
JavaScript heap out of memory

Change-Id: Ifa12f3c39bdf29c3211a3c75bcc17876a2af5b85
Issue-ID: VID-647
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoRelease version 6.0.0 24/96024/1
Ittay Stern [Thu, 19 Sep 2019 16:54:10 +0000 (19:54 +0300)]
Release version 6.0.0

Change-Id: I0e8bbd6d19398f5eced4e4348468ca2cd85834e0
Issue-ID: VID-576
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Revert license attribution change"
Amichai Hemli [Thu, 19 Sep 2019 12:23:08 +0000 (12:23 +0000)]
Merge "Revert license attribution change"

4 years agoRename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods 76/95976/2
Ittay Stern [Thu, 19 Sep 2019 10:10:26 +0000 (13:10 +0300)]
Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods

Change-Id: Idb39f7d5e723598e34e737522c4f73d8de3df93c
Issue-ID: VID-253
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agochange vnfreducedresponse preset 77/95977/1
Alexey Sandler [Thu, 19 Sep 2019 10:13:00 +0000 (13:13 +0300)]
change vnfreducedresponse preset

Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I5347ca2bc8a17d60e1e282784f38ceaa0725fdd3

4 years agoMerge "Disable homing_solution" 6.0.0
Ittay Stern [Thu, 19 Sep 2019 09:44:51 +0000 (09:44 +0000)]
Merge "Disable homing_solution"

4 years agoRevert license attribution change 72/95972/2
Ittay Stern [Thu, 19 Sep 2019 09:14:07 +0000 (12:14 +0300)]
Revert license attribution change

Change-Id: Id75ede28269505cb62eda0ff6f03ac7d02efce73
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoDisable homing_solution 16/95816/5
wsliwka [Tue, 17 Sep 2019 12:31:42 +0000 (14:31 +0200)]
Disable homing_solution

Send Homing_solution=none during macro instantiation
Add flag 'FLAG_DISABLE_HOMING' (by default set to true) which defines
whether homing_solution should be in request to so or not

Issue-ID: VID-576
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I6151151a0256a5bb4e637acf08ae511f4b265dc2
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
4 years agoMerge "Bump VID master version to 6.0.0 (Frankfurt)"
Wojciech Sliwka [Thu, 19 Sep 2019 07:56:17 +0000 (07:56 +0000)]
Merge "Bump VID master version to 6.0.0 (Frankfurt)"

4 years agoMerge "remove duplicated label InternalState.REPLACE_MYSELF"
Ittay Stern [Wed, 18 Sep 2019 14:59:00 +0000 (14:59 +0000)]
Merge "remove duplicated label  InternalState.REPLACE_MYSELF"

4 years agoremove duplicated label InternalState.REPLACE_MYSELF 19/95919/1
Einat Vinouze [Wed, 18 Sep 2019 13:54:29 +0000 (16:54 +0300)]
remove duplicated label  InternalState.REPLACE_MYSELF

Issue-ID: VID-646
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Ifc6a43f9b34c5c792a05cc3502c1e8fcf5023210

4 years agoMerge "add new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE"
Ittay Stern [Wed, 18 Sep 2019 13:49:29 +0000 (13:49 +0000)]
Merge "add new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE"

4 years agoAdd feature flag for getVnfDataByGlobalIdAndServiceType 08/95908/2
Alexey Sandler [Wed, 18 Sep 2019 11:03:36 +0000 (14:03 +0300)]
Add feature flag for getVnfDataByGlobalIdAndServiceType

Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I4a5d8f4542668fdf7e9977773550933298d2aa0e

4 years agoBump VID master version to 6.0.0 (Frankfurt) 02/95902/1
Ittay Stern [Wed, 18 Sep 2019 09:42:38 +0000 (12:42 +0300)]
Bump VID master version to 6.0.0 (Frankfurt)

Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57
Issue-ID: VID-631
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoskip logs validation API tests for awhile 88/95888/1
Eylon Malin [Wed, 18 Sep 2019 05:58:43 +0000 (08:58 +0300)]
skip logs validation API tests for awhile

Issue-ID: VID-647
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I86e754b6de27dcb45ebb3b7172354b45503ec19b

4 years agoadd new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE 85/95885/1
Eylon Malin [Wed, 18 Sep 2019 05:00:10 +0000 (08:00 +0300)]
add new flag FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE

Issue-ID: VID-646
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I533221a6115c4a2d00ce3ed02eef4d1ad882df3a

4 years agoMerge "Add cloud-region and nf-role as an optional search criteria"
Ittay Stern [Mon, 16 Sep 2019 14:31:37 +0000 (14:31 +0000)]
Merge "Add cloud-region and nf-role as an optional search criteria"

4 years agoAdd cloud-region and nf-role as an optional search criteria 32/95732/2
Alexey Sandler [Mon, 16 Sep 2019 10:37:01 +0000 (13:37 +0300)]
Add cloud-region and nf-role as an optional search criteria

Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I72d9c2c9dc3f39fcc3c87e083ac230d20135e979

4 years agomake maven fronted tests optional by profile 37/95737/1
Eylon Malin [Mon, 16 Sep 2019 11:55:02 +0000 (14:55 +0300)]
make maven fronted tests optional by profile

Issue-ID: VID-643
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I906ae56d874ca4b8a760cdfb45ce23cf0e6cf6c3

4 years agoUpgrade FasterXML/Jackson to version 2.9.9.3 17/95717/2
Amichai Hemli [Mon, 16 Sep 2019 07:53:47 +0000 (10:53 +0300)]
Upgrade FasterXML/Jackson to version 2.9.9.3

FasterXML jackson-databind versions 2.x through 2.9.9.1 are vulnerable.
we will use 2.9.9.3 for jackson-databind only
Issue-ID: VID-640

Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: I537cb83ad787522b75fdee59ffabb51def747096

4 years agoMerge "Bump VID version to 5.0.3" 5.0.3
Wojciech Sliwka [Mon, 16 Sep 2019 07:18:26 +0000 (07:18 +0000)]
Merge "Bump VID version to 5.0.3"

4 years agoRemove redundant get vnf data endpoint of aaiController (fix) 97/95697/1
Amichai Hemli [Sun, 15 Sep 2019 09:51:06 +0000 (12:51 +0300)]
Remove redundant get vnf data endpoint of aaiController (fix)

As we are now using AaiController2, the AaiController endpoint of change-management is redundant
Issue-ID: VID-596

Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: I68289eb5acb02af75c052e891dc6f77a48dc62c7

4 years agoBump VID version to 5.0.3 96/95696/1
Ittay Stern [Sun, 15 Sep 2019 08:12:03 +0000 (11:12 +0300)]
Bump VID version to 5.0.3

Change-Id: I4c3de5eeaac8e576b6a52a87dbe3dc148c203edb
Issue-ID: VID-611
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agochange operational-environment-type on operational-environments query 95/95695/1
Eylon Malin [Sun, 15 Sep 2019 05:57:28 +0000 (08:57 +0300)]
change operational-environment-type on operational-environments query

Issue-ID: VID-637
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de

4 years agoMerge "logging of HttpResponse use raw body"
Ittay Stern [Sun, 15 Sep 2019 05:14:23 +0000 (05:14 +0000)]
Merge "logging of HttpResponse use raw body"

4 years agoAdd Feature Flag for cloud-region and nf-role as an optional search (fix) 95/95595/1
Ittay Stern [Thu, 12 Sep 2019 16:04:05 +0000 (19:04 +0300)]
Add Feature Flag for cloud-region and nf-role as an optional search (fix)

Change-Id: Ia5bfc99320ce1f9be1c5a4f98fc6d4a02be0f58a
Issue-ID: VID-596
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "logging requests and responses in SyncRestClient"
Ittay Stern [Thu, 12 Sep 2019 14:11:53 +0000 (14:11 +0000)]
Merge "logging requests and responses in SyncRestClient"

4 years agoMerge "Reduce vnf data response from A&AI in change management flows"
Ittay Stern [Thu, 12 Sep 2019 14:11:27 +0000 (14:11 +0000)]
Merge "Reduce vnf data response from A&AI in change management flows"

4 years agologging of HttpResponse use raw body 83/95583/1
Eylon Malin [Thu, 12 Sep 2019 14:02:46 +0000 (17:02 +0300)]
logging of HttpResponse use raw body

print raw body for cases like errors
make sure the response can be read logging it

Issue-ID: VID-611
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: If138531f515fb2927a13417040b68e81babebc4e

4 years agologging requests and responses in SyncRestClient 72/95572/3
Einat Vinouze [Thu, 12 Sep 2019 12:29:11 +0000 (15:29 +0300)]
logging requests and responses in SyncRestClient

Issue-ID: VID-611
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: I0e64e9520e566f9317f3fcbf0495b67349993ce4

4 years agoMerge "add button to menual search of vnf change the vnf role to free text optional"
Ittay Stern [Thu, 12 Sep 2019 13:07:40 +0000 (13:07 +0000)]
Merge "add button to menual search of vnf change the vnf role to free text optional"

4 years agoReduce vnf data response from A&AI in change management flows 38/95238/8
as221v [Mon, 9 Sep 2019 14:56:41 +0000 (17:56 +0300)]
Reduce vnf data response from A&AI in change management flows

Issue-ID: VID-596
Signed-off-by: Amir Skalka <as221v@intl.att.com>
Change-Id: I4462ef0c2dbc9880d1a0d204f6552e3842aad821
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
4 years agoadd button to menual search of vnf change the vnf role to free text optional 56/95556/4
Sara Weiss [Thu, 12 Sep 2019 06:35:13 +0000 (09:35 +0300)]
add button to menual search of vnf change the vnf role to free text optional

Issue-ID: VID-378
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
Change-Id: I21a4b541f32626823d84f9d0d6fb0392275b7428
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agocreate JoshworksJacksonObjectMapper and use it everywhere needed 67/95567/1
Eylon Malin [Thu, 12 Sep 2019 11:25:32 +0000 (14:25 +0300)]
create JoshworksJacksonObjectMapper and use it everywhere needed

Create class that implement joshworks object mapper that used jackson
object mapper that support kotlin.
Use it instead local anonymous classes where needed

Issue-ID: VID-611
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie00dce0ec9b366515c5e40d9f37b9e64a2ceb357

4 years agoadd UT to logRequest of Logging 62/95562/1
Eylon Malin [Thu, 12 Sep 2019 09:21:34 +0000 (12:21 +0300)]
add UT to logRequest of Logging

Issue-ID: VID-611
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ibbe32350b2a6ce02a833ab65346afde9e85fc6e2

4 years agoMerge "make Logging a service and inject it to SyncRestClient"
Ittay Stern [Thu, 12 Sep 2019 07:47:32 +0000 (07:47 +0000)]
Merge "make Logging a service and inject it to SyncRestClient"

4 years agomake Logging a service and inject it to SyncRestClient 62/95362/5
Eylon Malin [Tue, 10 Sep 2019 13:31:01 +0000 (16:31 +0300)]
make Logging a service and inject it to SyncRestClient

Issue-ID: VID-611
Change-Id: I120782884351c55b2e0d1b4ca8bae1e2479d1d0a
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoadd Feature Flag for cloud-region and nf-role as an optional search 90/95490/3
Alexey Sandler [Wed, 11 Sep 2019 12:53:30 +0000 (15:53 +0300)]
add Feature Flag for cloud-region and nf-role as an optional search

Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I36e5ea4842816dfa8a6734299bf667150600a375

4 years agoAlign vid-automation's Features.java to vid-app-common's 72/95472/3
Einat Vinouze [Wed, 11 Sep 2019 09:03:08 +0000 (12:03 +0300)]
Align vid-automation's Features.java to vid-app-common's

Issue-ID: VID-603
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Ie859a66e7ddc4f2dc78dd79e8f760022f121f86a

4 years agoAdd flag flag_flash_more_actions_button_in_old_view_edit (fixup) 64/95464/2
Einat Vinouze [Wed, 11 Sep 2019 06:57:27 +0000 (09:57 +0300)]
Add flag flag_flash_more_actions_button_in_old_view_edit (fixup)

Issue-ID: VID-603
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: If50a1f810a7851e4eaa88ac07fe3a09f381c0e4a

4 years agoMerge "Add investigative mechanics around flaky test serviceWithVrf_resultAsExpected"
Amichai Hemli [Tue, 10 Sep 2019 14:56:29 +0000 (14:56 +0000)]
Merge "Add investigative mechanics around flaky test serviceWithVrf_resultAsExpected"

4 years agoMerge "Semicolon at the end of the Statement and Remove trailing whitespaces at the...
Ittay Stern [Tue, 10 Sep 2019 14:44:46 +0000 (14:44 +0000)]
Merge "Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line"

4 years agoMerge "Semicolon at the end of the Statement and Remove trailing whitespaces at the...
Ittay Stern [Tue, 10 Sep 2019 14:44:37 +0000 (14:44 +0000)]
Merge "Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line"

4 years agoMerge "Semicolon at the end of the Statement and Remove trailing whitespaces at the...
Ittay Stern [Tue, 10 Sep 2019 14:44:28 +0000 (14:44 +0000)]
Merge "Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line"

4 years agoAdd investigative mechanics around flaky test serviceWithVrf_resultAsExpected 61/95361/1
Ittay Stern [Tue, 10 Sep 2019 13:21:55 +0000 (16:21 +0300)]
Add investigative mechanics around flaky test serviceWithVrf_resultAsExpected

Change-Id: Ia4bb9d9e15ce769b8fe4be624e93f03ca7b6af69
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge changes from topics "VID-14", "VID-13", "VID-12"
Ittay Stern [Tue, 10 Sep 2019 13:13:19 +0000 (13:13 +0000)]
Merge changes from topics "VID-14", "VID-13", "VID-12"

* changes:
  Add Semicolon at the end
  Add Semicolon at the end
  Add Semicolon ath the end

4 years agoSemicolon at the end of the Statement and Remove trailing whitespaces at the end... 97/94797/4
anushadasari [Tue, 3 Sep 2019 06:53:24 +0000 (12:23 +0530)]
Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line

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-606
Change-Id: Ic6daf9162504a2296a7e2cf48f08e60cabe14b21
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoSemicolon at the end of the Statement and Remove trailing whitespaces at the end... 92/94792/3
anushadasari [Tue, 3 Sep 2019 06:27:47 +0000 (11:57 +0530)]
Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line

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-606
Change-Id: Ib1484f91b4b47457c4150b536d420ffc1e6902b4
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoSemicolon at the end of the Statement and Remove trailing whitespaces at the end... 68/94768/3
anushadasari [Mon, 2 Sep 2019 11:37:26 +0000 (17:07 +0530)]
Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line

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-604
Change-Id: I850ee4d00e2f263105a15a5778c11cfb2e526986
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoMerge changes from topics "VID-11", "VID-10", "VID-9"
Ittay Stern [Tue, 10 Sep 2019 13:03:50 +0000 (13:03 +0000)]
Merge changes from topics "VID-11", "VID-10", "VID-9"

* changes:
  Add Semicolon at the end
  Add Semicolon at the end
  Add Semicolon at the end