Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 673 Bytes
application_controller.rb 14.9 KB
architectures_controller.rb 814 Bytes
audits_controller.rb 523 Bytes
auth_source_ldaps_controller.rb 1.21 KB
autosign_controller.rb 1.4 KB
bookmarks_controller.rb 1.1 KB
common_parameters_controller.rb 1.01 KB
compute_attributes_controller.rb 1.25 KB
compute_profiles_controller.rb 976 Bytes
compute_resources_controller.rb 4.45 KB
compute_resources_vms_controller.rb 4.62 KB
config_groups_controller.rb 782 Bytes
config_reports_controller.rb 1.42 KB
dashboard_controller.rb 2.3 KB
domains_controller.rb 713 Bytes
environments_controller.rb 818 Bytes
external_usergroups_controller.rb 558 Bytes
fact_values_controller.rb 1.22 KB
facts_controller.rb 491 Bytes
filters_controller.rb 2.63 KB
home_controller.rb 1.02 KB
hostgroups_controller.rb 4.84 KB
hosts_controller.rb 32.1 KB
images_controller.rb 1.42 KB
interfaces_controller.rb 1.25 KB
key_pairs_controller.rb 1.7 KB
locations_controller.rb 208 Bytes
lookup_keys_controller.rb 1.27 KB
lookup_values_controller.rb 1.21 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 738 Bytes
models_controller.rb 702 Bytes
notification_recipients_controller.rb 1.21 KB
operatingsystems_controller.rb 1.14 KB
organizations_controller.rb 216 Bytes
parameters_controller.rb 257 Bytes
permissions_controller.rb 700 Bytes
provisioning_templates_controller.rb 437 Bytes
ptables_controller.rb 199 Bytes
puppetca_controller.rb 1.46 KB
puppetclass_lookup_keys_controller.rb 614 Bytes
puppetclasses_controller.rb 3 KB
realms_controller.rb 702 Bytes
roles_controller.rb 2.61 KB
settings_controller.rb 1.1 KB
smart_proxies_controller.rb 4.6 KB
ssh_keys_controller.rb 597 Bytes
statistics_controller.rb 483 Bytes
subnets_controller.rb 2.5 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 4.27 KB
trends_controller.rb 1.28 KB
unattended_controller.rb 9.52 KB
usergroups_controller.rb 1.49 KB
users_controller.rb 5.29 KB
variable_lookup_keys_controller.rb 536 Bytes

Latest revisions

# Date Author Comment
08aea206 09/19/2017 06:48 AM Tomer Brisker

Fixes #20963 - CVE-2017-7535 prevent XSS on org/loc host assign

(cherry picked from commit b8db2f931208992d6bcff44a2d20101637f6c232)

40c61742 09/13/2017 08:14 AM Daniel Lobato Garcia

Fixes #20098 - Resolve template_used for image provisioning

At the moment, the method Hostext::OperatingSystem#template_kinds is
unable to handle image-based provisioning. If there is an image, it will
not be able to find it as 'self.compute_attributes' does not exist for...

40c76551 08/22/2017 06:54 AM Sebastian Gräßl

Fixes #20669 - Append 'clone' to cloned provisioning templates

1b711928 08/20/2017 09:47 AM Amir Fefer

Fixes #20612 - Fix error rendering when building pxe default

6d728e55 08/20/2017 07:29 AM Amir Fefer

Fixes #20255 - add csv export for hostgroups

ed9b6407 08/11/2017 04:41 AM Nagoor Shaik

Fixes #20553 - br tag now renders to new line

f92cc173 08/10/2017 11:01 AM Eric Helms

Fixes #19529: Use main_app for redirect in case of plugins

Sometimes when entering the require_mail filter, the plugins context
is carried over and the route cannot be matched. Using main_app ensures
that it will resolve the path from the proper context.

4623fbd4 08/07/2017 08:02 AM Timo Goebel

fixes #20453 - build is enabled for cloned host (#4704)

c8f5cd53 07/31/2017 06:20 AM Tomer Brisker

Fixes #20248, #20327 - Respect context in CSV export

Since CSV export is done using an enumerator which is executed by a
different thread to the one that creates it, we need to manually pass in
the context (user, location, organization) to the enumerator.

17019913 07/25/2017 03:49 AM Guido Günther

Fixes #20386 - Allow to identify smart proxy by ip only

This allows setting trusted_puppet_master_hosts to an IP in the
non-https case. This can e.g. be useful when testing ansible fact
importing from another machine.

View revisions

Also available in: Atom