Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
a333a273 06/15/2018 01:32 PM Stephen Benjamin

fixes #23954 - test stubs should return dynflow task

ForemanTask.async_task returns a dynflow task, and tests that stub this
should also return the same class of object. ForemanTask::Task doesn't
have all the same methods as Task::DynflowTask, e.g. get_humanized.

bd3b03ac 06/14/2018 11:10 PM Stephen Benjamin

fixes #23943 - use order instead of sort

.sort in Rails 5 returns an array, but scopes like in_default_view is
called on the sorted array. This changes the rake task to use SQL
sorting with order instead.

961148c0 05/21/2018 02:46 PM Thomas McKay

fixes #18964 - lifecycle environment container image name

37370ea3 04/24/2018 03:46 PM Paul Donohue

Fixes #23315 - Util::Package.find_latest_packages() is broken

ad2ef2f0 04/12/2018 02:11 PM Stephen Benjamin

fixes #14594 - remove all templates from Katello

The Foreman templates will support all our needs and
we no longer need to maintain special snowflake Katello
ones.

dfd14f4a 03/26/2018 01:33 PM Andrew Kofink

Fixes #22944: Use current org for rhsm candlepin

53d7ed1b 03/09/2018 02:32 PM Andrew Kofink

Fixes #22594: Allow listing upstream subs

Refactor upstream candlepin resources

cd11688a 02/15/2018 12:59 PM Chris Duryee

Fixes #21703 - register systems immediately

Previously, when a system registration API call came in, a task would
be created. Once the task was complete, the API call would return.

This caused issues when there were lots of tasks in the task queue.
There is no guarantee that a task will be complete by a certain time,...

c3833708 01/23/2018 09:34 PM Christine Fouant

fixes #22293 - cleans up wrongly published repositories

e7271788 01/15/2018 04:39 PM Thomas McKay

refs #22230 - reindex docker tags on upgrade

View revisions

Also available in: Atom