Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | (FM-6086) - Unit tests for Resource Types | Paula McMaw | |
2017-03-07 | Merge pull request #733 from pmcmaw/FM-6085-unitTests | Hailee Kenney | |
(FM-6085) - Unit tests for Data Types | |||
2017-03-07 | (FM-6085) - Unit tests for Data Types | Paula McMaw | |
2017-03-03 | Merge pull request #732 from pmcmaw/FM-6063-unitTests | Hailee Kenney | |
(FM-6063) - Unit tests for high effort functions | |||
2017-03-03 | (FM-6063) - Unit tests for high effort functions | Paula McMaw | |
2017-03-03 | Merge pull request #731 from petems/MODULES-4485-improve_ip6_support | David Schmitt | |
(MODULES-4485) Improve ipv6 support for type | |||
2017-03-03 | (MODULES-4485) Improve ipv6 support for type | Peter Souter | |
* Improves regex to catch some valid (but less known) ipv6 strings, mostly those which are a mix of ipv6 strings and embedded ipv4 numbers * Regex inspired by the following: * https://github.com/sindresorhus/ip-regex * https://gist.github.com/cpetschnig/294476 * The original Dartware forum thread where someone originally created this beast of a regex, now lost except to archive.org * Whilst we're here, we can add the more tricky ipv6 strings to the existing functions to validate * Luckily, the `ipaddr` native ruby library used in the original functions already supports these | |||
2017-03-01 | (MODULES-4473) join strings for i18n parser | Eric Putnam | |
This commit joins all strings that are split over two lines with a plus, backslash, or double less than so that our magical i18n parser can wave over the module and mark every ruby string with our i18n function. | |||
2017-03-01 | Merge pull request #728 from tphoney/loosen_regex_test | Paula McMaw | |
loosen the regex for tuple checking | |||
2017-02-28 | loosen the regex for tuple checking | tphoney | |
2017-02-28 | Merge pull request #727 from pmcmaw/FM-6058-unitTests | Helen | |
(FM-6058) - Unit tests for med effort functions | |||
2017-02-28 | (FM-6058) - Unit tests for med effort functions | Paula McMaw | |
2017-02-23 | Merge pull request #725 from pmcmaw/FM-6054-unitTests | TP Honey | |
(FM-6054) - Unit tests for low effort functions | |||
2017-02-23 | (FM-6054) - Unit tests for low effort functions | Paula McMaw | |
2017-02-22 | Merge pull request #723 from ↵ | TP Honey | |
tphoney/remove_unsupported_platforms_and_future_parser remove unsupported platforms and future parser | |||
2017-02-21 | remove unsupported platforms and future parser | tphoney | |
2017-02-21 | Merge pull request #724 from pmcmaw/MODULES-4429-unitTests | Helen | |
Modules 4429 unit tests | |||
2017-02-21 | Adding unit test for i18n delete_value function | Paula McMaw | |
2017-02-21 | Adding unit test for i18n delete_at function | Paula McMaw | |
2017-02-21 | Adding unit test for i18n delete function | Paula McMaw | |
2017-02-21 | Adding unit test for i18n count function | Paula McMaw | |
2017-02-21 | Adding unit test for i18n concat function | Paula McMaw | |
2017-02-21 | Merge pull request #714 from pmcmaw/SPIKEi18N | David Schmitt | |
(FM-6019) - i18N tests for Spike | |||
2017-02-21 | Merge pull request #719 from domcleal/metadata-test-module | David Schmitt | |
Allow test module metadata.json to be read | |||
2017-02-21 | Merge pull request #720 from DavidS/fix-hiera-is-not-a-class | Paula McMaw | |
Fix acceptance test failure "Hiera is not a class" | |||
2017-02-20 | Fix acceptance test failure "Hiera is not a class" | David Schmitt | |
Due to [BKR-969](https://tickets.puppetlabs.com/browse/BKR-969) the global `Hiera` symbol is corrupted. Loading puppet before beaker fixes that. | |||
2017-02-20 | Merge pull request #715 from domcleal/function-fact-freeze | David Schmitt | |
Fix unsupported data type error with rspec-puppet master | |||
2017-02-05 | Add glob function | Sascha Spreitzer | |
2017-02-04 | Allow test module metadata.json to be read | Dominic Cleal | |
Since puppetlabs/puppet@f2e8e66, the test module's metadata.json is also read causing expectation failures. Like 5c51463, permit it to be read by Puppet. | |||
2017-02-04 | Fix unsupported data type error with rspec-puppet master | Dominic Cleal | |
The symbol used in the value of the facts hash is not a valid type of value for facts, and results in the following error since rspec-puppet@d50acf0e. Puppet::Error: Unsupported data type: 'Symbol' # puppet/lib/puppet/parser/scope.rb:788:in `deep_freeze' # puppet/lib/puppet/parser/scope.rb:781:in `block in deep_freeze' # puppet/lib/puppet/parser/scope.rb:781:in `each' # puppet/lib/puppet/parser/scope.rb:781:in `deep_freeze' # puppet/lib/puppet/parser/scope.rb:764:in `set_facts' # puppet/lib/puppet/parser/compiler.rb:850:in `set_node_parameters' # puppet/lib/puppet/parser/compiler.rb:166:in `block (2 levels) in compile' # puppet/lib/puppet/util/profiler/around_profiler.rb:58:in `profile' # puppet/lib/puppet/util/profiler.rb:51:in `profile' # puppet/lib/puppet/parser/compiler.rb:166:in `block in compile' # puppet/lib/puppet/context.rb:65:in `override' # puppet/lib/puppet.rb:293:in `override' # puppet/lib/puppet/parser/compiler.rb:162:in `compile' # rspec-puppet/lib/rspec-puppet/example/function_example_group.rb:161:in `build_compiler' The fact's presence doesn't change the behaviour, so remove it. | |||
2017-02-03 | Add spec test for present + installed convergence | Emerson Prado | |
2017-02-03 | Include routine to converge ensure values 'present' and 'installed' | Emerson Prado | |
If user declares ensure_package concurrently with ensure values 'present' and 'installed', function fails as if values were different Change causes function to interpret ensure => 'installed' as 'present', effectively elliminating the error Also works if user doesn't specify ensure value, since 'present' is the default | |||
2017-02-02 | (FM-6019) - [WIP] - i18N tests for Spike | Paula McMaw | |
2017-01-24 | Merge pull request #712 from puppetlabs/hunner_msync | Eric Putnam | |
(MODULES-4098) Sync the rest of the files | |||
2017-01-24 | (MODULES-4098) Sync the rest of the files | Hunter Haugen | |
2017-01-20 | Merge pull request #713 from wilson208/implement_beaker-module_install_helper | David Schmitt | |
Implement beaker-module_install_helper | |||
2017-01-19 | Implement beaker-module_install_helper | Wilson McCoubrey | |
2017-01-18 | Merge pull request #706 from puppetlabs/hunner_msync | Eric Putnam | |
(MODULES-4097) Sync travis.yml | |||
2017-01-18 | Merge pull request #711 from HelenCampbell/rprepp | Bryan Jen | |
Release Prep for 4.15.0 | |||
2017-01-18 | Remove accidental Solaris version from metadata | Helen Campbell | |
2017-01-18 | Fix typo in metadata OS compatibility | Helen Campbell | |
2017-01-18 | Release Prep for 4.15.0 | Helen Campbell | |
2017-01-18 | Merge pull request #710 from puppetlabs/release | Bryan Jen | |
Release mergeback - second attempt | |||
2017-01-18 | Release Mergeback (#709) | Helen | |
* Release prep for 4.14.0 | |||
2017-01-13 | Merge pull request #708 from HelenCampbell/hashcompat | David Schmitt | |
Addition of compat hash type for deprecation | |||
2017-01-13 | Addition of compat hash type for deprecation | Helen Campbell | |
2017-01-10 | (MODULES-4097) Sync travis.yml | Hunter Haugen | |
2017-01-04 | Merge pull request #705 from eputnam/xenial | David Schmitt | |
add ubuntu xenial to metadata | |||
2017-01-04 | add ubuntu xenial to metadata | Eric Putnam | |
2016-12-20 | Merge pull request #613 from reidmv/add_puppet_server_fact | Wilson McCoubrey | |
Add puppet_server fact to return agent's server |