summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* changing selector error messageluke2007-01-261-1/+1
* Adding a bit more comments to the :template functionluke2007-01-051-1/+2
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-0/+4
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-1/+49
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-1/+1
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-032-1/+6
* Modifying the "Resource#set" method to simplifying adding new parametersluke2007-01-011-1/+8
* Removing debuggingluke2006-12-291-3/+0
* Hopefully fixing tagging problemluke2006-12-291-2/+2
* Still trying to track down the tagging problemluke2006-12-291-3/+3
* adding a bit better error reporting when tags are badluke2006-12-292-1/+4
* Trying to clean up how rails is loadedluke2006-12-292-10/+9
* A couple of small bug-fixesluke2006-12-283-12/+6
* Fixing #348. Overrides now support an extra end-comma.luke2006-12-232-188/+188
* Loading the rails lib early on, so that the rails configuration parameters ar...luke2006-12-231-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-234-25/+40
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-1/+1
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-234-12/+35
* Re-add support for tags and file/linesshadoi2006-12-191-11/+9
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-193-32/+9
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-193-90/+110
* Requiring puppet/rails in the interpreter before Rails.initluke2006-12-171-0/+1
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-151-3/+3
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-151-7/+3
* New rails stuff redux.shadoi2006-12-144-26/+26
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-123-8/+35
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-1/+5
* Fixing configuration storage -- there was a check being done that caused fals...luke2006-11-152-11/+12
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-133-12/+12
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-132-0/+8
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-092-6/+6
* Slightly more doc updatesluke2006-11-091-15/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-092-18/+76
* Rails stuff part 1shadoi2006-11-092-11/+11
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-088-44/+44
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-182-14/+35
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-183-528/+597
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-183-10/+13
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-13/+19
* adding explicit load of ast/branch to its subclassesluke2006-10-153-0/+6
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-0610-176/+181
* Fixing weird case where the default node is in one node source and the real n...luke2006-10-051-8/+14
* Fixing ldap nodes -- they were always returning true because i was returning ...luke2006-10-051-1/+5
* Removing some left-over debuggingluke2006-10-041-4/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-0432-3668/+3781
* - New type Notify for sending client-side log messagesajax2006-09-291-0/+7
* adding an extra make target for debugging, rather than defaulting to always c...luke2006-09-202-2/+5
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-193-54/+41