aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap
AgeCommit message (Collapse)AuthorFilesLines
2019-03-18setting security level to OWASP Cipher String 'A'Bartosz Gardziejewski1-39/+7
Change-Id: I08562d62fbed8e490f6c9211aa2f1564246e713a Issue-ID: VID-444 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-03-13New VID certificate valid until: March 12, 2020Ittay Stern1-0/+0
Alias name: vid@vid.onap.org Owner: C=US, O=ONAP, OU=OSAAF, OU=vid@vid.onap.org, EMAILADDRESS=, CN=vid Issuer: CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US Valid from: Tue Mar 12 15:26:01 GMT 2019 until: Thu Mar 12 15:26:01 GMT 2020 SubjectAlternativeName [ DNSName: vid DNSName: vid.api.simpledemo.onap.org DNSName: vid.onap ] Issue-ID: VID-439 Change-Id: I1c7c86b8a8170b1da815edd735b46a7df52d05fa Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-13Merge "Integrate with the oparent.pom"Wojciech Sliwka6-1/+193
2019-03-12Add missing "VNF Config Update" to db initIttay Stern1-750/+751
Issue-ID: VID-400 Change-Id: I1d2530bc506ef1413a9478c7a7a60cfdf0f20274 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-12Integrate with the oparent.pomIttay Stern6-1/+193
Issue-ID: VID-408 Change-Id: I75fcc65696ec7b281da59f568da2a53b0347d793 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-10Multiple Sonar FixesDriptaroop Das1-19/+21
Issue-ID: VID-414 Change-Id: I20dc20c47b6d3048e68d2cc51bfdb95dfd15c5f9 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-26Ignore any .js file on sonar reportIttay Stern1-1/+1
Change-Id: I7cf9f79a7ec2fbba0ab331a3fbf527d54c3015fb Issue-ID: VID-425 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-25Ignore any .js file on sonar reportIttay Stern1-6/+5
- Upgrade Sonar plugin to latest - Upgrade JaCoCo to latest Change-Id: I85f1651410dc650b8d0b8d71e1db92c2416f2793 Issue-ID: VID-425 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-25Merge "Ignore any .js file on sonar report"Wojciech Sliwka1-0/+2
2019-02-25Ignore any .js file on sonar reportIttay Stern1-0/+2
Issue-ID: VID-425 Change-Id: I1cfa1d6e2475545ba90b49fc5b02374859bb9b03 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-25Upgrade c3p0 to 0.9.5.3Ittay Stern1-1/+2
(was c3p0 0.9.5.2) Change-Id: I080b6af068f5ddca6033ae6dbad775ea87dce4a0 Issue-ID: VID-407 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-21Enable AsyncInstantiationBusinessLogic testsIttay Stern2-355/+357
Issue-ID: VID-378 Change-Id: If0dd6147f1ce7fba3db01c85359f17abad8bcb07 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-13Align to fasterxml 2.9.7Ittay Stern1-40/+24
1. Introduce property ${jackson.version} 2. Explicitly define jackson-* dependencies 3. Remove unneeded exclusions, as top-level declarations are taking place by definition. Change-Id: I309f79872604067147f7f2caf19335d53f924c83 Issue-ID: VID-416 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-01-24multiple sonar fixesDriptaroop Das4-67/+7
multiple sonar fixes Issue-ID: VID-393 Change-Id: Idd3b65bff03fcf7b053f60959763ea1c63a319aa Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-15Restore annotationkurczews1-0/+1
Issue-ID: VID-382 Change-Id: If5d02a4e7357bf0bc91eb92c7ec11c0d8cc001eb Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-01-10Merge "Merge from ECOMP's repository"Ittay Stern3-34/+18
2019-01-09Merge from ECOMP's repositoryIttay Stern3-34/+18
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>
2019-01-07Fix for overriding skipTests variable.biniek1-3/+0
Before fix skipTests was overriden by variable skiptests. That required nonstandard flag to disable tests. Change-Id: I412c634ebb1c1b34d07f6caa6afb3501414e0a22 Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-27Merge "Logging improvements"Ittay Stern2-2/+4
2018-12-24Logging improvementskurczews2-2/+4
* move less important tomcat logs to file instead console * update properties -> log sql queries only to file Issue-ID: VID-376 Change-Id: I8fd61424e2d2f3843028a60351468fd9f34f6194 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-12-20pom.xml cleanupbiniek1-478/+453
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-18Enable vid docker build jobs to use java-1.8Paul Vaduva1-0/+4
Overcome security features in java-1.8 that prevent the forked java VM’s to use relative paths for loading the classes. This fix was the simplest for arm64 docker build jobs, and the least affecting the x86 build’s. We need to modify all the definitions of surefire. Change-Id: I0c10598c1c3a8765e1f1b509288a694b60df7389 Issue-ID: VID-366 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-14.gitignore cleanupbiniek13-141/+7
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-04Merge "Change template properties for AAI"Ofir Sonsino1-4/+4
2018-11-14Change template properties for AAIbiniek1-4/+4
Change-Id: I5412a152e6df701d94c8dffbc2a22d70e282008c Issue-ID: VID-343 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-14Remove the itext v2.0.8Sonsino, Ofir (os0695)1-0/+4
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a Issue-ID: VID-340 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit 0ce80fac351ec9450ae6905ef4ac5c550649e8f7)
2018-11-06Enable role managementSonsino, Ofir (os0695)1-0/+13
Change-Id: Ice485d6081380f52d461d2beee9740626f4ec4b0 Issue-ID: VID-257 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-11-05Move logback config from WARkurczews2-712/+0
Issue-ID: VID-40 Change-Id: I8c658e78af0e5b045e9fb36f4da07f0c5bb0f097 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-10-24Bump VID versionSonsino, Ofir (os0695)2-2/+2
Change-Id: I096e21eabfeaddc8d186572693d776eaf8cd7519 Issue-ID: VID-333 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-21creating the schema_info tableSonsino, Ofir (os0695)1-0/+16
Change-Id: If121403cb66c26a67a3d4b110ddc9874bf8f3040 Issue-ID: VID-332 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-18Update portal.properties configurationSonsino, Ofir (os0695)2-0/+6
Change-Id: I371321ec5365222a210bc2bec863fcff7b7550f5 Issue-ID: VID-329 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-09Merge "Correct flow for ScaleOut"Amichai Hemli1-1/+1
2018-10-09Correct flow for ScaleOutWojciech Sliwka1-1/+1
Change-Id: I347fec1e15526fa9b43ab57612235b55dee3eeba Issue-ID: VID-321 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-05Added missing prefixWojciech Sliwka1-9/+9
/onap/sp/infra was recently removed from svc.instance.path Change-Id: I69c2a7c2cb1005aefdcd3257427a76d88fb626c6 Issue-ID: VID-320 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-04Merge "Fix service instantiation error"Amichai Hemli2-2/+4
2018-10-01Fix service instantiation errorWojciech Sliwka2-2/+4
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-26Fix SO endpointskurczews2-2/+2
Change-Id: I801a06a47666638755c2efbbaa034c03bceb7fef Issue-ID: VID-316 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-09-24Changed VF creation to new MSO scaleout APIkoblosz2-2/+2
Change-Id: Ie3cf99adc9a441d03bd31884ea46c94e9b62db74 Issue-ID: VID-248 Signed-off-by: Koblosz, Sandra (koblosz) <sandra.koblosz@nokia.com>
2018-09-10Use correct trust storeJakub Zieba3-2/+4
Use correct trust store file in SSL configuration Fix for schema and data creation Change-Id: Ie5b329191779a75ea902f547f09b59b65f09f64c Issue-ID: VID-271 Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
2018-09-05Merge changes from topic 'portalsdk2.4'Ofir Sonsino4-43/+58
* changes: Fix features.properties Upgrade portal SDK to 2.4
2018-09-05Fix features.propertiesSonsino, Ofir (os0695)1-0/+13
Change-Id: I18bc7ca0bbc270937884eb37d375678a0cd02252 Issue-ID: VID-305 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-09-05Upgrade portal SDK to 2.4Sonsino, Ofir (os0695)4-43/+45
Change-Id: Idc9f16d3ee5aa546a6d7154d9e2190d6b96f314e Issue-ID: VID-299 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-29VID Internal HTTPSPiotr Darosz2-0/+186
Use HTTPS for internal VID interfaces Change-Id: I72260cd10c4d83e84f639798f4e4ebb738f6f4aa Issue-ID: VID-273 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-08-26Bump vid version to 3.0.0Sonsino, Ofir (os0695)2-2/+2
Change-Id: Ie5c4b3e9c6b8e86dabc24b900059006545f49495 Issue-ID: VID-296 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-08Update URI used to contact SOSonsino, Ofir (os0695)2-10/+10
Change-Id: I9b2e259b29e838cd027e7f9907704443293bef85 Issue-ID: VID-282 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-06UI Feature flagging supportSonsino, Ofir (os0695)5-5/+93
Change-Id: Ic2151dab6306c42364483e9064c01bab3dd7378b Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-07-10Merge 1806 code of vid-commonSonsino, Ofir (os0695)4-1/+91
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-04Fix SO C.M payloadSonsino, Ofir (os0695)1-2/+2
Change-Id: Ia14a7dc92cfaa01dddec62f2d2d0295126d5f178 Issue-ID: VID-201 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-01Fix SO C.M payloadSonsino, Ofir (os0695)2-0/+2
Change-Id: I84ea1d3981432d1b47690c87dd75d8b94cb848c2 Issue-ID: VID-201 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-05-28Set VID version to 2.0Sonsino, Ofir (os0695)2-4/+4
Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec Issue-ID: VID-234 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>