| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 1 | -1/+1 |
| * | Fixing #527 (rewrote service tests), #766 (services only restart when they | Luke Kanies | 2007-11-28 | 1 | -234/+0 |
| * | Fixing the breakage that I caused when I added the 'declared_feature?' | Luke Kanies | 2007-11-26 | 1 | -3/+9 |
| * | Fixing #919 -- installed packages used for testing are just ignored, | Luke Kanies | 2007-11-26 | 1 | -0/+2 |
| * | Rewriting the tests for the package resource type, fixing #930. | Luke Kanies | 2007-11-26 | 1 | -1/+1 |
| * | Fixing a few test suites that passed when run as | Luke Kanies | 2007-11-19 | 1 | -0/+2 |
| * | Fixing the 'mount' tests so that they no longer | Luke Kanies | 2007-11-08 | 1 | -250/+0 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 17 | -17/+17 |
| * | Fixing failing tests, including making the debian service | Luke Kanies | 2007-10-13 | 1 | -17/+4 |
| * | Fixed #822. Applied patch provided by DavidS. | Michael V. O'Brien | 2007-10-08 | 1 | -0/+71 |
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 19 | -19/+0 |
| |\ |
|
| | * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 19 | -19/+0 |
| * | | I finally tracked down the problem that was causing providers | Luke Kanies | 2007-10-03 | 1 | -9/+8 |
| |/ |
|
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -2/+2 |
| * | Broaden assert_absent so that it thinks that :purged is equivalent to :absent | (no author) | 2007-08-09 | 1 | -1/+1 |
| * | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 2 | -66/+216 |
| * | Fixing #730 -- mounts now call flush() before trying to mount | luke | 2007-08-05 | 1 | -45/+68 |
| * | Converting mount test to use mount everywhere instead of df | luke | 2007-07-19 | 1 | -3/+3 |
| * | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -0/+12 |
| * | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 1 | -12/+60 |
| * | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 2 | -6/+76 |
| * | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 2 | -2/+3 |
| * | Adding tracing to prefetch failures, and Fixing the environment support in th... | luke | 2007-06-18 | 1 | -0/+50 |
| * | Fixing the yum provider, and fixing the unit tests so the failures people wer... | luke | 2007-06-17 | 1 | -6/+31 |
| * | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 1 | -0/+4 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 7 | -41/+67 |
| * | Fixing the few test failures that resulted from the changes to provider listing | luke | 2007-06-05 | 2 | -10/+10 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 3 | -43/+88 |
| * | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 1 | -0/+50 |
| * | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 1 | -4/+6 |
| * | Correct a problem with the dpkg provider's handling of the :purged state, and... | mpalmer | 2007-05-25 | 1 | -0/+69 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 10 | -89/+89 |
| * | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 1 | -1/+1 |
| * | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 6 | -31/+39 |
| * | Changing the remount stuff back to not repeating the mount options. | luke | 2007-05-01 | 1 | -1/+3 |
| * | Adding a "supports_parameter?" method to test whether a given provider suppor... | luke | 2007-05-01 | 3 | -15/+39 |
| * | Fixing the tests for the aptrpm provider. | luke | 2007-04-30 | 1 | -8/+7 |
| * | I managed to put those provider tests in the wrong file -- the file meant to ... | luke | 2007-04-28 | 1 | -31/+204 |
| * | Adding the ability to manage passwords with the useradd provider | luke | 2007-04-25 | 1 | -1/+20 |
| * | Adding support for aptrpm from #227 as added by Ian Burrell | luke | 2007-04-19 | 1 | -0/+90 |
| * | Changing the test package for debian | luke | 2007-04-06 | 1 | -3/+3 |
| * | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 1 | -2/+4 |
| * | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 5 | -3/+97 |
| * | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 1 | -0/+179 |
| * | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 1 | -0/+17 |
| * | The first round of fixes for failing tests. | luke | 2007-03-18 | 1 | -6/+1 |
| * | Adding example cron tab from #492 and making the read/write tests ignore whit... | luke | 2007-03-18 | 1 | -1/+4 |
| * | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 1 | -5/+37 |
| * | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 1 | -105/+259 |
| * | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 4 | -4/+258 |