Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | Merge pull request #251 from hunner/fix_tests | Ashley Penney | |
Fix the stdlib functions that fail tests | |||
2014-05-08 | Fix the stdlib functions that fail tests | Hunter Haugen | |
2014-05-08 | Merge pull request #250 from hunner/move_unit | Ashley Penney | |
Move unit tests to spec/functions | |||
2014-05-08 | Move unit tests to spec/functions | Hunter Haugen | |
rspec-puppet matchers are defined for tests which exist in spec/functions, but the function unit tests lived in spec/unit/puppet/parser/functions. This moves them to the correct place for using rspec-puppet | |||
2014-05-07 | Merge pull request #247 from hunner/more_tests | Ashley Penney | |
Adding more spec coverage | |||
2014-05-07 | Add mode +x to spec .rb files | Hunter Haugen | |
2014-05-07 | Move the 4 misplaced tests | Hunter Haugen | |
2014-05-07 | Adding more spec coverage | Hunter Haugen | |
2014-05-07 | Merge pull request #248 from averi/master | Hunter Haugen | |
Add the missing shebangs and fix the wrong ones | |||
2014-05-07 | Add the missing shebangs and fix the wrong ones for rpmlint to stop ↵ | Andrea Veri | |
complaining loudly | |||
2014-05-02 | Merge pull request #246 from hunner/update_build_csv | Hunter Haugen | |
Update build_csv to understand contexts | |||
2014-05-02 | Update build_csv to understand contexts | Hunter Haugen | |
2014-05-02 | Merge pull request #245 from hunner/fix_augeas | Hunter Haugen | |
Fix the validate_augeas beaker tests | |||
2014-05-02 | Fix the validate_augeas beaker tests | Hunter Haugen | |
2014-05-01 | Merge pull request #244 from hunner/add_tests | Ashley Penney | |
Add more specs | |||
2014-05-01 | Add more specs | Hunter Haugen | |
2014-04-28 | Merge pull request #243 from hunner/add_beaker | Ashley Penney | |
Add beaker tests for functions. | |||
2014-04-24 | Merge pull request #222 from mfoo/fix/master/concat-primitives | Ashley Penney | |
Allow concat to take non-array second parameters | |||
2014-04-24 | Merge pull request #238 from Spredzy/add_default_ensure_packages | Ashley Penney | |
(MODULES-603) Add defaults arguments to ensure_packages() | |||
2014-04-22 | Merge pull request #242 from apenney/facts_d | Hunter Haugen | |
Adjust the regular expression for facts. | |||
2014-04-22 | Adjust the regular expression for facts. | Ashley Penney | |
Previously this was incorrectly handling facts that were of the form foo=1+1=2 due to the ='s in the actual fact contents. Fix this and add tests to try and prevent regressions. | |||
2014-04-16 | Merge pull request #239 from kylog/maint/remove-facter-versions-test | Ashley Penney | |
(maint) Remove facter versions test | |||
2014-04-16 | (maint) Remove facter versions test | Kylo Ginsberg | |
This test attempts to emulate various versions of facter, but is still dependent on the version of facter it is running against. The immediate symptom was that the test breaks with facter 2.0.1 because it adds another external facts search directory. I tried a couple ways to stub this but allowing it to pretend to run against one set of facters, while actually running against one real facter (which might itself be one of several versions) eluded me. So this patch just removes the test. | |||
2014-04-09 | Adding more tests | Hunter Haugen | |
2014-04-08 | Add build_csv | Hunter Haugen | |
2014-04-08 | Add success/fail groups | Hunter Haugen | |
2014-04-03 | First set of tests | Hunter Haugen | |
2014-04-03 | Add some acceptance tests for functions. | Ashley Penney | |
2014-03-30 | (MODULES-603) Add defaults arguments to ensure_packages() | Yanis Guenane | |
Without this patch one can not specify package resource specific parameters. All the ensure_packages() function does it makes sure the named packages are installed. This patch allows one to pass default as a second argument and allow greater flexibility on packages installations. Use case like the following are now possible : * ensure_packages(['r10k', 'serverspec'], {'provider' => 'gem'}) * ensure_packages(['ntp'], {'require' => 'Exec[foobar]'}) | |||
2014-03-27 | Merge pull request #236 from PierreRambaud/patch-1 | Ashley Penney | |
Update README.markdown | |||
2014-03-27 | Update README.markdown | GoT | |
Add code block for validate_slength. | |||
2014-03-25 | Merge branch '4.x' | Adrien Thebo | |
2014-03-25 | Merge branch '3.x' into 4.x | Adrien Thebo | |
2014-03-25 | Merge branch '3.2.x' into 3.x | Adrien Thebo | |
2014-03-25 | Merge branch 'maint/3.2.x-ruby-rake-1.8-compat' into 3.2.x | Adrien Thebo | |
2014-03-25 | (maint) Pin rake version to 10.1.0 for 1.8 compat | Adrien Thebo | |
2014-03-18 | Merge branch '4.x' | Hunter Haugen | |
2014-03-18 | Merge branch '3.x' into 4.x | Hunter Haugen | |
2014-03-18 | Merge branch '3.2.x' into 3.x | Hunter Haugen | |
2014-03-18 | Merge pull request #231 from apenney/32-testing | Ashley Penney | |
Numerous changes to update testing gems. | |||
2014-03-13 | Remove this test. | Ashley Penney | |
It turns out that in 3.x the refresh functionality doesn't actually exist yet, so testing it makes no sense. | |||
2014-03-12 | Merge pull request #234 from apenney/add-beaker | Ashley Penney | |
Add beaker framework. | |||
2014-03-12 | Add beaker framework. | Ashley Penney | |
This prepares the module for beaker acceptance tests. | |||
2014-03-11 | Merge pull request #220 from mediatemple/fix/master/deep_merge_fix | Ashley Penney | |
PUP-1724 Don't modify the paramaters to deep_merge | |||
2014-03-11 | Merge pull request #221 from puphpet/hash-fix | Ashley Penney | |
hash example has misplaced comas | |||
2014-03-11 | Ensure Gemfile retains facilities for Jenkins. | Ashley Penney | |
2014-03-10 | Merge pull request #233 from apenney/add-back-location | Ashley Penney | |
Make sure location_for is used when installing Puppet. | |||
2014-03-10 | Make sure location_for is used when installing Puppet. | Ashley Penney | |
2014-03-10 | Merge pull request #232 from apenney/add-back-location | Ashley Penney | |
Readd location_for | |||
2014-03-10 | Readd location_for | Ashley Penney | |
location_for is used in Jenkins to transform a passed in git repo into something usable by bundler. |