aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-01-09Merge from ECOMP's repositoryIttay Stern26-350/+59
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-29Handle annotated-input which has 2 propertiesIttay Stern2-0/+14
Handle correctly an annotated input, when it has more than a single "vf_module_label". Change-Id: Ibe3f6408d7d5c18b13e47846235a2b3ab66f35f8 Issue-ID: VID-362 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-08-29Fix license issuesSonsino, Ofir (os0695)7-0/+0
Change-Id: Ic384532c55b0e65560737faba0ae702f41bf561d Issue-ID: VID-298 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-07-10Merge 1806 code of vid-commonSonsino, Ofir (os0695)14-86/+60
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-20Fix license issuesSonsino, Ofir (os0695)4-0/+0
Change-Id: I26ad90dca61a1aa3770f3a6d41aff9e420098a82 Issue-ID: VID-198 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-01-31org.onap migrationOfir Sonsino19-14/+430
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-17Remove non-open source licensed filesOfir Sonsino1-0/+0
Change-Id: I00192593343d62139b78e24787f549dd2c0ab4f0 Issue-ID: VID-81 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-11Remove non-open source licensed filesOfir Sonsino1-0/+0
Change-Id: I983eb9c18b81d5dc88ee14d7c29a4129c4fa1609 Issue-ID: VID-81 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-10-08Improve SONAR coverageOfir Sonsino1-4/+4
Change-Id: I02e9535f96040cd038ef064ee5881c4c3e5e7bca Issue-ID: VID-72 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-20Change management and PNF supportOfir Sonsino8-7/+156
Issue-ID: VID-44, VID-48, VID-49, VID-50, VID-51, VID-52 Change-Id: I83e940aad2e4e294a0927b546c4c08ca8e539a65 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-20Global Read only role, Support VID specific RolesOfir Sonsino4-6/+31
Issue-ID: VID-46 , VID-47 Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-04[VID-55] Upgrade Tosca Parser (merge)Ofir Sonsino4-0/+203
Change-Id: I5389f1641ef22df3ed569a154b3c367117c04d04 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-05-07[VID-6] Initial rebase pushjimmydot15-0/+413
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot <jf2512@att.com>