summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/collector.rb
Commit message (Expand)AuthorAgeFilesLines
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-4/+4
* Changing some methods in the Compile class toLuke Kanies2008-02-111-1/+1
* This should be the last fix for exported resources.Luke Kanies2007-12-111-0/+2
* Fixing #923. Resources that are collected on the localLuke Kanies2007-12-061-1/+0
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-3/+4
* Fixing #921, mostly by just deleting the existing test. I hadLuke Kanies2007-11-261-2/+4
* Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-89/+75
* fix #731: add exported=true to collect_exportedDavid Schmitt2007-11-081-1/+2
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-4/+0
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-071-3/+5
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-3/+3
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-9/+2
* Fixing #731 - we are now correctly only collecting exported resourcesluke2007-08-051-1/+1
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-181-3/+7
* Removing extraneous debuggingluke2007-02-181-1/+1
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-181-2/+9
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-161-17/+22
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-031-0/+3
* Removing debuggingluke2006-12-291-3/+0
* adding a bit better error reporting when tags are badluke2006-12-291-0/+3
* Trying to clean up how rails is loadedluke2006-12-291-1/+0
* A couple of small bug-fixesluke2006-12-281-3/+3
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-6/+11
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-37/+46
* New rails stuff redux.shadoi2006-12-141-3/+3
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-5/+31
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-131-1/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-1/+1
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-181-1/+30
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-5/+6
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-0/+97