Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Change-Id: If79e410608a0562ddef86d9a3a451d4addf66a0f
Issue-ID: VID-419
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
Issue-ID: VID-378
Change-Id: If0dd6147f1ce7fba3db01c85359f17abad8bcb07
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Also aligning to other modules' version: 4.0.0-SNAPSHOT
Change-Id: Ia46fdbe2a484912c332f1edf66fb6fc57ba13665
Issue-ID: VID-378
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-378
Change-Id: Ibcb23dd27f550cf32ce2fe0239f0f496ae014ff6
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
|
|
|
|
Mocked SO workflows joined with list of workflows from VIDs DB.
(Contains: Mocked BE service to return workflow list)
Change-Id: I10336238cfeb8819e0a2b3e88cd86c338cab86fa
Issue-ID: VID-399
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
- fix encapsulation issues
- make object immutable
Change-Id: I7f66aa7ec5e0ba63a9178ad27c8a9466f04e0869
Issue-ID: VID-422
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
|
|
Issue-ID: VID-386
Change-Id: I8959a30b8cbd38663dd410b23d167c405ed2592e
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Un-arm features (Drawing-Board; View/Edit) which requires upcoming build
and pack of angular7.
This will affect, mainly, Macro models, which will now turn back to
legacy UI. This will patch issues similar to described in VID-373.
Issue-ID: VID-373
Change-Id: I949f89468a3d6a81ade2f8ec7e5c04259ee78a8c
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
|
|
Change-Id: I22d1b3bd50c780ae1aff8eb49078a9f098cb55c7
Issue-ID: VID-421
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
1. Introduce property ${jackson.version}
2. Explicitly define jackson-* dependencies
3. Remove unneeded exclusions, as top-level declarations are taking
place by definition.
Change-Id: I309f79872604067147f7f2caf19335d53f924c83
Issue-ID: VID-416
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
-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>
|
|
|
|
|
|
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>
|
|
Change-Id: I072c01e873f8f8b3b99512f80f529e6690c8bd70
Issue-ID: CIMAN-1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
|
|
Issue-ID: VID-388
Change-Id: I7c8c4ec50312f7ccd3a40eb2568cb8181f50b5d8
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
|
|
|
|
Issue-ID: INT-763
Change-Id: I870414f40a4fbc67dba97cd3d297e251ee1ab64f
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
|
|
Change-Id: I8c564a945f374d6dcc12a30ff4d8d9268b50a815
Issue-ID: VID-384
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
|
|
|
|
Change-Id: I778d60064508aa47e1225d0dbae38ca1100d248f
Issue-ID: VID-368
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
multiple sonar fixes
Issue-ID: VID-393
Change-Id: Idd3b65bff03fcf7b053f60959763ea1c63a319aa
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
Issue-ID: VID-384
Change-Id: Iceac145b321a88336494a57dfb92fb023ae9aa85
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
|
|
|
|
bug fix - unreachable code.
Issue-ID: VID-390
Change-Id: I5e6cb45fed4cceb07d67ea22c011d329f1807678
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
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>
|
|
|
|
Issue-ID: VID-382
Change-Id: If5d02a4e7357bf0bc91eb92c7ec11c0d8cc001eb
Signed-off-by: kurczews <krzysztof.kurczewski@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>
|
|
|
|
* 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>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
|
|
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d
Issue-ID: VID-367
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
|
|
|
|
Change-Id: Ida73b13b1e235951f01888ac0cbf344565976e0f
Issue-ID: VID-364
Signed-off-by: biniek <lukasz.biniek@nokia.com>
|
|
|