aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
AgeCommit message (Collapse)AuthorFilesLines
2021-12-17VID-989: Log4j changes as part of Security vulnerability fixKruthi Bhat1-1/+20
Change-Id: I5999546b655eeace30806b055ac0e2fcfbf86c1d Issue-ID: VID-989 Signed-off-by: krutbhat@att.com
2021-09-29AAI Query optimization for VIDPATTANAYAK, SAUMYA SWARUP (sp931a)19-15/+1197
Issue-ID: VID-986 Change-Id: Ia3e012c41df4e9049ce9a1ae56ec83b276e11611 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2021-03-09honolulu release commit8.0.2RachithaRamappa931-1/+1
Change-Id: I31126c01152d376d1375bc9c5ec996ba4eff83ff Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
2021-03-08Enabled ModernUI by default in ONAP VIDdeen19851-13/+31
Change-Id: I4cd60e232c2c0e56de90d73715e108dbf497226e Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: VID-679
2021-03-04honolulu relase patchRachithaRamappa931-1/+1
Change-Id: I5f5517d7527b72021c13a647ef79f5b0270af17a Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
2021-02-23honolulu snapshot release8.0.0RachithaRamappa931-1/+1
Change-Id: I57ab0e2f5356a1690cd09558b96d5e0bfe911255 Issue-ID: VID-958 Signed-off-by: rachitha.ramappa@att.com
2021-02-02Unable to delete old service instances created of old ASDC servicePATTANAYAK, SAUMYA SWARUP (sp931a)2-0/+6
Issue-ID: VID-943 Change-Id: I3c395f5332f078ad1a9a2c2c6899d5edc8a6bec7 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-12-21Fix for VID-928: NullPointerException during deploy service instance with ↵marcinrzepeckiwroc1-2/+3
empty cds model fields. Flag "Skip post instantiation configuration" is not collected. Issue-ID: VID-928 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I3cabaf1b503160a6352fd89f511b3e6d7b706064
2020-12-21Fix for VID-927: Generated service instance name is not visible in ↵marcinrzepeckiwroc4-8/+16
Instantiation status table. If user not provide Instance Name during set a new service instance, vid generate name base on service model name (if the name is not unique, it will append the suffix) Issue-ID: VID-927 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I7d51c0d4b0b2c0765ba9f3a7302c591f19438dc4
2020-11-27Update VID SO API call generation - include PNF instanceName parameter in SO ↵Mateusz Gołuchowski26-51/+446
API call (macro) Creation of functionality to prepare service with PNF request which call SO. Issue-ID: VID-695 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com> Change-Id: I5285ac2ab5e95665244ca18c6549249d9330b1ed
2020-11-25Prevent upgrade for base vf module with add onKruthi Bhat1-1/+2
Change-Id: Ie8139056ae560f734f2ae70d6a2ddb97f4c2dfaa Issue-ID: VID-925 Signed-off-by: krutbhat@att.com
2020-11-25filter a&ai query to discard relationship listPATTANAYAK, SAUMYA SWARUP (sp931a)1-1/+5
Issue-ID: VID-924 Change-Id: I1bb8bad294f5a5fcceb80f05177e50ad7d14e40d Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-11-11removing retain assignments checkbox from upgade vfModule screenRachitha Ramappa4-4/+4
Change-Id: I7f28de1ebc34ae393828bf139716533248e8897a Issue-ID: VID-922 Signed-off-by: rachitha.ramappa@att.com
2020-11-05The following change are for release VID's RC1 for Guilin releaseRachitha Ramappa1-1/+1
Change-Id: I26060228813b0bfb51c1eea7441091e755539c2f Issue-ID: VID-902 Signed-off-by: rachitha.ramappa@att.com
2020-11-02VID Guilin ReleaseKruthi Bhat1-1/+1
The following change are for release VID's RC0 for Guilin release Issue-ID: VID-902 Change-Id: Ic2a24cae6e09ce0a868e10b8009715b333e1070e Signed-off-by: krutbhat@att.com
2020-10-30instance name missing for delete action in audit infoPATTANAYAK, SAUMYA SWARUP (sp931a)2-3/+22
Issue-ID: VID-916 Change-Id: Id9a8e59bbc3d221186a3ec23972fc480c29e7fb2 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-10-29VID-913 : Addition of Instance IDs in Audit Info screenKruthi Bhat5-3/+45
Change-Id: I7a440c6797f63588c68d490715272992e626424f Issue-ID: VID-913 Signed-off-by: Kruthi Bhat <krutbhat@att.com>
2020-10-23Sorting functionality on audit info screenKruthi Bhat4-0/+8
Change-Id: If2fed947ccc0cbcb68ad656fb6010aa9cb829acd Issue-ID: VID-904 Signed-off-by: rachitha.ramappa@att.com
2020-10-08VID - Feature flag for PNF in modern UIMateusz Gołuchowski4-3/+5
This task is about introducing new feature flag: FLAG_EXTENDED_MACRO_PNF_CONFIG, which will allow to choose different PNF implementations. Main changes when flag is ON: - Modern UI will be used for instantiation of macro service with pnfs - There will be possibility to add instance of PNF in drawing board but this concerns only macro services For now "plus" icon on PNF generates new popup window but it is still impossible to add it as a new resource to service. This functionality will be implemented soon. Issue-ID: VID-694 Change-Id: I375db2104687f1f634adac31d4d1af3675f5911c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-10-08New audit info screen changes7.0.0Rachitha Ramappa6-11/+270
Audit screen css changes and export mso status to external file Change-Id: I71d577121e18090eab7a388ed01707823e45ac82 Issue-ID: VID-901 Signed-off-by: rachitha.ramappa@att.com
2020-10-05Relax VNF Change Management filters for VNFsmarcinrzepeckiwroc2-11/+118
Issue-ID: VID-837 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I1b1a501897d013a9f2b54423100aa8de924e5a9d
2020-09-22When VG instantiation fails the root job status should be in final statePATTANAYAK, SAUMYA SWARUP (sp931a)2-2/+2
Issue-ID: VID-902 Change-Id: Ic40cf857e58e7079be9b23f7ae540399ec8fa227 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-08-31Pause Upon VF Module FailurePATTANAYAK, SAUMYA SWARUP (sp931a)9-19/+68
Issue-ID: VID-862 Currently in VID, once a failure is received from SO on the instantiation of a VF Module, it is assumed that other VF Modules may continue with the execution without stopping. However, in most of the cases, it is a good idea to stop further requests to SO if one of the VF Module instantiation returns an error. This user story, makes sure this functionality is achieved. Change-Id: I07c51b81111f805b61c8b3714a65171d7cbaa254 Signed-off-by: PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com>
2020-08-10Visualization of the VF Module Sequencingikram1-0/+1
Issue-ID: VID-860 More scenarios covered in VID-860 for vf-module sequencing. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Ie138ba2616961fba7856eaaf5f17b5dc63a08e6e
2020-07-29Test Cases Addition and Fixesikram1-3/+4
Issue-ID: VID-858 Integration Tests are edited in this patch to support functionality in VID-858. Signed-off-by: ikram <ikram@research.att.com> Change-Id: I378cb2afd0f2c994a856ad31895cec3fca376b33
2020-06-25Rollback on failure flag should always be true while vfm replace callfeature/mfaPATTANAYAK, SAUMYA SWARUP (sp931a)3-7/+7
Issue-ID: VID-851 Signed-off-by: Soumya Pattanayak <sp931a@att.com> Change-Id: I2cb3fd0a6b6d25133e426c76ac5851df9cc55216
2020-06-02When JobStatus is COMPLETED_AND_PAUSED add retry option dropdown menu on ↵Einat Vinouze1-2/+2
instantiationStatus Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Idd20b768c1279a3736fbeeb56ec85b3911bb186f
2020-05-21Set JobStatus as COMPLETED_AND_PAUSED when needed so we can present it on ↵Einat Vinouze6-70/+98
instantiationStatus Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I19328ce643ea984a97dc04183626dea133be517d Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-19Introduce FeatureManager to ResourceCommandEinat Vinouze16-67/+123
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Id6c663d4612d69a48b4a9425db082fb6c33e08b1 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-17Move pauseInstantiation from VfModule to BaseResourceEinat Vinouze10-20/+23
Issue-ID: VID-821 Change-Id: Iacb80bba25596b26cb33fd91d9b2c4a4f9a6d08b Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-15When opening a service instance from the instantiation status page, the More ↵Amichai Hemli2-2074/+2074
Actions button should be visible pending user's permissions Issue-ID: VID-829 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ia28f2fd9d497e8f7b2f2b4644ec105e5283b2637
2020-05-13Don't fetch scheduled tasks when there's no schedulerIttay Stern1-9/+13
Change-Id: Idc78256615164f06d110c9847e90a9112fb1e2d5 Issue-ID: VID-825 Issue-ID: VID-174 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-07Bump VID master version to 7.0.0 (Guilin)Ittay Stern2-3/+3
Issue-ID: VID-813 Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-06Disable Scheduler by feature toggle FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SOAmichai Hemli7-4/+9
Issue-ID: VID-174 Change-Id: I8693021ed952e9ff250cf72360db43f0741af9b4 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-05Add pause after completion for vfModuleEinat Vinouze12-8/+268
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie3088cd2795c94121c45874d15c319151a10cc95 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-05-04When cloud region is missing then omit the cloudConfiguration objectAmichai Hemli3-14/+28
Issue-ID: VID-820 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: I0780649982c0a1ae0a5bc56da438d422a710e4bf Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
2020-05-04CleanupIttay Stern1-21/+4
Issue-ID: VID-822 Change-Id: I0ba8c54c81b32adcf0ef3f942c26b087b5bce900 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-03Change Management: Support PNF software upgradeEricMoore3-24/+53
Issue-ID: VID-505 Change-Id: I128b22092b78cf05a904648c276807a7ebb21aca Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: EricMoore <eric.e.moore@est.tech>
2020-04-22Add drop down Source subscriber name on the PMC instantiation formAlexey Sandler2-10/+54
Add the "Source Subscriber Name" drop down for the source VNF on the PMC (Port Mirroring Configuration) instantiation form. Issue-ID: VID-809 Change-Id: Iab01675e815bbc9809c67e31e475613973d868ea Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-04-20Add select a subscriber for the source VNF on the PMC instantiation formAlexey Sandler2-1/+3
Add the "Source Subscriber Name" drop down for the source VNF on the PMC (Port Mirroring Configuration) instantiation form. Issue-ID: VID-809 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ifa37aa38c96153f60ad020225d0a215c6b67bbfe Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-19add "new view/edit" button in the Instantiation Status pageAlexey Sandler1-0/+1
Issue-ID: VID-805 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I2883ce3ddb8e5eb7eb5eb405f9ae2aeb554252bc Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-19empty lineOfBusiness value when create new network (old screens) - fixAlexey Sandler1-27/+5
Issue-ID: VID-808 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I9f77e449411afdf1553f890c1c6a94eaa34afc7e Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-16add network: create test to verify payload to MSOAlexey Sandler1-0/+28
Issue-ID: VID-802 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ib150b9d67f7ba50eb619b5483b99eb4ae906b9d8 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-07Limit the length of logged responses in outgoingRequestLogIttay Stern2-3/+59
Currently truncated after 1 MB. Issue-ID: VID-804 Change-Id: Ic99c33eede488db60c296d7272850cadee9f2925 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-04-06Update frontend-maven-plugin, node, npmIttay Stern1-3/+3
Issue-ID: VID-774 Change-Id: I50ecfd3138675827b6c371b0dd075886e721d121 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-04-06Add another VNF to the new view/edit screen - Integration testEinat Vinouze2-0/+223
Issue-ID: VID-803 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I9e2a58863855353b75edab44129c96b319511dde Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-04-05Merge "Add another Network to the new view/edit screen"Eylon Malin3-2/+113
2020-04-05Add another Network to the new view/edit screenAlexey Sandler3-2/+113
Issue-ID: VID-802 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ie0e1dcd28f78307ec526c375c1bf4c655ec09ffe Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-02when deleting a vf module from the modern ui verify that correct delete is ↵Amichai Hemli2-0/+196
sent to mSO Issue-ID: VID-798 Change-Id: I1c8422ccbd15f12b6e516abb6e77229daa65ffe1 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-04-01Configure "portal app_password" in DB by environment variableIttay Stern5-6/+129
Issue-ID: VID-801 Change-Id: Ic29912cdbbfe2cad9de957d190224d873d9c1e8c Signed-off-by: Ittay Stern <ittay.stern@att.com>