foreman
foreman copied to clipboard
an application that automates the lifecycle of servers
In some cases, it seems that foreman-docker records are being left behind. Most notably, `::Container` and `::DockerRegistry` permissions. There may be others, but it's difficult to reproduce since the plugin...
This work is based on the RFC discussion found https://community.theforeman.org/t/rfc-additional-template-includes-if-logic/29225 . It is probable that there are additional items that need updating that I am just not aware of/thinking about,...
depends on https://github.com/theforeman/foreman/pull/9186 This pr will break remote execution plugin. The component is based on this demo: https://www.patternfly.org/v4/components/search-input/react-demos
User should be able to specify what columns wants to see on host index page. This approach using `PF4 Selector` hopefully can be applied for other index pages in the...
Kept it the same expect removed tabs so the orgs and loations selectors will be in the same form old:  new: 
Cursor should be default and not pointer when hovering cards in the new host details page. https://github.com/theforeman/foreman/pull/9054#discussion_r818501017 https://github.com/theforeman/foreman/pull/9189#discussion_r852379274
 mock: https://marvelapp.com/prototype/995cc27/screen/82844194
In Ruby 3.0 keyword arguments are [handled separate from positional arguments](https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/). This uses kwargs and passes it along. It is likely very incomplete, but this is what I found easily...