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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Simplify launchd service provider and add tests
Nigel Kersten
2008-12-01
3
-21
/
+158
|
*
Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone ...
James Turnbull
2008-12-01
2
-0
/
+3
|
*
Fixing #1749 - Splay now hopefully behaves "better" for small values.
Luke Kanies
2008-12-01
2
-10
/
+10
|
*
Fix #1741 - Add inline_template function
Brice Figureau
2008-11-29
2
-0
/
+80
|
*
Fix #1741 - refactor TemplateWrapper, test for template function
Brice Figureau
2008-11-29
4
-43
/
+133
|
*
Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
Brice Figureau
2008-11-29
2
-0
/
+97
|
*
Fixes #1773 - no longer check for absolute paths
Thom May
2008-11-29
2
-1
/
+7
|
*
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
2
-1
/
+3
|
*
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
2
-1
/
+8
|
*
Adjusted CI tasks exit codes
James Turnbull
2008-11-26
1
-2
/
+2
|
*
Fixing #1755 - handling fully qualified classes correctly.
Luke Kanies
2008-11-26
4
-4
/
+61
|
*
Added Rake :ci namespace and CI tasks
James Turnbull
2008-11-26
2
-1
/
+26
|
*
Lots of DirectoryService work. New Computer Type. Users now use password hash...
Nigel Kersten
2008-11-26
6
-35
/
+284
|
*
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
2
-144
/
+148
|
*
Partially fixing #1772 - fixing selinux tests broken by removal of extraneous...
Luke Kanies
2008-11-26
1
-2
/
+1
|
*
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
4
-19
/
+33
|
*
Manually setting an env var to mark autotest enabled so we see color
Luke Kanies
2008-11-25
1
-0
/
+1
|
*
Removing the included testing gems; you must now install them yourself.
Luke Kanies
2008-11-25
596
-34906
/
+59
|
*
Fixing #1708 - user groups specified as names are now detected correctly.
Luke Kanies
2008-11-24
2
-0
/
+30
|
*
Fixed #1767 - Minor fix to emacs mode
James Turnbull
2008-11-24
2
-1
/
+3
|
*
Revert "Fixing #1755 - File modes (and other strange properties) will now dis...
James Turnbull
2008-11-22
2
-16
/
+2
|
*
Fixing #1764 - a property's 'sync' method is never considered a no-op.
Luke Kanies
2008-11-21
8
-80
/
+32
|
*
Refactoring the file/owner property to be simpler and cleaner.
Luke Kanies
2008-11-21
2
-64
/
+164
|
*
Fixing #1755 - File modes (and other strange properties) will now display cor...
Luke Kanies
2008-11-21
2
-2
/
+16
|
*
Fixed #1668 - puppetca can't clean unsigned certs
James Turnbull
2008-11-20
2
-5
/
+8
|
*
Fix #1759 - Comparison operator was using string comparison for numbers
Brice Figureau
2008-11-20
2
-10
/
+54
|
*
Fixed #1711 - fileserver test fails due to incorrect mocking
James Turnbull
2008-11-19
2
-0
/
+7
|
*
Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plis...
James Turnbull
2008-11-19
2
-100
/
+130
|
*
Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...
James Turnbull
2008-11-19
2
-2
/
+10
|
*
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
2
-0
/
+4
|
*
Fixing broken tests resulting from the fix to #1747
Luke Kanies
2008-11-17
5
-1
/
+8
|
*
Moved RRD feature from util/metric.rb to feature/base.rb
James Turnbull
2008-11-17
3
-5
/
+5
|
*
Manifest documentation generation
Brice Figureau
2008-11-17
6
-15
/
+2730
|
*
Move function existance test to parser evaluation
Brice Figureau
2008-11-17
3
-13
/
+104
|
*
Add a doc attribute to AST nodes and fill it with the last seen comments
Brice Figureau
2008-11-17
17
-111
/
+252
|
*
RSpec tests for the doc system (covers AST.doc, lexer and parser)
Brice Figureau
2008-11-17
3
-5
/
+121
|
*
Fixed #1735 and #1747 - Fixes to confine system
James Turnbull
2008-11-16
3
-20
/
+27
|
*
CHANGELOG updates
James Turnbull
2008-11-16
1
-0
/
+10
|
*
Fixed #1718 - Added preseed to apt uninstall and purge
James Turnbull
2008-11-16
2
-0
/
+8
|
*
Include spec directory in packages
Sean E. Millichamp
2008-11-14
1
-0
/
+1
[prev]
[next]