| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Adding ldap providers for the user and group type. | Luke Kanies | 2008-05-12 | 3 | -0/+822 |
| * | | Using the new Cacher class for handling cached data. | Luke Kanies | 2008-05-13 | 1 | -4/+20 |
| * | | Adding a module for handling caching information. | Luke Kanies | 2008-05-07 | 1 | -0/+142 |
| * | | The Settings class now clears the 'used' sections when a value is changed. | Luke Kanies | 2008-05-05 | 1 | -0/+5 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-04-11 | 1 | -0/+65 |
| |\| |
|
| | * | Making a test executable | Luke Kanies | 2008-04-08 | 1 | -0/+0 |
| | * | Used stubs to decouple our code behavior from the behavior of the underlying ... | Paul Lathrop | 2008-04-07 | 1 | -19/+23 |
| | * | Added some more tests for loadedfile, based off the old unit tests. | Paul Lathrop | 2008-03-25 | 1 | -2/+23 |
| | * | Added rspec tests for loadedfile | Paul Lathrop | 2008-03-24 | 1 | -0/+40 |
| * | | Fixing tests that were failing as a result of the merge, | Luke Kanies | 2008-04-01 | 1 | -39/+1 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-03-20 | 1 | -1/+53 |
| |\| |
|
| | * | Refactoring how the catalog creation handles errors. | Luke Kanies | 2008-03-18 | 1 | -0/+11 |
| | * | Settings now (again?) do not use a section more than | Luke Kanies | 2008-03-18 | 1 | -0/+13 |
| | * | Hopefully *finally* fixed the "already being managed" problem | Luke Kanies | 2008-03-18 | 1 | -1/+29 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-02-25 | 2 | -4/+8 |
| |\| |
|
| | * | Fixes ticket #1079 - added . support for tags | James Turnbull | 2008-02-24 | 1 | -0/+4 |
| | * | Quashed commit of my fixes for #1010. | Luke Kanies | 2008-02-21 | 1 | -4/+4 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-02-18 | 1 | -0/+99 |
| |\| |
|
| | * | Refactoring the incremental checksum generation | Luke Kanies | 2008-02-14 | 1 | -18/+12 |
| | * | Enhancing the stand-alone checksums utility module | Luke Kanies | 2008-02-14 | 1 | -0/+105 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-02-12 | 3 | -0/+174 |
| |\| |
|
| | * | Adding an inflection util class. | Luke Kanies | 2008-02-12 | 1 | -0/+70 |
| | * | Added a 'tagged?' method to the Tagging module. | Luke Kanies | 2008-02-11 | 1 | -0/+9 |
| | * | Fixing the Settings class so that it correctly handles | Luke Kanies | 2008-02-07 | 1 | -0/+6 |
| | * | I think I've finally fixed #959, by having the Settings | Luke Kanies | 2008-01-20 | 1 | -0/+10 |
| | * | Fixing #976 -- both the full name of qualified classes and | Luke Kanies | 2008-01-19 | 1 | -0/+79 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-01-19 | 1 | -0/+128 |
| |\| |
|
| | * | Fixing the unit tests for nagios_maker; I could swear I'd already | Luke Kanies | 2008-01-07 | 1 | -8/+8 |
| | * | Added builtin support for all Nagios resource types. | Luke Kanies | 2007-12-31 | 1 | -0/+24 |
| | * | Adding the metaprogramming to create the Nagios types | Luke Kanies | 2007-12-31 | 1 | -0/+104 |
| * | | Removed remaining elements of old_parse - closing Ticket #990 | James Turnbull | 2008-01-19 | 1 | -5/+0 |
| |/ |
|
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
| * | Fixing the rest of #948. My previous work was sufficient, | Luke Kanies | 2007-12-10 | 1 | -0/+14 |
| * | Fixing part of #948 -- per-setting hooks are now called | Luke Kanies | 2007-12-10 | 1 | -2/+47 |
| * | Merge branch 'plugins_mount', fixing #891. | Luke Kanies | 2007-11-24 | 1 | -0/+13 |
| |\ |
|
| | * | Integrating Matt Palmer's patch to provide a 'plugins' | Luke Kanies | 2007-11-24 | 1 | -0/+13 |
| * | | Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9.... | Luke Kanies | 2007-11-23 | 1 | -0/+11 |
| |/ |
|
| * | fix a testfailure when running spec tests as root | David Schmitt | 2007-11-10 | 1 | -4/+5 |
| * | File serving now works. I've tested a couple of ways to | Luke Kanies | 2007-10-19 | 1 | -0/+41 |
| * | Fixing #817, mostly using the patch by DavidS. I could | Luke Kanies | 2007-10-03 | 1 | -0/+19 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -158/+158 |
| * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 1 | -0/+2 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -3/+13 |
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -9/+106 |
| * | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 1 | -19/+37 |
| * | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 2007-08-27 | 1 | -0/+13 |
| * | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -0/+12 |
| * | The config class now has support for add an environment to its search path. ... | Luke Kanies | 2007-08-24 | 1 | -24/+78 |
| * | I have added basic support for a search path, altho not yet with any ability ... | Luke Kanies | 2007-08-24 | 1 | -20/+100 |
| * | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -0/+249 |