Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-22 | Low hanging Python 3 fruit. | 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-07-23 | more import statements | Dimitri John Ledkov | |
2013-05-10 | fix pylint | Scott Moser | |
2013-05-10 | fix pep8 | Scott Moser | |
2013-05-09 | Fix the cloud config merging so that it is backwards compat. | Joshua Harlow | |
The new change for merging works well in the mergedict case but the default merging type for cloud config needs to reflect how yaml was loaded in bulk, which is the same as the replacing keys merging type that is now provided. | |||
2013-05-04 | Add a set of randomized (seeded) dict tests. | Joshua Harlow | |
2013-05-03 | A few pep8/pylint cleanups. | Joshua Harlow | |
2013-05-03 | Rename the merge cc sample function name. | Joshua Harlow | |
2013-05-03 | A few more tests + cleanings. | Joshua Harlow | |
2013-05-03 | More merging adjustments. | Joshua Harlow | |
Looks like this should be in pretty good shape and has passed some of the basic backwards compat. merging tests that I added. | |||
2013-04-23 | Add a bunch of new merging test files + runner. | Joshua Harlow | |
2013-03-07 | more pep8/pylint. all clean now | Scott Moser | |
2013-03-07 | fix pep8 and pylint | Scott Moser | |
2013-03-05 | Add in a bunch of changes and tests. | Joshua Harlow | |
2012-11-08 | Ensure that at needed stages the local variables | Joshua Harlow | |
of the init class are reset so that when they are regenerated that they will use the updated data instead of using previous data (since they weren't reset). LP: #1076811 |