| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring the feature support so it loads libraries when a feature is asked... | Luke Kanies | 2007-09-11 | 1 | -22/+31 |
* | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 1 | -2/+0 |
* | Renaming the instance loader method to "instance_load". It was previously au... | Luke Kanies | 2007-09-10 | 2 | -2/+2 |
* | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -13/+12 |
* | Fixing #795 -- configuration elements now make sure all file paths are fully ... | Luke Kanies | 2007-09-06 | 1 | -1/+5 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -2/+0 |
* | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 2007-08-27 | 1 | -1/+1 |
* | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 1 | -0/+71 |
* | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -14/+31 |
* | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 1 | -17/+1 |
* | 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 | 1 | -39/+82 |
* | Merge branch 'master' of http://northstarlabs.net/git/puppet | Luke Kanies | 2007-08-15 | 1 | -1/+7 |
|\ |
|
| * | Added optional per-module lib directory. | Jeffrey J McCune | 2007-08-14 | 1 | -1/+7 |
* | | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 2007-08-14 | 2 | -11/+49 |
|/ |
|
* | Changes to lib/ corresponding to test refactoring from r2759, was unaware tha... | christian | 2007-08-09 | 1 | -41/+26 |
* | Fix the ral:providers:host:parsed tests so they run successfully | (no author) | 2007-08-09 | 1 | -0/+1 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 1 | -1/+1 |
* | Fixing #735 -- gen_config now uses a single heading, matching the name of the... | luke | 2007-08-04 | 1 | -1/+4 |
* | Fixing #734. The problem was that when I switched how the configs were parse... | luke | 2007-08-03 | 1 | -1/+5 |
* | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 1 | -2/+6 |
* | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 1 | -2/+7 |
* | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -0/+11 |
* | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 1 | -1/+9 |
* | Changing some of the internals of autoloading so that there is a class-level ... | luke | 2007-07-10 | 1 | -15/+44 |
* | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 2 | -1/+17 |
* | Updating trac location for laeg | luke | 2007-06-19 | 1 | -1/+1 |
* | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 1 | -0/+4 |
* | Fixing #643 -- replacing the get_posix_field method with a more degenerate ve... | luke | 2007-06-17 | 1 | -5/+34 |
* | adjusting the rrd color stack as requested by thijs | luke | 2007-06-14 | 1 | -1/+1 |
* | Applying metrics patch from #659 by thijs | luke | 2007-06-14 | 1 | -12/+15 |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 1 | -0/+15 |
* | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 1 | -0/+2 |
* | Redoing autoload a bit in preparation for adding a plugindir | luke | 2007-05-16 | 1 | -46/+58 |
* | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 1 | -2/+5 |
* | First try at the REST config_store | shadoi | 2007-05-12 | 1 | -0/+5 |
* | Initial configuration storage abstraction layer stuff. | shadoi | 2007-05-12 | 1 | -0/+56 |
* | Intermediate commit of more reference work, including making provider suitabl... | luke | 2007-05-08 | 1 | -3/+12 |
* | Adding a dynamic? option for references, so those are not stored in trac | luke | 2007-05-07 | 1 | -2/+5 |
* | Lots of work related to generating more reference. Moving all of the individ... | luke | 2007-05-07 | 3 | -2/+20 |
* | First run at moving references to lib/puppet instead of puppetdoc | luke | 2007-05-07 | 1 | -0/+172 |
* | Adding a module to abstract using Autoload to load and manage instances | luke | 2007-05-07 | 1 | -0/+74 |
* | Fixing the time-cleaning in the rrdgraph report | luke | 2007-05-06 | 1 | -0/+1 |
* | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 1 | -17/+159 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 3 | -20/+1 |
* | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 2007-05-03 | 1 | -0/+60 |
* | Adding the ability for parameters to declare that they require a given featur... | luke | 2007-04-25 | 1 | -0/+12 |
* | Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented.... | luke | 2007-04-24 | 1 | -3/+5 |
* | Mostly done with the conversion to restructured text, but there are still som... | luke | 2007-04-24 | 2 | -15/+57 |