aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator
AgeCommit message (Collapse)AuthorFilesLines
2019-04-18Address licence discrepancyIttay Stern15-0/+0
Issue-ID: VID-378 Change-Id: I81f6adef541b78a656ca5820a4174cadad12fc77 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-17fixing backEnd local workflow typeBartosz Gardziejewski1-1/+1
Change-Id: Ifd6f0718135d38135f57496e4f816e48324cfb7d Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-11modify local workflow parameters to much native onesBartosz Gardziejewski1-1/+93
Change-Id: I8d3e6b204a1b327d7b754c5bc723ae4268174393 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-09Merge "align logic to new so api"Wojciech Sliwka4-60/+113
2019-04-08align logic to new so apiWojciech Sliwka4-60/+113
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 Stern1-1/+1
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 Sliwka6-5/+89
2019-04-01Sending workflow data from UI to SOBartosz Gardziejewski6-5/+89
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 Stern2-1/+3
Change-Id: I3aa990785b340cdff647154016ae6078aabc3ee7 Issue-ID: VID-403 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-26Upgrade springframework to 4.3.22 (was 4.2.x)Ittay Stern1-1/+1
Issue-ID: VID-435 Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-21Merge "Preset for Workflows action:EQUALS:scaleOut"Ittay Stern2-19/+54
2019-03-20Merge "Merge simulator from ECOMP's repository"Ittay Stern92-1368/+2421
2019-03-19Preset for Workflows action:EQUALS:scaleOutIttay Stern2-20/+55
Change I71d44c6b36babcc5b8931cda65ab86940062deda modified MsoBusinessLogicImpl.getOrchestrationRequestsForDashboard to require having a response from MSO for action:EQUALS:scaleOut in order to see the other modelType:EQUALS:vnf workflows. Change-Id: Ib5466c366938653f1cb3edfeb07328a4bc0b5afc Issue-ID: VID-403 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-15new presetsWojciech Sliwka3-0/+2663
add new presets to fill change-management popup Change-Id: I3bfac732f9c16fe22aa2bddfde946314e7294792 Issue-ID: VID-397 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-03-11Merge simulator from ECOMP's repositoryIttay Stern92-1368/+2421
Reference commit in ECOMP: 8e92a8c6 Issue-ID: VID-378 Change-Id: Ifd87e07db55a760fc94c582758a7413103b5fdd8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-21workflow parameters APIWojciech Sliwka4-0/+122
Change-Id: If79e410608a0562ddef86d9a3a451d4addf66a0f Issue-ID: VID-419 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-02-18Introduced mocked SO workflows in VID FEgolabek2-6/+23
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-01-09Merge from ECOMP's repositoryIttay Stern1-3/+3
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-12-20pom.xml cleanupbiniek1-35/+2
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-14.gitignore cleanupbiniek6-66/+5
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-04Add simulator to docker-compose.ymlkurczews2-0/+62
Issue-ID: VID-354 Change-Id: If531a133c6d6267e5b956cbb9852fc15e24642d5 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-09-26Merge "Fix simulator preset"Amichai Hemli1-3/+3
2018-09-20Fix simulator presetkurczews1-3/+3
After Portal API update simulator preset needs to be updated Issue-ID: VID-313 Change-Id: I960fed36f0bbc82bc6b3a2b2e01d9b22322b5719 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-09-17Add new SDC service model to simulatorJoanna Jeremicz2-0/+56
Change-Id: I92ba14ef2c157abd130aa1eaaf9dc89aa5437a77 Issue-ID: VID-205 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-08-21Rename vid-simulator packagesJoanna Jeremicz9-12/+12
- Rename from openecomp to onap and update imports - Fix small bug in README.txt Change-Id: I099b010adf7ed6dd708c9feae0340be462b1d195 Issue-ID: VID-205 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-08-12vid-simulator dev and test toolSonsino, Ofir (os0695)92-597/+42609
Change-Id: I38e7eead042bde3beeebbdf4e05a7f62f174fd1e Issue-ID: VID-281 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-20Fix license issuesSonsino, Ofir (os0695)1-0/+0
Change-Id: I26ad90dca61a1aa3770f3a6d41aff9e420098a82 Issue-ID: VID-198 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-01-31org.onap migrationOfir Sonsino39-0/+16377
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>