Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -8/+8 |
| | |||||
* | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -15/+15 |
| | |||||
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵ | James Turnbull | 2009-02-26 | 1 | -3/+3 |
| | | | | semicolons | ||||
* | Adding a 'close_all' method to the Log class. | Luke Kanies | 2009-02-06 | 1 | -0/+7 |
| | | | | | | This moves the code out of Daemon. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixing #1698 - all logs again show up in the report. | Luke Kanies | 2008-10-28 | 1 | -16/+1 |
| | |||||
* | Doing some simple refactorings on Puppet::Log | Luke Kanies | 2008-10-04 | 1 | -14/+7 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixing #1089 - Log messages are now tagged with the log level, | Luke Kanies | 2008-10-04 | 1 | -0/+3 |
| | | | | | | making it easier to match messages in the 'tagmail' report. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Adding rspec tests for the Puppet::Util::Log class. | Luke Kanies | 2008-10-04 | 1 | -16/+11 |
| | | | | | | | Also using Puppet::Util::Tagging to handle the tagging, rather than custom methods. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixed #1441 - Updated console colours | James Turnbull | 2008-08-01 | 1 | -14/+22 |
| | |||||
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| | |||||
* | Removing the long-obsolete Element base class. The Parameter and Type ↵ | luke | 2007-07-04 | 1 | -1/+1 |
| | | | | | | classes no longer have the same base class. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2647 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Fixing the same bug as the Metric stuff, but for logs this time. | luke | 2007-03-21 | 1 | -0/+1 |
| | | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2340 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -1/+1 |
| | | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2259 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Change Puppet.name to Puppet.execname so rails 1.2 won't freak out. | shadoi | 2007-02-16 | 1 | -1/+1 |
| | | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2202 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Moving all of the client and server code into a single network/ directory. ↵ | luke | 2007-02-08 | 1 | -1/+1 |
| | | | | | | In other words, more code structure cleanup. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2179 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ↵ | luke | 2007-02-07 | 1 | -0/+548 |
up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2178 980ebf18-57e1-0310-9a29-db15c13687c0 |