Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
.rubocop.yml 173 Bytes
activation_key.rb 3.09 KB
candlepin_object.rb 1.76 KB
content.rb 479 Bytes
environment.rb 393 Bytes
owner.rb 1.81 KB
owner_info.rb 1.29 KB
pool.rb 8.56 KB
product.rb 6.24 KB
repository.rb 1.47 KB
subscription.rb 1.46 KB

Latest revisions

# Date Author Comment
6de94a2c 07/03/2018 09:03 PM Partha Aji

Fixes #23604 - Speed up manifest import perf

This commit intends to speed up the performance of the manifest import
by cutting down unnecessary operations during the Pool indexing stage.

Before
timer { Katello::Pool.find(446).import_data }
=> 12.708098227...

cc60ee97 06/19/2018 03:13 PM Justin Sherrill

Fixes #23788 - update product and content names

this adds updating of product and content names if they
change as part of content import

6d2cf88b 06/15/2018 03:47 PM Justin Sherrill

Fixes #23904 - store unique content per org

8234c3af 06/13/2018 08:09 PM Stephen Benjamin

refs #23823 - pool hypervisor nullified on host destroy

When a host is destroyed, we should nullify the hypervisor_id in
Katello:Pool.

7f3bccc9 06/07/2018 11:57 AM Samir Jha

Fixes #23688 - Subscription Add/List when location is selected

c1f2c0bb 05/22/2018 01:17 PM Ewoud Kohl van Wijngaarden

Refs #23635 - Stop relying on facter

The inclusion of facter is technically optional since it's a bundler
group. In practice there are direct calls to it.

This change relies on a change in Foreman core to ensure SETTINGS[:fqdn]
is set.

The benefit is that you can explicitly set the FQDN in your settings...

128de120 04/27/2018 04:58 PM Evgeni Golov

Fixes #23421 - use Subscription.cp_id instead of product_id

Katello::Subscription.product_id was renamed to cp_id in
2d170866abd0ebae1cb530f14e0fb5ace772f3dc

Use the new name when attaching custom subs to an activation key.

ba154186 04/23/2018 02:26 PM Jonathon Turel

Fixes #23338 - Use local pool IDs for upstream subs list

2d170866 04/20/2018 06:34 PM Justin Sherrill

Fixes #23068 - upgrade to candlepin 2.3

3298bb1a 04/04/2018 03:59 AM Partha Aji

Fixes #23096 - Improve SubFacetPool indexing perf

This commit intends to improve the performance of the import hosts
method used while indexing Pools. It reduces the number of queries made
on SubscriptionFacetPool to determine what needs to be added or removed...

View revisions

Also available in: Atom