| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 3 | -15/+15 |
| * | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 1 | -5/+5 |
| * | Fixing all of the test/ tests I broke in previous dev. | Luke Kanies | 2008-12-18 | 1 | -2/+2 |
| * | Fixing #1794 - returning sync when it is already initialized | Luke Kanies | 2008-12-08 | 1 | -0/+1 |
| * | Hopefully fixing #1703 - using a mutex around the sending of the tagmails | Luke Kanies | 2008-12-02 | 1 | -6/+14 |
| * | Ensure that we consistently use either string #{} interpolation or String.% | Daniel Pittman | 2008-08-01 | 1 | -2/+3 |
| * | Updates to rrdgraph documentation | James Turnbull | 2008-04-01 | 1 | -2/+4 |
| * | Removing a Settings.use that is unnecessary | Luke Kanies | 2008-03-17 | 1 | -2/+0 |
| * | Updated tagmail documentation fixing ticket #996 | James Turnbull | 2008-01-10 | 1 | -0/+4 |
| * | Fixes ticket #993 - tagmail with smtpserver specified does not add To/From/Su... | James Turnbull | 2008-01-09 | 1 | -1/+8 |
| * | Not using the main section when running the store report, since it is unneede... | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
| * | fix #815: add :main to all use() for :reporting and :metrics | David Schmitt | 2007-11-09 | 1 | -1/+1 |
| * | Translating the report handler to an indirected model. | Luke Kanies | 2007-10-13 | 4 | -9/+7 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 4 | -4/+0 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 3 | -4/+4 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -1/+1 |
| * | Updating rrdgraph documentation with a pointer to the new rrd package. | luke | 2007-06-18 | 1 | -3/+4 |
| * | fixing the method to check for hostdir writability in the rrdgraph report | luke | 2007-05-25 | 1 | -1/+1 |
| * | Adding more detail to the per-host reports dirs, since it was not setting mod... | luke | 2007-05-25 | 1 | -3/+3 |
| * | Fixing the time-cleaning in the rrdgraph report | luke | 2007-05-06 | 1 | -2/+2 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -0/+3 |
| * | Adding a --summarize option, to get a transaction summary | luke | 2007-05-04 | 1 | -0/+13 |
| * | Fixing a bug in the tests introduced a while back when I switched to using "g... | luke | 2007-04-30 | 1 | -1/+1 |
| * | Translating all of the docs except the type docs to RST | luke | 2007-04-23 | 2 | -3/+5 |
| * | Enhancing the report docs a bit | luke | 2007-03-29 | 2 | -3/+7 |
| * | Clarifying that the ruby RRD support is provided by a binary library | luke | 2007-03-14 | 1 | -1/+1 |
| * | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 4 | -15/+4 |
| * | Fixing #493. | luke | 2007-02-11 | 1 | -1/+0 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 4 | -4/+4 |
| * | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 3 | -3/+3 |
| * | splitting the tagmail report into multiple methods and adding test code | luke | 2007-01-30 | 1 | -46/+64 |
| * | Fixing documentation references to refer to the wiki | luke | 2007-01-26 | 1 | -1/+2 |
| * | Fixing tests so they now include descriptions with all config options, which ... | luke | 2007-01-04 | 1 | -0/+1 |
| * | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 1 | -9/+0 |
| * | Adding a simple report that just duplicates client logs onto the server | luke | 2006-11-09 | 1 | -0/+13 |
| * | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 1 | -0/+2 |
| * | Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o... | luke | 2006-11-09 | 3 | -18/+126 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -1/+1 |
| * | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 1 | -1/+3 |
| * | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 1 | -2/+2 |
| * | Refactoring reporting. Reports are now modules instead of simple methods. | luke | 2006-10-07 | 3 | -112/+186 |
| * | Fixing the rrdgraph report so that it creates a separate rrd directory for ea... | luke | 2006-10-05 | 1 | -1/+15 |
| * | Fixing error in tagmail when there are no messages to report | luke | 2006-09-21 | 1 | -1/+1 |
| * | Fixing #278, opened by Digant, with patch. | luke | 2006-09-21 | 1 | -11/+35 |
| * | Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail) | luke | 2006-09-20 | 1 | -0/+5 |
| * | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -1/+1 |
| * | Fixing tagmail config processing so it fails when appropriate | luke | 2006-08-29 | 1 | -3/+11 |
| * | small fixes towards 0.18.2 | luke | 2006-07-04 | 1 | -30/+36 |
| * | adding host information to reports and tagmail report | luke | 2006-07-04 | 1 | -1/+3 |
| * | renaming tagmail config file | luke | 2006-07-04 | 1 | -1/+1 |