summaryrefslogtreecommitdiff
path: root/spec/unit/parser/functions
AgeCommit message (Expand)AuthorFilesLines
2014-10-16(maint) Only test lookup() with future parserAndrew Parker1-12/+13
2014-08-01(PUP-501) Check virtual and exported resourcesAndrew Parker1-1/+1
2014-07-24(maint) Remove unnecessary Puppet.settings.clear calls from specsJosh Partlow1-4/+0
2014-07-11(maint) Remove pointless testAndrew Parker1-4/+0
2014-07-10(PUP-2626) Allow module paths in file()Daniel Thornton1-1/+48
2014-07-01(PUP-500) Test realize for realzAndrew Parker1-35/+43
2014-06-27(PUP-2845) Move the inline_epp function to the new function API.Henrik Lindberg1-82/+0
2014-06-27(PUP-2845) Move the epp function to the 4x function API.Henrik Lindberg1-141/+0
2014-06-26Merge pull request #2750 from hlindberg/PUP-1852_deprecate-search-functionAndrew Parker1-0/+5
2014-06-26Merge pull request #2761 from roidelapluie/PUP-1100-fixAdrien Thebo1-0/+11
2014-06-18Merge pull request #2624 from jaredjennings/feature/master/pup-2511-digest-pa...Henrik Lindberg1-0/+31
2014-06-12(PUP-514) Check for slurp arguments in EPPAndrew Parker1-0/+6
2014-06-12(PUP-514) Type check EPP argumentsAndrew Parker1-4/+36
2014-06-12(PUP-1100) Create_resources syntax error message spec testJulien Pivotto1-0/+11
2014-06-11Merge pull request #2660 from hlindberg/PUP-121_remove-relative-name-spacingJosh Partlow4-6/+130
2014-06-11(PUP-121) Ensure classes are absolute when transforming to ResourceHenrik Lindberg4-3/+49
2014-06-08(PUP-1852) Deprecate the 'search' function.Henrik Lindberg1-0/+5
2014-05-26(PUP-121) Make examples for relative/absolute sharedHenrik Lindberg4-101/+55
2014-05-19Merge remote-tracking branch 'upstream/stable'Josh Partlow1-0/+15
2014-05-19(PUP-1894) Fix issue with loading EPP from modulesHenrik Lindberg1-0/+15
2014-05-16(PUP-121) Add more tests, doc, and correct behaviorHenrik Lindberg3-1/+125
2014-05-15(PUP-121) Make include, require, and contain enforce non relative namesHenrik Lindberg1-5/+5
2014-05-12Merge pull request #2633 from zaphod42/issue/master/pup-1597-contain-is-just-...Henrik Lindberg1-0/+37
2014-05-09(PUP-1597) Handle containment of relative namesAndrew Parker1-0/+21
2014-05-08(PUP-2357) Add validation of non-productive expressionsHenrik Lindberg2-2/+2
2014-05-08(PUP-1597) Fix contain functions lookup of class with leading ::Henrik Lindberg1-0/+16
2014-05-07(PUP-2511) Add parser function digest: uses digest_algorithm to hash, not str...Jared Jennings1-0/+31
2014-04-21(PUP-2306) Force return type of generate to StringAndrew Parker1-0/+4
2014-03-08(PUP-1897) Allow EPP render expression to render a blockHenrik Lindberg1-0/+4
2014-03-07(PUP-1895) Change <%( )%> to <%| |%> for EPP parametersHenrik Lindberg2-5/+5
2014-03-06(PUP-30) Add tests of inline_epp functionHenrik Lindberg1-0/+78
2014-03-06(maint) Correct name of test for epp functionHenrik Lindberg1-1/+1
2014-03-06(PUP-30) Add more tests of epp() functionHenrik Lindberg1-3/+29
2014-03-06(PUP-30) Fix tests and issues occurring when running testsHenrik Lindberg1-0/+62
2014-03-05(PUP-1372) Add variable and pops type checks to defined functionJosh Partlow1-0/+64
2014-03-04(maint) Match current spec style and usageJosh Partlow1-17/+16
2014-01-14(PUP-1118) Fetch the environment's manifest & modulepath at initAndrew Parker2-2/+0
2014-01-08Merge pull request #2232 from hlindberg/pup-716_short-lived-objects-in-filesy...Josh Partlow1-3/+3
2014-01-07(PUP-800) Clean up and improve handling of location / positionHenrik Lindberg1-1/+1
2014-01-06(PUP-716) Fix up FileSystem API change, tests indirector, parser, nodeHenrik Lindberg1-3/+3
2014-01-02(maint) Add convenient create/override ability to InjectorHenrik Lindberg1-3/+2
2013-12-31(maint) Remove support for categories in the binderHenrik Lindberg1-1/+0
2013-12-26Merge pull request #2188 from hlindberg/pup-546_remove-hiera2-data-in-modulesHenrik Lindberg1-10/+59
2013-12-20(PUP-1133) Clean up leftover parser generate tempEthan J. Brown1-0/+4
2013-12-19(PUP-546) Fix problems with lookup after removal of hiera2Henrik Lindberg1-0/+5
2013-12-19(PUP-546) Replace lookup function with something usefulHenrik Lindberg1-10/+54
2013-12-05(maint) Cleanup Scope impl from unused methods & test specific codeHenrik Lindberg6-10/+28
2013-11-14(#19447) Puppet::FileSystem::File Windows symlinkEthan J. Brown1-1/+1
2013-10-08(#22740) create_resources input validationZachary Alex Stern1-0/+8
2013-09-10Merge pull request #1878 from pcarlisle/feature/8040-contain-functionJosh Partlow1-0/+185