summaryrefslogtreecommitdiffstats
path: root/test/client/master.rb
Commit message (Expand)AuthorAgeFilesLines
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-081-530/+0
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-18/+15
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-3/+3
* Fixing a problem that occurs when puppetd starts with an up-to-date configura...luke2007-01-291-3/+33
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-231-0/+34
* Switch the run-lock to use Pidlock instead of the ad-hoc codempalmer2006-12-311-32/+2
* Switching files to use a filebucket named "puppet" by default. Also, set up ...luke2006-12-271-0/+50
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-0/+17
* Rewriting the test rakefile so test directories can be more than one director...luke2006-12-141-1/+4
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-4/+99
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-111-0/+16
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-0/+5
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-0/+2
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-161-0/+0
* Fixing the problem reported by Adnet Ghislain where facts do not load on late...luke2006-10-091-2/+17
* Fixing #283, opened by luke.luke2006-09-211-0/+30
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-9/+2
* Adding the ability to download facts from the central server. This allows fa...luke2006-09-051-9/+73
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-2/+2
* Accepting the patch from #190.luke2006-07-051-6/+2
* Some updates resulting from trying to track down a segfault introduced when I...luke2006-07-031-0/+4
* Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke2006-06-281-1/+8
* Adding plugins and plugin management. The Master Client will now automatical...luke2006-06-201-0/+64
* Correcting puppetrun docs and fixing a test so it works with older versions o...luke2006-06-131-1/+1
* Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke2006-06-081-0/+18
* Adding locking to the master client, so that only one copy of puppetd will be...luke2006-04-111-0/+32
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-2/+16
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-041-1/+1
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-141-0/+72