summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Refactoring a small part of the interface between the configuration handler a...Luke Kanies2007-08-151-2/+24
* | Requiring mocha in all cases in the test treeLuke Kanies2007-08-151-0/+1
* | The new configuration handler looks to be ready for usage. Now I just need t...Luke Kanies2007-08-151-0/+167
* | Adding the necessary name/ip fields to the node methodsLuke Kanies2007-08-151-1/+1
* | Adding a "none" node source, which will be the default node source and will j...Luke Kanies2007-08-151-0/+18
* | Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-142-137/+324
* | An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-144-380/+578
|/
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-3/+15
* Fix for setting global exit code ($?) in SUIDManager testschristian2007-08-101-0/+8
* Broaden assert_absent so that it thinks that :purged is equivalent to :absent(no author)2007-08-091-1/+1