Ewoud Kohl van Wijngaarden

Results 290 issues of Ewoud Kohl van Wijngaarden

The host mirror.centos.org is gone now that CentOS < 9 is EOL. It includes a migration to simplify the name, but doesn't include migrations to remove old entries. That is...

When using `yardoc server` to serve the documentation, the `Foreman` namespace was incorrectly documented. This makes sure some files are readable. Obviously it's far from ready. This came up in...

Not yet reviewed
Waiting on contributor

In cedd45b63be89ea54bd2a596e6cd3a3f60d4faf8 this was dropped and the whole module is now only for Apache 2.4+. This means the parameter is redundant. The parameter is kept in so this can be...

bugfix

A host should be a specific IP and not allow a subnet.

backwards-incompatible
community

## Summary Using `File.open` without closing it can leak file descriptors. It's actually not needed at all because `File.foreach`, `File.readlines` and `File.write` all accept a filename. This simplifies the code...

bugfix
community

On https://copr.fedorainfracloud.org/coprs/g/theforeman/foreman-client-nightly-staging/ I see: > Error 404: Page Not Found > b'Project @theforeman/foreman-client-nightly-staging does not exist.'

This makes distribution upgrades with leapp smoother. Well, this PR is to test that theory.

Not yet reviewed
RPM

This is an attempt to produce a proper RPM for https://github.com/theforeman/foreman_remote_execution/pull/895.

Not yet reviewed
Waiting on contributor

This copies the static list of files from the plugin template. It avoids calling git, which means it works in more environments, but it can cause local files not tracked...

Not yet reviewed
Waiting on contributor

Foreman 3.9.1+ has built in support to link to docs. This simplifies the code in this module. There is some downstream branding consideration. Either https://github.com/RedHatSatellite/foreman_theme_satellite/blob/bf42fb119af723df5080e9b5d0f73fd8c483e017/lib/foreman_theme_satellite/documentation.rb#L67-L72 needs to be updated or...

Not yet reviewed
Waiting on contributor