Adam Růžička

Results 83 comments of Adam Růžička

> Is this your original intention? That sounds about right

What exact roles or permissions did you give to that user? If I give the user the org admin role then I can reproduce both with and without this patch....

> provisioning works but resolving the hostname doesn't From what machine are you running that and what nameserver does the machine use?

What is the status here? The issue is set to milestone 1.3.0 and latest version is 1.3.1, but the issue is still open.

Maybe a dead end, but wouldn't a third option be to pass `**{}` as a second argument to `report_row` to force ruby to treat the merged hashes as a positional...

The only failure in katello test suite is ``` [2024-03-15T11:49:44.233Z] unsatisfied expectations: [2024-03-15T11:49:44.233Z] - expected exactly once, invoked twice: #.async_task(Actions::Katello::ContentView::Promote, #, [#], false, nil) ``` It can't possibly be caused...

Thank you @ofedoren and sorry for the wait

I don't have a box with lots of facts right now and it will take me a bit to get one so I can't really benchmark it, however here are...

With selective joins and searching on multiple facts # Before ## Foreman ``` > ::Host.search_for('facts.architecture=x86_64 and facts.chassistype=Other').explain => EXPLAIN for: SELECT "hosts".* FROM "hosts" WHERE "hosts"."type" = $1 AND (((hosts.id...