aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28Change out-of-the-box config to work on dev's environmentIttay Stern2-2/+2
Issue-ID: VID-564 Change-Id: Id9aceb416f7404229a7df1f7ad0caf07882e2051 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-27Merge "Add a semicolon at the end of this statement"Ittay Stern1-6/+6
2019-08-26Change out-of-the-box config to work on dev's environmentIttay Stern1-0/+3
Add missing scheduler local configs. Change-Id: I4d6a9d2c8deeb53b797a81ca101268740fcda6c3 Issue-ID: VID-564 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-26Add a semicolon at the end of this statementanushadasari1-6/+6
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: VID-597 Change-Id: Ibe8ce68b67f4c48adfab0a382487e308093cdd01 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-25Allow plugging-in any provided LoginStrategyIttay Stern2-14/+56
Support dynamic loading of provided implementations of PORTAL SDK's  `org.onap.portalsdk.core.auth.LoginStrategy` interface. VID will load the class defined by `login.strategy.classname` configuration parameter. Default will keep current ONAP's dev login. Change-Id: I956a1f3376455211398769f3193703129b779871 Issue-ID: VID-594 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-20semicolon at the end of this statement.anushadasari1-2/+2
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Change-Id: Ia09e1bb1894da379f68cc39e83f955e66b957511 Issue-ID: VID-578 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-13Merge "Change out-of-the-box config to work on dev's environment"Amichai Hemli4-113/+77
2019-08-12return this expression instead of assigning it to the temporary variableThugutla Sailakshmi1-2/+2
Issue-ID: VID-561 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-12Change out-of-the-box config to work on dev's environmentIttay Stern4-113/+77
1) Fill-up system.properties's missing fields, and same for system_template.properties. This modifies some SO endpoints, most significantly -- mso.restapi.vnf.instance is now /serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs instead of /serviceInstances/v6/<service_instance_id>/vnfs 2) Configure endpoint's to a local simulator's location: * ecomp_rest_url in portal.properties * mso.server.url, aai.server.url in system.properties * asdc.client.rest.host in asdc.properties 3) Added always-on getSessionSlotCheckInterval in simulator. Issue-ID: VID-564 Change-Id: Icc7bdc83ed65df3415a4b0f36f98291775909f49 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-08set VID to use internally UTC timezoneEylon Malin1-2/+9
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I4b062d4a7ec68e564c46a094a75739dc9ad0355b
2019-08-07removing unused ViewLog Controller and jspEylon Malin1-33/+0
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e
2019-08-04Remove web-filter for incoming scheduler requestsEylon Malin2-4/+2
authentication can be handled in a different way like using AAF (see 48b0c6ee) Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I68c664bc6a20ce4d8722558e00985b7638fed04b
2019-08-01handling cloud owner and lcp region in create port mirroring configurationEylon Malin1-1/+2
Issue-ID: VID-482 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7aed0f44927b27b69287f513d24552cf2afc003
2019-07-31Fix /version endpointIttay Stern2-0/+4
* Modify maven-replacer-plugin to set value in version.json * Configure features.set.filename=onap.features.properties Issue-ID: VID-507 Change-Id: I692ab3e9221118b836ae7249f483b5277a70bf6b Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-30Take 'contact us' url from configurationRina Roi3-2/+8
Issue-ID: VID-541 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: Ia7d829c20a8689f7aab737ea83ed420b6c3448a3
2019-07-30Merge "Add app version to welcome page"Ittay Stern1-2/+34
2019-07-30Add app version to welcome pageRina Roi1-2/+34
Issue-ID: VID-539 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: I595869e5d6b0af279eb61cc18dac329f7fac094a
2019-07-30Undo scheduler.basic.auth configurabilityIttay Stern1-1/+1
It is not localized with localize_system, therefore left with a dangling placeholder `${SCHEDULER_BASIC_AUTH}`. (Introduced in change-id Ie88c6182f2cbf468615a4146bced531c2ad150e0, found by Robot's CSIT). Issue-ID: VID-533 Change-Id: I5e3d177ec76cd3295e8b04d4c0596b75733effa0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-30Merge "Implant vid-app-common org.onap.vid.job (main and test)"Ittay Stern2-20/+20
2019-07-30Implant vid-app-common org.onap.vid.job (main and test)Einat Vinouze2-20/+20
Issue-ID: VID-378 Change-Id: I41b0bdc2c4e3635f3f3319b1cd63cefc61912dfc Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-29Revert "Add app version to welcome page"Eylon Malin1-19/+1
This reverts commit bfd2c1c8e5ceac2da1755d6dd232d10ebe659e63. Reason for revert: left menu is broken Issue-ID: VID-539 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I98674e6900dddb97cb25a1e687d6dd48b41da4c5
2019-07-29Merge "Add app version to welcome page"Ittay Stern1-1/+19
2019-07-29Add app version to welcome pageRina Roi1-1/+19
Issue-ID: VID-539 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: I2d0c838ea1da947ac9dc7eb5c01ba68be9c14e1a
2019-07-29Resolving testConfigUpdateGoodPayloadRachelF2-1/+2
Issue-ID: VID-533 Change-Id: Ie88c6182f2cbf468615a4146bced531c2ad150e0 Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
2019-07-22Add LiquidBase to increment DB changesRina Roi5-1569/+1848
Issue-ID: VID-517 Change-Id: Idad13fbd72bb1f1d356d790d3d84a1ddec30011f Signed-off-by: Rina Roi <rina.roi@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-11Package webpack's `dist` folder into /app/uiIttay Stern1-5/+54
Issue-ID: VID-515 Change-Id: I33d4b5f0dbd4125a5b79253c4dc8e736df9116ee Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-11upgrade jersey version for api testsRina Roi1-2/+2
Issue-ID: VID-472 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: If234725df5e929b2cd846fec5cc75daacb740b8d
2019-07-08Adapting GUI for error report managingBartosz Gardziejewski1-0/+3
Change-Id: Idb3f5750596334990b030bfdf2f6551ad4d1c8e3 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-06-27Import missing vf-module-homing-data-action.controller.jsIttay Stern1-1/+1
Change-Id: I97079d1773b412d3dd95d1e362525e9a75f06bc9 Issue-ID: VID-503 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-11removing /onap/so/infra from propertiesBartosz Gardziejewski2-2/+2
Change-Id: I9a42d8e3cf0e4fb17356645b7d894d279fe1501b Issue-ID: VID-460 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-09Merge "align logic to new so api"Wojciech Sliwka2-2/+2
2019-04-08align logic to new so apiWojciech Sliwka2-3/+3
Change-Id: Ic1a975eb6d3d9487fc2e006d2f171fa044806ef3 Issue-ID: VID-400 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-04-03Merge "Turn role management off by default"Ittay Stern2-1/+5
2019-04-03Turn role management off by defaultSonsino, Ofir (os0695)2-1/+5
(cherrypicked from casablanca) Change-Id: Id8611389b80c3a693c989ce3421f08435ad05d2f Issue-ID: VID-448 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-01Sending workflow data from UI to SOBartosz Gardziejewski2-0/+2
Change-Id: I39c78584c61eb317d4eaf2861ece810c1b60ab01 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
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 Sliwka5-0/+185
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 Stern5-0/+185
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-21Enable AsyncInstantiationBusinessLogic testsIttay Stern2-355/+357
Issue-ID: VID-378 Change-Id: If0dd6147f1ce7fba3db01c85359f17abad8bcb07 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-09Merge from ECOMP's repositoryIttay Stern2-32/+16
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-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-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-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>