Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-30 | Merge pull request #67 from voxpupuli/modulesync | Bren Briggs | |
modulesync 0.11.0 | |||
2016-07-29 | modulesync 0.11.0 | Tim Meusel | |
2016-07-12 | Merge pull request #64 from pkkm/master | Tim Meusel | |
Make parameter validation more strict | |||
2016-07-12 | Remove redundant check | Paweł Kraśnicki | |
2016-07-12 | Make parameter validation stricter | Paweł Kraśnicki | |
2016-07-12 | Reorder validation to match class declaration | Paweł Kraśnicki | |
2016-07-12 | Add validation for some parameters | Paweł Kraśnicki | |
2016-07-11 | Merge pull request #65 from voxpupuli/modulesync | Alex Fisher | |
Modulesync 0.9.1 | |||
2016-07-11 | rubocop: disable Style/RegexpLiteral | Tim Meusel | |
this cop doesn't make much sense in our spec file. the regex delimiter would be {}, but we often have to test for these braces. | |||
2016-07-11 | rubocop: fix Style/MultilineBlockLayout | Tim Meusel | |
2016-07-11 | rubocop: fix Style/TrailingCommaInArguments | Tim Meusel | |
2016-07-11 | rubocop: fix Style/TrailingCommaInLiteral | Tim Meusel | |
2016-07-11 | improve spec tests | Tim Meusel | |
2016-07-11 | modulesync 0.9.1 | Tim Meusel | |
2016-05-29 | Merge pull request #61 from raoulbhatia/linuxmint | Alex Fisher | |
LinuxMint: Add support for Linux Mint | |||
2016-05-29 | LinuxMint: Add support for Linux Mint | Raoul Bhatia | |
2016-05-26 | [blacksmith] Bump version to 2.0.1-rc0 | Tim Meusel | |
2016-05-26 | Merge pull request #60 from voxpupuli/modulesync | Ben S | |
modulesync 0.6.3 + release 2.0.0 | |||
2016-05-26 | release 2.0.0 | Tim Meusel | |
2016-05-26 | bump rubocop-rspec to 1.5 | Tim Meusel | |
2016-05-26 | mock lsbdistrelease on ubuntu | Tim Meusel | |
2016-05-26 | modulesync 0.6.3 | Tim Meusel | |
2016-04-02 | Merge pull request #52 from icann-dns/add_config_options | Joseph (Jy) Yaworski | |
add options support | |||
2016-03-31 | add options support | b4ldr | |
fix ruby 1.9 hash correct | |||
2016-03-25 | Merge pull request #58 from GhostLyrics/GhostLyrics-update-docs | Joseph (Jy) Yaworski | |
update default parameters for legacy_origin option | |||
2016-03-25 | update default parameters for legacy_origin option | Alexander Skiba | |
2016-03-21 | Merge pull request #56 from webfactory/add-reboot-time | Joseph (Jy) Yaworski | |
Add parameter to control reboot time | |||
2016-03-21 | Add parameter to control reboot time | Matthias Pigulla | |
2016-03-20 | Merge pull request #57 from voxpupuli/modulesync | Joseph (Jy) Yaworski | |
Update from voxpupuli modulesync_config | |||
2016-03-20 | Update from voxpupuli modulesync_config | Joseph Yaworski | |
2016-03-16 | Merge pull request #55 from spoofedpacket/master | Joseph (Jy) Yaworski | |
Small fix for random_sleep documentation. The value is set to undef i… | |||
2016-03-16 | Small fix for random_sleep documentation. The value is set to undef in ↵ | Robert Gallagher | |
init.pp, so the default in the apt cron job's random_sleep() function applies, which is 1800s. | |||
2016-02-05 | Merge pull request #51 from voxpupuli/no-notify-update | Tim Meusel | |
Default `notify_update` to false | |||
2016-02-05 | Gemfile: lock Rubocop to 0.35.0 | Daniele Sluijters | |
2016-02-05 | unattended_upgrades: default `notify_update` to false | Daniele Sluijters | |
The settings that we write for unattended-upgrades, though part of `/etc/apt` on the filesystem, do not affect apt's behaviour. As such notifying `apt::update` only serves to slow us down. | |||
2016-02-05 | spec: use :parameter instead of 'option' | Daniele Sluijters | |
2016-01-11 | Merge pull request #47 from voxpupuli/prep-1.1.1 | Mickaël Canévet | |
release: 1.1.1 | |||
2016-01-11 | release: 1.1.1 | Daniele Sluijters | |
2016-01-11 | params: Do the lookup through `xfacts` | Daniele Sluijters | |
This fixes the strict variables compatibility. | |||
2016-01-11 | Merge pull request #46 from mcanevet/fix/typo | Igor Galić | |
Fix typo | |||
2016-01-11 | Fix typo | Mickaël Canévet | |
2016-01-09 | [blacksmith] Bump version to 1.1.1-rc0 | Daniele Sluijters | |
2016-01-09 | Merge pull request #45 from igalic/rel/1.1.0 | Daniele Sluijters | |
prepare release of 1.1.0 | |||
2016-01-08 | prepare release of 1.1.0 | Igor Galić | |
write changelog bump version fix urls to new namespace | |||
2016-01-08 | Merge pull request #44 from voxpupuli/fixes | Igor Galić | |
Doc and implementation fixes | |||
2016-01-08 | README: Clarify random_sleep | Daniele Sluijters | |
Closes #34 | |||
2016-01-08 | Don't fail immediatly if legacy_origin/origins not set | Daniele Sluijters | |
Closes #37 | |||
2016-01-08 | Merge pull request #43 from voxpupuli/rubocop | Igor Galić | |
Remediate rubocop offenses | |||
2016-01-08 | Remediate rubocop offenses | Rob Nelson | |
2016-01-08 | Merge pull request #41 from voxpupuli/modulesync | Rob Nelson | |
Update from voxpupuli modulesync_config Rubocop fixes coming in a second PR |