summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Fix #1682 - Resource titles are not flattened as they shouldBrice Figureau2009-02-111-0/+90
| * Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-2/+2
* | Converting the catalog as neededLuke Kanies2009-02-061-1/+12
* | Fixing #1914 - 'undef' relationship metaparameters do not stackLuke Kanies2009-02-061-0/+9
* | Merge commit 'masterzen/tickets/1834'Luke Kanies2008-12-302-2/+3
|\ \
| * | Fix #1834 part2 - Fix tests when no railsBrice Figureau2008-12-202-2/+3
* | | Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2008-12-271-0/+29
* | | Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2008-12-271-0/+14
|/ /
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-2/+2
* | Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-181-1/+5
* | 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-3/+3
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-0/+80
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-12-0216-110/+651
|\|
| * Fix #1741 - fix some failing tests on some ruby versions.Brice Figureau2008-12-021-5/+5
| * Fixing the AST constant warnings, using a variable instead of a constantLuke Kanies2008-12-026-74/+74
| * Fix #1741 - Add inline_template functionBrice Figureau2008-11-291-0/+59
| * Fix #1741 - refactor TemplateWrapper, test for template functionBrice Figureau2008-11-292-19/+100
| * Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+83
| * Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-262-0/+56
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-6/+35