Age | Commit message (Collapse) | Author | Files | Lines |
|
Resolves defect:
Issue-ID: VID-484
Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-482
Change-Id: I90808fb78cb68914df64faa6ac34416336f4d72a
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-481
Change-Id: I7aeede2772cdb1932ff6182be8d7eadcaa3b34a5
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Upgrade sdc-tosca to 1.5.1
Issue-ID: VID-481
Change-Id: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
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>
|
|
This reverts commit 44505674
Change-Id: Iadd431f9439e9cb44ca3637378f068547752dfd8
Issue-ID: CIMAN-234
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
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>
|
|
c3p0 version changed to 0.9.5.4
Change-Id: I32f2ac929508647f42870fb8fabde1f44890d5b9
Issue-ID: VID-461
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
API definitions available under /vid/v2/api-docs
Change-Id: Ie7e63bfbdb8d41c43bc04ca13351dba533776a8a
Issue-ID: VID-377
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
Issue-ID: VID-435
Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-386
Change-Id: Idbed927b9942c93d6b6ed7dd17fccb27a0853153
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Issue-ID: VID-408
Change-Id: I75fcc65696ec7b281da59f568da2a53b0347d793
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
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>
|
|
Change-Id: I7cf9f79a7ec2fbba0ab331a3fbf527d54c3015fb
Issue-ID: VID-425
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
- 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>
|
|
(was c3p0 0.9.5.2)
Change-Id: I080b6af068f5ddca6033ae6dbad775ea87dce4a0
Issue-ID: VID-407
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab
Issue-ID: VID-368
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
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>
|
|
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>
|
|
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2
Issue-ID: VID-349
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a
Issue-ID: VID-340
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
(cherry picked from commit 0ce80fac351ec9450ae6905ef4ac5c550649e8f7)
|
|
Change-Id: I096e21eabfeaddc8d186572693d776eaf8cd7519
Issue-ID: VID-333
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
|
|
Change-Id: I8f89fd6dcaa250f67d762ca92fb0f14582ddc5a7
Issue-ID: VID-304
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
|
|
Change-Id: Idc9f16d3ee5aa546a6d7154d9e2190d6b96f314e
Issue-ID: VID-299
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: Ie5c4b3e9c6b8e86dabc24b900059006545f49495
Issue-ID: VID-296
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
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>
|
|
Change-Id: I39b8fca2df4c45123e2308142dfbb43c737f7707
Issue-ID: VID-266
Signed-off-by: Koblosz, Sandra <sandra.koblosz@nokia.com>
|
|
Change-Id: I5727518e76352c3883b857e1f2bca65caf8929e4
Issue-ID: VID-286
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a
Issue-ID: VID-208
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
|
|
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>
|
|
Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec
Issue-ID: VID-234
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I9d003e30920e7cb57143743f260e4ae2a8ba52d6
Issue-ID: VID-149
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I12ebc7634bdefc176642e8637e6a2af2c5e14b99
Issue-ID: VID-149
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: Ide337059d9b5c589b19ffd7f2dc7c0d725e9e634
Issue-ID: VID-149
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I0834a2b68d61664a82492c8465fa82aee6c0f017
Issue-ID: VID-197
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: Ibc8c4ad47f9bd3bf30db901cbd282d36f279d91c
Issue-ID: VID-86
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
|
|
Change-Id: I5e2d01a6da21d4003c910b5fe0702b35c2089a77
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
Change-Id: I77143c1fee8cb918a04881dfa4c33bedb811e9c6
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
|
|
|
|
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
|
|
Bump minor version in preparation for Amsterdam
branching.
Issue-ID: CIMAN-120
Change-Id: Ia3d26e940162e43bc5313d32e8fea27e57122ec6
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
|
|
Change-Id: I36d7a840f9142c78fe1540eb807a9c43007429f3
Issue-ID: VID-90
Signed-off-by: Ofir Sonsino <os0695@att.com>
|
|
Change-Id: I619e9b3f9aecc8943aae88d1b39bc3f739a9e3d5
Issue-Id: VID-88
Signed-off-by: Ofir Sonsino <os0695@att.com>
|
|
Change-Id: Ifd36a6d352a8c7c5419e858677a05cc0fcd32877
Issue-Id: VID-85
Signed-off-by: Ofir Sonsino <os0695@att.com>
|