Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  fog_extensions
  foreman
  generators
  net
  tasks
cleanup_helper.rb 4.51 KB
core_extensions.rb 1.95 KB
foreman.rb 1.2 KB
net.rb 839 Bytes
seed_helper.rb 6.56 KB
timed_cached_store.rb 1.19 KB
ws_proxy.rb 2.36 KB

Latest revisions

# Date Author Comment
f87b1a25 04/15/2024 08:28 AM Leos Stejskal

Fixes #37337 - Fix snapshot task and add Rocky 8 & 9

0085153c 03/26/2024 11:57 AM Ewoud Kohl van Wijngaarden

Fixes #37287 - Iterate on hashes when both key and value are used

This replaces the `hash.keys.each { |k| hash[k] }` and `hash.keys.sort`
patterns with `hash.each { |k, v| }` where it makes sense. This avoids
doing hash lookups when you already know the value anyway.

bbca4738 03/04/2024 10:48 AM Oleh Fedorenko

Fixes #36574 - Update fast_gettext to ~> 2.1

de48fb5b 03/04/2024 10:48 AM Ewoud Kohl van Wijngaarden

Refs #36574 - Avoid patching Fastgettext

The code defines an additional method on Fastgettext but there's no
reason to do so. It can just as well define a method on itself.

89c61045 01/26/2024 10:44 AM Maria Agaphontzev

Fixes #37102 - webpack 5

d0fcacde 09/25/2023 02:34 PM Evgeni Golov

Fixes #36774 - count db:abort_if_pending_migrations as setup task

this avoids loading settings and friends just to check if a migration is
required

414c1c6f 07/13/2023 10:38 AM Ron Lavi

Refs #36219 - remove redundant line

in parameters rake task, key_type_name was assigned twice

dbe4db80 07/13/2023 10:38 AM Ron Lavi

Fixes #36222 - drop unused puppet rake task

c9b82a57 07/13/2023 10:38 AM Ron Lavi

Fixes #36219 - use YAML.safe_load instead of YAML.load

as explained in this rubocop rule https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Security/YAMLLoad

f7e5525d 05/20/2023 10:25 PM Adam Ruzicka

Fixes #36419 - Generate locale js files as pretty

for smaller diffs on updates

View revisions

Also available in: Atom