Fixes #38768: get rid of grub (not grub2)#10698
Fixes #38768: get rid of grub (not grub2)#10698stejskalleos merged 1 commit intotheforeman:developfrom
Conversation
9a10cb3 to
73788df
Compare
|
May have a look @stejskalleos |
There was a problem hiding this comment.
Found a few places mentioning old Grub, but otherwise great cleanup!
- https://github.com/theforeman/foreman/blob/develop/app/services/foreman/renderer/scope/macros/base.rb#L92
webpack/assets/javascripts/foreman_hosts.test.jswebpack/assets/javascripts/foreman_hosts.js
I went over other repositories to check the status there:
- foreman-packaging ✔️
- hammer-cli ✔️
- foreman_bootdisk ✔️
- foreman_discovery -
⚠️ - foreman_theme_satellite -
⚠️ - installer theforeman/foreman-installer#1040
- smart_proxy #10698
I will take care of the cleanup for the repositories
73788df to
ba5821b
Compare
|
Interesting what tests I broke with the last push? Are they related or did something else change? |
3fb8d31 to
9d04383
Compare
|
It looks like you indeed broke the tests, on my local But it's really weird, why are duplicate_json_keys failing now? I'm looking into it. |
|
Nope, I take back my previous comment. |
I think, wvanbergen/scoped_search@b9a64fc broke this: https://github.com/theforeman/foreman/actions/runs/18006520466/job/51228060554?pr=10698#step:16:28 And this looks like also related to the broken unit test: https://github.com/theforeman/foreman/actions/runs/18011179034/job/51244143760#step:16:149 @adamruzicka is working on it in: #10677 |
|
I'm still able to reproduce the issue without the PR you mentioned.
playground.rb require 'facterdb'
filter = "operatingsystemmajrelease=10"
result = FacterDB.get_facts(filter)Running Then in the json = JSON.parse(json)
# TO:
json = JSON.parse(json, {allow_duplicate_key: false})Running So, when we upgrade Rails and its Suspect: https://github.com/voxpupuli/facterdb/blob/1.27.0/lib/facterdb.rb#L146 |
|
@stejskalleos Regarding the warnings, they happen in other PRs, too: https://github.com/theforeman/foreman/actions/runs/18109383564/job/51531963389?pr=10707#step:16:674 |
|
thanks @sbernhard |
No description provided.