summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-30Release clamp5.1.2jenkins-releng1-1/+1
2020-09-30Merge "Release 5.1.2"Gervais-Martial Ngueko2-2/+2
2020-09-30Release 5.1.2sebdet2-2/+2
Release 5.1.2 to fix the clamp image Issue-ID: CLAMP-949 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I5606a574b8f017d7ce3d129bbdea09a68ef4e5bf
2020-09-30Align clamp pathsebdet1-3/+10
Align clamp path to what has been developed in OOM Issue-ID: CLAMP-943 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I75b15d2e817b863d6482d422437939986c5be476
2020-09-28Merge "Release 5.1.1"Gervais-Martial Ngueko1-0/+5
2020-09-28Release 5.1.1sebdet1-0/+10
Do the release 5.1.1 to deliver new containers with new image (integration one based alpine-JDK 11) Issue-ID: CLAMP-949 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Iae44add2e8df3ec002bc87379b29d7f16543fb53
2020-09-28Release 5.1.1sebdet1-0/+5
Do the release 5.1.1 to deliver new containers with new image (integration one based alpine-JDK 11) Issue-ID: CLAMP-949 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I91c3a0806d0d92469b10bf545f62e99d0b89eb39
2020-09-28Remove legacy operational Policy5.1.1sebdet13-668/+19
As it has been removed from policy engine, legacy operational policy code must be removed as well Issue-ID: CLAMP-948 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I0767d3da6d227d788e957a0fd50c4548b7c6290c
2020-09-25Unit test fails due to cleanupliamfallon1-0/+8
When building CLAMP, a test failure was noticed on the LoopRepositoriesItCase test case. THe root cause was because the LoopRepositoriesItCase did not clean up its test configuraiton. When the test order randomly changed, this test was run before the LoopRepositoriesItCase test case, causing that test case to fail due to test data residue. Issue-ID: CLAMP-946 Change-Id: I2c00bbca4ee9f9291ad2c2d565a519daee963c6d Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-09-22Update clamp version to 5.1.1sebdet2-2/+2
Prepare for new release 5.1.1 Guilin Issue-ID: CLAMP-943 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia3e6cde0e653531386f80e0173d35d48ddec4b18
2020-09-21Use the onap imagesebdet1-14/+3
Use the baseline image for onap: onap/integration-java11:7.1.0 Issue-ID: CLAMP-943 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9207c2861e82a0506c47213ecd2876aa1a4c6b79 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-09-17Release 5.1.0sebdet1-0/+5
Do the release 5.1.0 for Guilin Issue-ID: CLAMP-935 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I18bd646598495594f18339dd33cc1154c75676ef
2020-09-17Release 5.1.0sebdet1-0/+10
Do the release 5.1.0 for Guilin Issue-ID: CLAMP-935 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: If2108a938c2ef1c585c6fd06da2c2b8db819ff80
2020-09-15Revert lib required by AAF5.1.0sebdet6-10/+6
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> Change-Id: I9e928512bf44924e179b8726b7665209a82fd94f
2020-09-15Fix the ssl configsebdet33-246/+263
Fix SSL config so that clamp can access external files from the application.properties spring definition Issue-ID: CLAMP-884 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ic4483d56c86f52249b09b386cdbe505f2f2f2a66 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-08-28CLAMP should not display all CDS workflow propertiesroot117-557/+1369
CLAMP should not display all CDS workflow properties Issue-ID: CLAMP-856 Signed-off-by: root1 <vidyashree.rama@huawei.com> Change-Id: I98fc46c9c9ba574a3606740921d74743cb6f38ea
2020-08-20Merge "Revert "Remove useless dep""Christophe Closset1-0/+5
2020-08-20Revert "Remove useless dep"Sébastien Determe1-0/+5
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>
2020-08-20Merge "Re-enable the test multi threading"Christophe Closset1-1/+1
2020-08-19Update Release noteChrisC1-8/+48
Update release note for Frankfurt maintenance Issue-ID: CLAMP-885 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ieb9a8b4c533cef82157f2f9b3c7414a72b25052d
2020-08-06Re-enable the test multi threadingsebdet1-1/+1
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
2020-08-03Remove useless depsebdet1-9/+5
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I83ad14ab2b70373e1679b7fd896bf983db948e3f
2020-08-03Remove useless depsebdet1-5/+0
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I6207cb5face63b350b3bdc8cbd792ce0687bdf41
2020-08-03Remove useless depsebdet1-10/+0
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I6d4ce09c31db50798b9b353383fe0ba2cc95838d
2020-08-03Remove useless depsebdet1-5/+0
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Idf58cbd12061b5c4d0140cd479ff5bd5c8f3a155
2020-08-03Remove useless depsebdet1-5/+0
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I355ff48bc3cf88da8e6dd67f73c9bb61d2e97d42
2020-08-03Update some direct dependenciessebdet1-1/+1
Update vulnerable dependencies tomcat Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia917b9ef2d5a65e4403a2ad60891151745f7c99a
2020-08-03Update some direct dependenciessebdet1-0/+5
Update vulnerable dependencies tomcat Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia384ad154529e4836ac0a4c0f97a5e4e3b1634e4
2020-08-03Merge "Clamp react ui to use url pathname dynamically instead of hardcoded ↵Sébastien Determe5-27/+27
prefix for calling apis"
2020-08-03Merge "Update some direct dependencies"Gervais-Martial Ngueko5-2512/+2497
2020-08-03Merge "Update some direct dependencies"Sébastien Determe1-1/+1
2020-08-03Update some direct dependenciessebdet5-2512/+2497
Update vulnerable dependencies tomcat Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Idf72aa9155fda422bd58013b6eaf888d67557e68
2020-08-03Merge "Update some direct dependencies"Gervais-Martial Ngueko8-34/+34
2020-08-03Update some direct dependenciessebdet1-1/+1
Update vulnerable dependencies tomcat Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I8144e2af4517ac226ca74bb0820a58c7c4eb6e33
2020-08-03Update some direct dependenciessebdet8-34/+34
Update vulnerable dependencies, camel + Spring boot + Mariadb Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9850a07037d7bab0f303c69d5682b1f9de282425
2020-07-30Clamp react ui to use url pathname dynamically instead of hardcoded prefix ↵Ashwin Sharma5-27/+27
for calling apis Issue-ID: CLAMP-914 Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com> Change-Id: I266aeafe9a543e95bcb96fcab6437227c148f8c4
2020-07-30Merge "change -1 to No Limit in View All Templates for # Instances Allowed"Sébastien Determe1-1/+7
2020-07-29change -1 to No Limit in View All Templates for # Instances AllowedTed Humphrey1-1/+7
Issue-ID: CLAMP-912 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com> Change-Id: I3d7732ae741bd3ab0766fc022e8920af2a08e9af
2020-07-29Refer to docker.io mariadbsebdet1-2/+2
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
2020-07-29Merge "Attempt to fix the verify job problem"Gervais-Martial Ngueko3-4/+6
2020-07-29Attempt to fix the verify job problemsebdet3-4/+6
Remove the parallel execution of the Integration tests Issue-ID: CLAMP-899 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia4d60941821f1e5363d5ba5e734a0d9a5ec9186d
2020-07-27Fix audit, metric and error logs as per logging specificationAshwin Sharma7-124/+290
Issue-ID: CLAMP-900 Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com> Change-Id: Ia911e16ecd4a5a03f44c45d32ebc874ff8882895
2020-07-15block re-use of existing loop name; support derivation of SvgGeneratorTed Humphrey8-31/+160
added changes to LoopUI for global style and support of "delete" CL case Issue-ID: CLAMP-896 Change-Id: I97f603f38c277011835b8e206e5e05226a296606 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-15Merge "Support disabling of Loop Instance Properties "Save" button"Christophe Closset1-1/+2
2020-07-14Merge "Add many jests tests and implement block on element type and ↵Christophe Closset2-301/+599
subdictionary fields for subdictionary elements"
2020-07-14Merge "Add a customValidation method to PolicyModal"Christophe Closset3-19/+110
2020-07-14Support disabling of Loop Instance Properties "Save" buttonTed Humphrey1-1/+2
Issue-ID: CLAMP-895 Change-Id: I0e8fd70b750a59c14bb8e73407c49cc09f1d2657 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-14Add many jests tests and implement block on element type andTed Humphrey2-301/+599
subdictionary fields for subdictionary elements Issue-ID: CLAMP-849 Change-Id: Ic6c4c06ee3b41e2e4dfe1913b7ecf57a951d9993 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-10Merge "Fix delete flow bug"Sébastien Determe3-4/+25
2020-07-09Fix delete flow bugxuegao3-4/+25
Fix the bug in delete flow, when the loop is already undeployed. Issue-ID: CLAMP-864 Change-Id: I6ca52b260bf2229b8ed28d8ebac93eef65d12d96 Signed-off-by: xuegao <xg353y@intl.att.com>