aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Bump up clamp to 5.0.4sebdet1-1/+1
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
2020-04-03Bump up clamp to 5.0.3sebdet1-1/+1
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
2020-03-31Fix blank space crash in toscasebdet1-1/+1
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
2020-03-27Merge "Release Frankfurt 5.0.0"Sébastien Determe1-0/+5
2020-03-27Release Frankfurt 5.0.0sebdet1-0/+5
Release Frankfurt 5.0.0 images and jar Issue-ID: CLAMP-795 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: If885758b448aa71cbb626ea7770baf4f378a65c2
2020-03-27Merge "Fix frontend docker"Xue Gao1-1/+1
2020-03-27Fix frontend dockersebdet1-1/+1
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
2020-03-25Merge "Fix the stage builds"Sébastien Determe1-7/+2
2020-03-25Fix the stage buildssebdet1-7/+2
Fix the stage build docker due to a bad groovy execution Issue-ID: CLAMP-793 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I531fbb03a2fc0eddd26c04d9b690ba4ca059ae64
2020-03-25Merge "Fix the stage builds"Christophe Closset1-0/+1
2020-03-25Fix the stage buildssebdet1-0/+1
Fix the stage build docker due to a removed class in javascript Issue-ID: CLAMP-793 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I41a1cf3ebf462839ac7cdea29c2603a69efbad09
2020-03-25Merge "Improve the policy model download"Xue Gao1-0/+5
2020-03-25Merge "Improve metadata support"Xue Gao1-5/+3
2020-03-25Improve the policy model downloadsebdet1-0/+5
Improve the policy model download so that the yaml is now in pretty printing and the policy engine is not triggered if the model is already in the database Issue-ID: CLAMP-784 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ibd1e6bd617cf052ad4c475e4dd9c63eb2b046acd
2020-03-24Improve metadata supportsebdet1-5/+3
Improve the metadata support for CDS and default values Issue-ID: CLAMP-786 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I8a24e31a93ff1e288ec8f0f6d522b1b15d39a8d2
2020-03-24Merge "log4j security issue"Sébastien Determe1-0/+4
2020-03-23tomcat-embed-core security issueJulienBe1-1/+1
tomcat-embed-core:9.0.27 is flagged by nexusiq as a security issue Issue-ID: CLAMP-790 Change-Id: I07a99c75285daea5aac093cd644474bcc2db0fdb Signed-off-by: JulienBe <jb379x@att.com>
2020-03-23log4j security issueJulienBe1-0/+4
aaf-cadi-aaf comes with a 1.2.17 log4j flagged by nexusiq as a security issue Issue-ID: CLAMP-789 Signed-off-by: JulienBe <jb379x@att.com> Change-Id: I99cd29941c12c6d868db90c4f46395216afc57b3
2020-03-09Rework tosca convertersebdet1-0/+1
New code to convert the Policy Tosca Yaml to Json Schema for the Clamp UI Issue-ID: CLAMP-647 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id15ddedc1910f6a40bf6e407b34e343e00135571
2020-02-14Add testssebdet1-0/+14
Add tests for https and aaf Issue-ID: CLAMP-624 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia78ed8da7e54eaeaaed4fb87f483e0aff3a4a8c5
2020-02-10Fix npm repo missingsebdet1-1/+1
Fix the Npm repo missing in the configuration Issue-ID: CLAMP-586 Change-Id: I6e0c25beb91655e735ef2a0170e9a4404cdf8818 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-02-10Merge "Removal of ELK"Sébastien Determe1-36/+1
2020-02-10Removal of ELKsebdet1-36/+1
Removal of ELK stack in this repo as now we have clamp-dashboard repo to handle the images construction Issue-ID: CLAMP-483 Change-Id: Icdea709015a973acc6e7884b5444caa1ee3c8cc8 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-02-10Bump up clampsebdet1-1/+1
Bump the version to 5.0.0 Issue-ID: CLAMP-642 Change-Id: Ia9bbb51a2149f68148b6eaf63e9bb10452ae38a5 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-02-04Changes for populating ReactJS component libraryTed Humphrey1-10/+62
Modification of Maven pom.xml to segregate creation of component library away from the basic CLAMP UI. New directory ui-react-lib is introduced and populated with just a few files to support the library creation. Introduction of OnapConstants.js provides single focus for defining constants shared across multiple components, resolving circular dependency between LoopUI.js and MenuBar.js around defaultLoopName. Modified LoopSvg.js to import withRoute from react-router-dom instead of react-router, which was causing problems in usage of completed component library. Issue-ID: CLAMP-586 Change-Id: I3054d5388b8aa7417fe7566c34279390d24fb80a Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-01-30Merge "Remove blueprintId in loop"Xue Gao1-8/+4
2020-01-30Remove blueprintId in loopsebdet1-8/+4
Remove the blueprint Id for DCAE in loop object as now the one in loop template will be used. Issue-ID: CLAMP-592 Change-Id: Ie86f362451d58de07f7a715ae0bfc92566893e13 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-29Enable multithread for failsafesebdet1-1/+1
Change failsafe configuration to enable the multithreading Issue-ID: CLAMP-626 Change-Id: Id53d221873d5820a6f8e4b90b8f0ed3a157c11bf Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-28Merge "Fix dep problem"Gervais-Martial Ngueko1-0/+12
2020-01-28Fix dep problemsebdet1-0/+12
Fix dependency problem in eclipe & remove useless files in resources Issue-ID: CLAMP-628 Change-Id: Ibe8ed1283b12e6379ff529e24c5ccbb85d3b3227 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-28Fix JS coverageChrisC1-2/+1
reverting to sonar.sources to control source origin Issue-ID: CLAMP-626 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I39f33a3486b3534b8a815e5823e281ca1eff29a8
2020-01-28Fix Sonar JSChrisC1-2/+4
Trying to apply other properties for JS scan Issue-ID: CLAMP-626 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iae2cd8014f54260fa90d8f489f1316ac422e99de
2020-01-28Adding more logs and try relative pathChrisC1-1/+2
Adding More logs to the scanner to understand why some sources are not taken into account + trying relative path for inclusion based on SonarCloud doc recommendation Issue-ID: CLAMP-626 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Iccede3dc4c1e9a8f2c80ef3e763cbbcbdde489ab
2020-01-27Fix SonarChrisC1-3/+4
try disabling sonar.scm.exclusions.disabled to avoid .gitignore file being taken into account by Sonar Issue-ID: CLAMP-626 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ic5ea1d9f2168e983a54132e1acf8ae0d31f081d7 Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2020-01-27Fix Sonar Java CoverageChrisC1-5/+6
SonarCloud takes only XML Jacoco report as input, fixed plugin configuration and sonar properties. Issue-ID: CLAMP-626 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I5d47e3868e3b805d9d45421ba2aa1d71c9626454
2020-01-24Fix sonarsebdet1-10/+8
Fix sonar due to sonarcloud migration Issue-ID: CLAMP-626 Change-Id: I8fb9eb3857c1b9649cc6231d3789b39887687152 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-23Fix sonarsebdet1-0/+14
Fix sonar due to sonarcloud migration Issue-ID: CLAMP-626 Change-Id: I9e16331804e97aa1bdf6d771fda3f5c352590452 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-01-16Add template and tosca model entities and repositoriesnrpandya1-4/+10
Add Control loop template, tosca model and model policy properties hibernate entity classes and crud repositories Issue-ID: CLAMP-555 Change-Id: Ib7f07aca5ad2ddf5caff7c98ea9341bdc147e817 Signed-off-by: nrpandya <neenendra.pandya@att.com>
2019-11-18Rollback to JDK 11sebdet1-2/+2
Reverting JDK to 11 as deciced by the SECCOM Issue-ID: CLAMP-553 Change-Id: I69bbf2b961616ae566e43cab944bd0daf5295a34 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-13Fix NPM loop issuesebdet1-1/+1
Fix the NPM loop issue that appears during the deploy maven phase Issue-ID: CLAMP-450 Change-Id: I4b1bb691f56d39792217f297dd0fb3e3c9397363 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-08Update sonar pluginsebdet1-0/+5
Update sonar plugin to latest for Jdk 13 Issue-ID: CLAMP-327 Change-Id: I780e9d13820c3b0fe351a651aec782bf4ac46ccb Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-07Change Oparentsebdet1-1/+1
Update oparent to 2.1.0 Issue-ID: CLAMP-531 Change-Id: I2b4d71c58fdd96ceae1551258e198d16c8bb21a8 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-07Merge "Move to JDK 13"Sébastien Determe1-9/+44
2019-11-06Merge "Upgrade the libs"Gervais-Martial Ngueko1-2/+2
2019-11-06Upgrade the libssebdet1-2/+2
Upgrade the version of some libraries for NPM so for React UI Issue-ID: CLAMP-544 Change-Id: Ie5238c699a2b441892e6e12f3a6f17640d26b10c Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-05Add Npm repo scriptsebdet1-0/+16
Add npm repo script in the build to decide which nexus repo must be used depending of the version Issue-ID: CLAMP-450 Change-Id: Ic00974d1bedf9da947748dd9f5224fbc78f7f425 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-11-05Move to JDK 13sebdet1-9/+44
Do the required changes to move to JDK 13 Issue-ID: CLAMP-327 Change-Id: Ia7840851eeefc6c00e3e49eacb2e49cc27a0b2f0 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-25Merge "Reset npm param"Sébastien Determe1-1/+1
2019-10-25Reset npm paramsebdet1-1/+1
Reset NPM parameters so that LF team can test their changes Issue-ID: CLAMP-450 Change-Id: I6e4f3001a79509beafbfcb87fbbeb94822bf955a Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-24Merge "Add npm repo"Sébastien Determe1-1/+1