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
/
parser
/
compiler.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
(#5045) Cleaning up some tests and code
Matt Robinson
2011-01-24
1
-1
/
+1
*
(#5045) External node classifiers should be able to specify params for classes
Dan Bode
2011-01-24
1
-3
/
+18
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
1
-2
/
+2
*
Fix for #4693 -- implicit stages should never be serialized
Markus Roberts
2010-09-07
1
-1
/
+1
*
Fix for #4542 -- included classes weren't assigned proper stages
Markus Roberts
2010-08-24
1
-13
/
+6
*
Fix #4461 - attempt to fix another performance issue
Brice Figureau
2010-08-03
1
-0
/
+1
*
Tweak to fix for #4302--dangling ref to known_resource_types
Markus Roberts
2010-07-25
1
-6
/
+5
*
Fix #4302 - Compilation speed regression compared to 2.6
Brice Figureau
2010-07-25
1
-0
/
+5
*
Partial fix for #4278 -- the performance aspects
Markus Roberts
2010-07-18
1
-20
/
+3
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-411
/
+411
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-9
/
+9
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-3
/
+3
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
1
-5
/
+1
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-9
/
+3
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-4
/
+4
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
1
-4
/
+3
*
Fix for #2807 Puppet settings available as variables
Markus Roberts
2010-07-07
1
-1
/
+21
*
Part 2 of fix for #1175 (functions in environments)
Markus Roberts
2010-02-17
1
-0
/
+1
*
[#1621] Composite keys for resources
Jesse Wolfe
2010-06-21
1
-1
/
+1
*
Fixing #2658 - adding backward compatibility for 0.24
Luke Kanies
2010-02-17
1
-3
/
+5
*
Adding #2658 - Adding support for run stages
Luke Kanies
2010-02-17
1
-14
/
+28
*
Fixing #1903 - metaparam inheritance is much faster
Luke Kanies
2010-02-17
1
-0
/
+44
*
Fixing #448 - relationships have their own syntax
Luke Kanies
2010-02-17
1
-1
/
+14
*
Removing Resource::Reference classes
Luke Kanies
2010-02-17
1
-2
/
+2
*
Renaming Parser::ResourceType to Resource::Type
Luke Kanies
2010-02-17
1
-3
/
+3
*
Removing Interpreter class
Luke Kanies
2010-02-17
1
-0
/
+7
*
All non-transient parser references are gone
Luke Kanies
2010-02-17
1
-14
/
+12
*
Move scope parenting & class_scope from Compiler to Scope
Markus Roberts
2010-02-17
1
-46
/
+6
*
Fixing #2596 - Node, Class, Definition are not AST
Luke Kanies
2009-12-09
1
-4
/
+4
*
Fixing #2735 - node classes are immed. added to classlist
Luke Kanies
2009-10-18
1
-0
/
+3
*
Adding version information to the catalog for compat
Luke Kanies
2009-09-22
1
-0
/
+4
*
Fixing #2423 - no more strange dependency cycles
Luke Kanies
2009-07-25
1
-1
/
+5
*
Switching to LoadedCode from ASTSet
Luke Kanies
2009-07-05
1
-5
/
+5
*
Switching to Indirected ActiveRecord
Luke Kanies
2009-04-22
1
-37
/
+0
*
Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runs
Brice Figureau
2009-02-14
1
-9
/
+10
*
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Luke Kanies
2008-12-18
1
-2
/
+2
*
Fixing an error message to be more clear
Luke Kanies
2008-05-01
1
-1
/
+1
*
Always duplicating resource defaults in the parser, so that
Luke Kanies
2008-03-06
1
-1
/
+0
*
Fixing #1092 by no longer using the resource reference to
Luke Kanies
2008-02-28
1
-3
/
+2
*
Merge commit 'bartv/pending/fix-997' into 0.24.x
Luke Kanies
2008-02-12
1
-2
/
+6
*
Moving the ast node tests to rspec (which I could have
Luke Kanies
2008-02-12
1
-2
/
+3
*
Removing the last remaining vestiges of GRATR --
Luke Kanies
2008-02-11
1
-3
/
+3
*
Changing the name of the Compile class to Compiler,
Luke Kanies
2008-02-11
1
-0
/
+467