aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13junits for PombaClientImplTomasz Gwozdecki3-5/+117
-Create new test class for PombaClientImpl -Added new test for PombaClientImpl.verify Change-Id: I776df73d592a219c0aa266a8207c92c1f475f4da Issue-ID: VID-418 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-02-05Merge "Update bootstrap to resolve CVE-2018-14041"Ittay Stern1-1/+1
2019-02-01Merge "Introduce JS unit tests into VID"Wojciech Sliwka7-1/+130
2019-02-01Introduce JS unit tests into VIDgolabek7-1/+130
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-31Update bootstrap to resolve CVE-2018-14041Thanh Ha1-1/+1
Change-Id: I072c01e873f8f8b3b99512f80f529e6690c8bd70 Issue-ID: CIMAN-1 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2019-01-31Replaced tests for rolesWojciech Sliwka5-136/+241
Issue-ID: VID-388 Change-Id: I7c8c4ec50312f7ccd3a40eb2568cb8181f50b5d8 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-01-29Merge "INT-763 - build small vid images"Wojciech Sliwka2-4/+3
2019-01-27Merge "Rewrite RoleGeneratorControllerTest"Ittay Stern2-23/+100
2019-01-25INT-763 - build small vid imagessandovalfr2-4/+3
Issue-ID: INT-763 Change-Id: I870414f40a4fbc67dba97cd3d297e251ee1ab64f Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
2019-01-25Rewrite PropertyControllerTestJoanna Jeremicz3-116/+222
Change-Id: I8c564a945f374d6dcc12a30ff4d8d9268b50a815 Issue-ID: VID-384 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-01-25Merge "MsoUtil refactor"Wojciech Sliwka4-222/+123
2019-01-24MsoUtil refactorbiniek4-222/+123
Change-Id: I778d60064508aa47e1225d0dbae38ca1100d248f Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.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-22Rewrite RoleGeneratorControllerTestJoanna Jeremicz2-23/+100
Issue-ID: VID-384 Change-Id: Iceac145b321a88336494a57dfb92fb023ae9aa85 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-01-21Merge "replaced named func with anonymous func"Ittay Stern3-13/+16
2019-01-21bug fix - unreachable codeDriptaroop Das1-1/+2
bug fix - unreachable code. Issue-ID: VID-390 Change-Id: I5e6cb45fed4cceb07d67ea22c011d329f1807678 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-21replaced named func with anonymous funcDriptaroop Das3-13/+16
replaced named function with anonymous function. While named function expressions might be useful for debugging purposes, some browsers do not support them correctly (for example Internet Explorer 8). Issue-ID: VID-389 Change-Id: Ia0943a1bd765b1b9d5909c68af97ae11b1060255 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-21Merge "Rearrange docker to speed-up building"Wojciech Sliwka1-70/+76
2019-01-15Restore annotationkurczews1-0/+1
Issue-ID: VID-382 Change-Id: If5d02a4e7357bf0bc91eb92c7ec11c0d8cc001eb Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-01-10Merge "Merge from ECOMP's repository"Ittay Stern558-11192/+22078
2019-01-09Merge from ECOMP's repositoryIttay Stern558-11192/+22078
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.biniek2-6/+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-27Merge "Logging improvements"Ittay Stern4-5/+85
2018-12-24Logging improvementskurczews4-5/+85
* 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-21Rearrange docker to speed-up buildingkurczews1-70/+76
Reduce number of layers in order to improve build time. Every layer (even zero-sized ones) forces Docker engine to check layers cache. Every cache call incurs non zero cost which in case of 60+ layers becames one of bottlenecks during build. Issue-ID: VID-164 Change-Id: Id190d956edb61a1efdb6171602c7fd2228598ddc Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-12-20pom.xml cleanupbiniek6-1469/+1379
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 Vaduva3-0/+6
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-12-17Merge "Enable vid docker build jobs to use java-1.8"Ittay Stern1-0/+3
2018-12-17Enable vid docker build jobs to use java-1.8Paul Vaduva1-0/+3
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. Change-Id: I3d9394ec698ca5ab5674e60ca5fcd9802f2ab04d Issue-ID: VID-366 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-17Merge "ChangeManagementController tests"Ittay Stern5-109/+543
2018-12-14.gitignore cleanupbiniek36-423/+32
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-12Merge "Make CategoryParameter.getOptions() unmodifiable"Ittay Stern2-12/+19
2018-12-12Merge "Refactor of Intersection class"Ittay Stern4-98/+126
2018-12-10Refactor of Intersection classbiniek4-98/+126
Change-Id: Ida73b13b1e235951f01888ac0cbf344565976e0f Issue-ID: VID-364 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-09Merge "Add simulator to docker-compose.yml"Ofir Sonsino4-5/+78
2018-12-05Add VID initial INFO.yamlJessica Wagantall1-0/+58
Change-Id: Ib7e7bba2f8b1e850fc74023959fdbee31953e182 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-12-04Add simulator to docker-compose.ymlkurczews4-5/+78
Issue-ID: VID-354 Change-Id: If531a133c6d6267e5b956cbb9852fc15e24642d5 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-12-04Merge "Change template properties for AAI"Ofir Sonsino3-8/+6
2018-12-03Merge "Handle annotated-input which has 2 properties"Ofir Sonsino6-7/+63
2018-11-30ChangeManagementController testsJoanna Jeremicz5-109/+543
Change-Id: I936a9c65c167e5076d775f4139cc76340d0fc55d Issue-ID: VID-353 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-11-29Handle annotated-input which has 2 propertiesIttay Stern6-7/+63
Handle correctly an annotated input, when it has more than a single "vf_module_label". Change-Id: Ibe3f6408d7d5c18b13e47846235a2b3ab66f35f8 Issue-ID: VID-362 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-28Update link to Security VulnerabilityGildas Lanilis1-2/+2
Change-Id: I577d507b8c855250d687a0904ba62e1f9c1320aa Issue-ID: DOC-333 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-11-28Merge "Upgrade mockito to v2; drop incompatible powermock"Ofir Sonsino25-827/+743
2018-11-27Upgrade mockito to v2; drop incompatible powermockStern, Ittay (is9613)25-827/+743
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-27Merge "Reject getVersionByInvariantId with no IDs"Ofir Sonsino2-7/+14
2018-11-27Remove unused AAI model POJOsIttay Stern4-79/+0
Change-Id: If90281940dd00d8a4078e0e9e0d650518c1c4504 Issue-ID: VID-361 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-27Reject getVersionByInvariantId with no IDsIttay Stern2-7/+14
Reject the case where zero invariant-ids provided to getVersionByInvariantId, as this will cause full models listing. Change-Id: I7b86b65de30a9df0b3fd1cafa60e8254e8e252c0 Issue-ID: VID-360 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-27Merge "Removed dependency from lombok"Ofir Sonsino6-88/+113
2018-11-23Removed dependency from lombokbiniek6-88/+113
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2 Issue-ID: VID-349 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-22Updated version of parent in vid-deliveriesbiniek2-2/+2
Change-Id: I867d6ed05530d823f52d455fe12d13ca0c417dfe Issue-ID: VID-357 Signed-off-by: biniek <lukasz.biniek@nokia.com>