summaryrefslogtreecommitdiffstats
path: root/helm/plugin
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Support python3 in all pluginsMiroslav Los2-13/+17
Unify tox/requirements/setup.py requirement specifications. Use cloudify-common 5.0.5 release. For helm, use a dev cloudify-common build with better python3 code. Use PEP 508 URLs in requirements for the non-PyPI (github) release. Fix mixed indentation and trailing whitespace. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1931 Change-Id: I607957d9e2c299121785f3f02420c6038966a200
2019-12-02Do not use get_secret in test blueprintMiroslav Los1-3/+3
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1971 Change-Id: Ia81041b683d57ed1a4828d9c45eb49f5556c8f31
2019-11-15Fix minor issues revealed by pylintMiroslav Los1-1/+1
Remove superfluous argument to str.format in dmaap. Fix two tests with the same name in dnsdesig. Raise a proper exception instead of bool in helm. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1928 Change-Id: I07ff9eaa3b25a4c7864eda2b6189d7357c887dd4
2019-10-16Enhance logic to hide credentials in logHong Guan1-4/+12
Issue-ID: CCSDK-1839 Signed-off-by: Hong Guan <hg4105@att.com> Change-Id: I8687e1de5165851f05dfffe2c45dcad3d844573d
2019-05-13Enhance Helm PlugindublinHong Guan5-178/+292
Change-Id: I82fea00651d726147276e0bba378f3b76ebbd4e6 Issue-ID: CCSDK-1330 Signed-off-by: Hong Guan <hg4105@att.com>
2018-12-04Add a new 'status' workflow for Helm PluginHong Guan2-0/+29
Change-Id: I87aa50b5ab5524494f035b290323c697169f26b9 Issue-ID: CCSDK-788 Signed-off-by: Hong Guan <hg4105@att.com>
2018-10-11Enhance the helm plugin error messageHong Guan1-3/+6
Change-Id: I872b799142b1bb7fe7f1f546646fa4fb325f7698 Issue-ID: CCSDK-619 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-15Add sonar test coverageHong Guan1-1/+1
Change-Id: I7cf494a34d60c90a9e0d137e710b16f9f83bdcbb Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-08Add Helm Plugin maven buildHong Guan1-1/+2
Change-Id: I111db7511658bfff73e85cf9efed69e1a4e44713 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-06Fix bug in basic authenticationjh245g2-2/+2
Change-Id: If3f8231b5a3330009379d6d20d47f0be895ecdc8 Issue-ID: CCSDK-425 Signed-off-by: jh245g <jh245g@att.com>
2018-08-02Support basic authentication in config repojh245g2-8/+36
Change-Id: Ic2f40abfbb54bf006f750e4aab7993cb1f4bd5c5 Issue-ID: CCSDK-425 Signed-off-by: jh245g <jh245g@att.com>
2018-07-22Added Helm Plugin unit test codeHong Guan3-48/+323
Change-Id: If35021a7161a2f0f0dba8f045356e52a3bce6ccf Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-10fixed code format bugHong Guan1-5/+5
Change-Id: I159c85f44118ba387c2a5f9438684b45405c6edd Issue-ID: CCSDK-354 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Reformat the helm plugin python codeHong Guan2-101/+144
Change-Id: I9b826964db98dcae59ff6165be9ed0897dcd5f47 Issue-ID: CCSDK-351 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Enhancement to support yaml inputHong Guan2-16/+28
Change-Id: Ib3d638965091a363f0c223012de9748650eb0960 Issue-ID: CCSDK-333 Signed-off-by: Hong Guan <hg4105@att.com>
2018-06-27Update helm plugin source codejh245g7-0/+506
Change-Id: I1689d8d915c8f18a3e8230dcabb33413a2b9043e Issue-ID: CCSDK-322 Signed-off-by: jh245g <jh245g@att.com>