Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix the Junit issue (tests not executed at all) in the release 6.0.1
+ bump up Camel version to latest & Spring boot as well.
Issue-ID: POLICY-3084
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I051cfadbdb360505c3979ef8ce02ab31d1089c13
(cherry picked from commit 3664078317de1bfc75f0bf427e859daa2070fb35)
|
|
- Update to 6.0.1 so that images can be released next week
- Fix classNotFound due to update of policy models libs from 2.3.5 to 2.4.0 (ToscaPolicyIdentifier renamed to ToscaConceptIddentifier and ToscaPolicyTypeIdentifier deleted)
Issue-ID: POLICY-3084
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ic2d3e6eb25f125ba472c77f0683081214680fafb
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
(cherry picked from commit eeaef28f78a23881e2f5cf0380fa1ad34472435d)
|
|
Removing the parent snapshot as the build is not reproductible if the snapshost changes.
Moreover a change occurred and the tests are even not executed.
Issue-ID: POLICY-3073
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I1be96ea0b4cd8f721b17c623a62a1892dcf05062
(cherry picked from commit 25f228a730563c414bce5d65cdb3210ce9eae4c6)
|
|
The plugin configuration caused all the sub POMs to be run as separate
builds.
The build for the TOSCA POC code should just point at the single POM for
the POC code and not run all the sub POMs. THis change just runs
thebottom POM for the control loop code, which in turn calls all the sub
POMs.
Issue-ID: POLICY-2971
Change-Id: I9cab9fc862c89a037b12894fb5bfb3b2c9a4e9f9
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
At the moment, because the code in the tosca-controlloop directory is
not linked to the CLAMP pom, it is not built by the Jenkins jobs.
This commit makes a change to the pom.xml file on the tosca-poc branch
only so that the tosca-controlloop code is built.
The maven-invoker-plugin runs a build of the code in the
tosca-controlloop subdirectory by invoking a build of its pom.xml. The
output artifacts are placed in target/tosca-controlloop and do not
interfere in any way with the main CLAMP build.
However, if there are compile erors/test fails/maven errors in the
tosca-controlloop coode, the build wil and should fail.
Issue-ID: POLICY-2995
Change-Id: Ie4d3e3189af6afe0a046ab565a7cc2703afa503d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Fix the broken build by removing the need of the useless certificate, a new one is now generate during the build for the tests.
Issue-ID: POLICY-3036
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I11c2ff5aac8a99c7a2b7e676d6c11bbc861a1de4
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
(cherry picked from commit d2178bc9f7d6c06f60a3a8afecd83e428d84cd78)
|
|
Replacement of the PdpGroups clamp code by the one from policy model dependency.
Issue-ID: POLICY-2924
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I12c77704bba1c769dc2f307d91b759a3b645013f
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
(cherry picked from commit 078c34d0c2e439d8a148a2cd4d7545c6b7f56acb)
|
|
The module structure is:
./tosca-controlloop (maven module)
./tosca-controlloop/common (maven module, could be moved to policy-common)
./tosca-controlloop/design (maven module, control loop design time component)
./tosca-controlloop/models (maven module, should be moved to policy-models)
./tosca-controlloop/participants (maven modue for control loop participants)
./tosca-controlloop/runtime (maven module, control loop run time component)
This patch also updates the repo to the current status of the master
branch
Issue-ID: POLICY-2971
Change-Id: I98c7e25f592cc7d9783d5daff3e9e3ad2e7b5214
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
This change mreges changes in clamp master into the tosca-poc branch
because the two banches have diverged.
Issue-ID: POLICY-2971
Change-Id: Iea4efe90204c98eeaae0b112ad5c964f722afdb0
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Prepare for new release 5.1.1 Guilin
Issue-ID: CLAMP-943
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
(cherry picked from commit a279cd787769a8faa6fedfbd6c099c0425d6d25d)
Change-Id: I18a6a8f108dbff4824aa5b48e58fb062511e352e
|
|
This lib must be re-introduced for AAF otherwise at runtime there is a classnotfound
Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
(cherry picked from commit 68af81034f311e6a25221648f48ae6db7c8e30b6)
Change-Id: I34a72f627689c26ed665d9da61c23e85e4a3dfe0
|
|
Issue-ID: CLAMP-930
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: Ic00c2cdf9ac23b69c6b58aadb24ccf6cf24a64c8
|
|
|
|
This reverts commit dc5e7d8cff0f06d54d28b6eb09a96dbaa89e6808.
Reason for revert: Rollback Janino.
Need to rollback this dep as it is in use by the log.
Issue-ID: CLAMP-915
Change-Id: Ib84a6559eb0001995a468b9fe720f9baa103b32d
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
Re-enable the test multi threading with a new 16G ram node
Issue-ID: CLAMP-899
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I52920f47796c8c459287168a048d1ccbe214c762
|
|
Remove useless dependencies
Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I83ad14ab2b70373e1679b7fd896bf983db948e3f
|
|
Remove useless dependencies
Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I6207cb5face63b350b3bdc8cbd792ce0687bdf41
|
|
Remove useless dependencies
Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I6d4ce09c31db50798b9b353383fe0ba2cc95838d
|
|
Remove useless dependencies
Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Idf58cbd12061b5c4d0140cd479ff5bd5c8f3a155
|
|
Remove useless dependencies
Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I355ff48bc3cf88da8e6dd67f73c9bb61d2e97d42
|
|
Update vulnerable dependencies tomcat
Issue-ID: CLAMP-850
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia917b9ef2d5a65e4403a2ad60891151745f7c99a
|
|
Update vulnerable dependencies tomcat
Issue-ID: CLAMP-850
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia384ad154529e4836ac0a4c0f97a5e4e3b1634e4
|
|
Update vulnerable dependencies tomcat
Issue-ID: CLAMP-850
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Idf72aa9155fda422bd58013b6eaf888d67557e68
|
|
Update vulnerable dependencies tomcat
Issue-ID: CLAMP-850
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I8144e2af4517ac226ca74bb0820a58c7c4eb6e33
|
|
Update vulnerable dependencies, camel + Spring boot + Mariadb
Issue-ID: CLAMP-850
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9850a07037d7bab0f303c69d5682b1f9de282425
|
|
Do not use cached mariadb on nexus3.onap.org
Issue-ID: CLAMP-855
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I7a45731122201d6ae8304fadc6ef0d75310eabd8
|
|
Remove the parallel execution of the Integration tests
Issue-ID: CLAMP-899
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia4d60941821f1e5363d5ba5e734a0d9a5ec9186d
|
|
Issue-ID: CLAMP-844
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: Ie5c40477f42fcf26f5fef6c1742e34a2eee7f73d
|
|
Fix js lib dur eto modal removals and re-enable the lib publish
Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I131d026f03b522954e2231141b1120cf7a66ba2a
|
|
|
|
A new shell script is introduced for verifying that
ui-react-lib/libIndex.js is faithfully synchronized with components
maintained in ui-react/src, in order to provide an NPM onap-clamp-ui-lib
Issue-ID: CLAMP-669
Change-Id: I48eb979e3fbe110b718b96c0fcee08a2ced7a36b
Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
|
|
Removal of svg libs and xml not used anymore
Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I710d2e12c4c994f8f9b26b584da6ff6676b362ad
|
|
Bump 5.1.0 for Guilin on master branch
Issue-ID: CLAMP-845
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie04d75e2bb88dd2e20c53a9615b780df0e65b485
|
|
|
|
Rollback fixes for Nexus-iq, it does not help
Issue-ID: CLAMP-841
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I280c4cf612298d1cda64b8ed39a0a416f936fdc4
|
|
|
|
|
|
Fix bugs reported by sonar as critical, major, ...
Issue-ID: CLAMP-841
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I23122c064b64ebe2a2c8c33540c4be0b0895157d
|
|
Fix bugs reported by sonar as critical, major, ...
Issue-ID: CLAMP-841
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3ec04016541e4a644c02e5c4601c0ee608eb0ca3
|
|
Prepare 5.0.6 Clamp release
Issue-ID: CLAMP-833
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I459df08e623318e1b07912cccec5143d4f67008c
|
|
upgrade spring-web-security to a less vulnerable version
Issue-ID: CLAMP-832
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie272218e9c85b056a6bea92b3caf8072f298524d
|
|
Prepare for 5.0.5
Issue-ID: CLAMP-833
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I26aa07c55f45f666bd46dc28b8eb676e62bd40b0
|
|
Upgrade dom4j to latest due to security issues 10
Issue-ID: CLAMP-832
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I4c3d36644cb858fdd9153b66f67ecf5f819b9381
|
|
Bump up clamp to 5.0.4 for future release
Issue-ID: CLAMP-822
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: If3fe1d2efc81576926220d578428f8db488a943e
|
|
Bump up clamp to 5.0.3 to provide new fixes
Issue-ID: CLAMP-813
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I64e1ffef8bde92f5dad52064c0d00b4c594e622c
|
|
Fix the crash that occurs when a blank space is found in the metadata section
Issue-ID: CLAMP-801
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3d66991378bd44fbb7d19a5048091e307589677a
|
|
|
|
Release Frankfurt 5.0.0 images and jar
Issue-ID: CLAMP-795
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: If885758b448aa71cbb626ea7770baf4f378a65c2
|
|
|
|
Rework the frontend image so that it does not crash when it starts
Issue-ID: CLAMP-797
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9448f52eada95a171006e6e524ffac2e70c9f59e
|