summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-013-38/+93
* Add regexes and regex match operators to the parserBrice Figureau2009-08-012-775/+773
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+7
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-2/+7
* Implement ephemeral scope variablesBrice Figureau2009-08-012-19/+44
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-1/+30
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-251-1/+5
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-241-0/+6
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-102-9/+15
* Make sure the parser sees the correct line numberBrice Figureau2009-07-104-233/+292
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-058-82/+69
* Adding a special class to handle loaded classes/defines/nodesLuke Kanies2009-07-051-0/+85
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-1/+4
* Updated split function and add split function unit tests (courtesy of Thomas ...James Turnbull2009-06-121-6/+22
* Fixing #2336 - qualified variables only throw warningsLuke Kanies2009-06-111-2/+4
* Fix #2246 - take2: make sure we run the rails tag query only when neededBrice Figureau2009-06-111-1/+8
* Make sure overriding a tag also produces a tagBrice Figureau2009-06-111-3/+6
* Fix #1907 (or sort) - 'require' puppet functionBrice Figureau2009-06-101-0/+34
* Make sure virtual and rails query use tags when tag are searchedBrice Figureau2009-06-062-5/+12
* Make sure resources are tagged with the user tag on the serverBrice Figureau2009-06-061-0/+1
* Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau2009-06-061-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-0622-49/+49
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-061-4/+4
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-062-38/+38
* Enhance versioncmp documentationBrice Figureau2009-06-041-1/+22
* Fixing a bunch of warningsLuke Kanies2009-06-032-2/+5