Ewoud Kohl van Wijngaarden

Results 290 issues of Ewoud Kohl van Wijngaarden

Also simplifies the template by avoiding `Optional[Array] = undef` and instead treating empty arrays in that way.

backwards-incompatible
community

To avoid a custom postgresql_conf implementation, this reverts back to ParsedFile. It relies on https://github.com/puppetlabs/puppet/pull/9130 since there were bugs in it, which is why it's now a draft.

community

During cfgmgmtcamp it was mentioned that Puppet may want to switch back from Litmus to Beaker. This takes some small steps by reducing the size of `spec_helper_acceptance_local.rb`, which in my...

community

The regular option parser guarantees this and it sort of works because Beaker::Platform can behave as a string (since it inherits from it). When you do want to use extended...

Chrony/NTP is only needed if timesync is requested. In some cases (like containers) it never makes sense. This was inspired by https://github.com/voxpupuli/beaker-hostgenerator/pull/359#issuecomment-1995159331 and currently testing it out.

I've been thinking about this for a long time, but I'm wondering how others think. The main problem I see is that it takes a long time before you get...

The license file says `BSL 1.1` here: https://github.com/dragonflydb/dragonfly/blob/9db825013af78bd7c2f066d07a33e7cc4a2a78a0/LICENSE.md#L3 However, SPDX has assigned it [BUSL-1.1](https://spdx.org/licenses/BUSL-1.1.html). There is actually also BSL-1.0 which is Boost Software License 1.0 so this can be confusing.

bug

This updates uses setup-ruby to cache and updates various other smaller things. See individual commits for details.

This uses filter_map (introduced in Ruby 2.7) to avoid constructing an array by pushing values. It also uses start_with to avoid a regex lookup. Untested now, and since there aren't...