Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-17 | webhook: report with json data | Scott Moser | |
the handler was passing a dictionary to readurl which was then passing that on to requests.request as 'data'. the requests library would urlencode that, but we want the json data posted instead. LP: #1496960 | |||
2015-08-31 | handlers: drop unused import | Scott Moser | |
this import was left over from before we moved oauthlib into url_helper | |||
2015-08-31 | handlers: docstring fixups, and print actually do something | Scott Moser | |
2015-08-10 | reporting: remove unused variable, actually print in PrintHandler | Scott Moser | |
2015-08-07 | reporting: fix logging reproter and tests | Scott Moser | |
2015-08-07 | add doc, remove some debug / print statements. | Scott Moser | |
2015-08-07 | catch exception in webhook, adjust logging to use cloud-init logging | Scott Moser | |
2015-08-07 | seems functional in test | Scott Moser | |
2015-08-06 | add the webhook handler | Scott Moser | |
2015-08-06 | tests pass | Scott Moser | |
2015-08-06 | sync with cloudinit 2.0 for registry and reporting | Scott Moser | |
2015-08-04 | fix pep8 | Scott Moser | |
2015-08-02 | fix tests from sync | Scott Moser | |
change ReportStack to ReportEventStack change default ReportEventStack to be status.SUCCESS instead of None | |||
2015-08-02 | sync with 2.0 trunk on reporting | Scott Moser | |