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
...
*
|
Fixing the SSL::Host#waitforcert method.
Luke Kanies
2008-08-07
1
-10
/
+26
*
|
Adding logging when files are removed.
Luke Kanies
2008-08-07
2
-0
/
+2
*
|
Removing now-obsolete the wait-for-cert module.
Luke Kanies
2008-08-07
1
-77
/
+0
*
|
Certificates now work over REST.
Luke Kanies
2008-08-07
5
-7
/
+31
*
|
Caching the SSL store for the SSL Host.
Luke Kanies
2008-08-07
1
-8
/
+11
*
|
Enhancing formatting errors with class and format.
Luke Kanies
2008-08-04
1
-4
/
+4
*
|
Making all certificates only support the plaintext format.
Luke Kanies
2008-08-04
4
-0
/
+24
*
|
Adding wait_for_cert functionality to the ssl host class.
Luke Kanies
2008-08-04
1
-0
/
+19
*
|
Adding a plaintext network format.
Luke Kanies
2008-08-04
1
-2
/
+22
*
|
lazy load latest package definitions with yumhelper 2.2
Marcel Haerry
2008-08-01
1
-17
/
+24
*
|
Correctly handling when REST searches return nothing.
Luke Kanies
2008-07-30
2
-2
/
+7
*
|
Removing an obsolete method from the rest indirector
Luke Kanies
2008-07-30
1
-4
/
+0
*
|
The REST formats are now fully functional, with yaml and marshal support.
Luke Kanies
2008-07-30
2
-14
/
+52
*
|
Adding some support for case insensivity in format names.
Luke Kanies
2008-07-30
2
-5
/
+9
*
|
Moving validation from FormatHandler to Format.
Luke Kanies
2008-07-30
2
-9
/
+2
*
|
Moving functionality out of the FormatHandler into the Format class.
Luke Kanies
2008-07-30
2
-17
/
+66
*
|
Searching again works over REST, including full content-type translation.
Luke Kanies
2008-07-29
2
-5
/
+9
*
|
Adding rudimentary support for directly managing formats.
Luke Kanies
2008-07-29
3
-0
/
+52
*
|
Adding support for rendering and converting multiple instances.
Luke Kanies
2008-07-29
1
-0
/
+16
*
|
All error and format handling works over REST except searching.
Luke Kanies
2008-07-29
5
-17
/
+46
*
|
Drastically simplifying the REST implementation tests.
Luke Kanies
2008-07-29
2
-10
/
+25
*
|
Removing an apparently-obsolete hook from the handler
Luke Kanies
2008-07-29
1
-4
/
+0
*
|
Adding explicit tests for the HTTP::Handler module.
Luke Kanies
2008-07-29
1
-23
/
+67
*
|
The REST terminus now uses the content-type and http result codes.
Luke Kanies
2008-07-29
3
-38
/
+36
*
|
The REST terminus now provides an Accept header with supported formats.
Luke Kanies
2008-07-29
1
-3
/
+8
*
|
Using the FormatHandler in indirected classes automatically.
Luke Kanies
2008-07-29
2
-1
/
+11
*
|
Adding a FormatHandler module for managing format conversions.
Luke Kanies
2008-07-29
1
-0
/
+33
*
|
Merge branch '0.24.x' into merging
Luke Kanies
2008-07-29
17
-90
/
+122
|
\
\
|
*
|
Fixes #1445 and #1426
James Turnbull
2008-07-22
1
-1
/
+5
|
|
/
|
*
Fixing the renaming code to skip missing directories.
Luke Kanies
2008-07-21
1
-1
/
+4
|
*
Fixing a cert test to pass on Darwin.
Luke Kanies
2008-07-21
1
-0
/
+1
|
*
Revert "Merging fsweetser's selinux patch against 0.24.4"
James Turnbull
2008-07-20
6
-366
/
+0
|
*
Merging fsweetser's selinux patch against 0.24.4
Brett Lentz
2008-07-20
6
-0
/
+366
|
*
Fixed all of the fileserving termini so they use indirection requests.
Luke Kanies
2008-07-18
4
-33
/
+33
|
*
You can now select the encoding format when transferring the catalog,
Luke Kanies
2008-07-18
3
-12
/
+22
|
*
Revert "Fixed #1201 - all external node attributes are converted to strings."
Luke Kanies
2008-07-18
1
-7
/
+0
|
*
The mongrel-related tests now run without mongrel.
Luke Kanies
2008-07-17
1
-6
/
+8
|
*
Fix Ticket 1426 - services on redhat are restarted again
James Turnbull
2008-07-17
1
-2
/
+10
|
*
Fixed #1414 - Return code from waitpid now right shifted 8 bits
James Turnbull
2008-07-17
1
-1
/
+1
|
*
Fail instead of log when rescuing remote file connections
Andrew Shafer
2008-07-14
1
-2
/
+1
|
*
Fix #1409, Move path expansion from the type into the provider
Francois Deppierraz
2008-07-11
2
-25
/
+37
|
*
Fixing #1408 - --loadclasses works again.
Luke Kanies
2008-07-10
1
-1
/
+1
|
*
Fixed #1407 - allowdupe is now a boolean group parameter.
Luke Kanies
2008-07-09
1
-1
/
+1
*
|
Merge branch '0.24.x'
Luke Kanies
2008-07-08
5
-13
/
+67
|
\
|
|
*
Fixed #1396 - Added sha1 function from DavidS to core
James Turnbull
2008-07-08
2
-1
/
+9
|
*
Merge branch 'tickets/0.24.x/1226' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-07-08
1
-12
/
+33
|
|
\
|
|
*
Fixed #1226 - Gems can now specify source repositories.
Luke Kanies
2008-07-07
1
-15
/
+20
|
|
*
Correct whitespace
Luke Kanies
2008-07-07
1
-7
/
+7
|
|
*
Importing Sam Quigley's work to enhance gem support for sources.
Luke Kanies
2008-07-07
1
-5
/
+21
|
*
|
Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.x
James Turnbull
2008-07-08
2
-0
/
+23
|
|
\
\
[prev]
[next]