Adam Růžička

Results 45 issues of 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~~ -...

Needs re-review

Requires: - [ ] https://github.com/theforeman/foreman/pull/9724

Not yet reviewed

Companion to https://github.com/theforeman/foreman/pull/10136

Not yet reviewed
Waiting on contributor

Soft requires: - https://github.com/theforeman/smart_proxy_dynflow/pull/135 - https://github.com/theforeman/smart_proxy_dynflow/pull/136

Not yet reviewed

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...

Not yet reviewed

Companion to https://github.com/theforeman/foreman-tasks/pull/751

Not yet reviewed

for template inputs

Not yet reviewed

```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...