index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
user_data.py
Age
Commit message (
Expand
)
Author
2020-09-15
user_data: remove unused constant (#566)
Daniel Watkins
2020-08-14
user-data: only verify mime-types for TYPE_NEEDED and x-shellscript (#511)
Ryan Harper
2020-06-04
New feature flag functionality and fix includes failing silently (#367)
James Falcon
2020-03-31
Fix cloud-init ignoring some misdeclared mimetypes in user-data.
Kurt Garloff
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
2018-06-13
Be more safe on string/bytes when writing multipart user-data to disk.
Scott Moser
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2017-11-16
centos: Provide the failed #include url in error messages
Chad Smith
2017-11-13
Catch UrlError when #include'ing URLs
Andrew Jorgensen
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-06-21
user_data: fix error when user-data is not utf-8 decodable
Scott Moser
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2015-04-16
fix cloud-config-archive handling
Scott Moser
2015-03-04
Add util.message_from_string to wrap email.message_from_string.
Daniel Watkins
2015-02-26
avoid conversion to string in #include
Scott Moser
2015-02-25
UserDataProcessor: during include, do not convert to string
Scott Moser
2015-02-24
use util.decode_binary rather than str, add tests.
Scott Moser
2015-02-20
Fix for Py2 to Py3 difference: cloud-init user-data mime conversion fails on
Ben Howard
2015-01-27
Remove debugging turd.
Barry Warsaw
2015-01-27
Respond to review:
Barry Warsaw
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Python 3 tests pass, except for skips.
Barry Warsaw
2015-01-26
More test repairs.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-01-24
pylint and long line fixes.
Scott Moser
2014-01-08
Significant re-working of the userdata handling and introduction of
Ben Howard
2013-07-20
Just check the filename existing.
Joshua Harlow
2013-07-20
Unify filename, header replacement.
Joshua Harlow
2013-07-20
Keep filename from original part.
Joshua Harlow
2013-07-20
Ensure we reset the part after decompression.
Joshua Harlow
2013-07-19
Add the ability to decompress MIME gzip.
Joshua Harlow
2013-02-23
Get tests working and further adjustments.
harlowja
2013-02-21
Update to code on trunk.
harlowja
2013-02-19
Continue working on integrating requests.
harlowja
2012-10-10
Fixed typo on dict value reference
Avishai Ish-Shalom
2012-08-31
When a parts content type is found to be different than
Joshua Harlow
2012-08-31
Don't look into cloud-archive (after processing) for launch
Joshua Harlow
2012-08-27
Update so that the content types searched for launch-index
Joshua Harlow
2012-08-26
Ensure when an archive is exploded and if it contains the
Joshua Harlow
2012-08-26
Fix tests running and add in a check on the content type
Joshua Harlow
2012-08-26
Add the capability to understand and filter on
Joshua Harlow
2012-08-22
fix pep8 complaints.
Scott Moser
2012-07-10
Fixes 1012854 by implementing file writing, adjusts
Joshua Harlow
2012-06-22
1. Adjust the logging of phone home module when its not enabled
harlowja
2012-06-22
Constant adding for content type, allow the part filename to be over-ridden e...
Joshua Harlow
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-18
Fix include once always staying on, only turn it on until a include says to t...
Joshua Harlow
2012-06-17
1. Add a url response class that urlreading now returns (instead of a tuple).
harlowja
[next]