| Commit message (Expand) | Author | Age | Files | Lines |
* | Switching to LoadedCode from ASTSet | Luke Kanies | 2009-07-05 | 3 | -4/+4 |
* | Make sure virtual and rails query use tags when tag are searched | Brice Figureau | 2009-06-06 | 1 | -4/+11 |
* | Fix #2246 - Array tagged resources can't be collected or exported | Brice Figureau | 2009-06-06 | 1 | -1/+1 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 9 | -12/+12 |
* | Merge branch '0.24.x' | Luke Kanies | 2009-04-02 | 2 | -3/+3 |
|\ |
|
| * | Using the FileCollection where appropriate. | Luke Kanies | 2009-02-28 | 2 | -3/+3 |
* | | Fix #1088 - Collections overrides | Brice Figureau | 2009-03-14 | 1 | -0/+31 |
* | | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 2 | -8/+8 |
* | | Merge branch '0.24.x' | Luke Kanies | 2009-02-11 | 2 | -21/+22 |
|\| |
|
| * | Fixed #1884 - exported defines are collected by the exporting host | Luke Kanies | 2009-02-11 | 1 | -2/+1 |
| * | Cleaning up the AST::Resource code a bit | Luke Kanies | 2009-02-10 | 1 | -20/+21 |
| * | Fix #1682 - Resource titles are not flattened as they should | Brice Figureau | 2009-02-11 | 1 | -1/+1 |
| * | Fix #1922 - Functions squash all arguments into a single hash | Brice Figureau | 2009-02-11 | 1 | -1/+2 |
* | | Renaming Puppet::ResourceReference to Puppet::Resource::Reference | Luke Kanies | 2008-12-09 | 1 | -1/+1 |
|/ |
|
* | Fix #1759 - Comparison operator was using string comparison for numbers | Brice Figureau | 2008-11-20 | 1 | -0/+4 |
* | Move function existance test to parser evaluation | Brice Figureau | 2008-11-17 | 1 | -12/+16 |
* | Add a doc attribute to AST nodes and fill it with the last seen comments | Brice Figureau | 2008-11-17 | 12 | -0/+32 |
* | Fix #1682 - ASTArray should flatten product of evaluation of its children | Brice Figureau | 2008-10-29 | 1 | -2/+1 |
* | Fixed #1104 - Classes and nodes should set $name variables | Brice Figureau | 2008-10-28 | 1 | -1/+6 |
* | Fix #1202 - Collection attribute matching doesn't parse arrays | Brice Figureau | 2008-10-08 | 1 | -1/+6 |
* | Fix #1109 - allow empty if or else branches | Brice Figureau | 2008-10-07 | 1 | -0/+11 |
* | Fix #381 - Allow multiple resource overrides or references | Brice Figureau | 2008-10-05 | 2 | -22/+33 |
* | Add arithmetic operators to AST | Brice Figureau | 2008-09-30 | 2 | -0/+64 |
* | Add not operator to AST | Brice Figureau | 2008-09-30 | 1 | -0/+19 |
* | Add comparison operators (< > == != <= >=) to AST | Brice Figureau | 2008-09-30 | 1 | -0/+37 |
* | Add boolean operators to AST | Brice Figureau | 2008-09-30 | 1 | -0/+48 |
* | Add an append (+=) variable operator: | Brice Figureau | 2008-09-21 | 1 | -2/+2 |
* | Fixed #1396 - Added sha1 function from DavidS to core | James Turnbull | 2008-07-08 | 1 | -1/+1 |
* | Fixed #1047 -- Puppet's parser no longer changes the order | Luke Kanies | 2008-02-28 | 1 | -21/+3 |
* | Fixing #1085, I think -- I was not returning a resource | Luke Kanies | 2008-02-25 | 2 | -4/+8 |
* | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 3 | -34/+15 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 6 | -9/+9 |
* | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 3 | -3/+3 |
* | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 2 | -19/+26 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 3 | -264/+249 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 20 | -106/+64 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -1/+4 |
* | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 2007-11-28 | 1 | -2/+2 |
* | Fixing the error message as requested in #893. | Luke Kanies | 2007-11-27 | 1 | -3/+1 |
* | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 2 | -1/+2 |
* | Removing the completely obsolete passwd2puppet and the obsolete component.rb | Luke Kanies | 2007-09-13 | 1 | -224/+0 |
* | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 1 | -1/+3 |
* | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 5 | -6/+6 |
* | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 2 | -17/+33 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 2 | -8/+5 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 22 | -351/+41 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 4 | -13/+25 |
* | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 1 | -3/+3 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 3 | -78/+63 |