Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | (maint) update PDK to 1.8.0; update all templates | Melissa Stone | |
2019-01-08 | Merge pull request #9 from puppetlabs/localization/master | Josh Cooper | |
(L10n) Updating translations for readmes/README_ja_JP.md | |||
2018-12-18 | (L10n) Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2018-11-29 | Merge pull request #8 from puppetlabs/anchors | Melissa | |
Add anchors for l10n | |||
2018-11-29 | Add anchors for l10n | Josh Cooper | |
Also remove relative link. | |||
2018-11-28 | Merge pull request #7 from melissa/maint/master/loc-link-fix | Josh Cooper | |
Maint/master/loc link fix | |||
2018-11-28 | (L10n) Add Anchor Tags so that TOC links will work | Melissa Stone | |
I also changed `development` to what I *think* the translation is, since it seems that was previously missed. | |||
2018-11-28 | (L10n) Updating translations for readmes/README_ja_JP.md | transifex-bot | |
2018-11-28 | (L10n) Updating translations for locales/ja/puppetlabs-host_core.po | transifex-bot | |
2018-11-28 | Merge pull request #6 from puppetlabs/modules8182 | Melissa | |
Expand test coverage | |||
2018-11-28 | Test against puppet6 | Josh Cooper | |
Also for appveyor, reduce matrix by eliminating 32-bit ruby for puppet 4 and 5. | |||
2018-11-26 | Refer to local reference instead of type reference | Josh Cooper | |
Also remove redundant `Usage` section. See MODULES-8182. | |||
2018-10-25 | Merge pull request #4 from ehom/master | Josh Cooper | |
(maint) made phrases complete (localization-ready) | |||
2018-10-25 | (maint) made phrases complete (localization-ready) | ehom | |
2018-08-20 | Merge pull request #3 from melissa/ticket/master/1.0.1-release | Jacob Helwig | |
Ticket/master/1.0.1 release | |||
2018-08-20 | Prep for the 1.0.1 release | Melissa Stone | |
2018-08-20 | (PUP-9052) Bump puppet req to at least puppet 6 | Melissa Stone | |
2018-08-20 | (PUP-9053) Enable localization | Melissa Stone | |
2018-07-18 | Merge pull request #2 from puppetlabs/install-modules-on | Melissa | |
Include puppet 6 and remove default role | |||
2018-07-17 | Include puppet 6 and remove default role | Josh Cooper | |
* Bump max version to 7 * Install module on all hosts, not just those with the default role | |||
2018-07-13 | Prep for the 1.0.0 release | Josh Cooper | |
2018-07-13 | Merge pull request #1 from puppetlabs/extraction | Josh Cooper | |
Initial host module extraction | |||
2018-07-10 | Delete .gitlab-ci.yml | Josh Cooper | |
2018-07-10 | Add strings reference and updated readme | Josh Cooper | |
2018-07-10 | Cleanup case statement | Josh Cooper | |
Not necessary to initialize to nil, because the else clause will initialize. | |||
2018-07-10 | Add provider doc description | Josh Cooper | |
2018-07-10 | Disable Layout/IndentHeredoc check | Josh Cooper | |
2018-07-10 | Convert query based test to rspec | Josh Cooper | |
2018-07-10 | Convert modify based tests to rspec | Josh Cooper | |
Consolidate tests relating to modifying host entries. | |||
2018-07-10 | Convert destroy based tests to rspec | Josh Cooper | |
Consolidate tests relating to destroying host entries. | |||
2018-07-10 | Convert create based tests to rspec | Josh Cooper | |
Consolidate tests relating to creating host entries. | |||
2018-07-10 | Add spec_helper_acceptance | Josh Cooper | |
2018-07-10 | Rename beaker tests to end with _spec | Josh Cooper | |
2018-07-10 | Add default centos nodeset | Josh Cooper | |
2018-07-10 | Add system_test group and strings development dependency | Josh Cooper | |
2018-07-10 | Actually delete tempfiles | Josh Cooper | |
Call cleanup after each test completes The record_tmp method needs to record the files to be deleted in the same class variable that the cleanup method uses. | |||
2018-07-10 | Don't use global matchdata | Josh Cooper | |
Simplify logic for validating each IPv4 tuple. Remove explicit return based on the result of the conditional. | |||
2018-07-10 | Remove RSpec/AnyInstance violation | Josh Cooper | |
Just pass the hostfile as the target when creating the Puppet::Type::Host instance. | |||
2018-07-10 | Remove RSpec/InstanceVariable violations | Josh Cooper | |
Use `let` instead. | |||
2018-07-10 | Disable Metrics/LineLength check | Josh Cooper | |
2018-07-10 | Move doc string to the beginning | Josh Cooper | |
2018-07-10 | Use Puppet::Type.newtype | Josh Cooper | |
Most of this change is whitespace indentation. | |||
2018-07-10 | Remove Lint/AssignmentInCondition violation | Josh Cooper | |
2018-07-10 | Remove Lint/EndAlignment violations | Josh Cooper | |
2018-07-10 | Remove Lint/HandleExceptions violations | Josh Cooper | |
2018-07-10 | Remove Style/GlobalVars violations | Josh Cooper | |
2018-07-10 | Remove Lint/ScriptPermission violation | Josh Cooper | |
rspec files are not directly executable by ruby, so remove shebang line | |||
2018-07-09 | Remove Style/Semicolon violation | Josh Cooper | |
Use do/end and break statement into multiple lines. Also remove explicit return. | |||
2018-07-09 | Automatic validation updates | Josh Cooper | |
Updated rubocop violations using `pdk validate -a`. | |||
2018-07-09 | Add local spec_helper | Josh Cooper | |