Adam Růžička
Adam Růžička
The code expected that a host would have up to one lifecycle environment, which doesn't hold anymore on recent versions of katello. This tripped up scoped_search which couldn't find the...
This might be a bit heavy handed, opening as a draft to see what the tests think. TODOs: - [ ] ~~there might be some unused code left around~~ -...
Requires: - [ ] https://github.com/theforeman/foreman/pull/9724
Companion to https://github.com/theforeman/foreman/pull/10136
Soft requires: - https://github.com/theforeman/smart_proxy_dynflow/pull/135 - https://github.com/theforeman/smart_proxy_dynflow/pull/136
This went out first in 8.1.0 with Foreman 3.5. All successfully finished tasks (and jobs along with them) are cleaned after a month by default, failed ones stick around for...
Companion to https://github.com/theforeman/foreman-tasks/pull/751
```ruby > CronParser.new("* * * * 100").next => 2021-11-01 00:00:00 +0100 ``` Other fields seem to raise an exception if the field is out of bound ```ruby > CronParser.new("100 400...