aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
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
2019-10-24Add npm reposebdet1-1/+1
Add npm repo as the default one does not work properly or does not contain everything Issue-ID: CLAMP-450 Change-Id: I159e1cdae04b7bc9a8f9a770b7f34bd3167da0d2 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-24Merge "Change npm repo"Sébastien Determe1-1/+1
2019-10-24Change npm reposebdet1-1/+1
Change the repo again to release, the auth setting was not there for jenkins Issue-ID: CLAMP-450 Change-Id: Iad8231741ae5aa38f808ca471255ef1eb43810a7 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-23Merge "Change the npm repo"Sébastien Determe1-1/+1
2019-10-23Change the npm reposebdet1-1/+1
Change the npm repo to the one specify in the npmrc Issue-ID: CLAMP-450 Change-Id: I7e416ca31f4beb06d2b0c3b3feff0dcb50c57279 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-23Merge "Try to dump config"Sébastien Determe1-1/+1
2019-10-23Try to dump configsebdet1-1/+1
Try to log config to investigate the npm publish problem Issue-ID: CLAMP-450 Change-Id: Ib63e77f97d77a2b1e887600cb83b85252a68a53f Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-23Merge "Change the repo to release"Sébastien Determe1-1/+1
2019-10-23Change the repo to releasesebdet1-1/+1
Change the npm repository to release as public seems not accepting the publish Issue-ID: CLAMP-450 Change-Id: I34eb4a3e507ecdf3083a5519fce335f9d2b2f6f7 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-23Merge "Change npm repo"Sébastien Determe1-1/+1
2019-10-23Change npm reposebdet1-1/+1
Change the npm repo so that it refers to the right one set by LF team Issue-ID: CLAMP-450 Change-Id: Ic5ee9623c2dfce1d829f43c50afb4d087e4158f0 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-21Fix issuesxuegao1-1/+1
Fix issues from the previous commit. Issue-ID: CLAMP-512 Change-Id: I84b97e9c457f34771b4c8e723dbeeb7fdfc3a18f Signed-off-by: xuegao <xg353y@intl.att.com>
2019-10-21Merge "Re-enable npm deploy"Gervais-Martial Ngueko1-3/+2
2019-10-21Merge "Update sonar settings"Sébastien Determe1-1/+1
2019-10-21Re-enable npm deploysebdet1-3/+2
Re-enable the npm package for testing as nexus3 should be setup correctly now Issue-ID: CLAMP-450 Change-Id: If709a256dad835787bb40bf9a5ed9edb260fb6c3 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-18Update sonar settingsxuegao1-1/+1
Remove the tests and config files out of the sonar code coverage calculation. Issue-ID: CLAMP-512 Change-Id: I86afcd8c307a11b8f5cceb955c40c32cd7129781 Signed-off-by: xuegao <xg353y@intl.att.com>
2019-10-17Update AAF certificatesebdet1-2/+2
Update the AAF certificate as the previous one will expire soon Issue-ID: CLAMP-536 Change-Id: Ia900449fcb1b327d60ae8f9c628610151ed70f0d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-03New attempt for fixing NPMsebdet1-1/+1
Add registry settings for the build npm install so that we can use new libraries Issue-ID: CLAMP-519 Change-Id: Ia69346f60c66bf6344f475b3060491dffb806124 Signed-off-by: sebdet <sebastien.determe@intl.att.com>