Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  concerns
  foreman
  net
  orchestration
  parameters
  plugin
  proxy_api
  proxy_statuses
  shared
  sso
  tasks
  ui_notifications
  validators
association_authorizer_test.rb 1.96 KB
authorizer_test.rb 16 KB
certificate_extract_test.rb 605 Bytes
classification_test.rb 37.6 KB
compute_attribute_merge_test.rb 2.62 KB
compute_resource_cache_test.rb 1.87 KB
compute_resource_host_importer_test.rb 5.3 KB
config_report_importer_test.rb 265 Bytes
config_report_status_calculator_test.rb 922 Bytes
core_extensions_test.rb 1.72 KB
csv_exporter_test.rb 1.69 KB
custom_runner_test.rb 225 Bytes
dashboard_manager_test.rb 3.06 KB
dashboard_test.rb 2.3 KB
dirty_associations_test.rb 673 Bytes
encryptable_test.rb 5.52 KB
ensure_no_cycle_test.rb 1.63 KB
ensure_not_used_by_test.rb 2.58 KB
facet_configuration_test.rb 2.53 KB
facet_test.rb 3.9 KB
fact_cleaner_test.rb 1.92 KB
fact_importer_test.rb 5.85 KB
fact_parser_test.rb 14.7 KB
foreman_deprecation_test.rb 1012 Bytes
foreman_url_renderer_test.rb 1.57 KB
has_many_common_test.rb 4.04 KB
hash_for_test.rb 867 Bytes
host_build_status_test.rb 1.56 KB
host_power_interface_test.rb 786 Bytes
host_token_test.rb 1.4 KB
inflection_test.rb 581 Bytes
interface_merge_test.rb 3.03 KB
interface_type_mapper_test.rb 865 Bytes
ipam_test.rb 2.9 KB
menu_item_test.rb 3.56 KB
menu_manager_test.rb 1.23 KB
menu_mapper_test.rb 8.67 KB
name_generator_test.rb 1.17 KB
name_synchronizer_test.rb 1.45 KB
nic_ip_resolver.rb 1.2 KB
owner_classifier_test.rb 852 Bytes
pagelet_manager_test.rb 2.57 KB
pagelet_test.rb 976 Bytes
parameter_filter_test.rb 5.25 KB
plugin_logging_test.rb 1.21 KB
plugin_test.rb 17.5 KB
power_manager_test.rb 2.87 KB
puppet_class_importer_test.rb 9.56 KB
puppet_fact_importer_test.rb 1.17 KB
puppet_fact_parser_test.rb 12 KB
rabl_test.rb 910 Bytes
report_importer_test.rb 4.47 KB
safe_render_test.rb 1.39 KB
seed_helper_test.rb 727 Bytes
sso_test.rb 927 Bytes
statistics_test.rb 2.44 KB
structured_fact_importer_test.rb 3.08 KB
version_test.rb 902 Bytes

Latest revisions

# Date Author Comment
a22bfc2d 06/07/2017 04:03 AM Tomer Brisker

Fixes #19588 - Allow setting custom headers in CSV export

20d817c8 06/04/2017 07:21 AM Tomer Brisker

Fixes #19585 - Allow csv export of nested attributes

This is required for example to export host facet attributes.

fb57b8b0 06/02/2017 04:28 AM Shimon Shtein

Fixes #19589 - Added plugin migration generator

Now plugin creators would be able to generate migrations by invoking

``` sh

rails g plugin:migration <migration name and options> --plugin_name=my_plugin

```

d80e2430 05/27/2017 04:16 AM Daniel Lobato Garcia

Fixes #16159 - Rename mail alerts to not be Puppet specific

Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts...

56d54dc2 05/25/2017 07:22 AM Amir Fefer

Fixes #19034 - add tasks for clearing expired notifications

b40dde10 05/24/2017 07:30 AM Dominic Cleal

fixes #19528 - rewrite FiltersHelperOverrides to support autoload

Replaces class-level filter search overrides storage with a query
against Foreman::Plugin, allowing the class to be reloaded and tested
safely. Removes another 'registry' class.

00997108 05/23/2017 07:54 AM Sebastian Gräßl

Fixes #19475 - Rename test variables to more specific term

An issue occurring with a recent minitest upgrade broke tests.
Renaming variables set with let to a less ambiguous wording is
to work around the issue.

1da8bd42 05/22/2017 07:58 AM Dominic Cleal

refs #19534 - check EncryptValue class variables are defined

bed4594 added class variables to record logging state, but failed to
check it was defined before accessing them, causing exceptions when
decryption failed. Tests added for this new behaviour.

bed45946 05/17/2017 04:13 AM Lukas Zapletal

Fixes #19534 - removed excessive encryptor logging

0fccd4c0 05/11/2017 01:40 PM Dominic Cleal

fixes #19437 - remove duplicate Rails.cache.clear calls

Rely on the default cache clear in the AS test helper, which catches
errors from Rails when the file cache doesn't exist yet.

View revisions

Also available in: Atom