Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw | |
2015-01-22 | Conversion from mocker to mock completed. | Barry Warsaw | |
2015-01-21 | Fix file modes to be Python 2/3 compatible. | Barry Warsaw | |
2014-08-26 | further remove evidence of pylint. | Scott Moser | |
This just removes comments '# pylint:' things and other code remnents of pylint. | |||
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner | |
Fixed all complaints from running "make pep8". Also version locked pep8 in test-requirements.txt to ensure that pep8 requirements don't change without an explicit commit. | |||
2014-07-24 | pep8 fixes (2 unrelated to this mp) | Scott Moser | |
2014-02-26 | pep8 and pylint | Scott Moser | |
2014-01-17 | remove support for resizing via 'parted resizepart' | Scott Moser | |
This was previously broken anyway. It doesn't seem like there was an easy way to actually support it, so for now I'm removing it entirely. growpart works well enough. | |||
2013-08-14 | cc_growpart: prefer growpart over parted 'resizepart' | Scott Moser | |
the resizepart code was not functional. We will re-favor it later under bug 1212492. For now, we'll just favor the 'growpart' resizer. Both will be found in Ubuntu cloud images. LP: #1212444 | |||
2013-03-07 | pep8 | Scott Moser | |
2013-03-07 | fix a pylint complaint in test_handler_growpart | Scott Moser | |
E1103: 81,44:TestWriteFile.test_basic_usage: Instance of 'Bunch' has no 'st_mode' member (but some types could not be inferred) so, if it wants st_mode, for now just give it one. | |||
2013-03-07 | pep8 and pylint fixes | Scott Moser | |
2013-03-05 | pep8, pylint, make resize_devices return more useful | Scott Moser | |
resize_devices now contains what action occurred for each entry. | |||
2013-03-05 | remove 'log' passing. call growpart with --dry-run first. | Scott Moser | |
growrun --dry-run will exit 1 if it wouldn't do anything. so call it, check for '1' and if no change, then just return. | |||
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 | |