aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src/main/webapp
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10update MSO volume group URLEylon Malin2-2/+2
Issue-ID: VID-622 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id94bb1406ded3f8092a42c4a4cbc5ab975560721 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-10update MSO create service instance URLEylon Malin2-6/+2
align MSO create service instance URL to /serviceInstantiation/v7/serviceInstances also unify some system properties variables Issue-ID: VID-622 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7a0744f5d6cfe776ce2f17b11aa5ebba4c8e65fb Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-09-02Add a semicolon at the end of this statementanushadasari1-1/+1
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: If02076cca1cde742aae6e499bc29e92a1aa9b2b6 Signed-off-by: anushadasari <danush10@in.ibm.com>
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-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-12Change out-of-the-box config to work on dev's environmentIttay Stern3-112/+76
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-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-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-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-02-21Enable AsyncInstantiationBusinessLogic testsIttay Stern2-355/+357
Issue-ID: VID-378 Change-Id: If0dd6147f1ce7fba3db01c85359f17abad8bcb07 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-11-14Change template properties for AAIbiniek1-4/+4
Change-Id: I5412a152e6df701d94c8dffbc2a22d70e282008c Issue-ID: VID-343 Signed-off-by: biniek <lukasz.biniek@nokia.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 Zieba2-2/+2
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 Sonsino1-1/+1
* changes: Fix features.properties Upgrade portal SDK to 2.4
2018-09-05Upgrade portal SDK to 2.4Sonsino, Ofir (os0695)1-1/+1
Change-Id: Idc9f16d3ee5aa546a6d7154d9e2190d6b96f314e Issue-ID: VID-299 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-29VID Internal HTTPSPiotr Darosz1-0/+0
Use HTTPS for internal VID interfaces Change-Id: I72260cd10c4d83e84f639798f4e4ebb738f6f4aa Issue-ID: VID-273 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.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>