aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Bump VID version to 4.3.2 (fixup)dublinIttay Stern1-1/+1
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-16Bugfix: Revert soft-delete to restore VF-module deletionIttay Stern2-2/+2
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 Stern2-2/+2
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 Stern1-21/+9
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 Stern2-2/+2
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 Stern2-2/+2
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-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 Stern2-2/+2
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 Stern2-14/+14
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 Stern1-1/+13
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 Wagantall1-13/+1
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-30Toggle workflows-list consume from SOIttay Stern1-1/+1
Issue-ID: VID-400 Issue-ID: VID-451 Change-Id: I41c9d18146676f30f6668d1fc3660ec02cad26e5 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 Stern3-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 Gardziejewski2-6/+6
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 Sliwka2-2/+2
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-11Merge "modify local workflow parameters to much native ones"Ittay Stern3-37/+44
2019-04-11modify local workflow parameters to much native onesBartosz Gardziejewski3-37/+44
Change-Id: I8d3e6b204a1b327d7b754c5bc723ae4268174393 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-10Merge "aaiSubscriberController Test"Ittay Stern2-28/+1478
2019-04-10Merge "Inject an SystemPropertiesWrapper instance to MsoClient"Ittay Stern6-28/+43
2019-04-10Inject an SystemPropertiesWrapper instance to MsoClientWojciech Sliwka6-28/+43
Change-Id: Ibbc8540042fc46bd0df42efec99cff5fc2e371a3 Issue-ID: VID-404 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-04-09Support for swaggerWojciech Sliwka10-8/+33
API definitions available under /vid/v2/api-docs Change-Id: Ie7e63bfbdb8d41c43bc04ca13351dba533776a8a Issue-ID: VID-377 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-04-09Merge "AaiController unit tests"Wojciech Sliwka1-22/+54
2019-04-09Merge "align logic to new so api"Wojciech Sliwka19-315/+419
2019-04-08AaiController unit testsMichal Kabaj1-22/+54
- refactored and added detailed unit tests testing spring rest mappings Change-Id: I602b4301c7e46d16cc8606a5e7bb3af1cb0cad21 Issue-ID: VID-456 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-04-08align logic to new so apiWojciech Sliwka19-315/+419
Change-Id: Ic1a975eb6d3d9487fc2e006d2f171fa044806ef3 Issue-ID: VID-400 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-04-08Merge "Increase test coverage for vid/aii - third part"Wojciech Sliwka13-436/+481
2019-04-04Increase test coverage for vid/aii - third partmichal.banka13-436/+481
Change-Id: Ib4da72c1da212cf009f70694ffcb0be4049cb67e Issue-ID: VID-385 Signed-off-by: michal.banka <michal.banka@nokia.com>
2019-04-04junits for ControllersUtilsTomasz Gwozdecki1-0/+31
-Added new test to check Exception handling Change-Id: I4e634157ad942118221c07d7fe21ee33af68a9ef Issue-ID: VID-449 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-04-03AaiController construction and test improvementsMichal Kabaj2-49/+45
- autowired on constructor instead of fields Change-Id: I6fbf179a3e0ce51e92d617d681ea63b6926bcb38 Issue-ID: VID-456 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>