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