aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-08Merge from ecomp 718fd196 - Modern UIIttay Stern1-1/+3
Issue-ID: VID-378 Change-Id: I2736b98426e324ec3aa233b034229ba84d99839f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-07-01Add maven-replacer-plugin to set value in version.jsonIttay Stern1-0/+27
Issue-ID: VID-507 Change-Id: Iab08d9da4352b159a4dce550188af973bd55edfc Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-19Normalize slashes in repositories pathsIttay Stern1-8/+8
This lets vid-master-release-version-java-daily go green. Issue-ID: CIMAN-234 Change-Id: I87f2f0925388cf7f5129cce37ace9321f3533f7c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-18Migrate 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. Issue-ID: CIMAN-234 Change-Id: I4c07e214bad0f89b990b712abaf8d9bf79c1b237 Source-Change-Id: I295d7c17374a49ff0125a50d8765fe295b55c4d8 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> (cherry picked from commit 445056740d0f24e45d0c8f90cc024bbc090165b4)
2019-06-18Show npm configIttay Stern1-0/+10
Issue-ID: CIMAN-234 Change-Id: Iecf36ab1a40e7d6f7638874a1bf95b3f398bf112 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-05Bump VID version to 5.0.0Ittay Stern1-1/+1
Issue-ID: VID-296 Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-03Support service models with policyIttay Stern1-1/+1
Upgrade sdc-tosca to 1.5.1 Issue-ID: VID-481 Cherry-picked from change: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5 Signed-off-by: Ittay Stern <ittay.stern@att.com> Change-Id: I13d61050e819c1f65bf855f314e84406d35f1a9c
2019-05-30Add MsoControllerTestskurczews1-1/+1
Issue-ID: VID-470 Change-Id: I9416247d8d9548d1c01af070d8106b1512dee200 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-05-21Revert "Migrate to gerrit-maven-stage (VID)"Ittay Stern1-1/+13
This reverts commit 44505674 Change-Id: Ia2d560c4651c4c8e6d25ca911ccedda43eb3a6b7 Issue-ID: CIMAN-234 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-16Run npm install as a frontend-maven-plugin goalIttay Stern1-0/+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 Change-Id: Ic9cd94898faaaf109b02d23640e652bd7e541753 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-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-09Support for swaggerWojciech Sliwka1-0/+5
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-03-26Upgrade springframework to 4.3.22 (was 4.2.x)Ittay Stern1-6/+19
Issue-ID: VID-435 Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-20Add tests for AaiServiceImplkurczews1-0/+6
Issue-ID: VID-386 Change-Id: Idbed927b9942c93d6b6ed7dd17fccb27a0853153 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-03-12Integrate with the oparent.pomIttay Stern1-11/+9
Issue-ID: VID-408 Change-Id: I75fcc65696ec7b281da59f568da2a53b0347d793 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-27Add a disabled license-maven-pluginIttay Stern1-0/+69
To use: - Replace phase "none" with "process-sources" to enable plugin. - Set organizationName as desired. - Then run `mvn license:check-file-header`, or even `mvn license:update-file-header`. Issue-ID: VID-427 Change-Id: I8d4a09dfea943a72223a5ac1f7ee8954651da991 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-26Ignore any .js file on sonar reportIttay Stern1-0/+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-1/+1
- 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-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-01Introduce JS unit tests into VIDgolabek1-0/+31
maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-01-10Merge "Merge from ECOMP's repository"Ittay Stern1-34/+143
2019-01-09Merge from ECOMP's repositoryIttay Stern1-34/+143
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-20pom.xml cleanupbiniek1-571/+572
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/+1
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-11-27Upgrade mockito to v2; drop incompatible powermockStern, Ittay (is9613)1-583/+595
Note that anyString() is not matching null values, therefore replaced with any() where relevant. Change-Id: If64944e1edc62013953e41b2645a2b78c578bbe8 Issue-ID: VID-359 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-23Removed dependency from lombokbiniek1-6/+0
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2 Issue-ID: VID-349 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-14Remove the itext v2.0.8Sonsino, Ofir (os0695)1-0/+6
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a Issue-ID: VID-340 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit 0ce80fac351ec9450ae6905ef4ac5c550649e8f7)
2018-10-24Bump VID versionSonsino, Ofir (os0695)1-1/+1
Change-Id: I096e21eabfeaddc8d186572693d776eaf8cd7519 Issue-ID: VID-333 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-09-06Merge "Add new endpoint with commit info"Ofir Sonsino1-0/+25
2018-09-06Add new endpoint with commit infoJoanna Jeremicz1-0/+25
Change-Id: I8f89fd6dcaa250f67d762ca92fb0f14582ddc5a7 Issue-ID: VID-304 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
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-26Bump vid version to 3.0.0Sonsino, Ofir (os0695)1-1/+1
Change-Id: Ie5c4b3e9c6b8e86dabc24b900059006545f49495 Issue-ID: VID-296 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-23Generic REST client for external servicesgolabek1-3/+42
Initial commit for generic REST client for requests to another components APIs Change-Id: I4af29ab1e45fd805403622e60585a351f3ef5d20 Issue-ID: VID-266 Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
2018-08-21VID-266 added stub server for testingkoblosz1-1/+14
Change-Id: I39b8fca2df4c45123e2308142dfbb43c737f7707 Issue-ID: VID-266 Signed-off-by: Koblosz, Sandra <sandra.koblosz@nokia.com>
2018-08-15Update sdc-tosca dependencySonsino, Ofir (os0695)1-1/+1
Change-Id: I5727518e76352c3883b857e1f2bca65caf8929e4 Issue-ID: VID-286 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-07-10Merge 1806 code of vid-commonSonsino, Ofir (os0695)1-1/+6
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-06-18Merge "Getter/setter tests inside the aai model"Ofir Sonsino1-0/+6
2018-06-11Getter/setter tests inside the aai modeltgolabek1-0/+6
Refactor of a tests of aai model for getters/setters using google matchers Issue-ID: VID-228 Change-Id: I5e7912bbcc4bd605002278b50b63d976a2dc55cc Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
2018-05-28Set VID version to 2.0Sonsino, Ofir (os0695)1-1/+1
Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec Issue-ID: VID-234 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-03Fix security issuesSonsino, Ofir (os0695)1-2/+2
Change-Id: I9d003e30920e7cb57143743f260e4ae2a8ba52d6 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-21Fix security issuesSonsino, Ofir (os0695)1-1/+1
Change-Id: I12ebc7634bdefc176642e8637e6a2af2c5e14b99 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-19Fix security issuesSonsino, Ofir (os0695)1-2/+12
Change-Id: Ide337059d9b5c589b19ffd7f2dc7c0d725e9e634 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-19Unit testsSonsino, Ofir (os0695)1-1/+1
Change-Id: I0834a2b68d61664a82492c8465fa82aee6c0f017 Issue-ID: VID-197 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-19Migrate to org.onapSonsino, Ofir (os0695)1-2/+2
Change-Id: Ibc8c4ad47f9bd3bf30db901cbd282d36f279d91c Issue-ID: VID-86 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-02-27org.onap migrationOfir Sonsino1-1/+1
Change-Id: I5e2d01a6da21d4003c910b5fe0702b35c2089a77 Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2018-02-11org.onap migrationOfir Sonsino1-0/+8
Change-Id: I77143c1fee8cb918a04881dfa4c33bedb811e9c6 Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
2018-02-04Merge "Bump minor version"Ofir Sonsino1-1/+1
2018-01-31org.onap migrationOfir Sonsino1-5/+18
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>