summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-177-22/+22
* Converging the Resource classes furtherLuke Kanies2010-02-172-47/+19
* Adding strictness checking to resourcesLuke Kanies2010-02-172-4/+9
* Fixing most of the broken tests in test/Luke Kanies2010-02-172-5/+5
* Removing Resource::Reference classesLuke Kanies2010-02-1711-296/+84
* Adding support for class parametersLuke Kanies2010-02-172-10/+4
* TypeCollection now supports namespace arraysLuke Kanies2010-02-171-12/+3
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-1/+1
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-172-691/+668
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-9/+5
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-177-440/+14
* Removing Interpreter classLuke Kanies2010-02-174-73/+9
* All non-transient parser references are goneLuke Kanies2010-02-177-35/+40
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-3/+1
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-14/+13
* Adding helper module for finding known resource typesLuke Kanies2010-02-171-0/+5
* Moving Rails initialization to Compiler terminusLuke Kanies2010-02-171-15/+1
* Parser now uses Environment resource type collectionLuke Kanies2010-02-171-29/+23
* Adding 'known_resource_types' to EnvironmentLuke Kanies2010-02-171-14/+46
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-172-12/+28
* Storing per-environment LoadedCode instancesLuke Kanies2010-02-171-1/+1
* Adding support for parsing ruby filesLuke Kanies2010-02-171-2/+8
* Adding []/[]= support to Parser::ResourceLuke Kanies2010-02-171-0/+4
* Fixing "require" function to use new class interfaceLuke Kanies2010-02-171-1/+1
* Allow adding single key to hashesBrice Figureau2010-02-174-853/+925
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-0/+1
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-176-918/+1192
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-02-171-1/+1
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-171-0/+7
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-173-57/+37
* Merge branch '0.25.x'James Turnbull2010-01-131-1/+1
|\
| * Fixed spellquote function documentationJames Turnbull2009-12-061-1/+1
* | Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-291-1/+6
* | Merge branch '0.25.x'Luke Kanies2009-12-216-14/+29
|\|
| * Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
| * Updated generate function documentation to make it clear it runs on the masterJames Turnbull2009-11-131-2/+2
| * Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-123-0/+12
| * Al Hoang's patch for #2781, removing obsolete when/: syntaxMarkus Roberts2009-11-051-2/+2
| * Fixing #2752 - "require" loads "include"Luke Kanies2009-10-261-1/+4
| * Bug #2534 Raise error if property appears twiceJesse Wolfe2009-10-271-0/+6
| * Use notice() in the versioncmp() docsTodd Zullinger2009-10-261-1/+1
| * Fix #2691 - Collection AR request should not include params if querying with ...Brice Figureau2009-10-251-8/+14
* | Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-0910-515/+291
* | Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-123-0/+12
|/
* Bug #1900 Parsing of quoted $ in stdinJesse Wolfe2009-10-191-1/+1
* Fixing #2735 - node classes are immed. added to classlistLuke Kanies2009-10-181-0/+3
* Proposed alternative solution for #2664 (REGEX / DIV lexing)Markus Roberts2009-10-161-31/+29
* Fix #2707 config_version fails more helpfullyRein Henrichs2009-10-151-1/+4
* Fix #2672 - Make sure nodenames keep their underscores when used as classnameBrice Figureau2009-09-231-1/+1
* Fix #2664 - Mathematic expressions mis-lexed as RegexBrice Figureau2009-09-221-1/+1