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
...
|
|
*
|
|
|
Added a 'tagged?' method to the Tagging module.
Luke Kanies
2008-02-11
1
-0
/
+5
|
|
*
|
|
|
Switching the Node Catalog to using a separate method
Luke Kanies
2008-02-11
1
-29
/
+27
|
|
*
|
|
|
Changing the name of the Compile class to Compiler,
Luke Kanies
2008-02-11
12
-32
/
+32
|
|
*
|
|
|
Refactoring the interface between the Compile class
Luke Kanies
2008-02-11
1
-3
/
+1
|
|
*
|
|
|
Changing some methods in the Compile class to
Luke Kanies
2008-02-11
5
-27
/
+27
|
|
*
|
|
|
Fixed #1030 - class and definition evaluation has been significantly
Luke Kanies
2008-02-11
4
-28
/
+32
|
|
*
|
|
|
Converting the Compile class to use a Node::Catalog instance
Luke Kanies
2008-02-11
3
-58
/
+36
|
|
*
|
|
|
Moving all of the tests for Puppet::Parser::Compile to
Luke Kanies
2008-02-11
3
-20
/
+17
|
|
*
|
|
|
More AST refactoring -- each of the code wrapping classes
Luke Kanies
2008-02-08
6
-266
/
+256
|
|
*
|
|
|
Refactoring the AST classes just a bit. I realized that
Luke Kanies
2008-02-08
22
-110
/
+68
|
|
*
|
|
|
Removing some obsolete code from the AST base class
Luke Kanies
2008-02-08
1
-39
/
+3
|
|
*
|
|
|
Ceasing autoloading ast files; loading them manually instead
Luke Kanies
2008-02-08
1
-7
/
+21
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Adding more information to dependencies that do not resolve
Luke Kanies
2008-02-07
1
-1
/
+1
|
|
*
|
|
Applying patch by Jay to fix #989 -- missing crl files are
Luke Kanies
2008-02-07
4
-7
/
+7
|
|
*
|
|
Fixing the Settings class so that it correctly handles
Luke Kanies
2008-02-07
1
-7
/
+9
|
|
*
|
|
Merge commit 'plathrop/fix-1007' into 0.24.x
Luke Kanies
2008-02-07
1
-7
/
+16
|
|
|
\
\
\
|
|
|
*
|
|
Added :env parameter for backwards-compatibility, with warning about deprecat...
Paul Lathrop
2008-02-05
1
-0
/
+9
|
|
|
*
|
|
Fujin's patch for ticket #1007 - consistent use of 'environment' instead of '...
Paul Lathrop
2008-02-05
1
-8
/
+8
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
Fix ticket 974. My original "fix" wasn't. This actually fixes the problem by ...
Paul Lathrop
2008-02-05
1
-2
/
+2
|
|
*
|
|
fix bug 974 - filenames with opening bracket characters generate exceptions
Paul Lathrop
2008-02-05
1
-1
/
+1
|
|
|
/
/
|
|
*
|
Merge commit 'bartv/pending/fix-933' into 0.24.x
Luke Kanies
2008-02-05
1
-0
/
+2
|
|
|
\
\
|
|
|
*
|
Store a resource before adding relations to it otherwise activerecord will
Bart Vanbrabant
2008-02-03
1
-0
/
+2
|
|
|
|
/
|
|
*
|
Updating the docs for the cron type
Luke Kanies
2008-02-05
1
-7
/
+18
|
|
*
|
Merge commit 'turnbull/0.24.x' into 0.24.x
Luke Kanies
2008-02-04
3
-3
/
+16
|
|
|
\
\
|
|
|
*
|
Updated fix for ticket #151 and added a test
James Turnbull
2008-02-05
1
-3
/
+1
|
|
|
*
|
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
James Turnbull
2008-02-03
2
-288
/
+390
|
|
|
|
\
\
|
|
|
*
|
|
Fixed tickt #1034 - doco typo
James Turnbull
2008-01-31
1
-2
/
+2
|
|
|
*
|
|
Fixed #1001
James Turnbull
2008-01-28
1
-1
/
+1
|
|
|
*
|
|
Second attempt to fix ticket #151 - host type now validates IP addresses and ...
James Turnbull
2008-01-25
1
-0
/
+15
|
|
|
*
|
|
Revert "Fixes ticket #151 - host type now validates IP addresses and hostname...
James Turnbull
2008-01-25
1
-13
/
+0
|
|
|
*
|
|
Fixes ticket #151 - host type now validates IP addresses and hostnames/FQDNs ...
James Turnbull
2008-01-22
1
-0
/
+13
|
|
|
*
|
|
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
James Turnbull
2008-01-21
1
-12
/
+13
|
|
|
|
\
\
\
|
|
*
|
|
|
|
Fixing #1017 -- environment-specific modulepath is no
Luke Kanies
2008-02-04
1
-1
/
+1
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Significantly refactoring the lexer, including adding Token and TokenList
Luke Kanies
2008-01-30
2
-275
/
+393
|
|
*
|
|
|
Removing tons of unnecessary calls to "nil?" from the lexer.
Luke Kanies
2008-01-28
1
-22
/
+6
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Merge commit 'turnbull/0.24.x' into 0.24.x
Luke Kanies
2008-01-20
1
-1
/
+1
|
|
|
\
|
|
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Fixed #1019 - made libshadow available for non-Linux users
James Turnbull
2008-01-21
1
-1
/
+1
|
|
*
|
I think I've finally fixed #959, by having the Settings
Luke Kanies
2008-01-20
1
-12
/
+13
|
|
|
/
|
|
*
Removing the line that marked fink as the default package
Luke Kanies
2008-01-19
1
-2
/
+0
|
|
*
Fixing #976 -- both the full name of qualified classes and
Luke Kanies
2008-01-19
3
-26
/
+45
|
|
*
Fixing #1008 -- Puppet no longer throws an exception
Luke Kanies
2008-01-19
2
-2
/
+7
|
|
*
Fixing #995 -- puppetd no longer dies at startup if the
Luke Kanies
2008-01-19
1
-1
/
+12
|
|
*
Wrapping the Resolv call in the mongrel server so if it
Luke Kanies
2008-01-19
1
-1
/
+6
|
|
*
Applying a fix for #998 -- I used a patch equivalent to
Luke Kanies
2008-01-19
1
-0
/
+3
|
|
*
Fixing #977 -- rundir is again set to 1777.
Luke Kanies
2008-01-19
1
-1
/
+5
|
*
|
Environments are now available as variables in manifests,
Luke Kanies
2008-01-20
1
-0
/
+2
|
*
|
Fixing #1017 -- environment-specific modulepath is no
Luke Kanies
2008-01-20
1
-1
/
+1
|
*
|
Merge branch '0.24.x'
Luke Kanies
2008-01-19
54
-2635
/
+1758
|
|
\
|
|
|
*
Updating docs for ssh.
Luke Kanies
2008-01-18
2
-3
/
+5
|
|
*
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
Paul Lathrop
2008-01-15
1
-1
/
+12
|
|
|
\
[prev]
[next]