summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-18allow LOB multi-selection for network (fix test)Einat Vinouze1-1/+1
Issue-ID: VID-788 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I46068bfc73b2ea083274e3011f1549a1a7dea8ec
2020-03-18allow LOB multi-selection for networkEinat Vinouze15-38/+80
Issue-ID: VID-788 Change-Id: I03674ea0c04567291ba647c76b7c88bc11a7cf0e Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-16API test to verify simpleNoTaskInfo formatAlexey Sandler3-112/+261
Use new format when fetching Orchestration requests from MSO to the CM dashboard Issue-ID: VID-787 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Id426ee13ce9dede540d7807cb836f1bb6db420c2
2020-03-16API test to verify simpleNoTaskInfo formatAlexey Sandler3-0/+179
Issue-ID: VID-787 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I650530f9490d45d3fc3fe3fcb1b853bdded7d07a Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-16Merge "allow LOB multi-selection for network - add FF"Amichai Hemli4-9/+43
2020-03-16allow LOB multi-selection for network - add FFEinat Vinouze4-9/+43
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-15Handle DB password special charactersIttay Stern2-2/+2
printf %q will add necessary slashes for the shell; e.g.: the following pair is an example for input and output: Dufr1&Ze heP$1\n"e'wi => Dufr1\&Ze\ heP\$1\\n\"e\'wi Issue-ID: OOM-2293 Issue-ID: VID-786 Change-Id: I44042782c3d9af6dffb228413197791424a2b659 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-12Merge "Upgrade vfModule popup: show modelVersionId and invariantiD from ↵Ittay Stern3-15/+51
instance or model."
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 Hemli7-9/+36
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-09Upgrade vfModule popup: show modelVersionId and invariantiD from instance or ↵Alexey Sandler3-15/+51
model. Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I2132df5557d346537a9283c5f7147f47f1da36af Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-09allow platform multi-selection for networkEinat Vinouze2-9/+8
Issue-ID: VID-785 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I38e32dc5c1d5630d8cd7d5c18e964875be38002d
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 Vinouze19-104/+100
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-04Merge "Upgrade vfModule popup: show version from instance or model."Ittay Stern4-12/+29
2020-03-04Upgrade vfModule popup: show version from instance or model.Alexey Sandler4-12/+29
Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Idc83bee2f5f94998d1c118f8c911c3370e2f23e1 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-04Release VID 6.0.3 (Frankfurt)Ittay Stern10-9/+26
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 Stern5-20/+12
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-04Merge "Document SDNC https port 30267"Amichai Hemli1-5/+4
2020-03-04Merge "Remove explicit org.apache.httpcomponents.httpcore"Amichai Hemli1-5/+0
2020-03-03Merge "Remove dead code in automation's utils"Amichai Hemli45-5581/+1
2020-03-03Remove dead code in automation's utilsIttay Stern45-5581/+1
Issue-ID: VID-774 Change-Id: Icba941b2bf1b0d19666525d6e8a149e1c7e1b8a9 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-03remove duplicate "model version" field from ncfAlexey Sandler3-4/+2
Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0a2df987ec53e25ae5e4c06fb5c27ab4dfbff5a5 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-03Document SDNC https port 30267Ittay Stern1-5/+4
Clear http 30202 port removed. See https://wiki.onap.org/display/DW/OOM+NodePort+List Issue-ID: VID-773 Change-Id: Iba1712b837870ecfcc17cf6420902cc3b41a5983 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-03Remove explicit org.apache.httpcomponents.httpcoreIttay Stern1-5/+0
It is brought inherently by org.apache.httpcomponents.httpclient Issue-ID: VID-755 Change-Id: I4582bc0ca8a4be0642d2e47ce6c50d466101cc68 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-03Bump apache plugins and dependencies to latestsIttay Stern6-44/+44
Issue-ID: VID-755 Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-01Component-info: show version and customization id from instanceAlexey Sandler4-59/+95
Issue-ID: Issue-ID: VID-771 Change-Id: If172a0aa6555087edabff3c112c565a768169b5c Signed-off-by: Alexey Sandler <alexey.sandler@intl.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-28Merge "Bump opencsv, c3p0, snakeyaml, h2 database to latests"Ittay Stern4-17/+17
2020-02-28Merge "Bump guava to 28.2-jre"Ittay Stern2-2/+2
2020-02-28Merge "Use HTTPS to resolve dependencies in Maven"Ittay Stern1-2/+2
2020-02-28Merge "Bump springframework to 5.2.3.RELEASE"Ittay Stern2-2/+2
2020-02-27Merge "cypress test - provide more details upon deepCompare failure"Eylon Malin1-1/+4
2020-02-27cypress test - provide more details upon deepCompare failureIttay Stern1-1/+4
Issue-ID: VID-740 Change-Id: I75d69d1b70e9c6a82984a1d6f61a972827c19e03 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-27Bump opencsv, c3p0, snakeyaml, h2 database to latestsIttay Stern4-17/+17
Issue-ID: VID-755 Change-Id: If34239ebc6c9e4b067c22a3fae0a680a160cb00b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Bump guava to 28.2-jreIttay Stern2-2/+2
Issue-ID: VID-755 Change-Id: I8c8936a081f745f47b420d3042a062962f7daaa5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Use HTTPS to resolve dependencies in MavenIttay Stern1-2/+2
Issue-ID: VID-755 Change-Id: I488825e529c328d89ab319dc0f8f4d727c34958d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Bump springframework to 5.2.3.RELEASEIttay Stern2-2/+2
Issue-ID: VID-755 Change-Id: I96c5d689e005a7f376b9eda81e5c03770ccd8c36 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-26Bump jackson fasterxml to 2.10.2Ittay Stern3-6/+6
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-25Move to debian `apt` (was alpine `apk`)Ittay Stern1-1/+5
Issue-ID: VID-498 Issue-ID: VID-756 Change-Id: Id324e2970022618acfad6e478a21134525b6cf06 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Merge changes Ia95e99f4,Iac2da615Amichai Hemli4-13/+40
* changes: Move to jdk11-openjdk-slim (was jre8-alpine) Maven import jakarta XML Binding
2020-02-24Move to jdk11-openjdk-slim (was jre8-alpine)Ittay Stern1-4/+12
Issue-ID: VID-498 Issue-ID: VID-756 Change-Id: Ia95e99f464d7f2e107821492cef522badee693fc Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Maven import jakarta XML BindingIttay Stern3-9/+28
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-24Merge "Show "retain VG" for vfModule that is allowed or that is an "alien""Ittay Stern4-10/+26
2020-02-24Show "retain VG" for vfModule that is allowed or that is an "alien"Einat Vinouze4-10/+26
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-24fix to cypress test related to to fix on treeNodeModulesAlexey Sandler1-2/+2
Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I3494f36a8d02393508e8382ca969e7e463c0cde8 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>