summaryrefslogtreecommitdiffstats
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing #462. The package sort order was always resulting in the lowest-versi...luke2007-01-302-1/+1
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-2/+3
* Make Pidlock#lock return true if we currently hold the lockmpalmer2006-12-311-0/+2
* Add a Puppet::Util::Pidlock class, for use by locks and PID filesmpalmer2006-12-311-0/+124
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-7/+10
* Allow execution of bare strings as long as there's no attempt to change uid/gidlutter2006-12-221-0/+12
* Fixing #380. The problem was that a method was sometimes returning :absent w...luke2006-12-201-0/+19
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-0/+46
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-121-3/+1
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-30/+4
* Adding GRATR and the beginnings of graph integration.luke2006-11-171-0/+135
* Fixing more testsluke2006-11-131-1/+2
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-131-2/+50
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-131-13/+84
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-121-0/+60
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-111-0/+8
* Adding module for parsing files. This module is only included into the parse...luke2006-11-101-0/+365
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-082-99/+173
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-1/+1
* Fixing the test scripts so that the library pathluke2006-10-164-4/+12
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-164-0/+8
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-0/+24
* Adding a "genmodule" equivalent to classgen, which we will use for reportingluke2006-10-071-5/+134
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-13/+13
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-194-32/+4
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-062-1/+31
* Adding an "env" parameter to exec, for providing extra environment settings, ...luke2006-09-051-2/+2
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-051-0/+37
* Adding pre- and post-hooks, as requested in #233.luke2006-09-031-0/+26
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-202-0/+411