Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-16 | Merge pull request #737 from domcleal/versioncmp | Wilson McCoubrey | |
(MODULES-4528) Use versioncmp to check Puppet version for 4.10.x compat | |||
2017-03-15 | Permit double slash in absolute/Unix path types | Dominic Cleal | |
2017-03-14 | (MODULES-4528) Use versioncmp to check Puppet version for 4.10.x compat | Dominic Cleal | |
`Puppet.version.to_f` on Puppet 4.10.0 will evaluate to `4.1`, causing test and behavioural changes when conditionals check that the version is equal or greater than versions such as `4.3`. Version comparisons that are vulnerable to this have been changed to use Puppet's versioncmp implementation, while most others only check for for major version boundaries which is safe. | |||
2017-03-07 | (FM-6085) - Unit tests for Data Types | Paula McMaw | |
2016-10-06 | Corrects Puppet version for compat types tests | Helen Campbell | |
2016-08-08 | (modules-3532) deprecate string type checks | tphoney | |