Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  controllers
  helpers
  jobs
  lib
  mailers
  models
  overrides
  presenters
  services
  views

Latest revisions

# Date Author Comment
76ae5b79 07/09/2018 01:47 PM Samir Jha

Fixes #23968 - fix adding/removing multiple subs

bf842cc2 07/08/2018 12:48 PM Chris Duryee

Fixes #24187 - do not paginate when calling upstream candlepin

Previously, calls to upstream candlepin with pool ID lists could
include `per_page`, which makes tomcat paginate results. However, the
pagination will add an HTTP header with URL links for the next and...

672482a8 07/06/2018 01:39 PM Thomas McKay

fixes #23899 - pull w/o authentication

514128c1 07/04/2018 01:11 AM Paul Donohue

Fixes #23319 - Add latest flag to katello/api/packages

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...

6d90fb6e 07/03/2018 06:56 PM Daniel Lobato Garcia

Fixes #24093 - Notification is sent only when disk > 90%

Here’s what happens for a proxy where the disk 12% full:

When the code runs, percentage 12% is < 90%.
The notification does not exist, therefore:

```ruby
percentage[0..2].to_i < 90 && notification_already_exists?(proxy)...

31ab44e2 07/03/2018 05:54 PM John Mitsch

Fixes #24134 - Error enabling atomic kickstart repo

This commit addresses a few things:
- "basearch" was being passed when enabling RHEL atomic kickstart repo,
where there is no $basearch needed for the CDN. This is because we
are using the value "Unspecified" to fill in the UI when there is...

55627f22 07/02/2018 03:05 PM Andrew Kofink

Fixes #23837: prepend ActionTriggering methods

83ef4029 07/02/2018 02:48 PM Bernhard Suttner

Fixes #23964 - Update SSL Certs of Repo

5630b0c0 06/29/2018 01:35 PM Thomas McKay

fixes #23747 - correct filter tags

View revisions

Also available in: Atom