summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-2010-279/+274
* The new parser configuration object works now,Luke Kanies2007-08-165-554/+431
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-141-133/+0
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-145-347/+311
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-2/+7
* Fixing #731 - we are now correctly only collecting exported resourcesluke2007-08-051-1/+1
* Adding a file that should have been in a commit from yesterdaluke2007-08-041-0/+447
* Fixing #314 and #729; here's the changelog:luke2007-08-037-671/+60
* Caching whether a given file or module has been loaded, because the loading w...luke2007-07-201-7/+12
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-191-3/+9
* The first round of bug-fixes in preparation for beakerluke2007-07-191-2/+4
* Fixing #695 -- resource references will correctly serialize and unserialize i...luke2007-07-181-8/+19
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-182-12/+14
* Removing notice about "import loop", which was happening constantly when auto...luke2007-07-142-16/+10
* Fixing error message when a parameter is getting redefinedluke2007-07-141-7/+11
* Fixing #589luke2007-07-132-367/+377
* Fixing #468 -- fully qualified resources can now be specified as dependenciesluke2007-07-132-406/+418
* Fixing the interpreter autoloading so that it correctly loads classes even wh...luke2007-07-121-58/+40
* Applying a version of the diff to the defined() docs from David Schmittluke2007-07-121-1/+2
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-106-583/+671
* Fixing a typo in a log messageluke2007-07-091-1/+1
* Changing the log message when a resource type cannot be foundluke2007-07-091-1/+1
* Fixing #687.luke2007-07-091-1/+1
* The parser now throws an error when a resource reference is created for an un...luke2007-07-081-0/+8
* Applying patch by DavidS from #697 to allow host names to be double quotedluke2007-07-082-329/+335
* Fixing #596 -- classes in modules now autoloadluke2007-07-061-6/+58
* Fixing #689, although I have not added unit tests. The problem was that a ta...luke2007-07-051-3/+3
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-042-10/+22
* Updating reference docsluke2007-06-201-1/+3
* Removing extra debugging from the interpreterluke2007-06-191-2/+0
* More test fixes. I seem to be getting very close.luke2007-06-191-0/+2
* Fixing #548, and making functions support other rvalues, too, including other...luke2007-06-182-578/+630
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-172-2/+11
* Fixing #673, but I have not written a test case for it. I moved all rails-re...luke2007-06-171-2/+2
* Significantly reworking both external_nodes and ldapnodes support (see change...luke2007-06-151-124/+133
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-141-1/+1
* Updated the CHANGELOG.ballman2007-06-141-3/+7
* Added to_s to the values to ensure the check versus the database will be ballman2007-06-131-4/+4
* Major rework of the rails feature. Changed the relationship between ballman2007-06-122-69/+120
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-113-5/+20
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-253-2/+48
* Fixing #568luke2007-05-172-268/+258
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-176-561/+624
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-143-25/+19
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ...ballman2007-05-111-5/+3
* correcting some of the function reference docsluke2007-05-101-3/+6
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-043-68/+0
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-035-67/+61
* Working a little bit on rails failures, with no real progressluke2007-04-302-6/+4