summaryrefslogtreecommitdiffstats
path: root/test/language/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing Resource::Reference classesLuke Kanies2010-02-171-172/+0
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-4/+4
* Fixing a small test by stubbing instead of mockingLuke Kanies2009-08-021-2/+1
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-1/+1
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-1/+1
* Merge branch '0.24.x'Luke Kanies2009-02-141-40/+0
|\
| * Removing a no-longer-valid test.Luke Kanies2009-02-141-40/+0
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-84/+0
|/
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-159/+0
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-2/+2
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-3/+0
* Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-33/+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-2/+1
* Fixing a couple of tests, one related to recent tagging changesLuke Kanies2008-01-281-2/+2
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-5/+5
* Fixing another failing test I somehow missed in my last big commitLuke Kanies2007-11-281-1/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-9/+9
* Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-191-14/+0
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-2/+2
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-16/+48
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-1/+16
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-031-6/+2
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+1
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-4/+4
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-81/+42
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-224/+201
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-0/+25
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-6/+13
* Fixing #673, but I have not written a test case for it. I moved all rails-re...luke2007-06-171-96/+1
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-94/+134
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+14
* Working a little bit on rails failures, with no real progressluke2007-04-301-16/+20
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-191-0/+39
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-0/+38
* Undo the param_names param_values changesshadoi2007-02-171-4/+6
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-151-5/+4
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-11/+14
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-2/+2
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-15/+62
* New rails stuff redux.shadoi2006-12-141-5/+5
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-131-1/+6
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-1/+6
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-0/+391