Age | Commit message (Expand) | Author |
2020-04-24 | cloudinit: drop dependencies on unittest2 and contextlib2 (#322) | Daniel Watkins |
2020-04-23 | distros: handle a potential mirror filtering error case (#328) | Daniel Watkins |
2020-04-23 | log: 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-23 | More unit test documentation (#314) | Daniel Watkins |
2020-04-23 | conftest: introduce disable_subp_usage autouse fixture (#304) | Daniel Watkins |
2020-04-22 | YAML align indent sizes for docs readability (#323) | Tak Nishigori |
2020-04-21 | network_state: add missing space to log message (#325) | Daniel Watkins |
2020-04-20 | tests: add missing mocks for get_interfaces_by_mac (#326) | Daniel Watkins |
2020-04-16 | test_mounts: expand happy path test for both happy paths (#319) | Daniel Watkins |
2020-04-15 | cc_mounts: fix incorrect format specifiers (#316) | Daniel Watkins |
2020-04-14 | swap file "size" being used before checked if str (#315) | Eduardo Otubo |
2020-04-14 | HACKING.rst: add pytest version gotchas section (#311) | Daniel Watkins |
2020-04-10 | docs: Add steps to re-run cloud-id and cloud-init (#313) | Joshua Powers |
2020-04-06 | readme: OpenBSD is now supported (#309) | Gonéri Le Bouder |
2020-04-03 | net: ignore 'renderer' key in netplan config (#306) | Ryan Harper |
2020-04-02 | Add support for NFS/EFS mounts (#300) | Andrew Beresford |
2020-04-02 | openbsd: set_passwd should not unlock user (#289) | Gonéri Le Bouder |
2020-04-02 | tools/.github-cla-signers: add beezly as CLA signer (#301) | Daniel Watkins |
2020-04-01 | util: remove unnecessary lru_cache import fallback (#299) | Daniel Watkins |
2020-03-31 | HACKING.rst: reorganise/update CLA signature info (#297) | Daniel Watkins |
2020-03-31 | distros: drop leading/trailing hyphens from mirror URL labels (#296) | Daniel Watkins |
2020-03-31 | HACKING.rst: add note about variable annotations (#295) | Daniel Watkins |
2020-03-31 | CiTestCase: stop using and remove sys_exit helper (#283) | Daniel Watkins |
2020-03-31 | distros: replace invalid characters in mirror URLs with hyphens (#291) | Daniel Watkins |
2020-03-31 | rbxcloud: gracefully handle arping errors (#262) | Adam Dobrawy |
2020-03-31 | Fix cloud-init ignoring some misdeclared mimetypes in user-data. | Kurt Garloff |
2020-03-30 | net: ubuntu focal prioritize netplan over eni even if both present (#267) | Chad Smith |
2020-03-30 | cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292) | Daniel Watkins |
2020-03-30 | net/cmdline: replace type comments with annotations (#294) | Daniel Watkins |
2020-03-30 | HACKING.rst: add Type Annotations design section (#293) | Daniel Watkins |
2020-03-27 | net: introduce is_ip_address function (#288) | Daniel Watkins |
2020-03-27 | CiTestCase: 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-27 | sources/tests/test_init: drop use of deprecated inspect.getargspec (#285) | Daniel Watkins |
2020-03-27 | setup.py: drop NIH check_output implementation (#282) | Daniel Watkins |
2020-03-26 | Identify SAP Converged Cloud as OpenStack | Silvio Knizek |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-26 | HACKING.rst: add examples of the two test class types (#278) | Daniel Watkins |
2020-03-26 | VMWware: support to update guest info gc status if enabled (#261) | xiaofengw-vmware |
2020-03-26 | lp-to-git-users: adding killermoehre (#281) | Silvio Knizek |
2020-03-26 | Add lp-to-git mapping for kgarloff (#279) | Ryan Harper |
2020-03-25 | set_passwords: avoid chpasswd on BSD (#268) | Gonéri Le Bouder |
2020-03-25 | HACKING.rst: add Unit Testing design section (#277) | Daniel Watkins |
2020-03-25 | util: read_cc_from_cmdline handle urlencoded yaml content (#275) | Ryan Harper |
2020-03-25 | distros/tests/test_init: add tests for _get_package_mirror_info (#272) | Daniel Watkins |
2020-03-24 | HACKING.rst: add links to new Code Review Process doc (#276) | Daniel Watkins |
2020-03-24 | freebsd: ensure package update works (#273) | Gonéri Le Bouder |
2020-03-24 | doc: introduce Code Review Process documentation (#160) | Daniel Watkins |
2020-03-24 | tools: use python3 (#274) | Ryan Harper |