summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server/report.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-176/+0
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* adding client name to processing lineluke2007-01-261-1/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-1/+8
* Slightly more doc updatesluke2006-11-091-13/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-0/+26
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-85/+49
* Adding some error handling for when a non-existent report is asked for, and a...luke2006-09-211-11/+24
* Fixing #278, opened by Digant, with patch.luke2006-09-211-1/+1
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Fixing report lookup so it looks up by name, not methodluke2006-08-291-1/+1
* Fixing reports error reportingluke2006-08-281-2/+0
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-281-27/+23
* Fixing reports so that multiple host report directories can be created. Ther...luke2006-07-111-12/+12
* adding host information to reports and tagmail reportluke2006-07-041-4/+3
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-041-8/+33
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-301-0/+1
* First commit of complete reporting support. The only existing report at this...luke2006-06-291-5/+84
* Adding reporting client, server, and tests. At this point, the server just s...luke2006-06-291-0/+80