index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'plathrop/fix-1228' into 0.24.x
Luke Kanies
2008-05-19
1
-0
/
+4
|
\
|
*
Another refactor based on feedback from Luke. This includes adding an accesso...
Paul Lathrop
2008-05-18
1
-0
/
+4
*
|
Refactoring how the provider confine tests work, again.
Luke Kanies
2008-05-19
9
-70
/
+174
*
|
Modified the 'factpath' setting to automatically configure
Luke Kanies
2008-05-16
1
-3
/
+5
*
|
Moving all confine code out of the Provider class, and fixing #1197.
Luke Kanies
2008-05-15
4
-73
/
+84
*
|
Switching the Provider class to use the new Confiner class.
Luke Kanies
2008-05-15
1
-68
/
+11
*
|
Moving the 'confine' handling to separate classes.
Luke Kanies
2008-05-15
2
-0
/
+117
*
|
Added the ability to add arbitrary attributes to ldap.
Gunnar Wrobel
2008-05-15
2
-0
/
+33
|
/
*
Merge commit 'ctrlaltdel/ssh-authorized-key' into 0.24.x
Luke Kanies
2008-05-14
2
-5
/
+1
|
\
|
*
Cosmetic fix
Francois Deppierraz
2008-05-09
1
-2
/
+1
|
*
Removed "none" as a valid type attribute value, it was useless anyway
Francois Deppierraz
2008-05-09
1
-3
/
+0
*
|
Correcting whitespace in the templatewrapper code.
Luke Kanies
2008-05-13
1
-6
/
+6
*
|
Adding has_variable? support, fixing ticket #1177
Adam Jacob
2008-05-13
1
-0
/
+9
*
|
Merge branch 'authorized_keys' into 0.24.x
Luke Kanies
2008-05-12
2
-0
/
+97
|
\
|
|
*
New native ssh_authorized_key type
Francois Deppierraz
2008-05-07
2
-0
/
+97
*
|
Adding ldap providers for the user and group type.
Luke Kanies
2008-05-12
7
-0
/
+677
*
|
Applying patch by martin to fix #1207.
Luke Kanies
2008-05-12
1
-1
/
+1
*
|
Merge commit 'turnbull/0.24.x' into 0.24.x
Luke Kanies
2008-05-12
2
-4
/
+4
|
\
\
|
*
|
Fix for urpmi provider that fixes #1217
James Turnbull
2008-05-11
1
-3
/
+3
|
*
|
Fix for ticket #1218 - changed to appropriate variable name
James Turnbull
2008-05-10
1
-1
/
+1
|
|
/
*
/
Clarifying the exception when there's a syntax error but a valid parser.
Luke Kanies
2008-05-12
1
-1
/
+1
|
/
*
Add values for dump parameter for the mount type closing #1212
James Turnbull
2008-05-05
1
-1
/
+3
*
Fixing an error message to be more clear
Luke Kanies
2008-05-01
1
-1
/
+1
*
Fix for ticket #1209
James Turnbull
2008-04-30
1
-1
/
+1
*
Fixed #1196 - added /sbin/service support for the redhat service provider + s...
James Turnbull
2008-04-24
3
-11
/
+28
*
Pushed patch for #1176 - configtimeout fix
James Turnbull
2008-04-19
2
-3
/
+4
*
Pushed patch for ticket #1191 - adding globbing support to ports provider
James Turnbull
2008-04-19
1
-1
/
+6
*
Pushed patch for ticket #1187 - freebsd pkg_add support
James Turnbull
2008-04-19
1
-4
/
+15
*
Pushed schema patch for #1193
James Turnbull
2008-04-17
2
-0
/
+10
*
Fixishing some pending tests, including filling in
Luke Kanies
2008-04-11
1
-2
/
+2
*
Making the changes necessary to get the REST support
Luke Kanies
2008-04-11
1
-8
/
+8
*
The 'destroy' method in the indirection now returns
Luke Kanies
2008-04-11
1
-2
/
+2
*
fill out specs for network_* methods; refactor lowest-level network hooks
Rick Bradley
2008-04-11
1
-4
/
+8
*
adding rest_connection_details helper to Indirector::REST -- will need to be ...
Rick Bradley
2008-04-11
1
-0
/
+5
*
removed a debugging helper from the Indirector::Rest#save method
Rick Bradley
2008-04-11
1
-3
/
+1
*
adding REST save support, with integration tests. A handful of unit tests in...
Rick Bradley
2008-04-11
2
-18
/
+21
*
disabling caching for Puppet::Indirector::Indirection as it was causing hella...
Rick Bradley
2008-04-11
1
-1
/
+0
*
work-in-progress; playing with refactoring network_* methods inside Indirecto...
Rick Bradley
2008-04-11
1
-2
/
+11
*
Added support for destroy/DELETE over REST (including units & integrations on...
Rick Bradley
2008-04-11
1
-8
/
+27
*
making search work over REST, w/ unit & integration specs
Rick Bradley
2008-04-11
2
-4
/
+2
*
unit specs and implementation for Indirector::REST#search method
Rick Bradley
2008-04-11
1
-0
/
+8
*
Make mongrel happy like WEBrick.
Rick Bradley
2008-04-11
2
-7
/
+4
*
exceptions on remote end now properly passed to local end via REST and re-rai...
Rick Bradley
2008-04-11
1
-1
/
+1
*
Much larger commit than I would like to land at once. This is all REST-relat...
Rick Bradley
2008-04-11
5
-24
/
+42
*
fixing Puppet::Node::REST class name to work with autoloader inflection (Pupp...
Rick Bradley
2008-04-11
1
-1
/
+1
*
This is the first version where mongrel and webrick are reliably startable an...
Rick Bradley
2008-04-11
6
-19
/
+44
*
the indirector will not serve xmlrpc (this is the responsibility of the legac...
Rick Bradley
2008-04-11
4
-12
/
+0
*
removing obsolete TODO comment
Rick Bradley
2008-04-11
1
-1
/
+0
*
puppet-compliant indentation
Rick Bradley
2008-04-11
1
-22
/
+22
*
Resources now return the 'should' value for properties from
Luke Kanies
2008-04-11
1
-7
/
+3
[next]