Age | Commit message (Expand) | Author |
2013-03-07 | merge from trunk | Scott Moser |
2013-03-07 | pep8 | Scott Moser |
2013-03-07 | fix a pylint complaint in test_handler_growpart | Scott Moser |
2013-03-07 | allow customization of apt-get command, add --force-unsafe-io | Scott Moser |
2013-03-07 | pep8 and pylint fixes | Scott Moser |
2013-03-06 | Add some nice docs on what this is. | Joshua Harlow |
2013-03-06 | Make conf.d and the default merging use the new merging algos. | Joshua Harlow |
2013-03-06 | Continue working on merging code. | Joshua Harlow |
2013-03-05 | Add in a bunch of changes and tests. | Joshua Harlow |
2013-03-05 | add 'growpart' config module. | Scott Moser |
2013-03-05 | fix ChangeLog entries incorrectly added as 0.6.0 | Scott Moser |
2013-03-05 | pep8, pylint, make resize_devices return more useful | Scott Moser |
2013-03-05 | add doc | Scott Moser |
2013-03-05 | change default mode to 'auto' | Scott Moser |
2013-03-05 | remove 'log' passing. call growpart with --dry-run first. | Scott Moser |
2013-03-05 | change default (no 'growpart' in config) to use 'auto' and '/' | Scott Moser |
2013-03-04 | test of resize, a couple small fixes | Scott Moser |
2013-03-04 | add the unit test, fix a few issues | Scott Moser |
2013-03-04 | merge from trunk | Scott Moser |
2013-03-04 | upstart/cloud-init-nonet.conf: handle SIGTERM gracefully | Scott Moser |
2013-03-04 | add uptime to msg output | Scott Moser |
2013-03-04 | if sigterm received, and networking is up, exit 0 | Scott Moser |
2013-03-03 | more work | Scott Moser |
2013-03-03 | add default log value to get_mount_info | Scott Moser |
2013-03-01 | fix an issue where keys were not being parsed correctly | Scott Moser |
2013-03-01 | fix reversed logic | Scott Moser |
2013-03-01 | remove debug code | Scott Moser |
2013-03-01 | merge from trunk | Scott Moser |
2013-03-01 | fix regression on expected label of filesystem for DataSourceNone | Scott Moser |
2013-03-01 | change parser.parse 'default_opts' to 'options' | Scott Moser |
2013-03-01 | move function to a static list, comment where it came from | Scott Moser |
2013-03-01 | add some unit tests, fix an issue or two | Scott Moser |
2013-03-01 | initial stab at growpart module | Scott Moser |
2013-03-01 | skip unit test due to LP: #1124384 | Scott Moser |
2013-03-01 | Support resizing btrfs filesystems. | Blair Zajac |
2013-02-27 | do not reload upstart configuration on upstart jobs | Scott Moser |
2013-02-21 | Few patches to make life on Debian 6 stable happier: | Vlastimil Holer |
2013-02-21 | Split Debian and Ubuntu APT sources | Vlastimil Holer |
2013-02-21 | New option INIT_SYSTEM=sysvinit_deb for Debian /etc/ directories | Vlastimil Holer |
2013-02-21 | Modify init-scripts to be able to run both on RHEL and Debian. | Vlastimil Holer |
2013-02-20 | Added arguments to packages/bddeb: | Vlastimil Holer |
2013-02-07 | DataSourceNoCloud: allow setting user-data and meta-data in config | Scott Moser |
2013-02-07 | more test cases for nocloud including one for config seed | Scott Moser |
2013-02-07 | add test_nocloud unit tests, fix one issue found | Scott Moser |
2013-02-07 | user-data doesn't merge in from meta-data (typo) | Scott Moser |
2013-02-06 | Add initial docs about datasources. | harlowja |
2013-02-05 | Continue adding datasource docs. | harlowja |
2013-02-04 | Add initial docs about datasources. | harlowja |
2013-02-04 | make config of nocloud datasource able to specify meta-data and user-data | Scott Moser |
2013-01-31 | upstart/cloud-init-container.conf: ensure /run/network exists | Scott Moser |