Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host_status
  hosts
  lookup_keys
  models
  nics
  operatingsystems
  orchestration
  parameters
  settings
  shared
  sso
  subnet
architecture_test.rb 2.32 KB
audit_test.rb 1.01 KB
auth_source_test.rb 425 Bytes
bookmark_test.rb 2.28 KB
compute_attribute_test.rb 1.4 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 13.5 KB
config_group_class_test.rb 243 Bytes
config_group_test.rb 151 Bytes
config_report_test.rb 2.93 KB
domain_test.rb 5.52 KB
environment_test.rb 724 Bytes
external_usergroup_test.rb 281 Bytes
fact_value_test.rb 8.73 KB
feature_test.rb 157 Bytes
filter_test.rb 9.2 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 916 Bytes
host_status_test.rb 894 Bytes
host_test.rb 155 KB
hostgroup_class_test.rb 619 Bytes
hostgroup_test.rb 25.4 KB
image_test.rb 2.2 KB
key_pair_test.rb 1.41 KB
location_test.rb 146 Bytes
log_test.rb 150 Bytes
lookup_key_test.rb 18.3 KB
lookup_value_test.rb 11 KB
mail_notification_test.rb 1.43 KB
medium_test.rb 3.08 KB
message_test.rb 154 Bytes
model_test.rb 535 Bytes
nic_bmc_jail_test.rb 558 Bytes
nic_test.rb 18 KB
notification_blueprint_test.rb 238 Bytes
notification_recipient_test.rb 709 Bytes
notification_test.rb 4.03 KB
operatingsystem_test.rb 13.3 KB
orchestration_test.rb 5.93 KB
organization_test.rb 150 Bytes
os_default_template_test.rb 384 Bytes
parameter_test.rb 3.93 KB
permission_test.rb 1.24 KB
personal_access_token_test.rb 2.37 KB
provisioning_template_test.rb 9.27 KB
ptable_test.rb 2.98 KB
puppetclass_test.rb 7.11 KB
realm_test.rb 1.95 KB
report_test.rb 4.8 KB
role_test.rb 15.5 KB
setting_test.rb 22.6 KB
smart_proxy_test.rb 3.77 KB
ssh_key_test.rb 1.59 KB
subnet_test.rb 4.66 KB
taxonomix_test.rb 15.2 KB
taxonomy_test.rb 2.75 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 636 Bytes
template_test.rb 3.32 KB
token_test.rb 1.63 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 464 Bytes
user_role_test.rb 2.48 KB
user_test.rb 37.8 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 9.22 KB
widget_test.rb 1.4 KB

Latest revisions

# Date Author Comment
ce761fd9 10/25/2017 11:59 AM Tomer Brisker

Fixes #21450 - Update rubocop to 0.51.0

6d6adc3a 10/25/2017 08:14 AM Sebastian Gräßl

Fixes #21026 - Clear cached notifications properly

Using `delete_all` for has_many does not trigger callbacks
on the associated objects, `dependent: :destroy` does.

Clearing the cache needs to happen anytime a notification
gets created, modified and destroyed, `after_commit`...

7d8b5c2e 10/24/2017 09:35 AM Timo Goebel

fixes #21394 - user login with access token api

f17c9611 10/19/2017 05:49 PM Marek Hulán

Fixes #21119 - set taxonomies in API

With this we correctly set the default taxonomy for non-admin users
in API calls. Admins are not touched at all, their context remains
"any context" for API calls. This also refactors various places
where tried to set the right taxonomy and combines them into single...

48dcecbd 10/04/2017 10:59 AM Dominik Hlavac Duran

Fixes #18736 - Forced unlimited check for filter with no t (#4724)

6583c13f 10/04/2017 09:56 AM Tomáš Strachota

Fixes #21175 - Unable to add AD LDAP Auth Source

b1438ff0 09/27/2017 02:39 AM Ivan Necas

Fixes #21037 - use Host::Base as auditable_type

Otherwise, we are hitting "Invalid single-table inheritance type:
Host::Discovered is not a subclass of Host::Managed" when converting the
host from discovered to managed.

715d097c 09/26/2017 03:18 PM Shimon Shtein

Fixes #15409 - Separated puppet facts from core

7f8fd14d 09/19/2017 09:29 AM Sebastian Gräßl

Fixes #20201 - Global HTTP proxy for outgoing requests

This introduce two new settings to proxy outgoing HTTP
requests and one to except certain hosts from it.

The extensions for Excon::Connection and Net::HTTP
allow setting a proxy on their requests.

abdd878e 09/19/2017 06:24 AM Dominic Cleal

Fixes #20958 - Don't pass argument to force association reload

View revisions

Also available in: Atom