aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp
AgeCommit message (Collapse)AuthorFilesLines
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-11Merge "modify local workflow parameters to much native ones"Ittay Stern3-37/+44
2019-04-11modify local workflow parameters to much native onesBartosz Gardziejewski3-37/+44
Change-Id: I8d3e6b204a1b327d7b754c5bc723ae4268174393 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-10Merge "aaiSubscriberController Test"Ittay Stern2-28/+1478
2019-04-09Merge "align logic to new so api"Wojciech Sliwka3-57/+140
2019-04-08align logic to new so apiWojciech Sliwka3-57/+140
Change-Id: Ic1a975eb6d3d9487fc2e006d2f171fa044806ef3 Issue-ID: VID-400 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-04-02Display Human-readable timeout in Manual Task popupIttay Stern3-3/+52
Issue-ID: VID-403 Change-Id: Iac5d7eb4ab92d967151fcf9ef439dd038f903c08 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-02Merge "Sending workflow data from UI to SO"Wojciech Sliwka2-0/+46
2019-04-01Sending workflow data from UI to SOBartosz Gardziejewski2-0/+46
Change-Id: I39c78584c61eb317d4eaf2861ece810c1b60ab01 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-01Display Manual Task description in actions popupIttay Stern4-31/+36
Change-Id: I3aa990785b340cdff647154016ae6078aabc3ee7 Issue-ID: VID-403 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-28aaiSubscriberController TestBartosz Gardziejewski2-28/+1478
Change-Id: I1e1b120d43e295e375626f125b8a24c4ae92b952 Issue-ID: VID-387 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-03-26Merge "Retrieve worfklows by model"Wojciech Sliwka2-4/+4
2019-03-25Upgrade lodash to 4.17.11Ittay Stern1-129/+129
From https://raw.githubusercontent.com/lodash/lodash/4.17.11-npm/lodash.min.js Via https://lodash.com/ Issue-ID: VID-434 Change-Id: Ic8bfc382cb929953f695b9f91ded60fe28b9812e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-24Ingest SO Task fields: 'timeout' and 'description'Ittay Stern2-5/+64
Follows discussion in SO-1594 Issue-ID: VID-403 Change-Id: I04b793d730c9a26d140f52197c103b14d1babd72 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-21Retrieve worfklows by modelWojciech Sliwka2-4/+4
Change logic to retrieve workflows from SO by modelVersionId instead of vnfName Change-Id: Id8ee8b85670dd4b56ce6a43c120e5ef053e5f617 Issue-ID: VID-444 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-03-18Test manual-tasks-controllerIttay Stern1-0/+126
Issue-ID: VID-403 Change-Id: I547b6653ad7d5bacd50a7254de390a42a7b349c0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-17Remove vendor from CloudOwnerIttay Stern5-2079/+2089
cloud-owner identifies the vendor and cloud name. First part of composite key is formatted as vendor-cloudname. VID will *display* only CLOUDNAME. Issue-ID: VID-396 Change-Id: I9dd9b2b15d96067023034b5776787c51c3b5eda4 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-11Introduced feature toggle for workflows APIgolabek6-41/+76
FLAG_HANDLE_SO_WORKFLOWS was added to list of flags and used in js Change-Id: I720cd01b001fd1be75ec49628d7bb4b04f883384 Issue-ID: VID-398 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-03-08VnfInPlaceFields and ScaleOut rendered dynamicallygolabek5-58/+249
* hardcoded workflows parameters moved to the internal API. * html changed to dynamically render parameters from the new API. Change-Id: Id2f61dbf88ae65401a8974422ab7c6da07053da2 Issue-ID: VID-398 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-02-26Update license headersIttay Stern134-177/+1653
- Source code files been updated with License Apache 2 header - Year format in copyright header of all source code files been updated Issue-ID: VID-427 Change-Id: I27dfd8a927a62c90a713cbeccf6ce656c4f920f0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-25Upgrade lodash to 4.17.5Ittay Stern1-128/+129
(was lodash 4.17.4) Change-Id: I9217555a7b948feaee5439fe141e707fb756eac2 Issue-ID: VID-405 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-22Introduced dynamic workflow properties in VID FEgolabek5-9/+72
VID FE will get workflows from SO API (mocked at this moment),then call SO for the parameters and dynamically render those parameters on the page. (contains PR of @Wojciech Sliwka about mocked parameters API from SO) Change-Id: If2cd156cd96a120e79746a4da44d4926f8d6cbcf Issue-ID: VID-398 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-02-18Merge "Introduced mocked SO workflows in VID FE"Ittay Stern4-218/+340
2019-02-18Introduced mocked SO workflows in VID FEgolabek4-218/+340
Mocked SO workflows joined with list of workflows from VIDs DB. (Contains: Mocked BE service to return workflow list) Change-Id: I10336238cfeb8819e0a2b3e88cd86c338cab86fa Issue-ID: VID-399 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-02-17Turn-off Modern UIIttay Stern1-17/+19
Un-arm features (Drawing-Board; View/Edit) which requires upcoming build and pack of angular7. This will affect, mainly, Macro models, which will now turn back to legacy UI. This will patch issues similar to described in VID-373. Issue-ID: VID-373 Change-Id: I949f89468a3d6a81ade2f8ec7e5c04259ee78a8c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-01Introduce JS unit tests into VIDgolabek2-1/+33
maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-01-21Merge "replaced named func with anonymous func"Ittay Stern3-13/+16
2019-01-21bug fix - unreachable codeDriptaroop Das1-1/+2
bug fix - unreachable code. Issue-ID: VID-390 Change-Id: I5e6cb45fed4cceb07d67ea22c011d329f1807678 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-21replaced named func with anonymous funcDriptaroop Das3-13/+16
replaced named function with anonymous function. While named function expressions might be useful for debugging purposes, some browsers do not support them correctly (for example Internet Explorer 8). Issue-ID: VID-389 Change-Id: Ia0943a1bd765b1b9d5909c68af97ae11b1060255 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-09Merge from ECOMP's repositoryIttay Stern34-217/+797
Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-13Fix for max_vf_module_instances (remove .value)Sonsino, Ofir (os0695)1-1/+1
Change-Id: I3e1edbded67d88e314ef2315c5c54b5e9c7699d4 Issue-ID: VID-346 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit c445efac620f9ba82bae41e53b10849de968f77d)
2018-11-11Fix for max_vf_module_instancesSonsino, Ofir (os0695)1-2/+2
Change-Id: I6df1275b7f2240b31f01c0f136993fb81e285107 Issue-ID: VID-346 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit d9cc8aad6ba07f123c6250056a99aea641150e86)
2018-10-21VoLTE/E2E service flow fixSonsino, Ofir (os0695)2-3/+5
Change-Id: I19852fa9934f32cb27e1427bdec2404be26b98df Issue-ID: VID-331 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-09Correct flow for ScaleOutWojciech Sliwka1-12/+7
Change-Id: I347fec1e15526fa9b43ab57612235b55dee3eeba Issue-ID: VID-321 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-01Fix service instantiation errorWojciech Sliwka1-2/+1
Fix error during service instantiation (unknown field during call to SO) Fix endpoit used durign creating vf module instance Add separate endpoint for scale out Issue-ID: VID-317 Change-Id: I34c25ae9d1ee1afe71ac340ef71c2572686bee2b Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-09-24Changed VF creation to new MSO scaleout APIkoblosz2-11/+19
Change-Id: Ie3cf99adc9a441d03bd31884ea46c94e9b62db74 Issue-ID: VID-248 Signed-off-by: Koblosz, Sandra (koblosz) <sandra.koblosz@nokia.com>
2018-09-11Add feature toggle support for PNF PnPJoanna Jeremicz3-2/+4
Change-Id: Ia6d1866851a2e487ba61fd693d9b1c5038d5703b Issue-ID: VID-301 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-09-05Fix features.propertiesSonsino, Ofir (os0695)1-0/+15
Change-Id: I18bc7ca0bbc270937884eb37d375678a0cd02252 Issue-ID: VID-305 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-09-04Change management screen fixSonsino, Ofir (os0695)1-1/+1
Change-Id: I81f3faf3f8550d7c4cbd0ff4e48e067ee8e90ba1 Issue-ID: VID-303 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-29Fix correlation Id fieldkurczews1-0/+1
Change-Id: I5b1412c22e3ba5cc075ef5b0d3cabbad6cd193f2 Issue-ID: VID-297 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-08-15Remove Controller Type fieldSonsino, Ofir (os0695)3-16/+2
Change-Id: I24a571aab0b4277762c915bb9900cca610c782a7 Issue-ID: VID-250 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-06UI Feature flagging supportSonsino, Ofir (os0695)43-2258/+3202
Change-Id: Ic2151dab6306c42364483e9064c01bab3dd7378b Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-07-10New Angular UI from 1806Sonsino, Ofir (os0695)3-0/+109
Change-Id: I39c160db0e0a6ec2e587ccf007ee1b23c6a08666 Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-07-10Merge 1806 code of vid-commonSonsino, Ofir (os0695)5-1/+94
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-05VoLTE supportv2.0.02.0.0-ONAP2.0.0-ONAPSonsino, Ofir (os0695)3-7/+32
Change-Id: I506a30d012003d8f6efb7c894435c28f1e421ac4 Issue-ID: VID-189 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-01Fix SO C.M payloadSonsino, Ofir (os0695)1-1/+1
Change-Id: I84ea1d3981432d1b47690c87dd75d8b94cb848c2 Issue-ID: VID-201 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-05-30Scale out fix for vfmodule countSonsino, Ofir (os0695)1-2/+19
Change-Id: I9bd6fe9439f5779afd9711489a1c3b850f6c864e Issue-ID: VID-188 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-05-29error message when model doesn't existSonsino, Ofir (os0695)1-2/+17
Change-Id: I86aa21b380d2c0616846d92680382518e2355b3f Issue-ID: VID-233 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-05-25Scale out fix for vfmodule nameSonsino, Ofir (os0695)1-7/+4
Change-Id: I3591d1cff63d96609f0a7441784c8d54cc189568 Issue-ID: VID-188 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>