Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/beaker

Puppet Acceptance Testing Harness
https://github.com/voxpupuli/beaker

rubocop: Fix Style/EvalWithLocation

b0e75f456f1209d199f6f1f05aad45356d86eee8 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/Encoding

703b69cb574feae1e2d1a996950e932f953b9ac2 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/EmptyMethod

2cb1a3f834bce00dfdaee0095e09bf079447a9d8 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/EmptyLiteral

9ac4793538fa545cbca6fc41c7a323c12fd5e816 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/EmptyElse

41a87d43f4dad604401773e45d589494cb4bd15d authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1790 from bastelfreak/rubocop

Rubocop: Fix multiple Layout cops

e2c22692b2f7bd81c6bbd52c72030c251297c01a authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/EmptyCaseCondition

3bde638d6016573961d38dbd58c57b6d3c729f1c authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/EachWithObject

99fe63922fdb0f381a9facea94024f07949b964f authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/DefWithParentheses

ec32ef6b46fd512bc0643e3d5981fadf7c483ad7 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/ConditionalAssignment

433f2a9d76952c6eb07ebdfa6514e12584aba47f authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/CommentAnnotation

c50328fbbaacd1a024f7e6df4460fed815a324b7 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/ClassMethods

bba560b7e2c9ac20d70ad5d62351267246e44a07 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/ClassEqualityComparison

8b963701c252ba96de66ab2924d7e647094e80e4 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/ClassCheck

fc0d48cfb91fb08f8ca040a4dd51bb1e20a411ea authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/BlockDelimiters

e4aea4e5227838217e734c4fec47349cddf6e03b authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/BarePercentLiterals

e7668c5ac13a4794d2b18de7c26f4147edc19332 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/Alias

751afd68b3a80b4117f33bdcc47a9d302e12275a authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Style/AccessorGrouping

72b17995d19276876c128e62261ca4ab68b45c6b authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/EmptyLinesAroundBlockBody

952feb04955b42cd6632c6545efbfe4b63bcd93a authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1778 from bastelfreak/rubocop

RuboCop: Fix Layout cops

2b9ef0618a9bb98c11fa6162b8d56e396112c781 authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1789 from bastelfreak/tests

Add a CI job we can enforce in branch protection

0311eefd0dd808c94be73fd67dbbf518593e1db1 authored almost 2 years ago by Tim Meusel <[email protected]>
Add a CI job we can enforce in branch protection

This provides a generic name for a CI job. It will pass when all other
jobs passed. As a result,...

8c823a84b664a3b2a4ac7d975bda22354a19b83a authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1784 from ekohl/run-acceptance-test

Run acceptance tests in CI

27017f0b3340c642a369574c649251861580efae authored almost 2 years ago by Tim Meusel <[email protected]>
Run acceptance tests in CI

This installs the beaker hypervisor if set as an env var.

It's changed to run on Ubuntu 20.04 s...

7e688ab9cb8f83c8a905407dbd10534b8ab395a4 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Remove test:puppetgit from acceptance task

This task was factored out and we don't need it.

Fixes: 925f7eb85dd1d2cd344061f779ccec55a97a1e96

df48f2bc96566c2902aeae4538e2254e12450f07 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Make acceptance tests respect BEAKER_HYPERVISOR

This matches what Beaker itself already does.

d83bfea9692d5a8f79e643f67db031c7568e2baf authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Run acceptance tests on CentOS 7 by default

There are no public RHEL 7 images, so use CentOS instead.

I've tried to change to CentOS 9, but...

8d5432d098df2f47c4097c94486a0c8303a1cfb0 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Make the acceptance tests run with beaker-docker

e26ed58f71765224cb18e86404294c46a02cc64a authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Make sure BEAKER_HYPERVISOR is not set in test

Otherwise the expectations no longer match.

f64368c36972b8d2bb0f76bff40e779a65c2d209 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Do not rely on removed method proxies in acceptance

Fixes: 73a31c762025047dbe8640483f187d552ab81752

bf6e9d9843a7c6a0b85051f8392b799c7c9e89a1 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Remove tests for removed EPEL installation code

Fixes: 5f736b7feeaceb2d9c179943f183dcc838efb3a7

c19400b4792b75b6b800484b9666541f6b27547c authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Write inspect_host in a shorter way

This uses the else for a case statement to set a default. It also avoids
the redundant return an...

d2cea42f12af6dcbe5371b3b0cca7c3bb6fc0635 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Expand confine tests

719e89e4725f24f67c5f3b15399c3ba56c11e435 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
rubocop: fix Layout/SpaceBeforeBlockBraces

8854ed3b1f2184dd7de935f4278153d59a1a5c86 authored almost 2 years ago by Tim Meusel <[email protected]>
fix beaker ascii art

81077b5b081021d0675d0cba50f1484481f2a544 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/MultilineMethodCallBraceLayout

234e42a2da277099d2aabf62a42d8fd5d4909b58 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/MultilineHashBraceLayout

a262d86112d1991c300093b83e3b487657e47540 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Enable Layout checks

577bc8c53f41955c2c4ea5b388c580b9cab1b4c8 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Alignment

daf2800f433a03f1e0c125d1612434e9d4b6d9cb authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/FirstArrayElementIndentation

263fe096318b8b725ce28e7ae95b2e0048c50453 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/MultilineArrayBraceLayou

b4ce36fd92d49297263af070d547cee81c9b66ab authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/FirstHashElementIndentation

5cd77892f1fa4e694067e0f5f458c8fe6a31cf3c authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/MultilineBlockLayout

c8795ab5971e6ef4b57d61b6fa81c67e7c238384 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Indentation

b916263a883e4f6357bb082b75e771f429031813 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/IndentationConsistency

26135fd1ad8f1754fdf486d9f5f0f06e86b228dc authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/TrailingWhitespace + Layout/HeredocIndentation

21c663eda6b11d6366a88476d5e9d84045e0a2a0 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/ExtraSpacing

9d8ca19e21b5b2829246db0d294ab4d47078ae07 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/DotPosition

c3e66567707f26c5af5b759cc53b2a030156af56 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/ElseAlignment

f1eb83cc64daee3fcb01bfbae1ac698978582e22 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/ClosingParenthesisIndentation

0f6b0b5729b4071dccb52ea95ac3bcb72772aab7 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/EndAlignment

0eb2afc20d6efa69746eed3dbc12b454872ddaeb authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/ClosingHeredocIndentation

78e381af52e013e335881f43625f184460b5622b authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/BlockAlignment

5b815e9fc356ce6592af2199f737a8798d0b0b54 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/CaseIndentation

289bbcc8fb23ca1a523dca2aa37858e24c5f7bb3 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/AssignmentIndentation

650d5aecc0d7fccb9a1b4f62f68c4588cc6e04b6 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/ArrayAlignment

9e3de5a188f5bd71b3243701e39a7285e0a3e600 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: Fix Layout/ArgumentAlignment

f10f1d93a729a434f01ae315b7e6dadf4c13ef34 authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1788 from ekohl/drop-rspec-its-dep

Drop rspec-its dependency in favor of have_attributes

f8a07a8b7d20b1bf324694819d51a46b98c093b6 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Drop rspec-its dependency in favor of have_attributes

b257ab9ece716551b435cdb45694c25c19f3d664 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Merge pull request #1785 from bastelfreak/gha

CI: Run on merges to master

b9ba4ecad40e179928f651a0d7dc2e9178e36e41 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Merge pull request #1787 from bastelfreak/deps

rubocop: disable Gemspec/DevelopmentDependencies

3e3fe6d48aeb91f3e246dabe7596d024d7125b75 authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1786 from bastelfreak/rel

Release pipeline: Dont install optional gems

f24f514e12704f8ed27acd25f726eb94b43edfa1 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
rubocop: disable Gemspec/DevelopmentDependencies

In all other gems we've this disabled in rubocop.yml as well.

eb4f0f9c8819c4ce9c13a13c2a775f3a56546c85 authored almost 2 years ago by Tim Meusel <[email protected]>
Release pipeline: Dont install optional gems

216a10b134068e9d0c1596669a700e6994961ced authored almost 2 years ago by Tim Meusel <[email protected]>
CI: Run on merges to master

8f8755daa5e4537ed351c6c4edff51c1975056ce authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1762 from ekohl/ruby-3.2

Test on Ruby 3.2

19b8ddaf426c073fa38c5bc1fb0e172c67ceb426 authored almost 2 years ago by Tim Meusel <[email protected]>
Ruby 3.2 compatibility

8f71e95337b7f26b02c3c91bd3a259a0d4fb5ca3 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Use Beaker::Platform to avoid regexes

283245dc6f20d5bb5959d2b901de9b169cc1d2c2 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Merge pull request #1783 from voxpupuli/dependabot/bundler/in-parallel-gte-0.1-and-lt-2.0

Update in-parallel requirement from ~> 0.1 to >= 0.1, < 2.0

322561d7841237cf87a3a80349eff1eadb85e54a authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Update in-parallel requirement from ~> 0.1 to >= 0.1, < 2.0

Updates the requirements on [in-parallel](https://github.com/puppetlabs/in-parallel) to permit t...

794cca53f47dc245455a78474c77e3b3b8719925 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1781 from voxpupuli/dependabot/bundler/rubocop-rspec-tw-2.19.0

Update rubocop-rspec requirement from ~> 2.18.1 to ~> 2.19.0

d662501378f070f44b8e6f2811c3851bd8937256 authored almost 2 years ago by Tim Meusel <[email protected]>
Update rubocop-rspec requirement from ~> 2.18.1 to ~> 2.19.0

Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit ...

e9c1aba801b9ea6c5aa6609eeb7b4c8796a1a2e4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1780 from voxpupuli/dependabot/bundler/rubocop-tw-1.48.0

fe847576e1546d14fcc4dd04fe0162db561638a2 authored almost 2 years ago by Romain Tartière <[email protected]>
Fix Rubocop offenses

Derived classes initializers should call the parent class
initialization.
This allow some dedupl...

498aa6a251f893b9fe80e2b4c5ddccdf17aa1f33 authored almost 2 years ago by Romain Tartière <[email protected]>
Update rubocop requirement from ~> 1.47.0 to ~> 1.48.0

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest v...

186f92f30078b037275156274027b3e18450e899 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1779 from bastelfreak/actions

dependabot: check for github actions as well

351239a426e386ff302a4b69e66aab67327eb233 authored almost 2 years ago by Tim Meusel <[email protected]>
dependabot: check for github actions as well

36f34a2051fce4e56bddd6f8d58bd24fc4017b6d authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1777 from bastelfreak/rubocop

Fix more rubocop violations

db7d98dd056789c2a797aeba1c71f02311036125 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix RSpec/Rails/MinitestAssertions

5a22b3f31eb401d42f2802bc8db9cec6567e3acf authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix RSpec/ExcessiveDocstringSpacing

dc07409fa420704e85cb333c51293bc90b633ff6 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix RSpec/ClassCheck

159385cf284424e08ff69ec6cf5fd1bff0b28904 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix RSpec/BeNil

6a8eac5635826de921b4681a63817c9d4ba17fda authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix Lint/AmbiguousOperatorPrecedence

1e14788cf344f94d5d260d9be65d161d9d99e6f9 authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1768 from bastelfreak/space

rubocop: Fix commas and whitespace and newlines

b344613ee34487a90f07cef25213ab47724013d5 authored almost 2 years ago by Tim Meusel <[email protected]>
regenerate .rubocop_todo.yml

312aa9abb7d3f3dbf353e58141d5168c0b735ce3 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: disable Layout for now to keep rubocop_todo small

724946c4c9233cfc5af95e02535b178fc11d7136 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: disable Style for now to keep rubocop_todo small

b7bffa6f77031a76df6a9d69f2fa682a299ad493 authored almost 2 years ago by Tim Meusel <[email protected]>
Rakefile: reformat array

dd84bdcbcd7c052f6b90f215a62b9993ac97f047 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: disable Metrics

fe71466863fdb7c01358fb28592df36377ba79bb authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix newlines

5890b5f206d15829713bd57d199f11072623eca1 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix whitespace

a9e30d00936c870c258c3993a8fca712add3a465 authored almost 2 years ago by Tim Meusel <[email protected]>
rubocop: fix trailing comma

8b7237107e1c6ee807cab31264c2274ef6380742 authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1774 from ekohl/clean-up-unix-exec

Do not include Unix::Exec on Windows::Exec tests

d99c493359532c97bbf2b01903658bfb2a371138 authored almost 2 years ago by Tim Meusel <[email protected]>
Merge pull request #1776 from ekohl/use-all

Use Enumerable#all?

ab3844c1f0c26f8339b8c852eea0c782b73c8150 authored almost 2 years ago by Tim Meusel <[email protected]>
Use Enumerable#all?

1985c3f42aba64d809e3b9d456a591075087a642 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Merge pull request #1775 from ekohl/remove-puppet-install-methods

Remove install_puppet_agent_* methods

cf3994f982b44815b4e6ec72760e9fa6bae82fd0 authored almost 2 years ago by Tim Meusel <[email protected]>
Remove install_puppet_agent_* methods

These were moved to beaker-puppet, but weren't removed here. They are
also Puppetlabs specific, ...

cdaedad9b216070e8fe27c307d1686f09ee5f257 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Do not include Unix::Exec on Windows::Exec tests

283d19943360ea51df9c36e6f01c626ffcaa13b3 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>
Merge pull request #1731 from ekohl/clean-up

Remove add-el-extras, passenger, proxy_config, disable_iptables and clean up code

5bfed841ef375365510411b12f7348564f5d89ef authored almost 2 years ago by Tim Meusel <[email protected]>
Remove disable_iptables method

This only works on EL < 7 but those are mostly EOL. While RHEL 6 is
still supported, this should...

4032666e3c6d22ce73e0d10c008a99963ba41d85 authored almost 2 years ago by Ewoud Kohl van Wijngaarden <[email protected]>