summaryrefslogtreecommitdiffstats
path: root/helm/plugin/tasks.py
AgeCommit message (Collapse)AuthorFilesLines
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 Guan1-109/+212
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 Guan1-0/+19
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-06Fix bug in basic authenticationjh245g1-1/+1
Change-Id: If3f8231b5a3330009379d6d20d47f0be895ecdc8 Issue-ID: CCSDK-425 Signed-off-by: jh245g <jh245g@att.com>
2018-08-02Support basic authentication in config repojh245g1-7/+23
Change-Id: Ic2f40abfbb54bf006f750e4aab7993cb1f4bd5c5 Issue-ID: CCSDK-425 Signed-off-by: jh245g <jh245g@att.com>
2018-07-05Reformat the helm plugin python codeHong Guan1-83/+123
Change-Id: I9b826964db98dcae59ff6165be9ed0897dcd5f47 Issue-ID: CCSDK-351 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Enhancement to support yaml inputHong Guan1-8/+14
Change-Id: Ib3d638965091a363f0c223012de9748650eb0960 Issue-ID: CCSDK-333 Signed-off-by: Hong Guan <hg4105@att.com>
2018-06-27Update helm plugin source codejh245g1-0/+305
Change-Id: I1689d8d915c8f18a3e8230dcabb33413a2b9043e Issue-ID: CCSDK-322 Signed-off-by: jh245g <jh245g@att.com>