Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rake 634 Bytes
audits.rake 2.74 KB
auth_source_external.rake 608 Bytes
backup.rake 4.26 KB
bundler.rake 491 Bytes
cleanup.rake 712 Bytes
config.rake 4.35 KB
console.rake 177 Bytes
convert.rake 8.38 KB
db.rake 571 Bytes
dynflow.rake 1.65 KB
encrypt.rake 2.77 KB
errors.rake 2.79 KB
exception.rake 697 Bytes
exports.rake 3.08 KB
facts.rake 620 Bytes
fix_cache.rake 886 Bytes
gettext.rake 2.88 KB
hosts.rake 2.8 KB
interfaces.rake 1.32 KB
jenkins.rake 1022 Bytes
ldap.rake 1.12 KB
locale.rake 1.58 KB
log.rake 135 Bytes
notifications_cleaner.rake 1.11 KB
orchestration.rake 2.75 KB
parameters.rake 2.65 KB
pkg.rake 1.06 KB
plugin_apipie.rake 874 Bytes
plugin_assets.rake 2.11 KB
plugins.rake 1.14 KB
puppet.rake 3.46 KB
reports.rake 4.42 KB
rescan_reports_origins.rake 892 Bytes
reset_permissions.rake 1.16 KB
rss.rake 2 KB
rubocop.rake 137 Bytes
security.rake 789 Bytes
seed.rake 9.16 KB
snapshots.rake 2.02 KB
telemetry.rake 1.34 KB
templates_renderer.rake 1.12 KB
test.rake 627 Bytes
upgrade.rake 1.1 KB
webpack_compile.rake 740 Bytes

Latest revisions

# Date Author Comment
b0f28c2c 05/10/2024 09:55 AM Archana Kumari

Fixes #37432 - Fix Style/GlobalStdStream cop

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.

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

Fixes #37102 - webpack 5

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

8fd2bf42 05/17/2023 02:17 PM Adam Ruzicka

Refs #36330 - Place assets into plugin dir

e848148a 05/17/2023 11:46 AM Adam Ruzicka

Fixes #36330 - Fix plugin translations in frontend

- Add plugin:po_to_json rake task
- Load js locale files for all plugins
- Make i18n.js do multi-domain lookup

View revisions

Also available in: Atom