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
...
|
*
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
*
|
Allowing a nil expirer for caching classes.
Luke Kanies
2008-11-11
1
-1
/
+2
*
|
Refactoring the Cacher interface to always require attribute declaration.
Luke Kanies
2008-11-11
1
-64
/
+43
*
|
Changing the Cacher.invalidate method to Cacher.expire.
Luke Kanies
2008-11-11
1
-4
/
+8
*
|
Fixing a critical bug in the Cacher module.
Luke Kanies
2008-11-11
1
-13
/
+27
*
|
Removing the PGraph class and subsuming it into SimpleGraph.
Luke Kanies
2008-11-06
1
-2
/
+2
*
|
Adding a method to Checksums to extract the sum type
Luke Kanies
2008-11-05
1
-0
/
+9
*
|
Merge branch '0.24.x'
Luke Kanies
2008-10-31
1
-16
/
+1
|
\
|
|
*
Fixing #1698 - all logs again show up in the report.
Luke Kanies
2008-10-28
1
-16
/
+1
*
|
Merge branch '0.24.x'
Luke Kanies
2008-10-22
1
-2
/
+11
|
\
|
|
*
Fix regression caused by switch to Puppet's execute() functions
Sean E. Millichamp
2008-10-22
1
-2
/
+11
*
|
Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,
Luke Kanies
2008-10-17
7
-53
/
+216
|
\
|
|
*
Use fully qualified paths when calling binaries, adjust chcon call to use Pup...
Sean E. Millichamp
2008-10-17
1
-8
/
+2
|
*
Setting SELinux contexts with chcon should not dereference symbolic links
Sean E. Millichamp
2008-10-17
1
-2
/
+2
|
*
Revert "Added last part of #1633 patch - update to util/metrics.rb"
James Turnbull
2008-10-10
1
-5
/
+0
|
*
Added last part of #1633 patch - update to util/metrics.rb
James Turnbull
2008-10-10
1
-0
/
+5
|
*
Add unit test coverage for Puppet::Util::SELinux and fix problems found by tests
Sean E. Millichamp
2008-10-09
1
-13
/
+30
|
*
Fix scenario when SELinux support tools exist, but SELinux is disabled
Sean E. Millichamp
2008-10-08
1
-0
/
+6
|
*
New and improved tests for file type SELinux contexts
Sean E. Millichamp
2008-10-08
1
-1
/
+1
|
*
Adding an array indexer method to Puppet::Util::Metric as requested in #1633.
Luke Kanies
2008-10-08
1
-0
/
+9
|
*
Adding partial spec tests for Puppet::Util::Metric.
Luke Kanies
2008-10-08
1
-9
/
+14
|
*
Doing some simple refactorings on Puppet::Log
Luke Kanies
2008-10-04
1
-14
/
+7
|
*
Fixing #1089 - Log messages are now tagged with the log level,
Luke Kanies
2008-10-04
1
-0
/
+3
|
*
Adding rspec tests for the Puppet::Util::Log class.
Luke Kanies
2008-10-04
1
-16
/
+11
|
*
Add SELinux context reset after file writes in Puppet::Util::FileType
Sean E. Millichamp
2008-10-03
1
-0
/
+7
|
*
Refactor SELinux commands to utility module
Sean E. Millichamp
2008-10-03
1
-0
/
+113
|
*
Fixed #1613 - The client environment will be substituted when looking up sett...
Luke Kanies
2008-10-03
1
-3
/
+5
|
*
Adding user_attr util to parse attributes on solaris
Andrew Shafer
2008-10-01
1
-0
/
+21
|
*
Fixed #791 - You should now be able to create and find a user/group in one tr...
Luke Kanies
2008-10-02
1
-12
/
+10
*
|
Adding comments to Puppet::Util::Cacher
Luke Kanies
2008-10-15
1
-2
/
+26
*
|
Merge branch '0.24.x'
Luke Kanies
2008-09-23
4
-475
/
+11
|
\
|
|
*
Fixed #1521 -- ldap user and group are now used with the default connection
Luke Kanies
2008-09-17
1
-1
/
+11
|
*
Fixed #1553 - Puppet and Facter cannot both install the plist module into two...
James Turnbull
2008-09-13
3
-474
/
+0
*
|
Merge branch '0.24.x'
Luke Kanies
2008-08-20
1
-4
/
+0
|
\
|
|
*
Removed reference to namespaces from --genconfig documentation
James Turnbull
2008-08-21
1
-4
/
+0
[prev]
[next]