| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing #931 by keeping track in configurations of | Luke Kanies | 2007-11-27 | 1 | -0/+7 |
| * | Fixing the persistent and periodic schedule test failures | Luke Kanies | 2007-11-27 | 1 | -356/+0 |
| * | Fixing the breakage that I caused when I added the 'declared_feature?' | Luke Kanies | 2007-11-26 | 1 | -3/+9 |
| * | Fixing #920 -- I have replaced the existing mount test with an | Luke Kanies | 2007-11-26 | 1 | -361/+0 |
| * | 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 | 2 | -159/+1 |
| * | Adding some unit tests for the interface type before i go messing around with it | Luke Kanies | 2007-11-23 | 1 | -39/+0 |
| * | Fixing a few test suites that passed when run as | Luke Kanies | 2007-11-19 | 8 | -0/+16 |
| * | Merge commit 'davids-bugfixes/tests/fix-cron-tests' | Luke Kanies | 2007-11-19 | 1 | -2/+2 |
| |\ |
|
| | * | fix crontests depending on ENV[USER] by using Etc.getpwuid(Process.uid) instead | David Schmitt | 2007-11-11 | 1 | -2/+2 |
| * | | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 14 | -134/+178 |
| * | | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 14 | -178/+134 |
| * | | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 6 | -19/+69 |
| |/ |
|
| * | 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 | 47 | -47/+47 |
| * | Fixing failing tests, including making the debian service | Luke Kanies | 2007-10-13 | 1 | -17/+4 |
| * | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 1 | -0/+71 |
| |\ |
|
| | * | Fixed #822. Applied patch provided by DavidS. | Michael V. O'Brien | 2007-10-08 | 1 | -0/+71 |
| * | | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 1 | -2/+2 |
| |/ |
|
| * | Fixed #827. Applied a form of the patch provided by porridge and | Michael V. O'Brien | 2007-10-04 | 1 | -1/+2 |
| * | Attempting to reproduce and fix #829 by applying patch by Paul. I could not | Luke Kanies | 2007-10-04 | 1 | -1/+6 |
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 44 | -44/+0 |
| |\ |
|
| | * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 44 | -44/+0 |
| * | | I finally tracked down the problem that was causing providers | Luke Kanies | 2007-10-03 | 2 | -14/+9 |
| |/ |
|
| * | Use external helper script to talk to yum; should avoid any more trouble with... | David Lutterkort | 2007-10-02 | 1 | -0/+3 |
| * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -70/+0 |
| * | The structure for handling resource generation is now | Luke Kanies | 2007-09-22 | 2 | -6/+8 |
| * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 1 | -3/+1 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 13 | -252/+83 |
| * | Fixing a path test. I have now made the path stuff a lot cleaner, but it app... | Luke Kanies | 2007-09-07 | 1 | -1/+1 |
| * | Fixing #801 -- resources that have changes when running in noop mode do not r... | Luke Kanies | 2007-09-07 | 1 | -2/+19 |
| * | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 1 | -1/+0 |
| * | Broaden assert_absent so that it thinks that :purged is equivalent to :absent | (no author) | 2007-08-09 | 1 | -1/+1 |
| * | Change the service name so that it is less likely to trip on a common word an... | (no author) | 2007-08-09 | 1 | -2/+2 |
| * | Highlight what I think is a problem in the test suite that I just can't solve | (no author) | 2007-08-09 | 1 | -0/+3 |
| * | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 1 | -0/+2 |
| * | The last set of bug-fixes before the next release. This commit just fixes a ... | luke | 2007-08-07 | 1 | -1/+5 |
| * | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 4 | -90/+236 |
| * | Fixing #751 -- the interface providers now have basic tests, at least to veri... | luke | 2007-08-05 | 1 | -0/+40 |
| * | Fixing #730 -- mounts now call flush() before trying to mount | luke | 2007-08-05 | 1 | -45/+68 |
| * | Fixing #726 -- mounts can now correctly handle mounted but absent filesystems. | luke | 2007-07-20 | 1 | -0/+17 |
| * | Adding some code in an attempt to fix #728, but it is all commented out since... | luke | 2007-07-20 | 1 | -1/+17 |
| * | Fixing #725. I was apparently not deleting the alias I was creating to the c... | luke | 2007-07-19 | 1 | -0/+15 |
| * | 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 #716 -- the package type was considering anything that was not "absent... | luke | 2007-07-19 | 1 | -0/+8 |
| * | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 1 | -0/+16 |
| * | Fixing the instances method. It now works when there are already managed res... | luke | 2007-07-12 | 1 | -5/+17 |
| * | Fixing the :check metaparam so it does not try to check unsupported parameters | luke | 2007-07-12 | 1 | -0/+32 |
| * | removing the test for a method I removed yesterday | luke | 2007-07-12 | 1 | -48/+0 |