aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Bump VID version to 4.3.2 (fixup)dublinIttay Stern3-3/+3
Change-Id: I2288f01eaa05afb0eb6066199dc3f82310fb086c Issue-ID: VID-503 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-18Don't override SystemProperties without restoring itIttay Stern2-14/+24
This resolves NullPointerException in Dublin's Jenkins' SyncRestClientForHttpServerTest. Issue-ID: VID-503 Change-Id: I65fbed0a6f6214d9495d0cb6456b3a8e4f094a3d Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-16Bump VID version to 4.3.2 (fixup)Ittay Stern1-1/+1
Issue-ID: VID-503 Change-Id: I11d5e8a2fc00480cdf46410b7130e86282a3b392 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-16Bugfix: Revert soft-delete to restore VF-module deletionIttay Stern3-2/+6
Issue-ID: VID-503 Change-Id: Ic19613e92c3fd2869dd94931533db2c2053fd189 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-16Bump VID version to 4.3.2Ittay Stern9-10/+15
Issue-ID: VID-503 Change-Id: I19e61488c63c19c0f738b5c41542bf82da38d27e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-24Migrate to gerrit-maven-stage (VID)Ittay Stern6-78/+35
Cherry picked and squashed from master's commits: - Migrate to gerrit-maven-stage (VID) (97bec3c4) - Un-SNAPSHOT all modules while build (e67fc391) - Remove maven-deploy-plugin (46adb535) - Normalize slashes in repositories paths (b93b96bc) - Bump vid-webpack-master for versions-maven-plugin (d97e9d0a) Issue-ID: CIMAN-234 Change-Id: Ibe838682f7601abbd9a6fb47bf7698afbd3baf9f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-13Bump VID version to 4.3.1Ittay Stern9-11/+11
Addresses defect: Issue-ID: VID-487 Change-Id: Ie61f549983cb6f084cec3a315dfa4d3299e5e7f6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-13Find the first selected scale-out vfModule (fix)4.3.1Ittay Stern1-3/+1
Issue in original code is that it used callback function(key, item), but function(item) or function(item, key) is the correct parameters order. See https://lodash.com/docs/4.17.11#find Issue-ID: VID-487 Change-Id: I6101f913f50f80c2c7afa636b5f53486088a0289 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-30Merge "Initialize parameters maps before reading params" into dublin4.3.0Ittay Stern2-7/+5
2019-05-29Initialize parameters maps before reading paramsWojciech Sliwka2-7/+5
Change-Id: Ie4845c5afc647cae96869609fc665cc4fe854eb8 Issue-ID: VID-484 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-05-29Bump VID version to 4.3.0Ittay Stern9-12/+12
Resolves defect: Issue-ID: VID-484 Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-28Merge "fetch parameters for native workflows" into dublinIttay Stern2-1/+53
2019-05-28fetch parameters for native workflowsWojciech Sliwka2-1/+53
SO api for retrieving workflows won't return parameters for workflow marked as native due to high impact on existing code. In that case VID will fetch parameters from internal API Issue-ID: VID-484 Change-Id: I7577afa3832c96b523daae01895a249d6ea86e65 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-05-28Merge changes I0d92cbe3,I7699ddf4 into dublinIttay Stern1-1/+10
* changes: Document OJSI-119 vulnerability Improve security release notes
2019-05-27Document OJSI-119 vulnerabilityKrzysztof Opasiak1-0/+2
Issue-ID: OJSI-119 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I0d92cbe38fd89aaa3fe38f3f45367480f9e40754
2019-05-27Improve security release notesKrzysztof Opasiak1-1/+8
In order to provide users with more details of project's state in terms of security let's divide the security release notes into three sections: - Fixed Security Issues Contains a list of security fixes merged during this release (especially those reported via OJSI tickets). - Known Security Issues Contains a list of vulnerabilities detected in project during release which have not been fixed yet and thus should be mitigated by the user. - Known Vulnerabilities in Used Modules Contains information about NexusIQ scan results Issue-ID: SECCOM-238 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I7699ddf404ff08d793e7f1897b4bb2218fc52e0a
2019-05-26Differentiate cloudRegions with same name and different owner4.2.0Ittay Stern4-80/+101
Replaces change I22c0b07173950c253a9272b8a96ab63e006efa49 Resolves defect: Issue-ID: VID-482 Change-Id: I38c2f6a86a044297b1b76c1316e50cacb0264da9 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-23Merge "Revert "Differentiate cloudRegions with same name and different ↵Wojciech Sliwka3-12/+9
owner"" into dublin
2019-05-23Revert "Differentiate cloudRegions with same name and different owner"Ittay Stern3-12/+9
This reverts commit 17532bb4f1f4600327a697355a1a66a5126fe506. Issue-ID: VID-482 Change-Id: I513efb9bf20647bc9131bc2f46176b9c34961671 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-22Bump VID version to 4.2.0Ittay Stern9-12/+12
Issue-ID: VID-482 Change-Id: I90808fb78cb68914df64faa6ac34416336f4d72a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-22Differentiate cloudRegions with same name and different ownerIttay Stern3-9/+12
Resolves defect: Issue-ID: VID-482 Change-Id: I22c0b07173950c253a9272b8a96ab63e006efa49 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-21Bump VID version to 4.1.04.1.0Ittay Stern8-45/+60
Issue-ID: VID-481 Change-Id: I7aeede2772cdb1932ff6182be8d7eadcaa3b34a5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-21Support service models with policyIttay Stern5-1/+267
Upgrade sdc-tosca to 1.5.1 Issue-ID: VID-481 Change-Id: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-21Run npm install as a frontend-maven-plugin goalIttay Stern2-1/+10
Without this, "prebuild" step is using local npm, instead of frontend-maven-plugin one: npm ERR! Linux 4.4.0-134-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 Issue-ID: VID-391 (cherry picked from commit 779c51de46cf55648036361bb33e0470b28756ca) Change-Id: Iabadec524798481dbbe1a341b12fb33229cc9335 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-21Revert "Migrate to gerrit-maven-stage (VID)"Ittay Stern3-3/+39
This reverts commit 44505674 Change-Id: Iadd431f9439e9cb44ca3637378f068547752dfd8 Issue-ID: CIMAN-234 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-10Migrate to gerrit-maven-stage (VID)Jessica Wagantall3-39/+3
Update oparent version to 2.0.0 which supports global-jjb maven-stage job. Remove the usage of maven-staging plugin since it will become deprecated soon. Change-Id: I295d7c17374a49ff0125a50d8765fe295b55c4d8 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-30VID hangs on View Edit Service Instance screen4.0.0Piotr Darosz1-1/+1
A fix for displaying service instances that have inputs defined in SDC Change-Id: Idcb41a33e9890ffc39868ec02ceb34addd9e9de2 Issue-ID: VID-468 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-04-30Merge "Toggle workflows-list consume from SO"Ittay Stern2-6/+4
2019-04-30Toggle workflows-list consume from SOIttay Stern2-6/+4
Issue-ID: VID-400 Issue-ID: VID-451 Change-Id: I41c9d18146676f30f6668d1fc3660ec02cad26e5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-30c3p0 version changedIttay Stern1-1/+1
c3p0 version changed to 0.9.5.4 Complement change I32f2ac929508647f42870fb8fabde1f44890d5b9 Issue-ID: VID-461 Change-Id: I6339d23921db9261d9901296179d4354a24f5a04 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-24Merge "Rewrite LoggerControllerTests"Wojciech Sliwka6-84/+238
2019-04-24Fix sonar issue in vid-app-commonParshad Patel3-13/+15
Fix Either log or rethrow this exception Fix "serviceInstanceId" is already a string, there's no need to call "toString()" on it Fix Replace this if-then-else statement by a single return statement Issue-ID: VID-464 Change-Id: I87652f6aeecf668757f668535377f2ff9a95a7cf Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-04-23c3p0 version changedgolabek1-1/+1
c3p0 version changed to 0.9.5.4 Change-Id: I32f2ac929508647f42870fb8fabde1f44890d5b9 Issue-ID: VID-461 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-04-23Merge "Sonar fix too many method param"Wojciech Sliwka5-463/+459
2019-04-23Sonar fix too many method paramArindam Mondal5-463/+459
Issue-ID: VID-466 Change-Id: I5fbffdddabf9f62a5408cd8b40397a42753006e8 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-04-22Fix sonar issues in vidParshad Patel4-7/+10
Fix A "NullPointerException" could be thrown issue Fix Either log or rethrow this exception issue Issue-ID: VID-464 Change-Id: I92fc200bf019fc335dde8a27b50e36cefffda440 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-04-19Rewrite LoggerControllerTestsJoanna Jeremicz6-84/+238
Add JUnit tests with minor code refactor Issue-ID: VID-384 Change-Id: Ic3bee8e1f6ee58a10053bb0ad2d006912965da1a Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-04-19Fix sonar issue in vid-app-commonParshad Patel2-14/+79
Fix Constructor has 8 parameters, which is greater than 7 authorized issue Issue-ID: VID-464 Change-Id: If3311351746f4a4890ab73e844decd34486a324f Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-04-18Address licence discrepancyIttay Stern18-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 Gardziejewski3-7/+7
Change-Id: Ifd6f0718135d38135f57496e4f816e48324cfb7d Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-11Merge "removing /onap/so/infra from properties"Wojciech Sliwka4-4/+4
2019-04-11removing /onap/so/infra from propertiesBartosz Gardziejewski4-4/+4
Change-Id: I9a42d8e3cf0e4fb17356645b7d894d279fe1501b Issue-ID: VID-460 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-11Merge "modify local workflow parameters to much native ones"Ittay Stern4-38/+137
2019-04-11modify local workflow parameters to much native onesBartosz Gardziejewski4-38/+137
Change-Id: I8d3e6b204a1b327d7b754c5bc723ae4268174393 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-11Merge "Update Tomcat version to 9.0.x (was 8.0.x)"Ittay Stern1-1/+1
2019-04-11Update Tomcat version to 9.0.x (was 8.0.x)Ittay Stern1-1/+1
Issue-ID: VID-244 Change-Id: I317720b73ce4e9ea312cfefbc75ecafb56699f1a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-04-11Merge "Doc VID version 3.2.3 (fix formatting)"Wojciech Sliwka1-0/+2
2019-04-10Merge "Run tomcat as onap user"Ittay Stern1-2/+5
2019-04-10Merge "aaiSubscriberController Test"Ittay Stern2-28/+1478
2019-04-10Doc VID version 3.2.3 (fix formatting)Ittay Stern1-0/+2
Planned as part of Casablanca maintenance release (3.0.2). Change-Id: Id7f08e9a0594962e79f012dc943677cfb38c3b10 Issue-ID: VID-446 Signed-off-by: Ittay Stern <ittay.stern@att.com>