| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed #1063 -- the master correctly logs syntax errors when | Luke Kanies | 2008-02-28 | 1 | -1/+5 |
* | Corrected #1040 fix - this should now be right - trace was after raise | James Turnbull | 2008-02-25 | 1 | -3/+1 |
* | Second attempt fix address ticket #1040 | James Turnbull | 2008-02-19 | 1 | -3/+6 |
* | Attempt to fix #1040 - catching errors in compilation | James Turnbull | 2008-02-19 | 1 | -1/+5 |
* | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 1 | -20/+20 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -2/+2 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -16/+3 |
* | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 1 | -6/+1 |
* | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 1 | -8/+11 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -1/+1 |
* | Fixing #807. The exception handling should more closely resemble how it used... | Luke Kanies | 2007-09-06 | 1 | -6/+13 |
* | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -0/+3 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 1 | -2/+2 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -1/+1 |
* | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -1/+1 |
* | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 1 | -95/+45 |
* | Fixing the integration test between interpreter and configuration -- the inte... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 1 | -0/+1 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -32/+0 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -1/+2 |
* | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 1 | -388/+13 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -163/+0 |
* | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -2/+7 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 1 | -214/+37 |
* | Caching whether a given file or module has been loaded, because the loading w... | luke | 2007-07-20 | 1 | -7/+12 |
* | Fixing the interpreter autoloading so that it correctly loads classes even wh... | luke | 2007-07-12 | 1 | -58/+40 |
* | Fixing a typo in a log message | luke | 2007-07-09 | 1 | -1/+1 |
* | Fixing #687. | luke | 2007-07-09 | 1 | -1/+1 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 1 | -6/+58 |
* | Removing extra debugging from the interpreter | luke | 2007-06-19 | 1 | -2/+0 |
* | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 1 | -0/+2 |
* | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 1 | -124/+133 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -55/+0 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -26/+22 |
* | Not stripping domain info from the ldap node, as requested | luke | 2007-04-30 | 1 | -4/+0 |
* | Adding a migration to create indexes | luke | 2007-03-21 | 1 | -1/+1 |
* | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 1 | -4/+11 |
* | Removing extraneous debugging | luke | 2007-02-18 | 1 | -5/+0 |
* | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 1 | -1/+6 |
* | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 1 | -7/+32 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -2/+2 |
* | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -0/+4 |
* | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -1/+49 |
* | Adding extra connection statements and enabling concurrency support in rails,... | luke | 2007-01-03 | 1 | -1/+3 |
* | Trying to clean up how rails is loaded | luke | 2006-12-29 | 1 | -9/+9 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 1 | -8/+2 |
* | Loading the rails lib early on, so that the rails configuration parameters ar... | luke | 2006-12-23 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -15/+23 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -0/+12 |