summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/upstart_job.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2020-06-08Move subp into its own module. (#416)Scott Moser
2019-01-30Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2013-07-21Use constants for repeated type strings.Joshua Harlow
2013-07-11upstart_job.py: fix pylint and bad bad variable in _has_suitable_upstartScott Moser
2013-07-09handlers/upstart_job.py: invoke reload-configuration if we can.Scott Moser
2013-03-07more pep8/pylint. all clean nowScott Moser
2013-03-07merge from trunkScott Moser
2013-02-27do not reload upstart configuration on upstart jobsScott Moser
2012-12-19cloudinit/handlers/upstart_job.py: pep8 / trailing whitespaceScott Moser
2012-12-17tell upstart to reload configuration after writing an upstart jobScott Moser
2012-11-20Start allowing different merging types to be appliedJoshua Harlow
2012-06-29Ensure that only when incoming frequency is per-instance that this runs.Joshua Harlow
2012-06-16Make the top level __init__ similar to the other top level __inits__ where ju...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Moved the user_data directory back to a user_data.py and made a handler subdi...Joshua Harlow