Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  tags
.gitignore 6 Bytes
ancestry_helper.rb 817 Bytes
application_helper.rb 19 KB
audits_helper.rb 13.4 KB
auth_source_external_helper.rb 243 Bytes
auth_source_ldaps_helper.rb 1.19 KB
auth_sources_helper.rb 602 Bytes
authorize_helper.rb 1.93 KB
autosign_helper.rb 309 Bytes
bmc_helper.rb 1.13 KB
common_parameters_helper.rb 3.82 KB
compute_resources_helper.rb 3.62 KB
compute_resources_vms_helper.rb 10.3 KB
dashboard_helper.rb 7.36 KB
domains_helper.rb 58 Bytes
editor_helper.rb 114 Bytes
environments_helper.rb 296 Bytes
extendable_components_helper.rb 185 Bytes
external_logout_helper.rb 364 Bytes
fact_values_helper.rb 2.95 KB
filters_helper.rb 602 Bytes
form_helper.rb 17.8 KB
host_description_helper.rb 8.7 KB
hostgroups_helper.rb 608 Bytes
hosts_and_hostgroups_helper.rb 1.88 KB
hosts_helper.rb 15.3 KB
hosts_nic_helper.rb 1011 Bytes
images_helper.rb 1.23 KB
interfaces_helper.rb 171 Bytes
key_pairs_helper.rb 489 Bytes
key_types_helper.rb 1.57 KB
layout_helper.rb 8.52 KB
login_helper.rb 322 Bytes
lookup_keys_helper.rb 8.63 KB
mediums_helper.rb 254 Bytes
operatingsystems_helper.rb 2.63 KB
pagelets_helper.rb 1.35 KB
pagination_helper.rb 514 Bytes
provisioning_templates_helper.rb 3.44 KB
ptables_helper.rb 160 Bytes
puppet_related_helper.rb 4.62 KB
puppetca_helper.rb 558 Bytes
puppetclasses_and_environments_helper.rb 1.84 KB
puppetclasses_helper.rb 581 Bytes
reactjs_helper.rb 2.62 KB
reports_helper.rb 2.92 KB
roles_helper.rb 1.16 KB
search_bar_helper.rb 723 Bytes
settings_helper.rb 1.19 KB
shared_smart_proxies_helper.rb 1.51 KB
smart_proxies_helper.rb 3.92 KB
subnets_helper.rb 1.14 KB
tasks_helper.rb 483 Bytes
taxonomy_helper.rb 6.3 KB
template_paths_helper.rb 1.09 KB
templates_helper.rb 3.05 KB
users_helper.rb 1.8 KB

Latest revisions

# Date Author Comment
361f3d61 04/25/2021 02:38 PM Ondřej Ezr

Refs #30288 - improves CPUs counter input

In 22fa163731b38f597e4f96e0c0b345518a360b37 we've introduced React
component to implement the counter funcionality.
This uses the old `counter_f` form helper to render the React component
and effectivelly remove our dependency on the ui.spinner library.

1982799b 04/25/2021 11:03 AM Ondřej Ezr

Refs #24351 - dashboard removals revert

Reverts accidental removal of method from befa557.
We are still using the old search_links method.

b089ed9e 04/23/2021 07:31 AM Ondřej Ezr

Fixes #32083 - use full Host model in VM template

For rendering `hosts/_compute` we've used just host attributes in the
past, but it just brings more complexity, when we cant rely on the Host
model to be around.

This builds the Host model instead and passes it to the templates.

8137b14c 04/22/2021 03:12 PM Ondřej Ezr

Fixes #30862 - introduce SettingRegistry (#8002)

SettingRegistry keeps all the setting information as set of SettingPresenters in memory.
This registry should be the public API for accessing setting values and keeps all the information about settings.
That will allow dropping all information except `name` and `value` from database....

befa5578 04/21/2021 08:53 AM Ondřej Ezr

Fixes #24351 - chart click through search

Fixes long lasting regression of charts on dashboard not being clickable through.
Adds posibility to specify custom filters for chart segments.
Moves click handler from DonutChartService to ChartService, as there is no reason for...

b264a1e1 04/19/2021 03:57 PM Ondřej Ezr

Refs #30784 - MemoryAllocation use react helper

In 8a9922fd we've removed `byte_size_f` last usage.
This is moving the byte_size_f to render the React component, to
seamlessly integrate into the form without breaking any plugins that
were possibly still using it....

329c17da 03/30/2021 06:52 PM Amit Upadhye

Fixes #31361 - Mark strings translatable for infrastructure page

b8fa01d6 03/29/2021 10:38 AM Ewoud Kohl van Wijngaarden

Fixes #32217 - Correct OS search on host list

377ff667bbe3c2df8cd0831d9fe60bb9b316d680 introduced a regression and
changed the OS search on the host list from os_title = "#{host.os.title}"
to os_description = #{host.os.desc}. This reverts commit
dc4cc33745c7fc6bff2314c271686aea2399d55d and also introduces a...

90ea9bb0 03/18/2021 08:46 PM Simon Peeters

Refs #31147 - Correct coloring of zero metrics in report overviews

pr #8118 changed to the use of strings for these metrics.
This made the comparison with the integer of 0 fail, resulting in all
metrics being colord even if they were 0

That same pr also failed to apply this change to the reports widget,...

80746991 03/18/2021 03:04 PM Ondřej Ezr

Fixes #32090 - deprecate flot_bar_chart

We render react BarChart by default so the plugins take a look how it
works for them. All plugins should move to using React with Foreman 2.6
where the option to render flot chart goes away.

View revisions

Also available in: Atom