Age | Commit message (Expand) | Author |
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-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-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 | 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 | pep8, pylint, make resize_devices return more useful | 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-03 | more work | Scott Moser |
2013-03-03 | add default log value to get_mount_info | 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 | Support resizing btrfs filesystems. | Blair Zajac |
2013-02-27 | do not reload upstart configuration on upstart jobs | Scott Moser |
2013-02-24 | Remove commit "Add resolv.conf configuration function" | Vlastimil Holer |
2013-02-23 | Fix the maas callback mechanism now that requests is used. | harlowja |
2013-02-23 | Get tests working and further adjustments. | harlowja |
2013-02-21 | Why did this file showup. | harlowja |
2013-02-21 | Update to code on trunk. | harlowja |
2013-02-21 | More work on requests integration. | harlowja |
2013-02-21 | Split Debian and Ubuntu APT sources | Vlastimil Holer |
2013-02-21 | Remove TODO | Vlastimil Holer |
2013-02-20 | Minor OpenNebula DS cleanups (style, dsmode, static network). | Vlastimil Holer |
2013-02-19 | Continue working on integrating requests. | harlowja |
2013-02-19 | Merged trunk lp:cloud-init | Vlastimil Holer |
2013-02-19 | Context.sh parsing cleanups, fix single quotes handling in multiword variables. | Vlastimil Holer |
2013-02-19 | Name unification Context.*Device -> Context.*Disk | Vlastimil Holer |
2013-02-19 | Change network ifaces detection from ifconfig to ip command. | Vlastimil Holer |
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 |