Age | Commit message (Expand) | Author |
2013-03-19 | pylint fixes | Scott Moser |
2013-03-19 | merge from trunk at revno 799 | Scott Moser |
2013-03-13 | Fix how the http error doesn't always have the response attached | Joshua Harlow |
2013-03-13 | Update to handle requests >= 1.0 which doesn't use the config dict. | Joshua Harlow |
2013-03-13 | fix / workaround potential for socket.getaddrinfo to raise socket.error | Scott Moser |
2013-03-12 | refactor get_mount_info and add tests | Blair Zajac |
2013-03-12 | skip unit test due to LP: #1124384 | Scott Moser |
2013-03-10 | util.parse_mount_info(): add unit tests. | Blair Zajac |
2013-03-10 | util.parse_mount_info(): handle short lines. | Blair Zajac |
2013-03-10 | Refactor util.get_mount_info() to facilitate unit testing. | Blair Zajac |
2013-03-08 | Enable the merging.txt to be in .rst format for public viewing | Joshua Harlow |
2013-03-07 | support different and user-suppliable merging algorithms for cloud-config | Scott Moser |
2013-03-07 | more pep8/pylint. all clean now | Scott Moser |
2013-03-07 | fix pep8 and pylint | Scott Moser |
2013-03-07 | change default merge type | Scott Moser |
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 |