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
...
*
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
*
|
Fix #1807 - make Puppet::Util::Package.versioncmp a module function
Brice Figureau
2008-12-27
1
-0
/
+2
*
|
Merge branch '0.24.x'
James Turnbull
2008-12-27
3
-3
/
+49
|
\
|
|
*
Not using a temporary file when locking files for writing.
Luke Kanies
2008-12-15
1
-9
/
+6
|
*
Preparing to fix #1812 - Moving locking code to a module
Luke Kanies
2008-12-12
2
-2
/
+51
|
*
Fix #1815 - puppetdoc --all crash on resource override
Brice Figureau
2008-12-10
1
-1
/
+1
*
|
Canonicalizing Setting section names to symbols.
Luke Kanies
2008-12-18
1
-14
/
+14
*
|
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
1
-1
/
+1
*
|
Finishing the work to use Puppet::Resource instead of TransObject
Luke Kanies
2008-12-18
1
-9
/
+16
*
|
Supporting a nil expirer on cacher objects.
Luke Kanies
2008-12-18
1
-1
/
+8
*
|
Refactoring the Settings class to use Puppet::Resource
Luke Kanies
2008-12-18
1
-174
/
+69
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
9
-145
/
+2839
|
\
|
|
*
Refactoring the thread-safety in Puppet::Util a bit.
Luke Kanies
2008-11-26
1
-21
/
+27
|
*
Fixing #1683 - accessing and changing settings is now thread-safe.
Luke Kanies
2008-11-26
1
-140
/
+144
|
*
Moved RRD feature from util/metric.rb to feature/base.rb
James Turnbull
2008-11-17
1
-5
/
+0
|
*
Manifest documentation generation
Brice Figureau
2008-11-17
5
-0
/
+2621
|
*
Fix bug #1681: Add filesystem type check to test for per-file SELinux context...
Sean E. Millichamp
2008-11-14
1
-0
/
+64
|
*
Fixes relating to transition to native SELinux bindings
Sean E. Millichamp
2008-11-14
1
-2
/
+9
|
*
Refactoring of SELinux functions to use native Ruby SELinux interface
Sean E. Millichamp
2008-11-14
1
-66
/
+67
|
*
Fixes #1672 - unsafe crontab handling in Solaris
Martin Englund
2008-11-05
1
-3
/
+3
*
|
Adding caching support to parameters, and using cached attributes for file so...
Luke Kanies
2008-11-11
1
-0
/
+6
[prev]
[next]