Ewoud Kohl van Wijngaarden
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...
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...
A host should be a specific IP and not allow a subnet.
## 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...
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.
This is an attempt to produce a proper RPM for https://github.com/theforeman/foreman_remote_execution/pull/895.
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...
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...