summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client
Commit message (Expand)AuthorAgeFilesLines
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0810-943/+0
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-4/+4
* Renaming "pelement" to "resource". The old name is a holdover from before we...luke2007-01-311-6/+6
* fixing #427. Facts now timeout, both in loading and downloadingluke2007-01-301-21/+25
* Fixing a problem that occurs when puppetd starts with an up-to-date configura...luke2007-01-291-6/+11
* Fixing #423. Configurations now default to timing out after 30 seconds (tuna...luke2007-01-261-1/+27
* Using Time instead of Time.to_i for compile time, because some versions of ru...luke2007-01-261-4/+3
* Removing an extraneous debug message, and fixing the case where the server co...luke2007-01-261-3/+4
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-231-7/+20
* Fixing #416. There is now an option (downcasefacts) that determines whether ...luke2007-01-231-2/+10
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-5/+1
* Use Puppet::Util.sync instead of MonitorMixin to ensure that only one thread ...mpalmer2006-12-311-7/+5
* Switch the run-lock to use Pidlock instead of the ad-hoc codempalmer2006-12-311-90/+20
* A couple of small bug fixesluke2006-12-291-1/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-1/+1
* A couple of small bug-fixesluke2006-12-281-1/+2
* Switching files to use a filebucket named "puppet" by default. Also, set up ...luke2006-12-272-67/+93
* Fixing #365. I am not sure what the problem was in previous versions, becaus...luke2006-12-271-3/+9
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-1/+1
* *whew* Fixing the vast majority of the graph-related performance problems. I...luke2006-12-211-0/+3
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-11/+26
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-161-2/+2
* Fixing the problem reported by Adnet Ghislain where facts do not load on late...luke2006-10-091-12/+7
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-1/+1
* Fixing #283, opened by luke.luke2006-09-211-1/+2
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-1/+8
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-051-4/+12
* Adding the ability to download facts from the central server. This allows fa...luke2006-09-051-26/+111
* disabling reporting until i can find a way to make reporting only work with p...luke2006-08-311-1/+1
* Setting both "report" to true by default; I am going to enable pluginsync by ...luke2006-08-301-1/+1
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-1/+1
* Another batch of bug fixes, this time focused on OS X patches. Looks like I ...luke2006-07-222-2/+4
* moving plugin evaluation into a begin/rescue blockluke2006-07-211-1/+1
* Fixing reports server so it refers to the main serverluke2006-07-111-1/+1
* changing plugin owner to rootluke2006-07-101-1/+2
* changing default plugin host to be $serverluke2006-07-101-1/+1
* Accepting the patch from #190.luke2006-07-051-7/+26
* More report and metrics manipulations. This should be the last of it.luke2006-07-011-5/+8
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-302-20/+11
* First commit of complete reporting support. The only existing report at this...luke2006-06-292-2/+35
* Adding reporting client, server, and tests. At this point, the server just s...luke2006-06-291-0/+31
* Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke2006-06-281-2/+5
* adding message about retrieving pluginsluke2006-06-281-0/+2
* adding hooks for ignoring files in the plugins directory, and defaulting to i...luke2006-06-271-2/+6
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-20/+25
* Adding HUP and USR1 hooksluke2006-06-261-0/+30
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-201-1/+1
* Adding plugins and plugin management. The Master Client will now automatical...luke2006-06-201-1/+58
* Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke2006-06-081-1/+1