summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-096-1910/+1770
|\ \ \
| * | | Modified the error message that is generated when a class, definition,Paul Berry2010-09-075-141/+145
| | |/ | |/|
| * | [#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionalsPaul Berry2010-09-013-1160/+1118
* | | Merge remote branch 'paul/ticket/next/4638' into nextJesse Wolfe2010-09-099-463/+315
|\ \ \ | |/ / |/| |
| * | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-279-463/+315
* | | Merge commit '2.6.1rc3' into nextJesse Wolfe2010-08-271-13/+6
|\ \ \ | |/ / |/| / | |/
| * Fix for #4542 -- included classes weren't assigned proper stagesMarkus Roberts2010-08-241-13/+6
* | Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-1710-1530/+1662
|\ \ | |/ |/|
| * [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-1310-1499/+1637
| * [#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader.Paul Berry2010-08-122-38/+32
| * [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-07-304-10/+41
* | Rewrote functions documentation to MarkdownJames Turnbull2010-08-1111-48/+50
* | Fixes #4485 -- single quoted strings should not treat \n as new lineMarkus Roberts2010-08-051-11/+11
* | [#4404] Remove requirement for source on Parser::Resource::ParamNick Lewis2010-08-041-1/+1
* | added md5 support as requested in http://serverfault.com/questions/166199/pup...Alice Kærast2010-08-031-0/+5
* | [#4381] extlookup shouldn't trigger reparses of .pp filesJesse Wolfe2010-08-031-3/+0
* | [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-033-12/+7
* | [#4423] repair parameterized class instantiationJesse Wolfe2010-08-033-17/+25
* | [#4423] class { shouldn't get stored on the namespace stackJesse Wolfe2010-08-031-1/+1
* | [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-034-10/+41
* | [#4344] Fix for failing templates when module name matches file in local dir.Paul Berry2010-08-031-1/+1
* | Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-031-0/+1
|/
* extlookup() is a builtinJesse Wolfe2010-07-251-0/+173
* Fixed #4304 - Changed logging level for auto import messageJames Turnbull2010-07-251-1/+1
* Fix for #4303 -- reverting to old escaping in '-stringsMarkus Roberts2010-07-251-5/+4
* Tweak to fix for #4302--dangling ref to known_resource_typesMarkus Roberts2010-07-251-6/+5
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-251-0/+5
* [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-251-2/+1
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-1/+1
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-191-1/+1
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-192-14/+14
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-181-7/+9
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-8/+10
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-182-16/+14
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-182-26/+6
* Fixes errant Trac references in documentationJames Turnbull2010-07-151-1/+1
* Minimal fix for #4205 -- incorrect Import loop messagesMarkus Roberts2010-07-111-2/+4
* Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-111-1/+1
* [#4208] Missing parameter breaks multithread compilationJesse Wolfe2010-07-101-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-0962-4292/+4292
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-098-27/+27
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-093-3/+3
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0920-46/+46
* Code smell: Booleans are first class values.Markus Roberts2010-07-096-21/+6
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0926-175/+59
* Code smell: Use string interpolationMarkus Roberts2010-07-0928-73/+72
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0928-400/+455
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-091-5/+1
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-1/+21