summaryrefslogtreecommitdiffstats
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Removing or fixing old testsLuke Kanies2009-02-191-236/+14
* Merge branch '0.24.x'Luke Kanies2009-02-131-137/+0
|\
| * Removing the apparently obsolete netinfo filetype.Luke Kanies2009-02-131-46/+0
| * Migrated FileType tests to spec, and fleshed them out a bit.Luke Kanies2009-02-131-91/+0
* | Fixing tests broken during the #1405 fix.Luke Kanies2009-02-061-6/+4
* | Merge branch '0.24.x'James Turnbull2008-12-272-57/+0
|\|
| * Modifying the corruption-checking test.Luke Kanies2008-12-151-24/+0
| * Preparing to fix #1812 - Moving locking code to a moduleLuke Kanies2008-12-121-33/+0
* | Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-85/+0
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-182-3/+3
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-183-3/+3
* | Refactoring the Settings class to use Puppet::ResourceLuke Kanies2008-12-181-19/+2
* | Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-12-021-4/+4
|\|
| * Fixing #1683 - accessing and changing settings is now thread-safe.Luke Kanies2008-11-261-4/+4
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-241/+0
|\|
| * Adding rspec tests for the Puppet::Util::Log class.Luke Kanies2008-10-041-59/+0
| * Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-021-182/+0
* | Merge branch '0.24.x'Luke Kanies2008-08-181-2/+25
|\|
| * Feature #1241 : Improve performance of group lookupsJames Turnbull2008-07-291-2/+15
* | Merge branch '0.24.x'Luke Kanies2008-07-021-121/+0
|\|
| * Removed test/util/loadedfile.rb tests which fixes #1370James Turnbull2008-06-171-121/+0
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-312-68/+24
|\ \
| * | Merge branch '0.24.x'Luke Kanies2008-02-181-5/+24
| |\|
| | * 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
| * | Removed remaining elements of old_parse - closing Ticket #990James Turnbull2008-01-191-63/+0
| |/
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-142-29/+0
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-2/+2
|/
* 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