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
/
indirector
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finishing the rename of FileBase => Base.
Luke Kanies
2008-08-26
1
-4
/
+3
*
Causing the Indirection to fail if a terminus selection hook does not return ...
Luke Kanies
2008-08-26
1
-1
/
+3
*
Spell-correcting a comment
Luke Kanies
2008-08-26
1
-1
/
+1
*
Cleaning up an exception.
Luke Kanies
2008-08-26
1
-1
/
+5
*
Special-casing 'file' URIs in the indirection requests.
Luke Kanies
2008-08-26
1
-0
/
+7
*
Dividing server/port configuration responsibility between the REST terminus a...
Luke Kanies
2008-08-26
2
-15
/
+61
*
Adding parameter and URL support to the REST terminus.
Luke Kanies
2008-08-20
1
-8
/
+31
*
Merge branch '0.24.x'
Luke Kanies
2008-08-18
2
-3
/
+13
|
\
|
*
Ensure that we consistently use either string #{} interpolation or String.%
Daniel Pittman
2008-08-01
1
-2
/
+3
|
*
Added a search method to the YAML indirector.
AJ Christensen
2008-08-01
1
-1
/
+10
*
|
Adding logging when files are removed.
Luke Kanies
2008-08-07
2
-0
/
+2
*
|
Correctly handling when REST searches return nothing.
Luke Kanies
2008-07-30
1
-1
/
+4
*
|
Removing an obsolete method from the rest indirector
Luke Kanies
2008-07-30
1
-4
/
+0
*
|
Searching again works over REST, including full content-type translation.
Luke Kanies
2008-07-29
1
-3
/
+7
*
|
All error and format handling works over REST except searching.
Luke Kanies
2008-07-29
1
-6
/
+16
*
|
The REST terminus now uses the content-type and http result codes.
Luke Kanies
2008-07-29
1
-34
/
+23
*
|
The REST terminus now provides an Accept header with supported formats.
Luke Kanies
2008-07-29
1
-3
/
+8
*
|
Merge branch '0.24.x' into merging
Luke Kanies
2008-07-29
5
-37
/
+30
|
\
|
|
*
Fixed all of the fileserving termini so they use indirection requests.
Luke Kanies
2008-07-18
3
-29
/
+29
|
*
Revert "Fixed #1201 - all external node attributes are converted to strings."
Luke Kanies
2008-07-18
1
-7
/
+0
|
*
Fixing #1408 - --loadclasses works again.
Luke Kanies
2008-07-10
1
-1
/
+1
*
|
Merge branch '0.24.x'
Luke Kanies
2008-07-04
2
-12
/
+6
|
\
|
|
*
Fixed #1232 - the rundir no longer specifies a user/group,
Luke Kanies
2008-07-03
1
-1
/
+2
|
*
Fixing the ldap node terminus to merge facts with the right name.
Luke Kanies
2008-07-02
1
-11
/
+4
*
|
Fixing the new-form version of #1382.
Luke Kanies
2008-07-02
1
-1
/
+25
*
|
Merge branch '0.24.x'
Luke Kanies
2008-07-02
2
-78
/
+112
|
\
|
|
*
Fixing the Node::Ldap.search method to use an indirection request.
Luke Kanies
2008-07-01
1
-2
/
+2
|
*
Switching the ldap terminus to use Util::Ldap::Connection.
Luke Kanies
2008-07-01
1
-14
/
+5
|
*
Added a 'search' method to the ldap node terminus.
Luke Kanies
2008-07-01
2
-64
/
+107
*
|
Merge branch '0.24.x'
Luke Kanies
2008-06-15
4
-53
/
+90
|
\
|
|
*
Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-06-16
1
-0
/
+7
|
|
\
|
|
*
Fixed #1201 - all external node attributes are converted to strings.
Luke Kanies
2008-06-15
1
-0
/
+7
|
*
|
Removing the Node.find_by_name method.
Luke Kanies
2008-06-15
1
-1
/
+1
|
*
|
The LDAP Node terminus now searches for the fqdn, short name, and default.
Luke Kanies
2008-06-15
2
-14
/
+32
|
*
|
Refactoring the 'find' method a bit in the LDAP Node terminus.
Luke Kanies
2008-06-15
1
-45
/
+57
|
|
/
*
|
Merge branch '0.24.x'
Luke Kanies
2008-06-14
2
-5
/
+22
|
\
|
|
*
Fixing how the Indirector::Request sets its options.
Luke Kanies
2008-06-11
1
-0
/
+1
|
*
Fixing how the indirection tests for whether the request has node info.
Luke Kanies
2008-06-11
1
-1
/
+1
|
*
Adding to the indirection request support for authentication information.
Luke Kanies
2008-06-09
1
-4
/
+20
*
|
Merge branch '0.24.x'
Luke Kanies
2008-05-20
1
-0
/
+29
|
\
|
|
*
Added the ability to add arbitrary attributes to ldap.
Gunnar Wrobel
2008-05-15
1
-0
/
+29
*
|
Using the new Cacher class for handling cached data.
Luke Kanies
2008-05-13
1
-14
/
+8
*
|
Adding REST terminuses for the SSL-related indirections.
Luke Kanies
2008-05-06
3
-0
/
+18
*
|
The REST infrastructure now correctly the SSL certificates.
Luke Kanies
2008-05-05
1
-6
/
+5
*
|
Changing the File certificate terminus so that it
Luke Kanies
2008-04-21
1
-1
/
+1
*
|
Renaming the 'ca_file' ssl terminus type to 'ca'.
Luke Kanies
2008-04-21
4
-5
/
+5
*
|
All SSL terminus classes now force the CA information into the right place.
Luke Kanies
2008-04-18
2
-0
/
+2
*
|
Adding integration tests for a lot of the SSL code.
Luke Kanies
2008-04-17
1
-1
/
+1
*
|
Moving all of the ca-specific settings to the ca_file
Luke Kanies
2008-04-17
4
-2
/
+21
*
|
Adding SSL::Host-level support for managing the terminus and
Luke Kanies
2008-04-17
1
-2
/
+6
[next]