summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-04Add "therealfalcon" as contributor (#344)James Falcon
2020-05-01Adapt the package building scripts to use Python 3 (#231)Paride Legovini
2020-05-01DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)Daniel Watkins
2020-04-30.travis.yml: introduce caching (#329)Daniel Watkins
2020-04-30cc_locale: introduce schema (#335)Daniel Watkins
2020-04-30doc/rtd/conf.py: bump copyright year to 2020 (#341)Daniel Watkins
2020-04-30yum_add_repo: Add Centos to the supported distro list (#340)Ryan Harper
2020-04-29Release 20.2 (#337)Chad Smith
2020-04-29doc/format: reference make-mime.py instead of an inline script (#334)Daniel Watkins
2020-04-28Add docs about creating parent folders (#330)Adrian Wilkins
2020-04-28DataSourceNoCloud/OVF: drop claim to support FTP (#333)Daniel Watkins
2020-04-27schema: ignore spurious pylint error (#332)Daniel Watkins
2020-04-24schema: add json schema for write_files module (#152)Chad Smith
2020-04-24BSD: find_devs_with_ refactoring (#298)Gonéri Le Bouder
2020-04-24nocloud: drop work around for Linux 2.6 (#324)Gonéri Le Bouder
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-23distros: handle a potential mirror filtering error case (#328)Daniel Watkins
2020-04-23log: remove unnecessary import fallback logic (#327)Daniel Watkins
2020-04-23.travis.yml: don't run integration test on ubuntu/* branches (#321)Daniel Watkins
2020-04-23More unit test documentation (#314)Daniel Watkins
2020-04-23conftest: introduce disable_subp_usage autouse fixture (#304)Daniel Watkins
2020-04-22YAML align indent sizes for docs readability (#323)Tak Nishigori
2020-04-21network_state: add missing space to log message (#325)Daniel Watkins
2020-04-20tests: add missing mocks for get_interfaces_by_mac (#326)Daniel Watkins
2020-04-16test_mounts: expand happy path test for both happy paths (#319)Daniel Watkins
2020-04-15cc_mounts: fix incorrect format specifiers (#316)Daniel Watkins
2020-04-14swap file "size" being used before checked if str (#315)Eduardo Otubo
2020-04-14HACKING.rst: add pytest version gotchas section (#311)Daniel Watkins
2020-04-10docs: Add steps to re-run cloud-id and cloud-init (#313)Joshua Powers
2020-04-06readme: OpenBSD is now supported (#309)Gonéri Le Bouder
2020-04-03net: ignore 'renderer' key in netplan config (#306)Ryan Harper
2020-04-02Add support for NFS/EFS mounts (#300)Andrew Beresford
2020-04-02openbsd: set_passwd should not unlock user (#289)Gonéri Le Bouder
2020-04-02tools/.github-cla-signers: add beezly as CLA signer (#301)Daniel Watkins
2020-04-01util: remove unnecessary lru_cache import fallback (#299)Daniel Watkins
2020-03-31HACKING.rst: reorganise/update CLA signature info (#297)Daniel Watkins
2020-03-31distros: drop leading/trailing hyphens from mirror URL labels (#296)Daniel Watkins
2020-03-31HACKING.rst: add note about variable annotations (#295)Daniel Watkins
2020-03-31CiTestCase: stop using and remove sys_exit helper (#283)Daniel Watkins
2020-03-31distros: replace invalid characters in mirror URLs with hyphens (#291)Daniel Watkins
2020-03-31rbxcloud: gracefully handle arping errors (#262)Adam Dobrawy
2020-03-31Fix cloud-init ignoring some misdeclared mimetypes in user-data.Kurt Garloff
2020-03-30net: ubuntu focal prioritize netplan over eni even if both present (#267)Chad Smith
2020-03-30cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins
2020-03-30net/cmdline: replace type comments with annotations (#294)Daniel Watkins
2020-03-30HACKING.rst: add Type Annotations design section (#293)Daniel Watkins
2020-03-27net: introduce is_ip_address function (#288)Daniel Watkins
2020-03-27CiTestCase: remove now-unneeded parse_and_read helper method (#286)Daniel Watkins
2020-03-27.travis.yml: allow 30 minutes of inactivity in cloud tests (#287)Daniel Watkins
2020-03-27sources/tests/test_init: drop use of deprecated inspect.getargspec (#285)Daniel Watkins