summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
...
| * Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-0812-63/+62
| * Stubbing Facter during the snippet tests, so they are faster and work with no...Luke Kanies2008-02-081-0/+2
| * Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-0/+12
| * Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-276/+0
| * Fixing a couple of tests, one related to recent tagging changesLuke Kanies2008-01-282-4/+4
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-142-12/+0
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-091-23/+13
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-2/+2
|/
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-5/+5
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-114-18/+18
* 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-286-23/+23
* Fixing the first half of #917 -- the ResourcReferenceLuke Kanies2007-11-281-0/+12
* Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-178/+0
* Fixing a couple of tests that were failing because of the environment changes.Luke Kanies2007-11-231-0/+1
* Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-191-14/+0
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-11/+12
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-12/+11
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-17/+3
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+1
* Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-73/+0
* Changing the 'main' class to no longer be lazy-evaluated.Luke Kanies2007-11-121-5/+8
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-1/+1
* Classes once again get evaluated immediately when theLuke Kanies2007-11-082-52/+2
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-2617-17/+17
* All tests should now pass again.Luke Kanies2007-10-082-29/+9
* Adding a :code setting for specifying code to runLuke Kanies2007-10-053-18/+6
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-052-41/+18
* Removing the Id tags from all of the filesLuke Kanies2007-10-038-8/+0
* Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-251-12/+6
|\
| * Merge branch 'configurations' into indirectionLuke Kanies2007-09-221-11/+4
| |\
| | * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-9/+2
| |/
| * Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-121-3/+4
* | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-1/+19
* | Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-0/+8
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-074-9/+9
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-071-18/+19
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-062-4/+25
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-063-6/+6
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-061-0/+59
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-045-24/+19
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-049-290/+275
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-045-123/+16
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-035-58/+17
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-032-11/+9
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-034-203/+43
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-016-9/+187
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-257-36/+36
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-15/+15
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-233-163/+24