Age | Commit message (Expand) | Author |
2022-02-11 | sources/azure: address mypy/pyright typing complaints (#1245) | Chris Patterson |
2022-01-12 | Remove distutils usage (#1177) | Shreenidhi Shedi |
2021-12-15 | Adopt Black and isort (SC-700) (#1157) | James Falcon |
2020-08-25 | tox: bump the pylint version to 2.6.0 in the default run (#544) | Paride Legovini |
2020-03-03 | ec2: only redact token request headers in logs, avoid altering request (#230) | Chad Smith |
2020-02-19 | ec2: Do not log IMDSv2 token values, instead use REDACTED (#219) | Ryan Harper |
2020-01-21 | Start removing dependency on six (#178) | Daniel Watkins |
2019-12-02 | url_helper: read_file_or_url should pass headers param into readurl (#66) | Chad Smith |
2019-11-22 | ec2: Add support for AWS IMDS v2 (session-oriented) (#55) | Ryan Harper |
2019-10-16 | Small typo fixes in code comments. | Dominic Schlegel |
2019-08-09 | Add support for publishing host keys to GCE guest attributes | Rick Wright |
2019-01-30 | Resolve flake8 comparison and pycodestyle over-ident issues | Paride Legovini |
2018-11-13 | azure: retry imds polling on requests.Timeout | Chad Smith |
2018-10-31 | azure: report ready to fabric after reprovision and reduce logging | asakkurr |
2018-05-17 | read_file_or_url: move to url_helper, fix bug in its FileResponse. | Scott Moser |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2018-03-23 | Reduce AzurePreprovisioning HTTP timeouts. | Douglas Jordan |
2018-03-23 | Revert the logic of exception_cb in read_url. | Kurt Garloff |
2018-03-02 | Simplify some comparisions. | Rémy Léone |
2018-01-24 | Azure VM Preprovisioning support. | Douglas Jordan |
2017-08-30 | url_helper: dynamically import oauthlib import from inside oauth_headers | Chad Smith |
2017-08-29 | url_helper: fail gracefully if oauthlib is not available | Lars Kellogg-Stedman |
2017-07-17 | Scaleway: add datasource with user and vendor data for Scaleway. | Julien Castets |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-24 | test: add running of pylint | Joshua Powers |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2015-09-29 | MAAS: fix issues with url_helper and oauth module | Scott Moser |
2015-08-31 | readurl: if headers are provided still provide base headers | Scott Moser |
2015-08-25 | MAAS: fixes to data source and OauthUrlHelper | Scott Moser |
2015-08-07 | fix syntax | Scott Moser |
2015-08-07 | improvements on skew | Scott Moser |
2015-08-07 | seems functional in test | Scott Moser |
2015-08-06 | tests pass | Scott Moser |
2015-03-02 | url_helper.py: fix undefined variable | Scott Moser |
2015-02-25 | move towards user-data being binary | Scott Moser |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2014-08-26 | further remove evidence of pylint. | Scott Moser |
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner |
2014-02-13 | wait less for the metadata service (by default) | Scott Moser |
2014-02-08 | Spacing and comment cleanup | Joshua Harlow |
2014-02-08 | Update requests ssl not supported message | Joshua Harlow |
2014-02-08 | Remove HEAD usage and other small adjustments | Joshua Harlow |
2014-02-07 | Remerged with trunk | Joshua Harlow |
2014-02-01 | Add a openstack specific datasource | Joshua Harlow |
2014-01-24 | read_file_or_url: raise UrlError with 404 on ENOENT | Scott Moser |
2014-01-23 | Use the right exception | Joshua Harlow |
2014-01-23 | Skip retry and continued fetch of userdata when NOT_FOUND | Joshua Harlow |
2013-05-03 | Fix a feature that doesn't yet exist on python 2.6 | Joshua Harlow |