summaryrefslogtreecommitdiffstats
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* Feature #1241 : Improve performance of group lookupsJames Turnbull2008-07-291-2/+15
* Removed test/util/loadedfile.rb tests which fixes #1370James Turnbull2008-06-171-121/+0
* Fixing comment -- ticket #1027 instead of #1064Luke Kanies2008-02-131-1/+1
* Fixing #1064 -- providers et al are now autoloadedLuke Kanies2008-02-131-5/+5
* Fixed #1043 -- autoloading now searches the plugins directoryLuke Kanies2008-02-131-0/+19
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-1/+2
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-2/+1
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-2617-17/+17
* Make it apparent that absent fields in a record have a value of :absent, whic...Marcin Owsiany2007-10-061-1/+10
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-0314-14/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-0314-14/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-031-0/+21
|/
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-9/+9
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-173-318/+5
* Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-111-2/+0
* Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-101-4/+4
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-26/+1
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+16
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-13/+10
* I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-241-96/+12
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-6/+12
* Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-141-25/+88
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-091-109/+0
* Fixing #735 -- gen_config now uses a single heading, matching the name of the...luke2007-08-041-23/+57
* Fixing #734. The problem was that when I switched how the configs were parse...luke2007-08-031-7/+49
* Having FileType instances automatically back their contents up to a filebucke...luke2007-07-111-2/+48
* Changing some of the internals of autoloading so that there is a class-level ...luke2007-07-101-17/+32
* Modified the fileserver to cache file information, so thatluke2007-06-191-0/+16
* Applying the patch by wyvern from #662. This should hopefully kill the clien...luke2007-06-181-6/+9
* Fixing #643 -- replacing the get_posix_field method with a more degenerate ve...luke2007-06-171-7/+3
* Applying metrics patch from #659 by thijsluke2007-06-141-56/+53
* Redoing autoload a bit in preparation for adding a plugindirluke2007-05-163-27/+15
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-4/+5
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-071-0/+53
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-100/+200
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-031-0/+67
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...mpalmer2007-05-031-0/+26
* Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov...luke2007-04-231-0/+24
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-031-4/+26
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-2/+3
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-141-106/+213
* Adding a bit more testing to the config stuffluke2007-03-081-2/+11
* One last try at getting the config and mode stuff working. The tests were pa...luke2007-03-081-0/+32
* Looks like [2265] was not a complete solution -- it resulted in failures when...luke2007-03-081-7/+35
* Fixing #489. I was unnecessarily converting to octal in config.rbluke2007-03-081-81/+99
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-064-14/+130
* Allow 'key=' to be the only thing on a line (livna uses this)lutter2007-02-211-1/+2
* Fixing #484. Moving unit tests at the same time.luke2007-02-089-0/+1996
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-072-13/+13
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-1/+1