summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+8
| | * Fixing how the indirection tests for whether the request has node info.Luke Kanies2008-06-111-4/+4
| * | Change description of spec to make baby jesus happyAndrew Shafer2008-06-101-2/+2
| * | Try againAndrew Shafer2008-06-101-0/+80
| |/
| * Merge branch 'feature/authenticated_rest_requests' of git://github.com/lak/pu...James Turnbull2008-06-103-93/+260
| |\
| | * The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-092-93/+236
| | * Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-0/+24
| * | Adding a class for using templates directly within resourcesLuke Kanies2008-06-091-0/+58
| |/
| * Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-261-0/+9
| * Always using the cert name to store yaml files, which fixes #1178.Luke Kanies2008-05-261-44/+68
* | Fixing #1258 -- Removing a Rails idiom.Luke Kanies2008-05-251-2/+2
* | Fixing #1256 -- CA tests now work with no ~/.puppet.Luke Kanies2008-05-252-21/+23
* | Fixing another failing test -- the new CA tests correctly clear the cache.Luke Kanies2008-05-251-1/+2
* | Fixing #1245 -- ssh_authorized_keys tests work in master.Luke Kanies2008-05-251-2/+0
* | Merge branch '0.24.x'Luke Kanies2008-05-2512-35/+148
|\|
| * Fixing an inaccurate test so the tests will run correctly in all branches.Paul Lathrop2008-05-231-3/+1
| * Fixing tests that are broken when running as root under OSX 10.5Paul Lathrop2008-05-234-2/+13
| * Added warnings test and cleaning up trailing whitespace.Paul Lathrop2008-05-231-0/+35
| * Fixed a bug in my tests which caused them to fail when run against the master...Paul Lathrop2008-05-231-0/+4
| * Fixing the node/catalog so that it can convert from parser catalogs to RAL ca...Luke Kanies2008-05-221-0/+20
| * The ldap user/group providers now work when no users/groups are in ldap yet.Luke Kanies2008-05-212-17/+36
| * Adding support for settings within the existing Facter provider confines.Luke Kanies2008-05-203-24/+40
| * Intermediate commit so I can move on to other things.Luke Kanies2008-05-201-0/+10
* | Merge branch '0.24.x'Luke Kanies2008-05-2038-49/+2565
|\|
| * Mocking Facter in an integration test, so it works with no networkingLuke Kanies2008-05-191-0/+6
| * Merge commit 'plathrop/fix-1228' into 0.24.xLuke Kanies2008-05-191-0/+237
| |\
| | * Minor cosmetic changes to cleanup some style elements and get rid of some cruft.Paul Lathrop2008-05-181-22/+23
| | * Another refactor based on feedback from Luke. This includes adding an accesso...Paul Lathrop2008-05-181-19/+23
| | * Refactored tests based on feedback from Luke.Paul Lathrop2008-05-171-176/+169
| | * Rewritten tests for Puppet::Util::Storage.Paul Lathrop2008-05-171-44/+211
| | * Add unit tests for Puppet::Util::StoragePaul Lathrop2008-05-171-0/+72
| * | Refactoring how the provider confine tests work, again.Luke Kanies2008-05-198-237/+415
| * | Modified the 'factpath' setting to automatically configureLuke Kanies2008-05-161-0/+17
| * | Fixing a mock in the redhat interface test.Luke Kanies2008-05-161-2/+2
| * | Moving all confine code out of the Provider class, and fixing #1197.Luke Kanies2008-05-153-77/+189
| * | Moving the 'confine' handling to separate classes.Luke Kanies2008-05-152-0/+288
| * | Duh, fixing all of the paths being loaded for spec in the moved tests.Luke Kanies2008-05-1518-44/+42
| * | Moving all tests that are in 'ral' up a level.Luke Kanies2008-05-1518-0/+0
| * | Fixing the user test.Luke Kanies2008-05-151-6/+4
| * | Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+91
| |/
| * Correcting whitespace in the templatewrapper code.Luke Kanies2008-05-131-52/+52
| * Adding has_variable? support, fixing ticket #1177Adam Jacob2008-05-131-0/+57
| * Merge branch 'authorized_keys' into 0.24.xLuke Kanies2008-05-122-0/+154
| |\
| | * adding execute bits to testsLuke Kanies2008-05-122-0/+0
| | * New native ssh_authorized_key typeFrancois Deppierraz2008-05-072-0/+154
| * | Adding ldap providers for the user and group type.Luke Kanies2008-05-126-0/+1388
| * | Fixing another test that wrote to ~Luke Kanies2008-05-121-0/+1
| * | Fixing a test that wrote to ~.Luke Kanies2008-05-121-0/+8
| |/
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-1320-95/+55
* | Adding a module for handling caching information.Luke Kanies2008-05-071-0/+142