summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Implement node matching with regexesBrice Figureau2009-08-014-12/+121
* Make sure node are referenced by their namesBrice Figureau2009-08-013-17/+191
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-012-0/+299
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-0/+125
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-1/+120
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+14
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-0/+30
* Implement ephemeral scope variablesBrice Figureau2009-08-012-9/+63
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-0/+49
* Fixing mocks to remove warningsLuke Kanies2009-07-251-18/+18
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-251-0/+23
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-241-0/+7
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-101-0/+14
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-10/+24
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-053-33/+21
* Adding a special class to handle loaded classes/defines/nodesLuke Kanies2009-07-051-0/+106
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-0/+4
* Updated split function and add split function unit tests (courtesy of Thomas ...James Turnbull2009-06-125-0/+51
* Cleaning up scope tests a bitLuke Kanies2009-06-111-4/+3
* Fixing #2336 - qualified variables only throw warningsLuke Kanies2009-06-111-4/+102
* Fix #2246 - take2: make sure we run the rails tag query only when neededBrice Figureau2009-06-111-1/+11
* Fix collector specs which were not workingBrice Figureau2009-06-111-9/+12
* Make sure overriding a tag also produces a tagBrice Figureau2009-06-111-0/+10
* Fix #1907 (or sort) - 'require' puppet functionBrice Figureau2009-06-101-0/+36
* Fix some tests who were missing some actionsBrice Figureau2009-06-061-0/+4
* Make sure virtual and rails query use tags when tag are searchedBrice Figureau2009-06-062-2/+23
* Make sure resources are tagged with the user tag on the serverBrice Figureau2009-06-061-0/+7
* Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau2009-06-061-2/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-0618-77/+77
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-065-72/+72
* Fixing #2230 - exported resources work againLuke Kanies2009-06-031-0/+5
* Fixing #2250 - Missing templates throw a helpful errorLuke Kanies2009-05-182-15/+31
* Modules now can find their own pathsLuke Kanies2009-05-151-26/+0
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-152-2/+196
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-21/+0
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-27/+8
* Merge branch '0.24.x'Luke Kanies2009-04-023-1/+13
|\
| * Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2009-03-241-0/+29
| * Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2009-03-141-0/+14
| * Using the FileCollection where appropriate.Luke Kanies2009-02-283-1/+13
* | Fix #2107 - flatten resource references arrays properlyBrice Figureau2009-03-271-0/+8
* | Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-142-37/+202
* | Refactoring how the Settings file is parsedLuke Kanies2009-02-191-5/+3
* | Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runsBrice Figureau2009-02-141-1/+26
* | Merge branch '0.24.x'Luke Kanies2009-02-132-0/+130
|\|
| * Fixed #1831 - Added sprintf functionJames Turnbull2009-02-141-0/+42
| * Fixed #1830 - Added regsubst functionJames Turnbull2009-02-141-0/+88
* | Merge branch '0.24.x'Luke Kanies2009-02-114-6/+160
|\|
| * Fixed #1884 - exported defines are collected by the exporting hostLuke Kanies2009-02-112-7/+20
| * Fix #1691 - Realize fails with array of Resource ReferencesBrice Figureau2009-02-111-0/+51