| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
* | Removing or fixing old tests | Luke Kanies | 2009-02-19 | 1 | -107/+0 |
* | Fixing the asuser method in Puppet::Util::SUIDManager | Luke Kanies | 2007-11-27 | 1 | -9/+27 |
* | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 4 | -4/+4 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 4 | -4/+0 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -3/+2 |
* | Fixing some failing unit tests. | Luke Kanies | 2007-08-28 | 1 | -26/+0 |
* | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 1 | -59/+0 |
* | Fix for setting global exit code ($?) in SUIDManager tests | christian | 2007-08-10 | 1 | -0/+8 |
* | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 1 | -59/+48 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 1 | -1/+2 |
* | Updating error message during test failure. | luke | 2007-06-19 | 1 | -1/+1 |
* | Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to execute | mccune | 2007-04-04 | 1 | -0/+0 |
* | The template function now tries to first find a template within a module | lutter | 2007-03-09 | 1 | -0/+17 |
* | The basic plumbing for modules: a modulepath config parameter, and a new | lutter | 2007-03-09 | 1 | -0/+41 |
* | Fix typo in default config and add simple test to check default config sanity | lutter | 2007-03-07 | 1 | -0/+9 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 3 | -16/+15 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -1/+1 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -1/+1 |
* | Doing some work on the DSL. It behaves a little more like the real language ... | luke | 2006-10-18 | 1 | -3/+1 |
* | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 1 | -9/+22 |
* | Fixing the test scripts so that the library path | luke | 2006-10-16 | 4 | -4/+12 |
* | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 4 | -0/+8 |
* | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 1 | -0/+0 |
* | Fixing suidmanager so it uses warnonce instead of using a variable that only ... | luke | 2006-09-29 | 1 | -2/+2 |
* | Just fixed some RCS/CVS id tags. | ajax | 2006-09-27 | 1 | -1/+2 |
* | File types were dying silently on OS X when the group specified in the manife... | ajax | 2006-09-27 | 1 | -2/+6 |
* | ! rename file because rake_test_loader is dumb. | erikh | 2006-09-22 | 1 | -0/+0 |
* | + New assertion: assert_uid_gid will check that the UID and GID have been cha... | erikh | 2006-09-22 | 1 | -13/+29 |
* | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 2 | -1/+72 |
* | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 3 | -24/+3 |
* | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 2 | -368/+0 |
* | A first pass of changing one of the types of names to titles. I still have t... | luke | 2006-08-16 | 1 | -0/+27 |
* | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 1 | -0/+42 |
* | fixing some smallish bugs in preparation for 0.18.2 | luke | 2006-07-04 | 1 | -4/+9 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 1 | -0/+24 |
* | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 1 | -4/+6 |
* | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 1 | -0/+12 |
* | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 2 | -2/+2 |
* | Tracked down a few other bugs; everything now passes on debian in preparation... | luke | 2006-02-15 | 1 | -0/+100 |
* | Fixing locking. It apparently was not working on OS X, and I was not syncron... | luke | 2006-02-12 | 1 | -0/+33 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 2 | -11/+15 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -10/+6 |
* | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 1 | -1/+1 |
* | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 2 | -1/+5 |
* | All tests pass now, although the lack of service support on os x means that i... | luke | 2006-01-09 | 1 | -10/+11 |
* | Mostly fixing exec so it either captures stderr or runs as a user; Process.eu... | luke | 2005-11-16 | 1 | -5/+1 |
* | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 1 | -14/+33 |
* | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 1 | -0/+23 |
* | adding config file stuff, but not using it yet. I have decided to release th... | luke | 2005-10-31 | 1 | -0/+104 |