Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
c2e5e4a3 05/27/2021 12:30 PM Dominik Matoulek

Fixes #32141 - Adding notif. about finish of rendering report (#8537)

Everyone uses a report templates for render important stuff from foreman
instance. Right know, the templates can take long time to render it and
when you don't want to send a report by email, you have to have open...

095a1b5d 01/26/2021 03:46 PM Lukas Zapletal

Fixes #31243 - subscription API for active job

668853b9 05/06/2020 10:10 PM Adam Ruzicka

Fixes #25723 - Prevent AJ.spawn_if_missing from creating duplicates

Previously we only checked execution plans which were in scheduled state. This
left us with a small window where the ActiveJob was actually present, but we
didn't detect it so we spawned a new one....

c86ed9c6 03/18/2020 09:11 AM Michael Moll

Fixes #19896 - Fix Style/RedundantSelf cop

cb30bb3b 04/02/2019 10:22 AM Ondřej Ezr

Fixes #25478 - reports by mail (#6567)

d1aa4b32 03/26/2019 11:03 AM Ondřej Ezr

Fixes #26020 - report templates in background process (#6503)

b2ba9c69 09/27/2018 05:35 PM Marek Hulán

Fixes #25054 - fixes RSS rescheduling

f4f5e16e 09/05/2018 09:20 AM Ivan Necas

Fixes #24763 - ensure reschedule rss notification on error

ActiveJob's after_perform doesn't run on any error: the rescue_from is
run after the callbacks. Also, the rescue_from is hiding the errors from
the task details when foreman-tasks is present: re-raising the error...

e5b4634f 06/11/2018 01:42 PM Adam Ruzicka
  • Fixes #23611 - Provide helper method to run "service" active jobs

The root cause was we were triggering the active jobs too early,
sometimes even before the db was migrated. This led to all sorts of
errors. The provided helper method does not trigger the jobs when in...

44539bfc 04/11/2018 07:46 PM Daniel Lobato Garcia

Fixes #23220 - Humanized name for RSS notifications

View revisions

Also available in: Atom