Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser | |
--ignore was being called with ',E121,E...' rather than 'E121,E...'. that resulted in odd behavior, missing the pep8 errors that are fixed here. | |||
2014-11-21 | Ensure the cc_chef doc links to the cc_chef code | Joshua Harlow | |
2014-10-23 | Show the handle method for the cc_ubuntu_init_switch module | Joshua Harlow | |
2014-10-23 | Use bold for the internal name | Joshua Harlow | |
2014-10-23 | Add a link to the module code | Joshua Harlow | |
2014-10-23 | Add the beginnings of module documentation | Joshua Harlow | |
2014-01-24 | pep8/pylint fixes | Scott Moser | |
tools/run-pep8 wasn't checking all python files. tools/run-pylint wasnt checking bin/cloud-init fixed resultant pep8 issues after finding them. | |||
2014-01-17 | more boto removal. move httpretty from 'Requires' | Scott Moser | |
the Requires would get that string rendered into the package's Depends/Requires (rather than BuildDepends/BuildRequires). We should have BuildDepends/BuildRequires too, but since trunk's package builds do not run 'make test', this isn't a big deal. This also adds 'test-requires' for httpretty. | |||
2013-09-05 | Merged trunk lp:cloud-init | Vlastimil Holer | |
2013-05-16 | remove executable on logo.svg | Scott Moser | |
2013-03-08 | Enable the merging.txt to be in .rst format for public viewing | Joshua Harlow | |
2013-03-07 | pep8 and pylint fixes | Scott Moser | |
2013-02-20 | Add OpenNebula DS on list of datasources. | Vlastimil Holer | |
2013-02-05 | Continue adding datasource docs. | harlowja | |
Add a base set for ec2 and datasource none. | |||
2013-02-04 | Add initial docs about datasources. | harlowja | |
Start moving the current README for datasources to a RST format and include those files in the rtd site. LP: #1113650 | |||
2013-01-28 | Include the resolv.conf example. | Joshua Harlow | |
2013-01-25 | Don't forget the hacking 'inclusion' file. | Joshua Harlow | |
2013-01-25 | Integreate HACKING into the rtd site. | Joshua Harlow | |
2013-01-24 | Remove the release for now. | harlowja | |
2013-01-24 | Fix the release variable. | harlowja | |
2013-01-24 | Make the logo better. | harlowja | |
2013-01-24 | Add docs which can be used on readthedocs.org | Joshua Harlow | |
Include a new set of docs that can be used to create a readthedocs.org site, which includes examples, directory layout, capabilities and such. This in-code documentation then allows for readthedocs.org to create a website directly from the cloud-init codebase. |