Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
6c77d09b 03/19/2024 01:42 PM Ewoud Kohl van Wijngaarden

Fixes #37273 - Use delegation syntax for resource_scope

In Ruby 3 you need to explicitly delegate keyword arguments, or if you
don't care about Ruby 2.6 or prior then you can use the new delegation
syntax1.

It deals with the difference in calling where. When calling `.where([])`...

be92fd21 03/15/2024 11:58 AM Oleh Fedorenko

Fixes #37069 - Fallback to UTC on invalid timezone

e5d12790 03/12/2024 10:36 AM Archana Kumari

Fix Style/CommentAnnotation cop

670ee162 01/15/2024 08:31 AM Girija Soni

Fixes #36972 - Make hammer accept unlimited as JWT life time

e62f026b 01/15/2024 08:19 AM Nofar Alfassi

Fixes #36969 - return the actual exit status of registration command

Include `set -o pipefail` in registration command for improved error handling.

3ecce169 11/28/2023 08:03 PM Partha Aji

Fixes #36869 - update hosts path with current_hosts_path

f03e699e 11/06/2023 09:02 PM Jeremy Lenz

Fixes #36867 - Add host delete & create
Add bulk modal with bulk params
add register/create buttons; fix links
address UX comments
Remove icon from delete action in the toolbar’s kebab
In the delete modal as a primary button use just “Delete”
(not delete host)...

8825f7d3 10/09/2023 09:39 AM Ewoud Kohl van Wijngaarden

Refs #36575 - Correct i18n usage in taxonomies apipie

String interpolation in translated strings should mostly be avoided.
This rewrites it to have explicit definitions for both locations and
organizations.

Fixes: 9d3eace428f2fc3d53415ff19d29b0ae1c42920a ("Fixes #10359 - API doc does mention org/loc in create/update")

3369ff1e 12/03/2022 01:52 PM Samir Jha

Fixes #35816 - ISE when passing org_id as an array

cc7af718 11/04/2022 02:46 PM Leos Stejskal

Fixes #35088 - Remove GCE Compute resource code

All code related to GCE compute resource
is now in Foreman Google plugin

https://github.com/theforeman/foreman_google

View revisions

Also available in: Atom