| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | removing some debugging | Luke Kanies | 2005-07-12 | 1 | -3/+3 |
* | lots of refactoring | Luke Kanies | 2005-07-12 | 3 | -165/+161 |
* | in the middle of a bunch of refactoring; committing so that others can try to... | Luke Kanies | 2005-07-12 | 5 | -219/+153 |
* | doing some refactoring | Luke Kanies | 2005-07-12 | 4 | -35/+35 |
* | converting to "include Puppet" and not qualifing output methods | Luke Kanies | 2005-07-12 | 19 | -178/+180 |
* | hopefully, finally resolving recursive file creation problems | Luke Kanies | 2005-07-11 | 1 | -3/+8 |
* | moving namevar translation to a method | Luke Kanies | 2005-07-11 | 1 | -19/+29 |
* | swapping console colors | Luke Kanies | 2005-07-11 | 1 | -2/+2 |
* | changing comments | Luke Kanies | 2005-07-11 | 1 | -4/+1 |
* | cleaning up bugs in the tests, and adding more error checking around the bugs | Luke Kanies | 2005-07-11 | 2 | -4/+19 |
* | adding refreshonly parameter | Luke Kanies | 2005-07-11 | 1 | -1/+10 |
* | found a bunch of bugs in Puppet::Storage, plus some bugs in how file recursio... | Luke Kanies | 2005-07-11 | 4 | -8/+26 |
* | adding a to_s method | Luke Kanies | 2005-07-11 | 1 | -1/+4 |
* | fixing storage class; it was not actually correctly retrieving state from disk | Luke Kanies | 2005-07-11 | 1 | -10/+30 |
* | adding Puppet#recmkdir utility function, and making sure Log and Storage crea... | Luke Kanies | 2005-07-11 | 4 | -6/+72 |
* | adding some more tests for recursion plus checksumming, because they are some... | Luke Kanies | 2005-07-11 | 2 | -6/+23 |
* | ok, verbose => info | Luke Kanies | 2005-07-11 | 1 | -2/+2 |
* | duh, somehow added Blink calls in there... | Luke Kanies | 2005-07-11 | 1 | -2/+2 |
* | adding cwd parameter to exec | Luke Kanies | 2005-07-11 | 1 | -9/+43 |
* | exec stuff all works now, end to end | Luke Kanies | 2005-07-10 | 1 | -9/+14 |
* | fixing some nasty bugs related to parameter checking | Luke Kanies | 2005-07-10 | 1 | -19/+15 |
* | fixing a nasty bug related to recursion and nonexistent files | Luke Kanies | 2005-07-10 | 1 | -1/+10 |
* | adding logdest config | Luke Kanies | 2005-07-10 | 1 | -8/+11 |
* | disabling debug by default | Luke Kanies | 2005-07-10 | 1 | -1/+1 |
* | changing Log.destination to Log.destination=() | Luke Kanies | 2005-07-10 | 1 | -1/+5 |
* | adding the exec stuff | Luke Kanies | 2005-07-10 | 2 | -0/+128 |
* | finishing rename of file class | Luke Kanies | 2005-06-29 | 4 | -35/+35 |
* | renaming to remove naming conflicts | Luke Kanies | 2005-06-29 | 2 | -0/+0 |
* | further output cleanup, and fixed the problem with tc_server.rb leaving sleep... | Luke Kanies | 2005-06-29 | 3 | -8/+10 |
* | fixing debugging to severely reduce output but allow it when debugging a spec... | Luke Kanies | 2005-06-29 | 12 | -52/+71 |
* | changing warnings to debug | Luke Kanies | 2005-06-29 | 1 | -2/+2 |
* | basic rpm stuff now works | Luke Kanies | 2005-06-29 | 2 | -1/+52 |
* | fixing metrics tests to work with everything else | Luke Kanies | 2005-06-29 | 1 | -6/+1 |
* | correctly returning events | Luke Kanies | 2005-06-29 | 1 | -0/+1 |
* | metric testing and graphing now works in the library, although nothing has be... | Luke Kanies | 2005-06-29 | 7 | -6/+315 |
* | adding rpm as RedHat package manager | Luke Kanies | 2005-06-28 | 1 | -0/+1 |
* | logging now exactly supports the list of levels that syslog supports, and mul... | Luke Kanies | 2005-06-28 | 12 | -72/+141 |
* | renaming message.rb to log.rb | Luke Kanies | 2005-06-28 | 1 | -0/+0 |
* | temporary changes to prepare for a rename | Luke Kanies | 2005-06-28 | 1 | -7/+5 |
* | renaming blink to puppet | Luke Kanies | 2005-06-27 | 23 | -335/+335 |
* | renaming blink to puppet | Luke Kanies | 2005-06-27 | 23 | -0/+0 |
* | you can now at least test for whether a package is installed, although you st... | Luke Kanies | 2005-06-14 | 1 | -167/+275 |
* | adding validparam() to Blink::Type | Luke Kanies | 2005-06-13 | 1 | -1/+10 |
* | fixing file.rb so it works on Darwin, also | Luke Kanies | 2005-06-09 | 1 | -7/+16 |
* | updates | Luke Kanies | 2005-06-09 | 3 | -2/+27 |
* | adding new classes and tests | Luke Kanies | 2005-06-06 | 2 | -0/+112 |
* | md5 summing now works, all the way through! | Luke Kanies | 2005-06-01 | 4 | -22/+62 |
* | checksums now work, but not all the way through yet | Luke Kanies | 2005-06-01 | 4 | -226/+153 |
* | Rahh! component dependencies now work! | Luke Kanies | 2005-05-30 | 2 | -2/+10 |
* | everything passes all of the tests, but i do not think the component-level me... | Luke Kanies | 2005-05-30 | 6 | -43/+120 |