summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * Fail instead of log when rescuing remote file connectionsAndrew Shafer2008-07-141-0/+5
| * Fix #1409, Move path expansion from the type into the providerFrancois Deppierraz2008-07-112-41/+21
| * Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-3/+5
| * Fixed #1407 - allowdupe is now a boolean group parameter.Luke Kanies2008-07-091-0/+40
| * Fixing the user ldap provider testsLuke Kanies2008-07-081-0/+1
* | Fixing the user ldap provider testsLuke Kanies2008-07-081-0/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-083-0/+123
|\|
| * Merge branch 'tickets/0.24.x/1226' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-081-0/+87
| |\
| | * Fixed #1226 - Gems can now specify source repositories.Luke Kanies2008-07-071-9/+57
| | * Correct whitespaceLuke Kanies2008-07-071-24/+24
| | * Moving the gem test to the non-ral directoryLuke Kanies2008-07-071-0/+0
| | * Importing Sam Quigley's work to enhance gem support for sources.Luke Kanies2008-07-071-0/+39
| * | Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-082-0/+32
| |\ \
| | * | Fixed #1272 - ldap group names will be converted to GIDs.Luke Kanies2008-07-072-0/+33
| | |/
| * / Fixed #1399 - the ldap user provider knows it can manage passwords.Luke Kanies2008-07-071-0/+4
| |/
* | Merge branch '0.24.x'Luke Kanies2008-07-0412-615/+340
|\|
| * Merge branch 'refactor/0.24.x/transaction_changes' of git://github.com/lak/pu...James Turnbull2008-07-053-2/+209
| |\
| | * Testing and simplifying the Transaction::Change#backward method.Luke Kanies2008-07-041-0/+31
| | * Removing the Transaction::Change#transaction accessor.Luke Kanies2008-07-041-5/+0
| | * Refactoring the Transaction::Event class.Luke Kanies2008-07-043-22/+10
| | * Adding tests for the Transaction::Event classLuke Kanies2008-07-041-0/+37
| | * Adding tests to the Transaction::Change class.Luke Kanies2008-07-041-0/+156
| | * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-031-2/+2
| * | Merge branch 'tickets/0.24.x/1231' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-051-2/+8
| |\ \
| | * | Fixed #1231 - Exceptions during startup should now be clear.Luke Kanies2008-07-041-2/+8
| | |/
| * | Merge branch 'ticket/0.24.x/1067' of git://github.com/littleidea/puppet into ...James Turnbull2008-07-051-0/+12
| |\ \
| | * | file object creation should fail if source is not presentAndrew Shafer2008-07-041-0/+12
| | |/
| * | Merge branch 'tickets/0.24.x/1232' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-041-1/+14
| |\ \
| | * | Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-031-1/+14
| | |/
| * | Removing all of the code related to the interface type.Luke Kanies2008-07-033-605/+0
| * | Doing what I can to fix #1128, but just in preparation for removing 'interface'.Luke Kanies2008-07-031-21/+24
| * | Fixing the "describe" in the redhat interface specsLuke Kanies2008-07-031-10/+10
| |/
| * Add a missing test for exercising the last untested line of lib/puppet/type/s...Francois Deppierraz2008-07-031-0/+10
| * Merge branch 'tickets/0.24.x/1384' of git://github.com/ctrlaltdel/puppet into...James Turnbull2008-07-031-7/+52
| |\
| | * Use generate instead of autorequire in the ssh_authorized_key type based on L...Francois Deppierraz2008-07-021-8/+19
| | * ssh_authorized_key: autorequire, default permissions and cleanupFrancois Deppierraz2008-06-271-6/+40
| * | Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-3/+33
| * | Backporting a test that was failing in master, and fixing itLuke Kanies2008-07-021-0/+5
* | | Fixing the new-form version of #1382.Luke Kanies2008-07-021-0/+28
* | | Merge branch '0.24.x'Luke Kanies2008-07-0212-984/+1209
|\| |
| * | Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-6/+10
| * | Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-011-97/+89
| * | Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-012-231/+226
| * | Adding an 'instance' class method to ldap connections.Luke Kanies2008-07-011-0/+42
| * | Fixing #1374 - Using Puppet::Type.type() in testsLuke Kanies2008-06-174-113/+105
| |/
| * Merge branch 'tickets/0.24.x/1012' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-171-2/+11
| |\
| | * Fixed #1012 - templates in the templatedir are preferred to module templates.Luke Kanies2008-06-161-2/+11
| * | Fixed #1221 - aliases to titles now work for resources.Luke Kanies2008-06-161-3/+8
| |/
| * Fixed #1360 -- allowdupe works with groups again.Luke Kanies2008-06-162-0/+62
| * issue 1183Andrew Shafer2008-06-161-585/+701