-
Red Hat
- Brno
- stejskalleos.cz
Block or Report
Block or report stejskalleos
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
foreman Public
Forked from theforeman/foreman
an application that automates the lifecycle of servers
Ruby 1
-
smart-proxy Public
Forked from theforeman/smart-proxy
RESTful proxies for DNS, DHCP, TFTP, BMC and Puppet
Ruby 1
-
foreman-documentation Public
Forked from theforeman/foreman-documentation
Documentation for the Foreman Project and its ecosystem
CSS
-
forklift Public
Forked from theforeman/forklift
Helpful deployment scripts for Foreman and Katello
Shell
-
katello Public
Forked from Katello/katello
Katello integrates open source systems management tools into a single solution for controlling the lifecycle of your machines.
Ruby
396 contributions in the last year
Contribution activity
May 2022
Created 10 commits in 5 repositories
Created a pull request in theforeman/foreman_ansible that received 9 comments
Fixes #34884 - Host detail and roles from host group
From community post When host have roles only from the host group, table with roles on the new host detail page ignores them. Changes: Fix issue w…
Opened 9 other pull requests in 5 repositories
theforeman/foreman_ansible
3
merged
1
closed
theforeman/foreman-packaging
2
merged
theforeman/foreman_bootdisk
1
open
theforeman/foreman
1
merged
Katello/katello
1
merged
Reviewed 12 pull requests in 5 repositories
nofaralfasi/todo_list
5 pull requests
theforeman/foreman
3 pull requests
theforeman/foreman_ansible
2 pull requests
stejskalleos/foreman_google
1 pull request
Katello/katello
1 pull request
Created an issue in nofaralfasi/todo_list that received 1 comment
tasks.due_date and tasks.priority should not be strings
In schema.rb, tasks.due_date
and tasks.priority
are both strings, but I think that due_date
should be datetime
and priority
should be integer
.
Mode…