| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moving the node tests to rspec, and cleaning up the spec of the node, especia... | Luke Kanies | 2007-08-26 | 1 | -75/+0 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 7 | -36/+36 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 2 | -17/+17 |
* | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 1 | -59/+0 |
* | I have added basic support for a search path, altho not yet with any ability ... | Luke Kanies | 2007-08-24 | 1 | -96/+12 |
* | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -6/+12 |
* | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 4 | -164/+26 |
* | Building a stand-alone spec directory for creating the new spec-based tests. | Luke Kanies | 2007-08-23 | 78 | -5961/+0 |
* | Adding the second half of the rspec upgrade -- apparently the "git add" thing... | Luke Kanies | 2007-08-23 | 22 | -1417/+0 |
* | Upgrading rspec to version 1.0.8. This only includes the contents of the lib... | Luke Kanies | 2007-08-23 | 69 | -798/+3081 |
* | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+10 |
* | Fixing the integration test between interpreter and configuration -- the inte... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://reductivelabs.com/home/michael/git/puppet | Luke Kanies | 2007-08-22 | 1 | -4/+10 |
|\ |
|
| * | Fixed CA race condition (#693) | Michael V. O'Brien | 2007-08-22 | 1 | -4/+10 |
* | | Merging the multi_env branch with master. There are not actually any conflic... | Luke Kanies | 2007-08-22 | 2 | -53/+116 |
|\| |
|
| * | Fixing the spec library so it correctly can see its version | Luke Kanies | 2007-08-16 | 1 | -29/+29 |
| * | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 2007-08-14 | 1 | -25/+88 |
* | | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 4 | -69/+78 |
* | | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 2 | -7/+2 |
* | | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 11 | -191/+88 |
* | | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 13 | -626/+276 |
* | | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 9 | -635/+382 |
* | | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 1 | -21/+606 |
* | | Adding node caching, so that node sources are not spammed during file serving... | Luke Kanies | 2007-08-15 | 1 | -1/+24 |
* | | Keeping the node names in the node object, so that they are available to the ... | Luke Kanies | 2007-08-15 | 1 | -0/+3 |
* | | Refactoring a small part of the interface between the configuration handler a... | Luke Kanies | 2007-08-15 | 1 | -2/+24 |
* | | Requiring mocha in all cases in the test tree | Luke Kanies | 2007-08-15 | 1 | -0/+1 |
* | | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 1 | -0/+167 |
* | | Adding the necessary name/ip fields to the node methods | Luke Kanies | 2007-08-15 | 1 | -1/+1 |
* | | Adding a "none" node source, which will be the default node source and will j... | Luke Kanies | 2007-08-15 | 1 | -0/+18 |
* | | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 2 | -137/+324 |
* | | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 4 | -380/+578 |
|/ |
|
* | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -3/+15 |
* | Fix for setting global exit code ($?) in SUIDManager tests | christian | 2007-08-10 | 1 | -0/+8 |
* | Broaden assert_absent so that it thinks that :purged is equivalent to :absent | (no author) | 2007-08-09 | 1 | -1/+1 |
* | Change the service name so that it is less likely to trip on a common word an... | (no author) | 2007-08-09 | 1 | -2/+2 |
* | Trivial mock cleanups | (no author) | 2007-08-09 | 2 | -4/+3 |
* | Highlight what I think is a problem in the test suite that I just can't solve | (no author) | 2007-08-09 | 1 | -0/+3 |
* | Refactor SUIDManager tests to run without root, change SUIDManager's behavior... | christian | 2007-08-09 | 15 | -196/+111 |
* | Upgrade mocha to 0.5.1, which gives much better error messages | (no author) | 2007-08-09 | 28 | -228/+892 |
* | The last set of bug-fixes before the next release. This commit just fixes a ... | luke | 2007-08-07 | 1 | -1/+5 |
* | Adding test support for the other mongrel configuration header | luke | 2007-08-06 | 1 | -2/+23 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 7 | -90/+606 |
* | Fixing #751 -- the interface providers now have basic tests, at least to veri... | luke | 2007-08-05 | 1 | -0/+40 |
* | Fixing #731 - we are now correctly only collecting exported resources | luke | 2007-08-05 | 1 | -0/+33 |
* | Fixing #730 -- mounts now call flush() before trying to mount | luke | 2007-08-05 | 1 | -45/+68 |
* | Fixing #735 -- gen_config now uses a single heading, matching the name of the... | luke | 2007-08-04 | 1 | -23/+57 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 5 | -441/+470 |
* | Fixing #734. The problem was that when I switched how the configs were parse... | luke | 2007-08-03 | 1 | -7/+49 |
* | Removing test that ended up being redundant | luke | 2007-07-31 | 1 | -16/+0 |