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
...
|
*
Fix several small regressions in plugins mount
Brice Figureau
2008-10-09
1
-5
/
+8
|
*
Fixing #1640 - file groups now no longer get set on every run
Luke Kanies
2008-10-08
1
-0
/
+15
|
*
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
|
*
Fix regression when templatedir doesn't exist.
Brice Figureau
2008-10-08
1
-8
/
+14
|
*
Fix #1202 - Collection attribute matching doesn't parse arrays
Brice Figureau
2008-10-08
1
-1
/
+6
|
*
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
|
*
Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
Andrew Shafer
2008-10-07
1
-4
/
+4
|
*
Fxied #1354 - yum provider problems with RHEL 3
James Turnbull
2008-10-07
2
-12
/
+100
|
*
Fix #1109 - allow empty if or else branches
Brice Figureau
2008-10-07
4
-563
/
+637
|
*
Fixed documentation, typo and added CHANGELOG entry
Francois Deppierraz
2008-10-07
1
-3
/
+3
|
*
Fix #1530: Correctly parse ssh type 1 keys
Francois Deppierraz
2008-10-07
1
-0
/
+6
|
*
Fix #381 - Allow multiple resource overrides or references
Brice Figureau
2008-10-05
4
-390
/
+383
|
*
Fixing #1098 - Multiline strings now correctly increment the line count
Luke Kanies
2008-10-04
1
-0
/
+3
|
*
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
|
*
Fixed #981 - Removed 'Adding aliases' info message
Luke Kanies
2008-10-04
1
-2
/
+0
|
*
Fixing #947 - pluginsync no longer fails poorly when no plugins exist
Luke Kanies
2008-10-03
1
-2
/
+4
|
*
Fixing the Node class to no longer validate environments
Luke Kanies
2008-10-03
1
-7
/
+1
|
*
Add SELinux context reset after file writes in Puppet::Util::FileType
Sean E. Millichamp
2008-10-03
1
-0
/
+7
|
*
Add new support for :selrange SELinux file property
Sean E. Millichamp
2008-10-03
1
-0
/
+7
|
*
Add detected defaults for existing SELinux file properties
Sean E. Millichamp
2008-10-03
1
-0
/
+3
|
*
Refactor SELinux commands to utility module
Sean E. Millichamp
2008-10-03
2
-32
/
+126
|
*
Merged fsweetser's selinux patch against HEAD
Brett Lentz
2008-10-03
6
-0
/
+366
|
*
Fixed #1613 - The client environment will be substituted when looking up sett...
Luke Kanies
2008-10-03
1
-3
/
+5
|
*
Fixing #1614 - Environments no longer have to be listed out.
Luke Kanies
2008-10-03
2
-23
/
+2
|
*
Fixed error message typo
James Turnbull
2008-10-03
1
-1
/
+1
|
*
Migrating the apt and dpkg tests to rspec.
Luke Kanies
2008-10-02
2
-70
/
+45
|
*
Add role support to user type and an implemention
Andrew Shafer
2008-10-01
3
-49
/
+206
|
*
Some small clarifying refactors and change to objectadd to allow subclasses of
Andrew Shafer
2008-10-01
2
-49
/
+25
|
*
Adding user_attr util to parse attributes on solaris
Andrew Shafer
2008-10-01
1
-0
/
+21
|
*
Fixed #1586 - Specifying "fully qualified" package names in Gentoo
James Turnbull
2008-10-02
1
-1
/
+1
|
*
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
|
*
Refactoring and adding tests to the file group property.
Luke Kanies
2008-10-02
1
-46
/
+18
|
*
Merge branch 'tickets/0.24.x/1622' into 0.24.x
James Turnbull
2008-10-02
6
-107
/
+67
|
|
\
|
|
*
Modified the group and zone resource types to no longer call
Luke Kanies
2008-09-30
3
-16
/
+14
|
|
*
Modified the behaviour of resource-level 'retrieve' -- it only
Luke Kanies
2008-09-30
1
-7
/
+17
|
|
*
Adding tests for the user retrieve method
Luke Kanies
2008-09-30
1
-2
/
+1
|
|
*
Removing commented code from the user type from about 2005
Luke Kanies
2008-09-30
1
-23
/
+0
|
|
*
The Netinfo and DirectoryService providers can now create user and group simu...
Luke Kanies
2008-09-30
2
-5
/
+24
|
|
*
Fixing #1622 - The user type only looks up groups when necessary.
Luke Kanies
2008-09-30
1
-57
/
+14
|
*
|
Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is used
James Turnbull
2008-10-01
2
-3
/
+3
|
*
|
Add parser for arbitrary expressions
Brice Figureau
2008-10-01
3
-645
/
+1020
|
*
|
Add arithmetic operators to AST
Brice Figureau
2008-09-30
4
-0
/
+89
|
*
|
Add not operator to AST
Brice Figureau
2008-09-30
2
-0
/
+20
|
*
|
Add comparison operators (< > == != <= >=) to AST
Brice Figureau
2008-09-30
2
-0
/
+38
|
*
|
Add boolean operators to AST
Brice Figureau
2008-09-30
2
-0
/
+49
|
*
|
Add warning and forcibly set to :md5 fixing #1564
Paul Nasrat
2008-09-30
1
-0
/
+4
[prev]
[next]