summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-1/+1
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-2011-620/+269
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-206-529/+347
* The new parser configuration object works now,Luke Kanies2007-08-161-21/+606
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-141-131/+0
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-143-380/+237
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-3/+15
* Fixing #314 and #729; here's the changelog:luke2007-08-033-439/+468
* Removing test that ended up being redundantluke2007-07-311-16/+0
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-192-1/+43
* The first round of bug-fixes in preparation for beakerluke2007-07-191-4/+4
* Fixing the interpreter autoloading so that it correctly loads classes even wh...luke2007-07-121-0/+6
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-0/+25
* Fixing #687.luke2007-07-091-0/+12
* The parser now throws an error when a resource reference is created for an un...luke2007-07-081-0/+70
* Applying further tests to double-quoted hostnames by Valentin Vidicluke2007-07-081-1/+13
* Applying patch by DavidS from #697 to allow host names to be double quotedluke2007-07-081-1/+0
* Fixing #596 -- classes in modules now autoloadluke2007-07-061-0/+110
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-042-7/+27
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-174-240/+16
* Fixing #673, but I have not written a test case for it. I moved all rails-re...luke2007-06-172-283/+1
* Significantly reworking both external_nodes and ldapnodes support (see change...luke2007-06-151-307/+348
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-94/+134
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-1/+1
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-0/+12
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-173-0/+42