Hello,
spend a minute and read familiar topics please, you can help!
- 25256 Pie chart has a gap on the config reports page
- 25251 non-admin user gets ‘PG::AmbiguousColumn: ERROR: column reference “puppet_proxy_id” is ambiguous’ when trying to view smart-proxy details
- 25246 Can’t rebuild due to non-existing IPv6 record
- 25245 Enable custom http-certs for Foreman, too
- 25241 [RFE] Add ability to pull Facts from /api/v2/hosts endpoint
- 25211 Improve logging for smartclass/ENC failures
- 25208 Delete button on host page does not redirect to “All Hosts” when successful
For more info about the triage process: Foreman triage process
In case I am not available, this is how I created the list:
curl -s https://projects.theforeman.org/projects/foreman/issues.json?query_id=144 | ruby -r json -e 'JSON.parse(STDIN.read)["issues"].each { |i| puts "* [ ] [#{i["id"]}](https://projects.theforeman.org/issues/#{i["id"]}) #{i["subject"]}" }'