Age | Commit message (Expand) | Author | Files | Lines |
2008-12-15 | Modifying the corruption-checking test. | Luke Kanies | 1 | -24/+0 |
2008-12-12 | Preparing to fix #1812 - Moving locking code to a module | Luke Kanies | 1 | -33/+0 |
2008-11-26 | Fixing #1683 - accessing and changing settings is now thread-safe. | Luke Kanies | 1 | -4/+4 |
2008-10-04 | Adding rspec tests for the Puppet::Util::Log class. | Luke Kanies | 1 | -59/+0 |
2008-10-02 | Fixed #791 - You should now be able to create and find a user/group in one tr... | Luke Kanies | 1 | -182/+0 |
2008-07-29 | Feature #1241 : Improve performance of group lookups | James Turnbull | 1 | -2/+15 |
2008-06-17 | Removed test/util/loadedfile.rb tests which fixes #1370 | James Turnbull | 1 | -121/+0 |
2008-02-13 | Fixing comment -- ticket #1027 instead of #1064 | Luke Kanies | 1 | -1/+1 |
2008-02-13 | Fixing #1064 -- providers et al are now autoloaded | Luke Kanies | 1 | -5/+5 |
2008-02-13 | Fixed #1043 -- autoloading now searches the plugins directory | Luke Kanies | 1 | -0/+19 |
2007-11-19 | Reverting the changes I'd made toward removing the global | Luke Kanies | 1 | -1/+2 |
2007-11-18 | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 1 | -2/+1 |
2007-10-26 | Changing the test/ classes so that they work from the main | Luke Kanies | 17 | -17/+17 |
2007-10-06 | Make it apparent that absent fields in a record have a value of :absent, whic... | Marcin Owsiany | 1 | -1/+10 |
2007-10-03 | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 14 | -14/+0 |
2007-10-03 | Removing the Id tags from all of the files | Luke Kanies | 14 | -14/+0 |
2007-10-03 | I finally tracked down the problem that was causing providers | Luke Kanies | 1 | -0/+21 |
2007-09-22 | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 1 | -9/+9 |
2007-09-17 | This is basically another intermediate commit. I feel like | Luke Kanies | 3 | -318/+5 |
2007-09-11 | Refactoring the feature support so it loads libraries when a feature is asked... | Luke Kanies | 1 | -2/+0 |
2007-09-10 | Renaming the instance loader method to "instance_load". It was previously au... | Luke Kanies | 1 | -4/+4 |
2007-09-07 | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 1 | -26/+1 |
2007-09-06 | Fixing #795 -- configuration elements now make sure all file paths are fully ... | Luke Kanies | 1 | -1/+16 |
2007-08-27 | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 1 | -13/+10 |
2007-08-24 | I have added basic support for a search path, altho not yet with any ability ... | Luke Kanies | 1 | -96/+12 |
2007-08-23 | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 1 | -6/+12 |
2007-08-14 | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 1 | -25/+88 |
2007-08-09 | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 1 | -109/+0 |
2007-08-04 | Fixing #735 -- gen_config now uses a single heading, matching the name of the... | luke | 1 | -23/+57 |
2007-08-03 | Fixing #734. The problem was that when I switched how the configs were parse... | luke | 1 | -7/+49 |
2007-07-11 | Having FileType instances automatically back their contents up to a filebucke... | luke | 1 | -2/+48 |
2007-07-10 | Changing some of the internals of autoloading so that there is a class-level ... | luke | 1 | -17/+32 |
2007-06-19 | Modified the fileserver to cache file information, so that | luke | 1 | -0/+16 |
2007-06-18 | Applying the patch by wyvern from #662. This should hopefully kill the clien... | luke | 1 | -6/+9 |
2007-06-17 | Fixing #643 -- replacing the get_posix_field method with a more degenerate ve... | luke | 1 | -7/+3 |
2007-06-14 | Applying metrics patch from #659 by thijs | luke | 1 | -56/+53 |
2007-05-16 | Redoing autoload a bit in preparation for adding a plugindir | luke | 3 | -27/+15 |
2007-05-15 | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 1 | -4/+5 |
2007-05-07 | Adding a module to abstract using Autoload to load and manage instances | luke | 1 | -0/+53 |
2007-05-06 | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 1 | -100/+200 |
2007-05-03 | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 1 | -0/+67 |
2007-05-03 | Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th... | mpalmer | 1 | -0/+26 |
2007-04-23 | Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov... | luke | 1 | -0/+24 |
2007-04-03 | Fix for #565: Final merge of changes from source:branches/execute-refactor in... | mccune | 1 | -4/+26 |
2007-03-17 | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 1 | -2/+3 |
2007-03-14 | Significantly reworking the internals of the fileparsing code. It now | luke | 1 | -106/+213 |
2007-03-08 | Adding a bit more testing to the config stuff | luke | 1 | -2/+11 |
2007-03-08 | One last try at getting the config and mode stuff working. The tests were pa... | luke | 1 | -0/+32 |
2007-03-08 | Looks like [2265] was not a complete solution -- it resulted in failures when... | luke | 1 | -7/+35 |
2007-03-08 | Fixing #489. I was unnecessarily converting to octal in config.rb | luke | 1 | -81/+99 |