Ola,
it’s triage time again, please help to triage issues. To read more about the process visit Foreman triage process
- 25491 CA cert can’t be specified in API while adding a RHEV Compute Resource
- 25490 HTML shown in tooltips
- 25485 Operatingsystem field ‘Release Name’ should be mandatory for Debian-family
- 25478 Allow sending reports via email when they are generated
- 25469 Better handling of smart proxy certificate and secrets generation and distribution
- 25461 Send Puppet facts without compiling a catalog
- 25448 Make Puppet classes and their parameters taxable
- 25447 Unable to create puppet certificate request from RHEL5 with fips enabled
- 25439 Add new DiffView to Config Reports
- 25436 get host power state via api
- 25424 API Documentation expand and collapse options
- 25423 Add an alphabetized index to top of autogenerated API docs
- 25419 Cloning a Template and saving without changing it produces a diff
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"]}" }'