summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing #2632 - 'require' works for 0.25 clientsLuke Kanies2009-09-222-8/+20
* Fixing relationship metaparam backward compatibilityLuke Kanies2009-09-221-6/+25
* Adding version information to the catalog for compatLuke Kanies2009-09-221-0/+4
* Fix #2638 - Allow creating several nodes with matching namesBrice Figureau2009-09-172-1/+5
* Fix #2627 - regex node name could lead to invalid tagBrice Figureau2009-09-161-3/+1
* Merged fix for #2601Markus Roberts2009-09-161-10/+4
* Make regsubst() function operate on arrays (feature #2491).Thomas Bellman2009-09-151-30/+44
* Ticket #2525 don't fail find_manifest on invalid module namesMarkus Roberts2009-09-051-13/+11
* Fixing #2592 - you can escape slashes in regexesLuke Kanies2009-09-041-3/+14
* The first regex node now matches firstLuke Kanies2009-09-011-8/+15
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-2/+12
* Fix parser error outputTodd Zullinger2009-08-241-1/+1
* Fixing #2549 - autoloading of top-level classes works againLuke Kanies2009-08-241-7/+14
* Fixes #2493Markus Roberts2009-08-141-0/+2
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-0/+1
* Add shellquote() function.Thomas Bellman2009-08-081-0/+41
* Fixed #2486 - Missing require 'monitor' in parser_support.rbJames Turnbull2009-08-041-0/+1
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-52/+63
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-1/+1
* Adding support for an external catalog versionLuke Kanies2009-08-011-1/+11
* Implement node matching with regexesBrice Figureau2009-08-016-572/+604
* Make sure node are referenced by their namesBrice Figureau2009-08-016-579/+600
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-015-617/+652
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-015-635/+692