summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'testing'Luke Kanies2007-09-112-1/+27
|\
| * 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
* | Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-101-4/+4
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-075-35/+10
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-079-212/+51
* Fixing a path test. I have now made the path stuff a lot cleaner, but it app...Luke Kanies2007-09-071-1/+1
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-2/+19
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-23/+30
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+16
* 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-064-9/+9
* 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-047-40/+20
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-0411-293/+278
* 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
* Fixing some failing unit tests.Luke Kanies2007-08-283-33/+8
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-13/+10
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-1/+0
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-262-10/+14
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-263-7/+8
* Moving the node tests to rspec, and cleaning up the spec of the node, especia...Luke Kanies2007-08-261-75/+0
* 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-252-17/+17
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-251-59/+0
* I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-241-96/+12
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-6/+12
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-234-164/+26
* Building a stand-alone spec directory for creating the new spec-based tests.Luke Kanies2007-08-2378-5961/+0
* Adding the second half of the rspec upgrade -- apparently the "git add" thing...Luke Kanies2007-08-2322-1417/+0
* Upgrading rspec to version 1.0.8. This only includes the contents of the lib...Luke Kanies2007-08-2369-798/+3081
* Adding environment information to the client fact list. The environment is r...Luke Kanies2007-08-221-0/+10
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* Merge branch 'master' of ssh://reductivelabs.com/home/michael/git/puppetLuke Kanies2007-08-221-4/+10
|\
| * Fixed CA race condition (#693)Michael V. O'Brien2007-08-221-4/+10
* | Merging the multi_env branch with master. There are not actually any conflic...Luke Kanies2007-08-222-53/+116
|\|
| * Fixing the spec library so it correctly can see its versionLuke Kanies2007-08-161-29/+29
| * Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-141-25/+88
* | The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-224-69/+78
* | Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-222-7/+2
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-2011-191/+88
* | All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-2013-626/+276
* | The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-209-635/+382
* | The new parser configuration object works now,Luke Kanies2007-08-161-21/+606
* | Adding node caching, so that node sources are not spammed during file serving...Luke Kanies2007-08-151-1/+24
* | Keeping the node names in the node object, so that they are available to the ...Luke Kanies2007-08-151-0/+3