summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure overriding a tag also produces a tagBrice Figureau2009-06-111-3/+6
* Make sure resources are tagged with the user tag on the serverBrice Figureau2009-06-061-0/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fixing #2230 - exported resources work againLuke Kanies2009-06-031-0/+1
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-221-0/+2
* Refactoring the Rails integrationLuke Kanies2009-04-221-74/+6
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-6/+2
* Merge branch '0.24.x'Luke Kanies2009-04-021-1/+5
|\
| * Using the FileCollection where appropriate.Luke Kanies2009-02-281-1/+5
| * Change the way the tags and params are handled in railsBrice Figureau2009-02-061-5/+5
* | Fix #2107 - flatten resource references arrays properlyBrice Figureau2009-03-271-0/+4
* | Change the way the tags and params are handled in railsBrice Figureau2009-02-061-5/+5
* | Fixing #1913 - 'undef' resource values do not get copied to the dbLuke Kanies2009-02-061-1/+2
* | Fixing #1914 - 'undef' relationship metaparameters do not stackLuke Kanies2009-02-061-0/+1
* | Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-2/+2
* | Using Puppet::Resource to convert parser resources to RAL resourcesLuke Kanies2008-12-181-1/+1
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-44/+32
|/
* Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-1/+1
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-0/+6
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-20/+17
* Fixing the fact that resources that model defined resourcesLuke Kanies2008-02-291-0/+7
* Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-251-0/+9
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-1/+0
* Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-14/+0
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-1/+1
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-1/+1
* Store a resource before adding relations to it otherwise activerecord willBart Vanbrabant2008-02-031-0/+2
* Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-25/+10
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-5/+5
* Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-191-6/+5
* Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-191-21/+34
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-9/+25
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-4/+18
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-031-8/+10
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-2/+2
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-0/+2
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-2/+1
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-155/+164
* The new parser configuration object works now,Luke Kanies2007-08-161-1/+4
* Fixing error message when a parameter is getting redefinedluke2007-07-141-7/+11
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-0/+5
* Fixing #689, although I have not added unit tests. The problem was that a ta...luke2007-07-051-3/+3
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-1/+10
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-141-1/+1
* Major rework of the rails feature. Changed the relationship between ballman2007-06-121-42/+74
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-0/+1
* Adding #629 -- an undef keyword now existsluke2007-05-171-1/+4
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ...ballman2007-05-111-5/+3
* Working a little bit on rails failures, with no real progressluke2007-04-301-3/+3
* Adding extra info to the "Parameter already set" error, as requested in #573luke2007-04-261-2/+12