Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
queue.rb 2.01 KB
task.rb 1.36 KB

Latest revisions

# Date Author Comment
5fe99af9 07/30/2014 03:18 PM Ivan Necas

Fixes #6837 - remove old hook-actions

This actions were used for hooking into the orchestration process when
having Katello and Foreman side by side. No need for this actions
anymore, as one can hook directly to the dynflow actions in app/lib/actions

02eb1b4a 03/21/2014 06:10 PM Justin Sherrill

fixes #4744 - updating copyright to 2014

9466ccab 02/21/2014 09:25 AM Ivan Necas

Make rubocop happy

b23a799d 02/20/2014 11:14 AM Ivan Necas

Disable glue events in the Katello tests

This way, we can make sure that the code added by external engines will
not cause issues while testing the core functionality.

1eef497c 02/18/2014 07:35 PM Ivan Necas

Update event triggering

4238f56e 01/23/2014 03:19 PM Ivan Necas

Make rubocop happy

55574f31 01/15/2014 12:44 PM Ivan Necas

Remove old logging code when triggering event

It should be replaced by general logging in foreman-tasks (not
implemented yet). For now, the best thing to investigate the issues
is through the Dynflow console.

1d543cbc 01/15/2014 12:44 PM Ivan Necas

Move execution of Dynflow task outside of the transaction in AR hooks

fd1cb1fb 01/15/2014 12:43 PM Ivan Necas

Update the trigger method in events

5fb7949f 01/15/2014 12:42 PM Petr Chalupa

Add Dynflow development and production mode

If `Katello.config.dynflow.remote` is set to `true` Dynflow runs in
Delayed::Worker (rake jobs:work) communicating over socket with Katello’s
web server(s).

If `Katello.config.dynflow.remote` is set to `false` Dynflow runs inside...

View revisions

Also available in: Atom