Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  migrate
  seeds.d

Latest revisions

# Date Author Comment
936291aa 07/09/2018 01:12 PM Partha Aji

Fixes #23942 - Reset Pool model after migration

The ::Katello::Pool model changed between 3.6 and 3.7 due to the
Candlepin 2.2 -> 2.3 migration. However the migration script does
not properly reset the column information after associating the
organization to the Pool....

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

fixes #23899 - pull w/o authentication

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.

552760af 06/12/2018 05:55 PM Stephen Benjamin

fixes #23841 - remove columns that were moved to facets

Content view and lifecycle environment columns were moved to the content
facet, and the db columns can be deleted.

2befef5d 06/07/2018 01:27 PM Andrew Kofink

Fixes #23667: Allow nil task, xfer date from CVV

1. Add `action` to the content_view_histories show API
2. Use `history.action` when `history.task` is nil
3. Tranfer the created_at date to the new history record during
migration from the ContentViewVersion created_at date

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

Fixes #23324 - add notifications to manifest related jobs

f9591200 06/03/2018 01:49 PM Ondřej Pražák

Fixes #13983 - Environment can be inserted into Environments Path

ced737ab 06/01/2018 05:58 PM Stephen Benjamin

fixes #23781 - migrate content_source_id correctly

By the time the migration runs, host.content_source_id is delegated to
the content facet, so the move fails, as content_source_id will always
be nil. Uses read_attribute instead to read the db column.

31b9d1da 05/23/2018 06:27 PM Justin Sherrill

Fixes #23662 - fixes not null insert on content-repo

association. Rails 4.2 changed the default timestamp creation from
null => true to null => false. This corrects these tables

View revisions

Also available in: Atom