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
/
spec
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Setting SELinux contexts with chcon should not dereference symbolic links
Sean E. Millichamp
2008-10-17
1
-5
/
+5
|
*
Fix #1115 - Allow checking tags/classes from ERb templates
Brice Figureau
2008-10-14
1
-0
/
+14
|
*
Fix 1642 (always warning) and improve unit tests to cover when to warn and not
Paul Nasrat
2008-10-11
1
-1
/
+25
|
*
Cleanup selboolean and selmodule unit tests to pass on non-SELinux systems
Sean E. Millichamp
2008-10-09
3
-3
/
+14
|
*
Add unit test coverage for Puppet::Util::SELinux and fix problems found by tests
Sean E. Millichamp
2008-10-09
1
-0
/
+174
|
*
Add failing test for plugin with file and recurse
Paul Nasrat
2008-10-09
1
-0
/
+8
|
*
Fix several small regressions in plugins mount
Brice Figureau
2008-10-09
1
-0
/
+38
|
*
Fixing #1640 - file groups now no longer get set on every run
Luke Kanies
2008-10-08
1
-1
/
+32
|
*
Add new set of unit tests for selmodule type
James Turnbull
2008-10-08
4
-35
/
+81
|
*
Removal of redundant lines from unit test
Sean E. Millichamp
2008-10-08
1
-3
/
+0
|
*
Remove old selboolean unit tests and fix permissions on new tests
James Turnbull
2008-10-08
3
-30
/
+0
|
*
Rewrote seboolean unit tests to provide better coverage
Sean E. Millichamp
2008-10-08
2
-0
/
+79
|
*
New and improved tests for file type SELinux contexts
Sean E. Millichamp
2008-10-08
2
-27
/
+82
|
*
Fix regression when templatedir doesn't exist.
Brice Figureau
2008-10-08
1
-0
/
+13
|
*
Fix #1202 - Collection attribute matching doesn't parse arrays
Brice Figureau
2008-10-08
1
-0
/
+92
|
*
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
-0
/
+86
|
*
Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
Andrew Shafer
2008-10-07
1
-0
/
+13
|
*
Fix #1109 - allow empty if or else branches
Brice Figureau
2008-10-07
2
-0
/
+46
|
*
Fixed additional environments tests
James Turnbull
2008-10-05
1
-2
/
+2
|
*
Rspec Tests for #381.
Brice Figureau
2008-10-05
3
-1
/
+154
|
*
Fixing #1098 - Multiline strings now correctly increment the line count
Luke Kanies
2008-10-04
1
-0
/
+21
|
*
Fixing #1089 - Log messages are now tagged with the log level,
Luke Kanies
2008-10-04
1
-3
/
+4
|
*
Adding rspec tests for the Puppet::Util::Log class.
Luke Kanies
2008-10-04
1
-0
/
+152
|
*
Fix failing tests dependent on /etc/user_attr file existing
Andrew Shafer
2008-10-04
1
-3
/
+3
|
*
Fixing #947 - pluginsync no longer fails poorly when no plugins exist
Luke Kanies
2008-10-03
1
-2
/
+2
|
*
Fixing the Node class to no longer validate environments
Luke Kanies
2008-10-03
1
-15
/
+0
|
*
Add new support for :selrange SELinux file property
Sean E. Millichamp
2008-10-03
1
-1
/
+5
|
*
Clean up of SELinux rspec tests so all pass
Sean E. Millichamp
2008-10-03
1
-0
/
+9
|
*
Merged fsweetser's selinux patch against HEAD
Brett Lentz
2008-10-03
1
-0
/
+79
|
*
Fixed #1613 - The client environment will be substituted when looking up sett...
Luke Kanies
2008-10-03
1
-0
/
+15
|
*
Fixing #1614 - Environments no longer have to be listed out.
Luke Kanies
2008-10-03
1
-52
/
+0
|
*
Migrating the apt and dpkg tests to rspec.
Luke Kanies
2008-10-02
2
-0
/
+301
|
*
Add role support to user type and an implemention
Andrew Shafer
2008-10-01
2
-0
/
+278
|
*
Adding user_attr util to parse attributes on solaris
Andrew Shafer
2008-10-01
1
-0
/
+47
|
*
Fixed #791 - You should now be able to create and find a user/group in one tr...
Luke Kanies
2008-10-02
1
-0
/
+256
|
*
Refactoring and adding tests to the file group property.
Luke Kanies
2008-10-02
1
-0
/
+87
|
*
Merge branch 'tickets/0.24.x/1622' into 0.24.x
James Turnbull
2008-10-02
2
-56
/
+222
|
|
\
|
|
*
Modified the group and zone resource types to no longer call
Luke Kanies
2008-09-30
1
-0
/
+1
|
|
*
Modified the behaviour of resource-level 'retrieve' -- it only
Luke Kanies
2008-09-30
1
-19
/
+53
|
|
*
Adding tests for the user retrieve method
Luke Kanies
2008-09-30
1
-0
/
+24
|
|
*
Fixing #1622 - The user type only looks up groups when necessary.
Luke Kanies
2008-09-30
1
-1
/
+140
|
|
*
Rewriting the user tests, in preparation for enhancing them
Luke Kanies
2008-09-30
1
-41
/
+9
|
*
|
Add parser for arbitrary expressions
Brice Figureau
2008-10-01
2
-4
/
+80
|
*
|
Add arithmetic operators to AST
Brice Figureau
2008-09-30
3
-0
/
+159
|
*
|
Add not operator to AST
Brice Figureau
2008-09-30
1
-0
/
+30
|
*
|
Add comparison operators (< > == != <= >=) to AST
Brice Figureau
2008-09-30
1
-0
/
+52
|
*
|
Add boolean operators to AST
Brice Figureau
2008-09-30
1
-0
/
+53
|
*
|
Add warning and forcibly set to :md5 fixing #1564
Paul Nasrat
2008-09-30
1
-0
/
+8
|
*
|
Fix metadata class for cases when checksum_type set
Paul Nasrat
2008-09-30
1
-1
/
+17
[prev]
[next]