Ewoud Kohl van Wijngaarden

Results 290 issues of Ewoud Kohl van Wijngaarden

Currently the custom RHEL images use RHEL 7 Workstation. RHEL now needs an ELS subscription and we should update the instructions to cover a supported RHEL. At the time of...

Following up on https://github.com/theforeman/foreman-documentation/pull/3530. Now that we've published a dedicated guide on setting up these resources and removed it from the regular guides we probably broke some links. Looking at...

This is based on a discussion with @apinnick and meant to showcase what could be done. The past we've created many long documents with many options that the reader then...

Needs tech review
Needs style review
Not yet reviewed
Needs testing

We used to maintain https://projects.theforeman.org/projects/foreman/wiki/ErrorCodes to make troubleshooting easier. Foreman automatically generates these based on the class and message (see https://github.com/theforeman/foreman/blob/b4bd8e2f248e6bba92b53c1a9264edb8164c84cd/lib/foreman/exception.rb#L8-L14) and there's a command to extract them. While today...

#### What changes are you introducing? Foreman 3.14 has dropped the EL7 client repository and this documents that change. #### Why are you introducing these changes? (Explanation, links to references,...

tech review done
style review done

#### What changes are you introducing? Python's requests library accepts a dict with params and then properly encodes this to be sent to a server. This avoids the need to...

Not yet reviewed

Want to help get this issue implemented? Donate to the [action-validator code fund](https://hezmatt.org/~mpalmer/code-fund.html). --- From https://github.com/theforeman/foreman_dhcp_browser/blob/e80fc0e5ffdc1f30ba23ebf3ad9314b456dea06e/.github/workflows/release.yml#L14 there's this bit: ```yaml jobs: release: if: github.repository_owner == "theforeman" ``` When running it...

pr-welcome
code-fund

We no longer have deployment targets with these versions and it's holding back use of the latest libraries. Blocked on at least https://github.com/theforeman/foreman-packaging/pull/11604 and https://github.com/theforeman/foreman-infra/pull/2190. Probably more.

Docs

This takes an effort to avoid maintaining the VERSION file in git but instead rely on git to provide the version based on tags. The next step is to modify...

Not yet reviewed
Waiting on contributor

Instead of having a separate index_exists? call, this uses the if_exists parameter to offload it to the database. It saves a query and makes code easier to read. Opening as...

Needs re-review
Inactive
Stale