summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-275-16/+31
* | | | | | Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-2710-20/+132
* | | | | | Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-268-52/+118
* | | | | | The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-269-29/+64
* | | | | | Adding a bit of testing for node names.Luke Kanies2007-08-262-1/+14
* | | | | | Moving the node tests to rspec, and cleaning up the spec of the node, especia...Luke Kanies2007-08-262-74/+108
* | | | | | Moving the node tests to rspec, and cleaning up the spec of the node, especia...Luke Kanies2007-08-261-0/+0
* | | | | | And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-2513-61/+68
* | | | | | Removing this test for now; I do not have time to port it from test/unit to r...Luke Kanies2007-08-251-755/+0
* | | | | | Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-2511-29/+784
* | | | | | Oops, created a test directory in the main spec dir, rather than in the unit/...Luke Kanies2007-08-251-0/+0
* | | | | | Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-256-104/+193
* | | | | | The config class now has support for add an environment to its search path. ...Luke Kanies2007-08-242-31/+86
* | | | | | I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-244-247/+261
* | | | | | Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-235-47/+345
* | | | | | Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-2313-287/+186
* | | | | | Oops, left out the spec rake file from the main spec commitLuke Kanies2007-08-231-0/+1
* | | | | | Building a stand-alone spec directory for creating the new spec-based tests.Luke Kanies2007-08-2386-0/+200
* | | | | | 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-222-0/+13
* | | | | | Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-222-2/+2
* | | | | | Merge branch 'master' of git://git.et.redhat.com/puppetLuke Kanies2007-08-221-0/+3
|\ \ \ \ \ \
| * | | | | | Sync to latest specfile in FedoraDavid Lutterkort2007-08-221-0/+3
* | | | | | | Merge branch 'master' of ssh://reductivelabs.com/home/michael/git/puppetLuke Kanies2007-08-223-9/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed CA race condition (#693)Michael V. O'Brien2007-08-223-9/+49
| | |_|_|_|/ | |/| | | |
* | | | | | Merging the multi_env branch with master. There are not actually any conflic...Luke Kanies2007-08-2211-65/+254
|\| | | | |
| * | | | | Fixing the spec library so it correctly can see its versionLuke Kanies2007-08-161-29/+29
| | |_|/ / | |/| | |
| * | | | Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-08-156-1/+87
| |\| | |
| | * | | Added optional per-module lib directory.Jeffrey J McCune2007-08-146-1/+87
| * | | | Merge /home/michael/git/puppetLuke Kanies2007-08-154-36/+139
| |\ \ \ \
| | * \ \ \ Merge ssh://michael@reductivelabs.com/home/michael/git/puppetMichael V. O'Brien2007-08-141-5/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-144-36/+139
| | | |/ / | | |/| |
| * | | | Merge /opt/rl/git/puppetLuke Kanies2007-08-141-5/+5
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge /opt/rl/git/puppetluke2007-08-132-5/+22
| * | | | Revert "Updating more milestone names"luke2007-08-131-1/+1
| * | | | Updating more milestone namesluke2007-08-131-1/+1
* | | | | Merge branch 'multi_env'Luke Kanies2007-08-2257-3133/+3965
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-229-133/+143
| * | | | Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-224-10/+20
| * | | | A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-2022-228/+141
| * | | | All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-2020-667/+305
| * | | | The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-2021-1051/+718
| * | | | The new parser configuration object works now,Luke Kanies2007-08-167-585/+1067
| * | | | Adding node caching, so that node sources are not spammed during file serving...Luke Kanies2007-08-152-1/+47
| * | | | Keeping the node names in the node object, so that they are available to the ...Luke Kanies2007-08-152-1/+5
| * | | | Refactoring a small part of the interface between the configuration handler a...Luke Kanies2007-08-152-6/+30
| * | | | 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-153-158/+301
| | |_|/ | |/| |
| * | | Adding the necessary name/ip fields to the node methodsLuke Kanies2007-08-152-11/+11