summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02Bound the dcaepolicylib abstract requirementMichael Hwang1-1/+1
This is needed because of a potential bug in wagon where instead of just taking dependencies from requirements.txt. Wagon meets the requirements of both requirements.txt and the abstract requirements in setup.py. This is when running wagon with the "-r". Change-Id: If6aebb5b4d98c34e379bdfaa5ff0f7af4fa3504b Issue-ID: DCAEGEN2-377 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-21Upgrade to public PyPi policy-libTommy Carpenter1-3/+3
Issue-ID: DCAEGEN2-74 Change-Id: I85f43a73da58497c5677bffcb2de79015febfa7c Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-14DRY up code with decoratorsTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-74 Change-Id: Iefdfe3fa60879161ebc6ba3224f342a9af575d94 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-14Unit test discoveryTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-74 Change-Id: Ibc676f118e9e85db306e38c3e40265d1b1d71ff0 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-12Update to policy 1.0.0Tommy Carpenter1-2/+2
Issue-ID: DCAEGEN2-97 Change-Id: Idf54f589c71b7e032b21f5d48c88f0128bb50b56 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-11Cleanup after Policy updateTommy Carpenter1-2/+2
Issue-ID: DCAEGEN2-96 Change-Id: Iebc195340211faea6d0bcc834015117ba9ded09d Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-07Integrate with policy handlerTommy Carpenter1-3/+4
Issue-ID: DCAEGEN2-96 Change-Id: I2adbce7fafd5b84dd53a3deef4a53c253100bd9d Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-08-22[DCAEGEN2-74] merge broker deletion plugin to cdapTommy Carpenter1-1/+1
Change-Id: If8fecde180c37ae1332e9ef53b9b2e8b17169cbe Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-08-18[DCAEGEN2-74] Push up initial CDAP pluginTommy Carpenter1-0/+37
Change-Id: I2bad410e5c55a59950cabe8fc13066954c4f5c92 Signed-off-by: Tommy Carpenter <tommy@research.att.com>