| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirection | Luke Kanies | 2007-09-17 | 2 | -7/+28 |
|\| | | | |
| |/ / / /
|/| | | | |
|
| * | | | | Updates to indirection stuffs. Making a better spec and migrating to it. | Rick Bradley | 2007-09-17 | 2 | -7/+28 |
* | | | | | Removing the completely obsolete passwd2puppet and the obsolete component.rb | Luke Kanies | 2007-09-13 | 1 | -224/+0 |
|/ / / / |
|
* | | | | Moving the resource container behaviour to the Configuration object, rather t... | Luke Kanies | 2007-09-12 | 3 | -28/+27 |
* | | | | Adding a to_graph method to TransBuckets, so that the buckets can directly ge... | Luke Kanies | 2007-09-12 | 4 | -6/+79 |
* | | | | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 12 | -175/+188 |
* | | | | Refactoring the feature support so it loads libraries when a feature is asked... | Luke Kanies | 2007-09-11 | 1 | -22/+31 |
* | | | | The Node handler is now obsolete. Node searching is handled through the indi... | Luke Kanies | 2007-09-11 | 7 | -371/+134 |
* | | | | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 9 | -28/+482 |
|/ / / |
|
* | / | Renaming the instance loader method to "instance_load". It was previously au... | Luke Kanies | 2007-09-10 | 4 | -4/+4 |
| |/
|/| |
|
* | | Merge branch 'master' of http://northstarlabs.net/git/puppet | Luke Kanies | 2007-09-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixed hdiutil syntax for ticket 812 | Jeffrey J McCune | 2007-09-10 | 1 | -1/+1 |
| |/ |
|
* / | Removing extraneous logging from the node handler | Luke Kanies | 2007-09-10 | 1 | -1/+1 |
|/ |
|
* | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 3 | -19/+15 |
* | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 2 | -4/+10 |
* | Fixing #801 -- resources that have changes when running in noop mode do not r... | Luke Kanies | 2007-09-07 | 1 | -1/+10 |
* | Fixing some broken tests in the master client, and adding a test for #800 but... | Luke Kanies | 2007-09-06 | 3 | -11/+8 |
* | Fixing #795 -- configuration elements now make sure all file paths are fully ... | Luke Kanies | 2007-09-06 | 1 | -1/+5 |
* | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 2 | -3/+6 |
* | Fixing #807. The exception handling should more closely resemble how it used... | Luke Kanies | 2007-09-06 | 2 | -7/+16 |
* | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 7 | -22/+22 |
* | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 4 | -20/+34 |
* | A small change to the indirector, moving it to a module instead of a class. ... | Luke Kanies | 2007-09-06 | 1 | -64/+19 |
* | Adding my indirector class before i rewrite it. I am probably not going to k... | Luke Kanies | 2007-09-06 | 1 | -0/+121 |
* | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 4 | -9/+21 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 6 | -65/+38 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 32 | -535/+237 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 6 | -68/+53 |
* | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 2 | -18/+3 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 5 | -90/+92 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 8 | -15/+243 |
* | Renaming the file containing all of the configuration defaults to "defaults.r... | Luke Kanies | 2007-08-28 | 1 | -0/+0 |
* | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 2007-08-27 | 3 | -3/+8 |
* | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 7 | -19/+121 |
* | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 4 | -17/+45 |
* | The fileserver now uses an environment-specific module path. I also made var... | Luke Kanies | 2007-08-26 | 6 | -22/+56 |
* | Adding a bit of testing for node names. | Luke Kanies | 2007-08-26 | 1 | -1/+9 |
* | Moving the node tests to rspec, and cleaning up the spec of the node, especia... | Luke Kanies | 2007-08-26 | 1 | -6/+19 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 5 | -24/+25 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 8 | -27/+27 |
* | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 4 | -45/+43 |
* | The config class now has support for add an environment to its search path. ... | Luke Kanies | 2007-08-24 | 1 | -7/+8 |
* | I have added basic support for a search path, altho not yet with any ability ... | Luke Kanies | 2007-08-24 | 2 | -131/+149 |
* | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 2 | -40/+83 |
* | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 6 | -121/+79 |
* | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+3 |
* | 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 | -5/+37 |
|\ |
|
| * | Fixed CA race condition (#693) | Michael V. O'Brien | 2007-08-22 | 1 | -5/+37 |
* | | Merging the multi_env branch with master. There are not actually any conflic... | Luke Kanies | 2007-08-22 | 3 | -12/+56 |
|\| |
|