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
...
|
*
Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone ...
James Turnbull
2008-12-01
1
-0
/
+1
|
*
Fixing #1749 - Splay now hopefully behaves "better" for small values.
Luke Kanies
2008-12-01
1
-1
/
+1
|
*
Fix #1741 - Add inline_template function
Brice Figureau
2008-11-29
1
-0
/
+21
|
*
Fix #1741 - refactor TemplateWrapper, test for template function
Brice Figureau
2008-11-29
2
-24
/
+33
|
*
Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
Brice Figureau
2008-11-29
1
-0
/
+14
|
*
Fixes #1773 - no longer check for absolute paths
Thom May
2008-11-29
1
-1
/
+1
|
*
make sure only types that have passwords search for the password
Nigel Kersten
2008-11-28
1
-1
/
+3
|
*
fix bug with numeric uid/gid in directoryservice provider. doc string cleanups
Nigel Kersten
2008-11-28
3
-22
/
+23
|
*
Documentation fix for runit provider
James Turnbull
2008-11-28
1
-3
/
+5
|
*
Documentation fix for daemontools provider
James Turnbull
2008-11-28
1
-3
/
+4
|
*
Fixed #1776 - Trivial fix for gentoo service provider
James Turnbull
2008-11-28
1
-1
/
+1
|
*
Rename migration so it's still applied
Thom May
2008-11-26
1
-0
/
+0
|
*
Slight denormalisation to store a host's environment as a first class
Thom May
2008-11-26
3
-0
/
+14
|
*
Fixing #1743 - defined types get catalogs too.
Luke Kanies
2008-11-26
1
-0
/
+1
|
*
Fixing #1755 - handling fully qualified classes correctly.
Luke Kanies
2008-11-26
2
-4
/
+5
|
*
Lots of DirectoryService work. New Computer Type. Users now use password hash...
Nigel Kersten
2008-11-26
5
-35
/
+198
|
*
launchd service provider
Nigel Kersten
2008-11-26
2
-1
/
+189
|
*
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
|
*
Partially fixing #1772 - fixing tidy code I broke.
Luke Kanies
2008-11-26
1
-1
/
+1
|
*
Partially fixing #1772 - broken 'resources' tests.
Luke Kanies
2008-11-26
2
-0
/
+4
|
*
Removing the included testing gems; you must now install them yourself.
Luke Kanies
2008-11-25
1
-1
/
+3
|
*
Fixing #1708 - user groups specified as names are now detected correctly.
Luke Kanies
2008-11-24
1
-0
/
+10
|
*
Revert "Fixing #1755 - File modes (and other strange properties) will now dis...
James Turnbull
2008-11-22
1
-2
/
+2
|
*
Fixing #1764 - a property's 'sync' method is never considered a no-op.
Luke Kanies
2008-11-21
7
-76
/
+23
|
*
Refactoring the file/owner property to be simpler and cleaner.
Luke Kanies
2008-11-21
1
-64
/
+32
|
*
Fixing #1755 - File modes (and other strange properties) will now display cor...
Luke Kanies
2008-11-21
1
-2
/
+2
|
*
Fix #1759 - Comparison operator was using string comparison for numbers
Brice Figureau
2008-11-20
1
-0
/
+4
|
*
Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plis...
James Turnbull
2008-11-19
1
-100
/
+127
|
*
Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...
James Turnbull
2008-11-19
1
-2
/
+7
|
*
Fix the init service type to cope with an array for defpath and if defpath do...
Nigel Kersten
2008-11-19
1
-17
/
+23
|
*
Added versionable feature to the RPM provider
James Turnbull
2008-11-18
1
-0
/
+2
|
*
Moved RRD feature from util/metric.rb to feature/base.rb
James Turnbull
2008-11-17
2
-5
/
+3
|
*
Manifest documentation generation
Brice Figureau
2008-11-17
5
-0
/
+2621
|
*
Move function existance test to parser evaluation
Brice Figureau
2008-11-17
1
-12
/
+16
|
*
Add a doc attribute to AST nodes and fill it with the last seen comments
Brice Figureau
2008-11-17
17
-111
/
+252
|
*
Fixed #1735 and #1747 - Fixes to confine system
James Turnbull
2008-11-16
1
-1
/
+12
|
*
Fixed #1718 - Added preseed to apt uninstall and purge
James Turnbull
2008-11-16
1
-0
/
+6
|
*
Fixing the provider's confine subsystem so the logs are more useful.
Luke Kanies
2008-11-13
4
-4
/
+10
|
*
Removed extra 'end' from yum.rb
James Turnbull
2008-11-14
1
-1
/
+0
|
*
Fix bug #1746: Sync SELinux file attributes after file contents created/modified
Sean E. Millichamp
2008-11-14
1
-1
/
+1
|
*
Fix bug #1681: Add filesystem type check to test for per-file SELinux context...
Sean E. Millichamp
2008-11-14
1
-0
/
+64
|
*
Quiet debug when no default SELinux context found for one of the components
Sean E. Millichamp
2008-11-14
1
-1
/
+3
|
*
Fixes relating to transition to native SELinux bindings
Sean E. Millichamp
2008-11-14
2
-2
/
+16
|
*
Refactoring of SELinux functions to use native Ruby SELinux interface
Sean E. Millichamp
2008-11-14
1
-66
/
+67
|
*
Merge branch 'tickets/0.24.x/1739' into 0.24.x
James Turnbull
2008-11-13
1
-0
/
+5
|
|
\
|
|
*
Fixed #1739 - Added uninstall functionality to yum provider
James Turnbull
2008-11-13
1
-0
/
+5
|
*
|
Fix #1737 - part2 - Fix display of "options"
Brice Figureau
2008-11-12
1
-0
/
+16
|
*
|
Fix #1737 - ssh_authorized_keys should be able to parse options containing co...
Brice Figureau
2008-11-11
1
-1
/
+21
|
*
|
Fix #1740 - Daemontools and Runit is not ReST compliant
Brice Figureau
2008-11-11
2
-31
/
+48
|
|
/
[prev]
[next]