aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-11Merge pull request #21 from tavilarion/releaseMelissa
Prep for 1.0.1 release.
2019-02-07Prep for 1.0.1 release.octavianlarion
2019-02-06Merge pull request #20 from tavilarion/pdksync_pdksync_1.9.0-0-g7281db5Josh Cooper
(maint) pdksync_1.9.0-0-g7281db5
2019-02-05(maint) pdksync_1.9.0-0-g7281db5octavianlarion
This is required to keep in line with our module release process.
2019-01-09Merge pull request #14 from puppetlabs/localization/masterJosh Cooper
(L10n) Updating translations for readmes/README_ja_JP.md
2019-01-09(L10n) Updating translations for locales/ja/puppetlabs-cron_core.potransifex-bot
2019-01-09(L10n) Updating translations for readmes/README_ja_JP.mdtransifex-bot
2019-01-09Merge pull request #13 from ekinanp/MODULES-7789-againJosh Cooper
(MODULES-7789) Port over the PUP-9217 changes
2019-01-09(MODULES-7789) Don't run new tests on older agentsEnis Inan
We only want to run these tests on agents that shipped with PUP-9217's changes. These are any agents newer than 5.5.8 in the 5.y release stream, and any agents newer than 6.0.4 in the 6.y release stream.
2019-01-09Merge pull request #17 from melissa/maint/master/add-license-fileJosh Cooper
(maint) add LICENSE file
2019-01-09(maint) Simplify the confine in the unauthorized users acceptance testEnis Inan
2019-01-09(MODULES-7789) Port over the PUP-9217 changesEnis Inan
PUP-9217 introduced the :raise_prefetch_errors option to the ParsedFile provider base class that, when set, will fail any resources associated with a failed prefetch target. Thus, when a file read error does occur, Puppet will fail all of the resources associated with the failed crontab (target). This means that the failed crontab will not be overwritten, thus fixing the issue described in the ticket. For more details, please refer to https://github.com/puppetlabs/puppet/commit/5b0fa987e5b7b27839e424ff16d59c7bf081c73a
2019-01-09(maint) Add more crontab provider testsEnis Inan
This commit adds the following tests to the cron resource: * A test to ensure that the crontab provider writes the crontab file of a new user * A test to ensure that the crontab provider fails to write the crontab file of a nonexistent user * A test to ensure that the crontab provider writes an originally unauthorized user's crontab file _if_ Puppet authorizes them in the middle of the run These tests are part of the crontab provider's specifications and should have been added before.
2019-01-09(maint) add LICENSE fileMelissa Stone
2019-01-08Merge pull request #18 from ekinanp/update-templatesMelissa
(maint) Update to PDK 1.8.0; update all templates
2019-01-08(maint) Update to PDK 1.8.0; update all templatesEnis Inan
2019-01-07Merge pull request #15 from ekinanp/fed29-ci-fixspeedofdark
(maint) Enable cron tests on Fedora 28, 29 using cronie
2019-01-07(maint) Enable cron tests on Fedora 28, 29 using cronieEnis Inan
2019-01-07Merge pull request #16 from ekinanp/bundler2speedofdark
(maint) Update for Bundler 2
2019-01-07(maint) Update for Bundler 2Enis Inan
2018-12-11(packaging) Updating POT file for ad6375d2bb6d779e808cb27b8af6120dc5ce1cacJenkins CI
2018-12-11Merge pull request #11 from ekinanp/MODULES-8306Sean P McDonald
(MODULES-8306) Port over the crontab filetypes from Puppet
2018-12-07(MODULES-8306) Port over the crontab filetypes from PuppetEnis Inan
2018-11-29Merge pull request #10 from puppetlabs/anchorsMelissa
Add anchors for l10n
2018-11-29Add anchors for l10nJosh Cooper
Also remove REFERENCE.md relative link.
2018-11-28Merge pull request #9 from melissa/maint/master/loc-link-fixJosh Cooper
Maint/master/loc link fix
2018-11-28(L10n) Add Anchor Tags so that TOC links will workMelissa Stone
2018-11-28(L10n) Updating translations for readmes/README_ja_JP.mdtransifex-bot
2018-11-28(L10n) Updating translations for locales/ja/puppetlabs-cron_core.potransifex-bot
2018-11-28Merge pull request #6 from puppetlabs/modules8182Melissa
Expand test coverage
2018-11-28Update tests to pass on puppet 4Josh Cooper
2018-11-28Refer to local reference instead of type reference.Josh Cooper
See MODULES-8182. Add project_page link and update numbered bullets.
2018-11-27Test against puppet6Josh Cooper
2018-11-27Merge pull request #7 from ekinanp/MODULES-8301Josh Cooper
(MODULES-8301) Update the unit tests with the crontab filetype fix
2018-11-27(MODULES-8301) Update the unit tests with the crontab filetype fixEnis Inan
Commit 420049f2 in Puppet fixed the crontab filetype's #read method to use Puppet::Util::Execution.execute instead of %x. This commit updates the unit tests to account for this change.
2018-11-02Merge pull request #4 from ehom/masterJorie Tappa
(maint) made phrase complete (localization-ready)
2018-10-25(maint) made phrase complete (localization-ready)ehom
2018-10-24Merge pull request #3 from ehom/masterJorie Tappa
(maint) added missing word: "with"
2018-10-24fixed typoehom
2018-08-30Merge pull request #2 from jtappa/prep-for-1.0.0Josh Cooper
Prep for 1.0.0 release
2018-08-30Prep for 1.0.0 release.Jorie Tappa
2018-08-27Merge pull request #1 from jtappa/extractJosh Cooper
Import the module
2018-08-27Update .sync.ymlJorie Tappa
2018-08-23Update gem version requirement for travisJorie Tappa
:
2018-08-23Clean up newly broken cops since importJorie Tappa
2018-08-23update README tocJorie Tappa
2018-08-23Remove common_utils.rb, all used items were added to spec_helper_acceptance.Jorie Tappa
2018-08-23(PUP-9053) add localesJorie Tappa
2018-08-23Update version requirements.Jorie Tappa
2018-08-23pdk buildJorie Tappa