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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Markdown mode to puppetdoc to output Markdown.
James Turnbull
2009-07-10
1
-5
/
+27
*
Allow boolean value for boolean cli parameter
Brice Figureau
2009-07-10
1
-0
/
+2
*
Fix #2366 - puppetdoc was parsing classes in the wrong order
Brice Figureau
2009-07-10
1
-1
/
+2
*
Adding a JSON utility module for providing Ruby compat
Luke Kanies
2009-06-06
1
-0
/
+13
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
24
-84
/
+84
*
Changed tabs to spaces without interfering with indentation or alignment
Ian Taylor
2009-06-06
2
-74
/
+74
*
Fixing a bunch of warnings
Luke Kanies
2009-06-03
2
-3
/
+1
*
Using Message acknowledgement in queueing
Luke Kanies
2009-06-03
1
-1
/
+4
*
Changing Puppet::Cacher::Expirer#expired? method name
Luke Kanies
2009-05-28
1
-2
/
+2
*
Fixing #2288 - fixing the tests broken by my attr_ttl code
Luke Kanies
2009-05-22
1
-0
/
+1
*
Caching whether named autoloaded files are missing
Luke Kanies
2009-05-20
2
-2
/
+18
*
Adding caching of file metadata to the autoloader
Luke Kanies
2009-05-20
2
-1
/
+101
*
Adding modulepath caching to the Autoloader
Luke Kanies
2009-05-20
1
-17
/
+22
*
Adding TTL support to attribute caching
Luke Kanies
2009-05-20
1
-4
/
+34
*
Fixed #2666 - Broken docstring formatting
James Turnbull
2009-05-20
1
-3
/
+9
*
Protecting Stomp client against internal failures
Luke Kanies
2009-05-18
1
-1
/
+5
*
Refactoring the stomp client and tests a bit
Luke Kanies
2009-05-18
1
-2
/
+12
*
Fixing #2183 - checksum buffer size is now 4096b
Luke Kanies
2009-04-24
1
-1
/
+2
*
Modifying the Settings#handlearg prototype
Luke Kanies
2009-04-25
1
-2
/
+2
*
Using a setting for configuring queueing
Luke Kanies
2009-04-22
1
-10
/
+4
*
Introduce queue client "plugin" namespace and interface, with a Stomp client ...
Ethan Rowe
2009-04-22
2
-0
/
+132
*
Initial implementation of a "cache accumulator" behavior.
Ethan Rowe
2009-04-22
1
-0
/
+65
*
Changing rails value serialization to deal with booleans
Luke Kanies
2009-04-22
1
-3
/
+17
*
Refactoring the Rails integration
Luke Kanies
2009-04-22
1
-39
/
+0
*
Adding a common Settings method for setting values
Luke Kanies
2009-04-22
1
-34
/
+34
*
Fixing all tests that were apparently broken in the 0.24.x merge.
Luke Kanies
2009-04-02
1
-1
/
+1
*
Merge branch '0.24.x'
Luke Kanies
2009-04-02
1
-1
/
+3
|
\
|
*
Fix #1807 - make Puppet::Util::Package.versioncmp a module function
Brice Figureau
2009-03-24
1
-0
/
+2
|
*
Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads
James Turnbull
2009-02-28
1
-1
/
+3
*
|
Removing an unused source file
Luke Kanies
2009-03-20
1
-59
/
+0
*
|
Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...
James Turnbull
2009-02-26
5
-26
/
+26
*
|
Fixed #2017 - incorrect require
James Turnbull
2009-02-24
1
-1
/
+1
*
|
Correctly handling URI escaping throughout the REST process
Luke Kanies
2009-02-19
1
-22
/
+0
*
|
Refactoring how the Settings file is parsed
Luke Kanies
2009-02-19
1
-18
/
+30
*
|
Introducing the Application Controller
Brice Figureau
2009-02-16
1
-0
/
+28
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-14
1
-5
/
+5
|
\
|
|
*
Only backing up within parsedfile when managing files
Luke Kanies
2009-02-14
1
-5
/
+5
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-13
2
-97
/
+5
|
\
|
|
*
Fixing #1541 - ParsedFile only backs up files once per transaction
Luke Kanies
2009-02-13
1
-1
/
+0
|
*
Removing the apparently obsolete netinfo filetype.
Luke Kanies
2009-02-13
1
-88
/
+0
|
*
Migrated FileType tests to spec, and fleshed them out a bit.
Luke Kanies
2009-02-13
1
-3
/
+3
|
*
Fixing #1869 - autoloaded files should never leak exceptions
Luke Kanies
2009-02-12
1
-2
/
+2
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-11
2
-0
/
+5
|
\
|
|
*
Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d
James Turnbull
2009-02-11
1
-0
/
+1
|
*
Prefetching, and thus purging, Nagios resources now works
Luke Kanies
2009-02-11
1
-0
/
+4
|
*
Rails serialization module to help serialize/unserialize some Puppet Objects
Brice Figureau
2009-02-06
1
-0
/
+18
*
|
Creating and using a new Puppet::Daemon class
Luke Kanies
2009-02-06
1
-14
/
+5
*
|
Adding a 'close_all' method to the Log class.
Luke Kanies
2009-02-06
1
-0
/
+7
*
|
Rails serialization module to help serialize/unserialize some Puppet Objects
Brice Figureau
2009-02-06
1
-0
/
+18
*
|
Fix #1847 - Force re-examination of all files to generate correct indices
Brice Figureau
2009-01-13
1
-0
/
+1
[next]