summaryrefslogtreecommitdiff
path: root/cloudinit/url_helper.py
Commit message (Expand)AuthorAgeFilesLines
* lint: fix tip-flake8 and tip-mypy (#1896)Alberto Contreras2022-12-071-4/+4
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-3/+3
* typing: Type UrlResponse.contents (#1633)Alberto Contreras2022-08-081-1/+3
* main: avoid downloading full contents cmdline urls (#1606)Alberto Contreras2022-08-041-3/+21
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-6/+4
* Fix bug in url_helper/dual_stack() logging (#1426)Brett Holman2022-05-111-3/+4
* Add support for dual stack IPv6/IPv4 IMDS to Ec2 (#1160)Brett Holman2022-04-141-74/+240
* url_helper: add tuple support for readurl timeout (#1328)Chris Patterson2022-03-141-2/+6
* sources/azure: ensure retries on IMDS request failure (#1271)Chris Patterson2022-02-171-5/+11
* sources/azure: address mypy/pyright typing complaints (#1245)Chris Patterson2022-02-111-4/+3
* Remove distutils usage (#1177)Shreenidhi Shedi2022-01-121-49/+11
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-94/+179
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-3/+3
* ec2: only redact token request headers in logs, avoid altering request (#230)Chad Smith2020-03-031-7/+8
* ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper2020-02-191-7/+20
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-15/+5
* url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith2019-12-021-8/+39
* ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper2019-11-221-6/+9
* Small typo fixes in code comments.Dominic Schlegel2019-10-161-3/+3
* Add support for publishing host keys to GCE guest attributesRick Wright2019-08-091-4/+5
* Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-301-1/+1
* azure: retry imds polling on requests.TimeoutChad Smith2018-11-131-0/+14
* azure: report ready to fabric after reprovision and reduce loggingasakkurr2018-10-311-6/+11
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-171-1/+28
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* Reduce AzurePreprovisioning HTTP timeouts.Douglas Jordan2018-03-231-5/+8
* Revert the logic of exception_cb in read_url.Kurt Garloff2018-03-231-3/+4
* Simplify some comparisions.Rémy Léone2018-03-021-2/+2
* Azure VM Preprovisioning support.Douglas Jordan2018-01-241-9/+20
* url_helper: dynamically import oauthlib import from inside oauth_headersChad Smith2017-08-301-7/+3
* url_helper: fail gracefully if oauthlib is not availableLars Kellogg-Stedman2017-08-291-1/+9
* Scaleway: add datasource with user and vendor data for Scaleway.Julien Castets2017-07-171-2/+8
* pylint: fix all logging warningsJoshua Powers2017-04-211-5/+6
* test: add running of pylintJoshua Powers2017-03-241-1/+1
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+3
* Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-3/+3
* MAAS: fix issues with url_helper and oauth moduleScott Moser2015-09-291-2/+6
* readurl: if headers are provided still provide base headersScott Moser2015-08-311-4/+8
* MAAS: fixes to data source and OauthUrlHelperScott Moser2015-08-251-7/+7
* fix syntaxScott Moser2015-08-071-1/+1
* improvements on skewScott Moser2015-08-071-9/+9
* seems functional in testScott Moser2015-08-071-6/+4
* tests passScott Moser2015-08-061-5/+137
* url_helper.py: fix undefined variableScott Moser2015-03-021-6/+8
* move towards user-data being binaryScott Moser2015-02-251-1/+1
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-7/+15
* further remove evidence of pylint.Scott Moser2014-08-261-7/+6
* fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner2014-08-261-2/+2
* wait less for the metadata service (by default)Scott Moser2014-02-131-0/+1