summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-04[VVP] remove SNAPSHOT from docker tags2.0.0-ONAPbeijing2.0.0-ONAPstark, steven1-1/+1
Change-Id: Ib9c68e96f32ff8c8a0cb0f51682a110e6fe07fa0 Issue-ID: VVP-66 Signed-off-by: stark, steven <ss820f@att.com>
2018-05-08Merge "Add INFO.yaml file"Steven Wright1-0/+47
2018-05-03Add INFO.yaml fileJessica Wagantall1-0/+47
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ief916403ad853840e57678fecfc5319a11e8df83 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-17[VVP] adding 2 tests to increase sonarstark, steven4-1/+96
Added tests for frontend and config for sonar coverage Change-Id: I9a3648c84c6d673bd86232debbedb1bcfce0d253 Issue-ID: VVP-55 Signed-off-by: stark, steven <ss820f@att.com>
2018-04-13[VVP] modifying tox to provide for pytest accuracystark, steven1-3/+1
removing virtual environment from coverage results Change-Id: Ie0757d28e5dc427e395cffd141f89847e0e8cafb Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
2018-04-12[VVP] fixing malformed pom from previous commitstark, steven1-3/+5
previous commit had malformed pom in sonar job Change-Id: I42124a901919e81961962de0b0891a95ebd6d731 Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
2018-04-12[VVP] adding maven exec plugin for sonarstark, steven2-0/+88
adding maven exec plugin to trigger pytest Change-Id: I3af6c0ad2fa4bc0b64b04bc196d611c0d0e6606b Signed-off-by: stark, steven <ss820f@att.com> Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
2018-04-12[VVP] adding pytest/sonar to image-scannerstark, steven2-1/+9
modified tox.ini to create coverage report modified pom to include sonar properties Change-Id: If7df67e34bee2561dbb1c1c427031e4919453e09 Issue-ID: VVP-55 Signed-off-by: stark, steven <ss820f@att.com>
2018-04-05Merge "Add missing registry data"Steven Wright1-0/+4
2018-04-05Add missing registry dataJessica Wagantall1-0/+4
Add docker pull and push registry information in the pom.xml Change-Id: I467990158fd16352811657060f801f78fbf35578 Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-05Merge "Update docker tag convention"Steven Wright1-1/+1
2018-04-05[VVP] pom openecomp to onapstark, steven2-4/+9
change pom file from openecomp reference to onap Issue-ID: VVP-45 Change-Id: Iec078223adc9527e1fa1ff20f64b009eab961fdf Signed-off-by: stark, steven <ss820f@att.com>
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I995412871c49e61a169297f6f628f2bdebf7889b Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-29Define onap.nexus.url in pom.xmlJessica Wagantall1-0/+1
Add missing definition for onap.nexus.url in pom file to fix Sonar job. Change-Id: I4fd15db7f2edae20d72e3b938362a1bfa4fc7b9e Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-16Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I773d8f36cee2a11c61f33d294b1c87f6022c396b Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2017-10-25Update docker-maven-plugin versionAreli Fuss1-1/+1
Update docker-maven-plugin version to overcome image name issue Change-Id: Idcdb6239b0088e615d16e072de39886ab1d54fbb Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-10-25Update image path name of image-scannerAreli Fuss1-3/+3
Update the image scanner path name Change-Id: Ic710b16716aed09d3a6566dcff6815bf49a4d43b Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-10-19Change image scanner artifact nameAreli Fuss1-4/+4
Change image scanner artifact name Change-Id: I1cf88b450d181598f095572b92edb75e84e1c34b Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-10-19Fix image name failureAreli Fuss1-4/+4
image part doesn't match allowed pattern Change-Id: If4b8512a82e958ec78a9718b6aa580fe55df25c8 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-10-19Update tox and pomAreli Fuss2-5/+7
Verify flake8 is running under python 3.6 Update the pom artifact id Update the pom container path Change-Id: I31858d5f26c72cfd7c7288d8987fa095daa5507b Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-10-18Add MVN and Update ToxEdan Binshtok12-52/+482
Add files needed for MVN build. Update tox definitions. Change-Id: I2bec9c59efab416dd234536b7500abd68eafb20f Issue-Id: VVP-28 Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
2017-09-26Merge "Add TOX file"Edan Binshtok1-0/+23
2017-09-26Add TOX fileAreli Fuss2-0/+141
Add too.ini to support python verification task Change-Id: Ie30f34a6ff76046676ca479f05ce5ca4f8fc931e Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-09-24Add pom fileAreli Fuss1-0/+118
Add pom file for building Docker by JJB Change-Id: Ibd758cc79d06ae426cc1890d059479130d5a0c48 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
2017-09-06Commit seed code for imagescannerMichael F. Lamb14-0/+1096
This imports the initial seed code for imagescanner. These files were imported from a tarball with the SHA1SUM f05839fedb9c78c1e37d5d45ee6c7b134049da63. From the contents of the tarball, some files which had executable permission set erroneously were adjusted and a .gitignore file was added. The result matches exactly the contents of the origin private repository at hash ddaaf67. Change-Id: I34463fa7b7a4a7f9b6804bef3a113340a90d6ecd Signed-off-by: Michael F. Lamb <mike@datagrok.org> Issue-Id: VVP-7
2017-06-29Initial empty repositoryJessica Wagantall0-0/+0