summaryrefslogtreecommitdiffstats
path: root/test/server
Commit message (Expand)AuthorAgeFilesLines
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-8/+3
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-091-2/+3
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-131-0/+2
* Fixing the test scripts so that the library pathluke2006-10-1612-12/+36
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-1611-0/+22
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-166-0/+0
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-161-0/+2
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-69/+105
* Merging the fix to server/master.rbluke2006-09-221-1/+54
* Adding some error handling for when a non-existent report is asked for, and a...luke2006-09-211-0/+19
* Small test fixes in preparation for 0.19.2luke2006-09-211-1/+1
* Small update to the fileserver tests; it was apparently not making some test ...luke2006-09-191-1/+2
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-1912-125/+25
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-181-10/+29
* Fix test_host_specific to not depend on the path of the test directory and re...lutter2006-09-141-8/+14
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-141-4/+55
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-281-0/+42
* Committing some changes to the %h expansion in fileserving. This change make...luke2006-08-281-7/+111
* Support for %h and %H replacement in the path of fileserver modules.lutter2006-08-261-0/+115
* Support for certificate revocation and checking connections on the server aga...lutter2006-08-211-31/+84
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-5/+1
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-4/+1
* Fixing the master server so that it always uses the Facter hostname, not the ...luke2006-07-311-0/+39
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-6/+5
* Fixing filebucket server so that paths are not added multiple timesluke2006-07-111-3/+24
* Fixing reports so that multiple host report directories can be created. Ther...luke2006-07-111-0/+16
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-041-3/+0
* fixing some smallish bugs in preparation for 0.18.2luke2006-07-041-2/+2
* Some updates resulting from trying to track down a segfault introduced when I...luke2006-07-031-1/+0
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-301-5/+11
* First commit of complete reporting support. The only existing report at this...luke2006-06-291-1/+1
* Adding reporting client, server, and tests. At this point, the server just s...luke2006-06-291-0/+74
* Fixing backgrounding in puppetrun; I had the bit flipped between the client a...luke2006-06-281-12/+12
* Fixing #175. The setpidfile setting was being ignored.luke2006-06-201-0/+27
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-201-5/+36
* Adding fixes for solaris zonesluke2006-06-131-3/+3
* Fixing #168. Reworked the regex to allow matching TLDs.luke2006-06-081-0/+9
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-252-4/+9
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-181-20/+52
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-0/+75
* Bug fixes from OS X for 0.16.3luke2006-05-011-0/+1
* Hopefully final bug fixes in preparation for 0.16.3luke2006-04-301-1/+10
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-2/+2
* adding "clean" mode to puppetcaluke2006-04-261-0/+7
* Final commit before 0.16.0luke2006-04-214-4/+158
* Go some work started on developing authorization, but I have made little prog...luke2006-04-211-4/+4
* pelement listing now worksluke2006-04-201-24/+43
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-15/+100
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-201-0/+55
* A simple first version of an object (called "pelement") server is now in plac...luke2006-04-201-0/+81