summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-265-14/+14
* | Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runsBrice Figureau2009-02-141-9/+10
* | Merge branch '0.24.x'Luke Kanies2009-02-132-0/+110
|\|
| * Fixed #1831 - Added sprintf functionJames Turnbull2009-02-141-0/+17
| * Fixed #1830 - Added regsubst functionJames Turnbull2009-02-141-0/+93
* | Merge branch '0.24.x'Luke Kanies2009-02-114-24/+24
|\|
| * Fixed #1884 - exported defines are collected by the exporting hostLuke Kanies2009-02-112-4/+2
| * Cleaning up the AST::Resource code a bitLuke Kanies2009-02-101-20/+21
| * Fix #1691 - Realize fails with array of Resource ReferencesBrice Figureau2009-02-111-1/+1
| * Fix #1682 - Resource titles are not flattened as they shouldBrice Figureau2009-02-111-1/+1
| * Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-1/+2
| * Change the way the tags and params are handled in railsBrice Figureau2009-02-062-18/+17
* | Converting the catalog as neededLuke Kanies2009-02-061-3/+3
* | Change the way the tags and params are handled in railsBrice Figureau2009-02-062-18/+17
* | Fixing #1913 - 'undef' resource values do not get copied to the dbLuke Kanies2009-02-061-1/+2
* | Fixing #1914 - 'undef' relationship metaparameters do not stackLuke Kanies2009-02-061-0/+1
* | In order for ReST formatting to work properly, newlines andJames Turnbull2009-01-221-1/+1
* | Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2008-12-271-0/+10
* | Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2008-12-271-3/+3
* | Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-2/+2
* | Using Puppet::Resource to convert parser resources to RAL resourcesLuke Kanies2008-12-181-1/+1
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-44/+32
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-2/+2
* | Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-093-4/+4
|/
* Fix #1741 - Add inline_template functionBrice Figureau2008-11-291-0/+21
* Fix #1741 - refactor TemplateWrapper, test for template functionBrice Figureau2008-11-292-24/+33
* Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+14
* Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-262-4/+5
* Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-0/+4
* Move function existance test to parser evaluationBrice Figureau2008-11-171-12/+16
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-1717-111/+252
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+5
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-1/+5