| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finalizing the filebucket client, with test code. | luke | 2007-03-24 | 6 | -15/+145 |
| * | Adding filebucket client app | luke | 2007-03-24 | 1 | -0/+176 |
| * | Fixing the "readcert" method after getting the signed cert; the method got re... | luke | 2007-03-22 | 1 | -1/+1 |
| * | Moving the authconfig setting to configuration.rb instead of network/authconf... | luke | 2007-03-22 | 2 | -8/+6 |
| * | Rails is now significantly faster. I refactored all of the queries; they are... | luke | 2007-03-22 | 5 | -49/+141 |
| * | Adding a migration to create indexes | luke | 2007-03-21 | 3 | -1/+41 |
| * | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 3 | -8/+8 |
| * | Fixing the same bug as the Metric stuff, but for logs this time. | luke | 2007-03-21 | 1 | -0/+1 |
| * | Fixing the Metric class old clients can still refer to the Puppet::Metric class. | luke | 2007-03-21 | 1 | -0/+2 |
| * | Fixing a small bug in testing whether instance methods are already defined. | luke | 2007-03-21 | 1 | -1/+1 |
| * | Updated to version 0.22.2 | luke | 2007-03-19 | 1 | -1/+1 |
| * | Updated to version 0.22.2 | luke | 2007-03-19 | 1 | -1/+1 |
| * | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 11 | -9/+143 |
| * | Remove no-lockdir patch. Clean changelog | lutter | 2007-03-19 | 1 | -7/+5 |
| * | Change puppet's homedir to /var/lib/puppet | lutter | 2007-03-19 | 1 | -2/+8 |
| * | Don't clobber an explicitly given waitforcert | lutter | 2007-03-19 | 1 | -1/+3 |
| * | Reverting changeset [2243]; this apparently causes chkconfig not to work | luke | 2007-03-19 | 1 | -1/+1 |
| * | Absolutely guaranteeing that the provider is always created before anything e... | luke | 2007-03-19 | 2 | -1/+8 |
| * | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 10 | -48/+300 |
| * | Adding a "has_feature" method, so a provider can just declare that it has a g... | luke | 2007-03-19 | 4 | -35/+113 |
| * | Finally fixing #504, I think; I even have tests to prove it. It was a little... | luke | 2007-03-19 | 2 | -9/+32 |
| * | cleaning up an error message a bit | luke | 2007-03-19 | 1 | -1/+1 |
| * | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 6 | -19/+41 |
| * | Apply patch from Ian Burrel (trac #479) | lutter | 2007-03-19 | 2 | -6/+11 |
| * | Adding the "ralsh" executable (formerly known as x2puppet). | luke | 2007-03-19 | 3 | -1/+153 |
| * | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 5 | -10/+23 |
| * | Changing the config cache location to the state dir | luke | 2007-03-19 | 1 | -1/+1 |
| * | Adding context to the warning message about unknown escapes | luke | 2007-03-19 | 1 | -1/+8 |
| * | Changing execution to reopen stdin to /dev/null | luke | 2007-03-19 | 1 | -0/+1 |
| * | Changing notify to default to its message being its name | luke | 2007-03-19 | 1 | -28/+30 |
| * | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 15 | -132/+137 |
| * | Fixing the spelling of David Schmitt's name and giving credit to Chris McEnir... | luke | 2007-03-19 | 1 | -2/+3 |
| * | Adding a provider feature table to the provider feature docs | luke | 2007-03-19 | 1 | -2/+23 |
| * | Adding provider features. Woot! | luke | 2007-03-19 | 7 | -22/+333 |
| * | Following Russ Allbery's advice and using the Candidate field in the apt-cach... | luke | 2007-03-19 | 1 | -1/+1 |
| * | Updating changelog for #487 | luke | 2007-03-19 | 1 | -0/+3 |
| * | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 3 | -24/+31 |
| * | Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha... | luke | 2007-03-19 | 1 | -1/+1 |
| * | A slight fix for #507. This should at least provide better information if th... | luke | 2007-03-19 | 1 | -3/+9 |
| * | Changing the "found a bug" message to something a bit more informative. | luke | 2007-03-19 | 1 | -1/+2 |
| * | Fixing #447 - filebuckets now use deeply nested paths | luke | 2007-03-19 | 3 | -68/+180 |
| * | Oops. Fixing the other tests to now past the facts to "fresh?", as required ... | luke | 2007-03-19 | 1 | -2/+4 |
| * | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 2 | -8/+14 |
| * | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 3 | -0/+45 |
| * | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 5 | -419/+500 |
| * | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 5 | -12/+108 |
| * | Adding test to make sure ensure does not conflict with any of the creating ty... | luke | 2007-03-18 | 1 | -0/+4 |
| * | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 3 | -0/+85 |
| * | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 3 | -0/+52 |
| * | Looks like I already accidentally committed the switch from using system() to... | luke | 2007-03-18 | 1 | -16/+0 |