| Commit message (Expand) | Author | Age | Files | Lines |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 1 | -1320/+0 |
| * | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -5/+6 |
| * | Fixing #267. The problem was that the user provider was retrieving the @is v... | luke | 2006-09-15 | 1 | -1/+38 |
| * | Raising element creation errors up outside the "create" method, so that tests... | luke | 2006-09-15 | 1 | -0/+4 |
| * | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 1 | -57/+0 |
| * | Committing functional mount support. All that's left in this chunk of work i... | luke | 2006-09-05 | 1 | -0/+29 |
| * | Intermediate commit; ports are not working yet | luke | 2006-09-03 | 1 | -0/+24 |
| * | Beginning the process of moving parsedtypes to a provider. Each parsed | luke | 2006-09-03 | 1 | -0/+4 |
| * | batch of small bug fixes | luke | 2006-09-02 | 1 | -0/+4 |
| * | Making sure that the svn bin directory is at the beginning of PATH, rather th... | luke | 2006-09-02 | 1 | -2/+2 |
| * | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 1 | -0/+4 |
| * | Committing some changes to the %h expansion in fileserving. This change make... | luke | 2006-08-28 | 1 | -8/+1 |
| * | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -1/+1 |
| * | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 1 | -3/+3 |
| * | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 1 | -0/+107 |
| * | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 2006-07-22 | 1 | -2/+4 |
| * | Some updates resulting from trying to track down a segfault introduced when I... | luke | 2006-07-03 | 1 | -4/+8 |
| * | Fix a small bug in mount where parsing fails if dump and pass are missing (th... | lutter | 2006-06-30 | 1 | -0/+10 |
| * | adding some tests for the template function | luke | 2006-06-29 | 1 | -1/+4 |
| * | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -1/+2 |
| * | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 1 | -1/+6 |
| * | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 1 | -1/+6 |
| * | adding a test to make sure that defaults get taken up by components | luke | 2006-05-15 | 1 | -1/+24 |
| * | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -0/+1 |
| * | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 1 | -1/+1 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -0/+61 |
| * | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 1 | -1/+1 |
| * | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 1 | -7/+20 |
| * | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 1 | -1/+5 |
| * | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 1 | -1/+3 |
| * | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 1 | -0/+23 |
| * | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -0/+15 |
| * | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -9/+23 |
| * | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -3/+3 |
| * | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -1/+1 |
| * | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 1 | -0/+25 |
| * | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 1 | -6/+1 |
| * | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 1 | -2/+2 |
| * | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 1 | -1/+1 |
| * | Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it... | luke | 2006-04-03 | 1 | -0/+7 |
| * | Adding a "write" method to config objects, so that files can be easily writte... | luke | 2006-04-02 | 1 | -0/+5 |
| * | Adding filesystem support, and modifying parsedtypes a bit to fix a bug where... | luke | 2006-04-01 | 1 | -0/+9 |
| * | Accept a single file as a test to run in addition to a directory | lutter | 2006-03-31 | 1 | -15/+17 |
| * | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 1 | -0/+36 |
| * | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 1 | -13/+14 |
| * | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 1 | -2/+8 |
| * | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -2/+2 |
| * | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 1 | -6/+14 |
| * | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 1 | -0/+8 |
| * | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -12/+12 |