summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change the service name so that it is less likely to trip on a common word an...(no author)2007-08-091-2/+2
* Trivial mock cleanups(no author)2007-08-092-4/+3
* Highlight what I think is a problem in the test suite that I just can't solve(no author)2007-08-091-0/+3
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-0915-196/+111
* Upgrade mocha to 0.5.1, which gives much better error messages(no author)2007-08-0928-228/+892
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-1/+5
* Adding test support for the other mongrel configuration headerluke2007-08-061-2/+23
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-067-90/+606
* Fixing #751 -- the interface providers now have basic tests, at least to veri...luke2007-08-051-0/+40
* Fixing #731 - we are now correctly only collecting exported resourcesluke2007-08-051-0/+33
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-051-45/+68
* Fixing #735 -- gen_config now uses a single heading, matching the name of the...luke2007-08-041-23/+57
* Fixing #314 and #729; here's the changelog:luke2007-08-035-441/+470
* Fixing #734. The problem was that when I switched how the configs were parse...luke2007-08-031-7/+49
* Removing test that ended up being redundantluke2007-07-311-16/+0