| Commit message (Expand) | Author | Age | Files | Lines |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -294/+294 |
* | Code smell: Use ||= for conditional initialization | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 1 | -4/+4 |
* | Code smell: Booleans are first class values. | Markus Roberts | 2010-07-09 | 1 | -5/+1 |
* | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 1 | -33/+11 |
* | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 1 | -9/+9 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -2/+2 |
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 1 | -1/+1 |
* | Found all instances of methods where split() is used without | Luke Kanies | 2008-03-21 | 1 | -1/+2 |
* | Somewhat better documentation of the :absent field feature in fileparsing. | Marcin Owsiany | 2007-10-06 | 1 | -1/+3 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 1 | -1/+1 |
* | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 1 | -2/+6 |
* | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 1 | -2/+7 |
* | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 1 | -1/+9 |
* | Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov... | luke | 2007-04-23 | 1 | -3/+9 |
* | cleaning up an error message a bit | luke | 2007-03-19 | 1 | -1/+1 |
* | The first round of fixes for failing tests. | luke | 2007-03-18 | 1 | -1/+1 |
* | Removing bogus log message in file parsing | luke | 2007-03-18 | 1 | -1/+0 |
* | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 1 | -28/+39 |
* | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 1 | -79/+136 |
* | Ported sshkey over, yay. | luke | 2006-11-13 | 1 | -0/+1 |
* | Hosts now work again, and it should be straightforward to create a netinfo pr... | luke | 2006-11-13 | 1 | -5/+36 |
* | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 1 | -3/+34 |
* | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 1 | -3/+46 |
* | An intermediate commit. All of the classes that use parsedfile are assuredly... | luke | 2006-11-11 | 1 | -2/+3 |
* | Adding module for parsing files. This module is only included into the parse... | luke | 2006-11-10 | 1 | -0/+200 |