summaryrefslogtreecommitdiffstats
path: root/relationships
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07sonarcloud supportVijay Venkatesh Kumar1-2/+2
Change-Id: I7e66510da92d47da2abb67499c3e347822ddd1ea Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2065
2019-12-18Fix tox configuration for coverageMiroslav Los1-3/+19
Coverage is unable to report on modules unless PYTHONPATH is set. Put test results into separate files for python 2 and 3. Merge coverage of python 2 and 3 in a final report. Silence warnings on xunit2 pytest output format. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: DCAEGEN2-2005 Change-Id: I2740231274c153d178e7d9c9103fc70657f7558d
2019-12-09Update versions for all pluginsMiroslav Los3-3/+3
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: DCAEGEN2-1986 Change-Id: Id4cc1cd9c6c5fb0c013f950b11b7799fa9f4fcfa
2019-11-26Support python3 in all pluginsMiroslav Los4-9/+15
Unify tox/requirements/setup.py requirement specifications. Do not set upper version limits if possible. Drop uuid as dependency included with standard library. Drop import of unmaintained cloudify_importer without python3 version. Use PEP 508 URLs in requirements for non-PyPI (github) releases. Use cloudify-common 5 release; pre-release package for python3. Rewrite uses of map with loops/comprehensions. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: DCAEGEN2-1956 Change-Id: I7b3ceb97a628e3af5bda3178d182f4207069e86d
2019-05-22Stop building CDAP and Docker pluginsJack Lucas1-4/+0
Also remove relationships plugin test case that has different expected results on Ubuntu and CentOS. (Should not change test coverage statistics.) Change-Id: I027e13ee92ff1c799d38d8ad9939c4aff73022c3 Issue-ID: DCAEGEN2-1524 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-19Remove explicit requirements to make build *any*2.0.0-ONAPbeijing2.0.0-ONAPMichael Hwang1-9/+0
There are certain python dependencies that will cause built wagons to be tied to the operating system it was built on. Simply removed almost all explicit dependencies. Change-Id: I4823f3c32f87e1843f788badf98468a3159074f5 Issue-ID: DCAEGEN2-455 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-02-22Make SONAR code coverage workAndrew Gauld2-12/+8
Change-Id: I8a61f287d439a5bf0b2cb203e31b514a2cae0a5e Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld <ag1282@att.com>
2018-02-12Update license textLusheng Ji2-0/+34
Change-Id: I352c41a5150925327fc9f9b71eaa8f72f575a8b9 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2017-11-25update versioning1.0.0-ONAP1.0.0-Amsterdamamsterdamvagrant1-2/+2
Change-Id: Ic527095239790de9f94cb03956402a8309cdfe1a Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-10-10Change artifact deployment locationsLusheng Ji1-94/+0
Issue-Id: DCAEGEN2-128 Change-Id: I55f533c0fa1a2a51e6a11b1e8e1dbb221b992fbe Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-25Toxify for docker and relationshipMichael Hwang3-19/+7
Issue-Id: DCAEGEN2-60 Change-Id: Idaacf7239a54a21d45d77731cae13e5115b68f02 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-07Fix pom and mvn scriptLusheng Ji2-63/+41
Issue-Id: DCAEGEN2-60 Change-Id: I18134f2e2b2af7a40789ebec0379c4ee8e58370f Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-30Fix pom.xml'sLusheng Ji1-0/+309
Issue-Id: DCAEGEN2-60 Change-Id: I7c6adeba2578a66af634cd5197ca8308e89c34ee Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-23Add docker and relationships pluginMichael Hwang11-0/+597
Change-Id: I323599ae2965f081f2061b6791635bbeddb09811 Issue-Id: DCAEGEN2-79 Signed-off-by: Michael Hwang <mhwang@research.att.com>