| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allowing trailing commas in selectors | luke | 2007-03-01 | 2 | -151/+155 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 2 | -16/+43 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 2 | -3/+10 |
* | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 3 | -38/+14 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 4 | -12/+48 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 2 | -475/+510 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 3 | -6/+27 |
* | Removing extraneous debugging | luke | 2007-02-18 | 2 | -6/+1 |
* | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 2 | -3/+15 |
* | Undo the param_name param_value merge | shadoi | 2007-02-17 | 1 | -2/+0 |
* | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 2 | -24/+54 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 1 | -0/+2 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 5 | -12/+12 |
* | Fixing executable tests to take new rundir into account | luke | 2007-02-01 | 1 | -1/+2 |
* | Fixing selector tests to get rid of a lame hash ordering bug in the tests. | luke | 2007-02-01 | 1 | -0/+1 |
* | Partially fixing #460, take 3 -- fully-qualified classes can now be included. | luke | 2007-01-30 | 2 | -474/+487 |
* | Partially fixing #460, take 2 -- fully-qualified definitions can now be used. | luke | 2007-01-30 | 2 | -404/+390 |
* | Partially fixing #460 -- fully-qualified class names can be used as parent cl... | luke | 2007-01-30 | 2 | -266/+289 |
* | Fixing documentation references to refer to the wiki | luke | 2007-01-26 | 1 | -1/+1 |
* | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -7/+21 |
* | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 2 | -239/+250 |
* | changing selector error message | luke | 2007-01-26 | 1 | -1/+1 |
* | Adding a bit more comments to the :template function | luke | 2007-01-05 | 1 | -1/+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 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -1/+1 |
* | Adding extra connection statements and enabling concurrency support in rails,... | luke | 2007-01-03 | 2 | -1/+6 |
* | Modifying the "Resource#set" method to simplifying adding new parameters | luke | 2007-01-01 | 1 | -1/+8 |
* | Removing debugging | luke | 2006-12-29 | 1 | -3/+0 |
* | Hopefully fixing tagging problem | luke | 2006-12-29 | 1 | -2/+2 |
* | Still trying to track down the tagging problem | luke | 2006-12-29 | 1 | -3/+3 |
* | adding a bit better error reporting when tags are bad | luke | 2006-12-29 | 2 | -1/+4 |
* | Trying to clean up how rails is loaded | luke | 2006-12-29 | 2 | -10/+9 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 3 | -12/+6 |
* | Fixing #348. Overrides now support an extra end-comma. | luke | 2006-12-23 | 2 | -188/+188 |
* | 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 | 4 | -25/+40 |
* | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -1/+1 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 4 | -12/+35 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 1 | -11/+9 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 3 | -32/+9 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 3 | -90/+110 |
* | Requiring puppet/rails in the interpreter before Rails.init | luke | 2006-12-17 | 1 | -0/+1 |
* | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 1 | -3/+3 |
* | Changing some of the error output. This gets rid of the duplicated informati... | luke | 2006-12-15 | 1 | -7/+3 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 4 | -26/+26 |
* | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -2/+9 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 3 | -8/+35 |
* | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -1/+5 |