summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing #2230 - exported resources work againLuke Kanies2009-06-031-0/+1
* Fixed #2666 - Broken docstring formattingJames Turnbull2009-05-201-0/+2
* Fixing #2250 - Missing templates throw a helpful errorLuke Kanies2009-05-182-10/+7
* Modules now can find their own pathsLuke Kanies2009-05-151-8/+8
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-153-3/+99
* Added split functionJames Turnbull2009-05-061-0/+11
* Minor fixes to function RST documentationJames Turnbull2009-05-031-2/+4
* Removing an "inspect" method that often failed in testingLuke Kanies2009-04-241-4/+0
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-224-1/+22
* Refactoring the Rails integrationLuke Kanies2009-04-222-146/+6
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-37/+0
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-6/+2
* Merge branch '0.24.x'Luke Kanies2009-04-072-54/+25
|\
| * More RST fixesJames Turnbull2009-03-301-44/+22
| * Fixed RST for functionsJames Turnbull2009-03-272-12/+5
| * In order for ReST formatting to work properly, newlines andJames Turnbull2009-03-271-1/+1
* | Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-1/+1
* | Merge branch '0.24.x'Luke Kanies2009-04-026-9/+21
|\|
| * Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2009-03-241-0/+10
| * Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2009-03-141-3/+3
| * Using the FileCollection where appropriate.Luke Kanies2009-02-286-8/+19
* | Fix #2107 - flatten resource references arrays properlyBrice Figureau2009-03-271-0/+4
* | Fixed #2110 - versioncmp brokenJames Turnbull2009-03-261-1/+1
* | Fix #1088 - Collections overridesBrice Figureau2009-03-144-721/+860