| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing the mail aliases generated by the mailman list provider; it was genera... | luke | 2007-07-20 | 1 | -2/+3 |
| * | Fixing #725. I was apparently not deleting the alias I was creating to the c... | luke | 2007-07-19 | 1 | -5/+14 |
| * | Hopefully fixing #720 -- I added tests and a lame back-off system to give the... | luke | 2007-07-19 | 1 | -3/+24 |
| * | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 2 | -3/+15 |
| * | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 3 | -3/+9 |
| * | Removing the chdir from util.rb, I forgot that the directory often matters | luke | 2007-07-19 | 1 | -1/+0 |
| * | Hopefully fixing #640, and maybe some warnings at the same time. I added a c... | luke | 2007-07-19 | 1 | -0/+2 |
| * | Fix #696. (patch by Jason Kohles) | lutter | 2007-07-19 | 1 | -1/+1 |
| * | Fixing #716 -- the package type was considering anything that was not "absent... | luke | 2007-07-19 | 1 | -23/+4 |
| * | Applying patch by DavidS to fix #711. | luke | 2007-07-18 | 2 | -2/+8 |
| * | Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" ... | luke | 2007-07-18 | 2 | -11/+5 |
| * | Fixing #695 -- resource references will correctly serialize and unserialize i... | luke | 2007-07-18 | 3 | -10/+39 |
| * | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 3 | -12/+19 |
| * | Trying to get rid of the warning from #724 | luke | 2007-07-18 | 1 | -0/+3 |
| * | Guard the rpm command suitability confine better so we hopefully stop seeing ... | (no author) | 2007-07-16 | 4 | -16/+38 |
| * | Updating the docs to mention that you can use the file server with no server ... | luke | 2007-07-14 | 1 | -1/+7 |
| * | Fixing some logging in cron | luke | 2007-07-14 | 1 | -0/+3 |
| * | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 3 | -4/+13 |
| * | Fixing #691 -- I added "refreshable" features to the types that can restart, ... | luke | 2007-07-14 | 3 | -1/+12 |
| * | Reordering some of the type docs | luke | 2007-07-14 | 1 | -3/+3 |
| * | Removing notice about "import loop", which was happening constantly when auto... | luke | 2007-07-14 | 2 | -16/+10 |
| * | Fixing error message when a parameter is getting redefined | luke | 2007-07-14 | 1 | -7/+11 |
| * | Adding rpm as a specific command to :rug | luke | 2007-07-13 | 1 | -0/+1 |
| * | Fixing #589 | luke | 2007-07-13 | 2 | -367/+377 |
| * | Fixing #468 -- fully qualified resources can now be specified as dependencies | luke | 2007-07-13 | 2 | -406/+418 |
| * | Applying patch from #714 -- aptrpm now loads on RHEL | luke | 2007-07-12 | 1 | -3/+3 |
| * | Fixing the mailman provider so it correctly matches case. Apparently mailman... | luke | 2007-07-12 | 1 | -3/+3 |
| * | Removing extraneous debugging | luke | 2007-07-12 | 1 | -2/+0 |
| * | Fixing the interpreter autoloading so that it correctly loads classes even wh... | luke | 2007-07-12 | 1 | -58/+40 |
| * | Fixing the instances method. It now works when there are already managed res... | luke | 2007-07-12 | 1 | -6/+19 |
| * | Fixing the :check metaparam so it does not try to check unsupported parameters | luke | 2007-07-12 | 2 | -2/+11 |
| * | Applying docs patch by David Schmitt from #713 | luke | 2007-07-12 | 1 | -1/+6 |
| * | Applying a version of the diff to the defined() docs from David Schmitt | luke | 2007-07-12 | 1 | -1/+2 |
| * | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 4 | -67/+52 |
| * | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 4 | -4/+15 |
| * | Fixing transactions so that they do not flush resources that are in noop | luke | 2007-07-11 | 6 | -15/+17 |
| * | Adding a maillist type, with support for mailman. It is not as flexible as I... | luke | 2007-07-11 | 2 | -0/+169 |
| * | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 3 | -13/+88 |
| * | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 2 | -2/+13 |
| * | Adding support in Property for declarating whether a given property type will... | luke | 2007-07-10 | 1 | -6/+37 |
| * | Always setting a to_s value in authstore, so we do not get dumped objects | luke | 2007-07-10 | 1 | -0/+4 |
| * | Cleaning up a log message in the transaction | luke | 2007-07-10 | 1 | -1/+1 |
| * | Adding benchmark info to fact retrieval in the config client | luke | 2007-07-10 | 1 | -1/+4 |
| * | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 6 | -583/+671 |
| * | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 2 | -7/+11 |
| * | Changing some of the internals of autoloading so that there is a class-level ... | luke | 2007-07-10 | 1 | -15/+44 |
| * | Fixing #710 -- you can now specify the rails_loglevel | luke | 2007-07-09 | 2 | -2/+12 |
| * | Fixing a typo in a log message | luke | 2007-07-09 | 1 | -1/+1 |
| * | Changing "element" to "resource" in the documentation, which just aligns with... | luke | 2007-07-09 | 11 | -34/+34 |
| * | Changing the log message when a resource type cannot be found | luke | 2007-07-09 | 1 | -1/+1 |