summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-26add tests for data typesScott Moser
2015-03-26pep8Scott Moser
2015-03-26pep8, and some more testsScott Moser
2015-03-26start of snap_op testsScott Moser
2015-03-26commit work in progress. tests pass.Scott Moser
2015-03-25Update SmartOS data source to use v2 metadata.Scott Moser
2015-03-25Compile SmartOS line-parsing regex once.Daniel Watkins
2015-03-25Add link to Joyent metadata specification.Daniel Watkins
2015-03-25Switch logging from info to debug level.Daniel Watkins
2015-03-25Ensure that the serial console is always closed.Daniel Watkins
2015-03-25Add logging to JoyentMetadataClient.Daniel Watkins
2015-03-25Refactor tests to assume JoyentMetadataClient is correct.Daniel Watkins
2015-03-25Convert DataSourceSmartOS to use v2 metadata.Daniel Watkins
2015-03-25Organise imports in test_smartos.py.Daniel Watkins
2015-03-17systemd: update config and final to run even if init jobs failScott Moser
2015-03-17SmartOS: fixes for python3 reading from serial device.Scott Moser
2015-03-16emit_upstart: fix use of undeclared variableScott Moser
2015-03-13Write and read bytes to/from the SmartOS serial console.Daniel Watkins
2015-03-11userdata-handlers: python3-related fixes on do-not-process-this-part pathOleg Strikov
2015-03-10DataSourceMAAS: fix timestamp error in oauthlibScott Moser
2015-03-10DataSourceMAAS: remove debug statementScott Moser
2015-03-05snappy: disable by defaultScott Moser
2015-03-05fixes from testingScott Moser
2015-03-05DataSourceMAAS: adjust local timestamp in case of clock skewScott Moser
2015-03-05do not raise exception on non-existant channel.ini fileScott Moser
2015-03-05DataSourceMAAS: generate oauth headers with adjusted timestamp in case of clo...Oleg Strikov
2015-03-05fixes bug: https://launchpad.net/bugs/1428495Scott Moser
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Scott Moser
2015-03-04Add util.message_from_string to wrap email.message_from_string.Scott Moser
2015-03-04pull in 'snappy' supportScott Moser
2015-03-04apt_configure: allow disablingScott Moser
2015-03-04grub-dpkg: allow to be disabledScott Moser
2015-03-04locale: make able to be turned offScott Moser
2015-03-04fix logging perms with list rather than singleScott Moser
2015-03-04Add util.message_from_string to wrap email.message_from_string.Daniel Watkins
2015-03-04Fix invalid format string in CloudSigma logging.Daniel Watkins
2015-03-04Convert dmidecode values to sysfs names before looking for them.Scott Moser
2015-03-04Use more consistent logging invocation.Daniel Watkins
2015-03-04add snappy moduleScott Moser
2015-03-04run emit_upstart only if upstart was init systemScott Moser
2015-03-04Fix hang caused by HTTPretty on Python 3.4.2.Daniel Watkins
2015-03-04Convert dmidecode values to sysfs names before looking for them.Daniel Watkins
2015-03-03packages/debian: move software-properties-common to recommends, add eatmydataScott Moser
2015-03-02MAAS: fix oauth imports and reading of command line seed.Scott Moser
2015-03-02DataSourceMAAS: fix oauthlib importsScott Moser
2015-03-02get_cmdline_url: fix in python3 when callingScott Moser
2015-03-02util.py: remove 'print' debug statementScott Moser
2015-03-02url_helper.py: fix undefined variableScott Moser
2015-03-02pep8Scott Moser
2015-02-26readurl, read_file_or_url returns bytes, user must convert as necessaryScott Moser