Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
b3efb0eb 07/10/2018 07:33 PM John Mitsch

Fixes #24064 - Update upstream subs API response id

and always return local pool ids on index call.

This changes the index GET response for
/katello/api/v2/organizations/$ORG/upstream_subscriptions.
The `pool_id` attribute is removed since it is redundant, the...

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

86bc5fcc 06/03/2018 03:19 PM Tomáš Strachota

Fixes #23324 - add notifications to manifest related jobs

275cecdf 05/08/2018 07:26 PM Justin Sherrill

Fixes #23516 - handle registration if sub status already exists

8b997805 05/07/2018 03:30 PM Justin Sherrill

Fixes #23489 - ignore 404s on cp consumer unreg

8eddfe6f 05/03/2018 07:00 PM Thomas McKay

fixes #23438 - pre/post cv promote hooks

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

72a59ae8 04/03/2018 02:19 PM Justin Sherrill

Fixes #23003 - Fix pulp_disk_space update

1066301f 03/26/2018 07:47 PM Partha Aji

Fixes #22978 - Improve Event Queue db queries

The delete and update operations in the event queue were not quick
enough when there was a lot of data in the event queue (20K entries
with many duplicates etc.)
This commit addresses that issue by speeding up the delete and update...

View revisions

Also available in: Atom