index
:
puppet
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
unit
/
parser
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-21
(PUP-2306) Force return type of generate to String
Andrew Parker
1
-0
/
+4
2014-04-17
Merge pull request #2533 from nespresso/fix/master/resource_paser_error_message2
Charlie Sharpsteen
1
-1
/
+1
2014-04-14
(PUP-2101) resource parser: add the resource name on the validation error mes...
David Portabella
1
-1
/
+1
2014-04-07
(PUP-2158) Default a missing manifest to no_manifest
Andrew Parker
7
-12
/
+12
2014-03-08
(PUP-1897) Allow EPP render expression to render a block
Henrik Lindberg
1
-0
/
+4
2014-03-07
(PUP-1895) Change <%( )%> to <%| |%> for EPP parameters
Henrik Lindberg
2
-5
/
+5
2014-03-06
(PUP-30) Add tests of inline_epp function
Henrik Lindberg
1
-0
/
+78
2014-03-06
(maint) Correct name of test for epp function
Henrik Lindberg
1
-1
/
+1
2014-03-06
(PUP-30) Add more tests of epp() function
Henrik Lindberg
1
-3
/
+29
2014-03-06
(PUP-30) Fix tests and issues occurring when running tests
Henrik Lindberg
1
-0
/
+62
2014-03-05
(PUP-1372) Add variable and pops type checks to defined function
Josh Partlow
1
-0
/
+64
2014-03-04
(maint) Match current spec style and usage
Josh Partlow
1
-17
/
+16
2014-02-07
(PUP-1029) Make map function consistent with others
Henrik Lindberg
1
-7
/
+65
2014-02-06
(PUP-1029) Make the slice function use the common Enumeration support.
Henrik Lindberg
1
-2
/
+24
2014-02-06
(PUP-1029) Make map function use common Enumeration support.
Henrik Lindberg
1
-0
/
+19
2014-02-06
(PUP-1029) Make filter function use common Enumeration support.
Henrik Lindberg
2
-18
/
+32
2014-01-29
(PUP-1118) Stop using Environment.new
Andrew Parker
9
-77
/
+49
2014-01-24
(PUP-1118) Move root environment to Context
Andrew Parker
2
-5
/
+5
2014-01-17
Merge pull request #2272 from hlindberg/pup-1166_better-error-for-strict-var-...
Henrik Lindberg
1
-25
/
+14
2014-01-17
(PUP-1166) Add better error message when turning on strict_variables
Henrik Lindberg
1
-0
/
+14
2014-01-17
(maint) remove dead code in scope_spec
Henrik Lindberg
1
-25
/
+0
2014-01-17
(PUP-1118) Move global context methods to Puppet
Andrew Parker
1
-3
/
+3
2014-01-17
(PUP-1118) Remove use of Environment.current
Andrew Parker
1
-84
/
+24
2014-01-14
(PUP-1118) Fetch the environment's manifest & modulepath at init
Andrew Parker
2
-2
/
+0
2014-01-08
Merge pull request #2232 from hlindberg/pup-716_short-lived-objects-in-filesy...
Josh Partlow
4
-17
/
+17
2014-01-08
(PUP-716) Fix issues found in review (mainly typos)
Henrik Lindberg
1
-1
/
+1
2014-01-07
(PUP-800) Clean up and improve handling of location / position
Henrik Lindberg
1
-1
/
+1
2014-01-06
(PUP-716) Fix up FileSystem API change, tests indirector, parser, node
Henrik Lindberg
4
-16
/
+16
2014-01-02
(maint) Add convenient create/override ability to Injector
Henrik Lindberg
1
-3
/
+2
2013-12-31
(maint) Remove support for categories in the binder
Henrik Lindberg
1
-1
/
+0
2013-12-26
Merge pull request #2188 from hlindberg/pup-546_remove-hiera2-data-in-modules
Henrik Lindberg
1
-10
/
+59
2013-12-20
(PUP-1133) Clean up leftover parser generate temp
Ethan J. Brown
1
-0
/
+4
2013-12-19
(PUP-546) Fix problems with lookup after removal of hiera2
Henrik Lindberg
1
-0
/
+5
2013-12-19
(PUP-546) Replace lookup function with something useful
Henrik Lindberg
1
-10
/
+54
2013-12-16
(PUP-939) Add support for enumerable type to slice function.
Henrik Lindberg
1
-1
/
+17
2013-12-16
(PUP-939) Add support to iterate over enumerable type in map function
Henrik Lindberg
2
-1
/
+14
2013-12-16
(PUP-939) Add support for enumerable type in reduce function.
Henrik Lindberg
1
-0
/
+10
2013-12-16
(PUP-939) Add ability to filter an enumerable type.
Henrik Lindberg
1
-0
/
+26
2013-12-16
(PUP-864) Add deprecation warning for mutation of array/hash
Henrik Lindberg
1
-0
/
+2
2013-12-13
(PUP-866) Deprecate Import
Henrik Lindberg
1
-0
/
+8
2013-12-05
(#22363) Handle failing tests due to renamed collect/map
Henrik Lindberg
1
-2
/
+1
2013-12-05
(maint) Cleanup Scope impl from unused methods & test specific code
Henrik Lindberg
7
-66
/
+91
2013-12-05
(maint) Remove unused ephemeral?(name) from scope.
Henrik Lindberg
1
-8
/
+0
2013-12-05
(#22454) Fix partial shadowing of match variables.
Henrik Lindberg
1
-6
/
+21
2013-11-15
Merge pull request #2049 from domcleal/tickets/master/23115-param-nil
Henrik Lindberg
2
-0
/
+95
2013-11-14
(#19447) Puppet::FileSystem::File Windows symlink
Ethan J. Brown
1
-1
/
+1
2013-11-09
(#23115) Convert nil resource parameter values to undef
Dominic Cleal
1
-0
/
+8
2013-11-09
(#23115) Include manifest context in Puppet::DevError
Dominic Cleal
1
-0
/
+6
2013-11-09
(maint) Add specs for parser resource parameters
Dominic Cleal
2
-0
/
+81
2013-11-08
Merge pull request #2047 from Iristyle/ticket/master/19447-windows-symlinks-1...
kylo
3
-13
/
+13
[prev]
[next]