Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
queue.rb 1.46 KB
task.rb 1.31 KB

Latest revisions

# Date Author Comment
5f10b6af 03/16/2018 12:57 PM Lukas Zapletal

Fixes #21120 - orchestration tasks are added only once (#5079)

04d9f6ed 05/17/2017 04:12 AM Lukas Zapletal

Fixes #19534 - improved orchestration task logging

7923c95d 04/06/2017 07:19 AM Dominic Cleal

fixes #18445 - always define eager_load_paths, use require_dep

Allows `eager_load!` to be called or enabled in any environment without
loading files under lib/ twice. Switches many `require` calls to Rails'
`require_dependency` to always use its dependency loader, so when eager...

2f7a4985 12/07/2016 10:40 AM Lukas Zapletal

Fixes #17042 - add logging of task statuses after orchestration

3442a707 07/11/2016 01:03 PM Timo Goebel

fixes #15635 - tests for dns orchestration

a977bd3b 02/16/2016 05:01 AM Daniel Lobato Garcia

Fixes #13557 - Rubocop enforce specifying a timezone

Rubocop can enforce what timezone to store in the database ,
so we can ensure everything is stored using UTC and we don't
miss these things in code reviews. When objects are displayed,
they must use the time provided by set_timezone in the...

44dffec9 10/20/2015 08:55 AM Tom Caspy

refs #12147 - task#as_json should return hash

ActiveSupport 4 does not add the as_json method on all objects, thus,
this doesn't work on rails 4, for compatibility we use same syntax in
rails 3.

9a9ec5b1 09/02/2015 06:01 AM Daniel Lobato Garcia

Refs #3809 - Enable Rails delegate cop

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

View revisions

Also available in: Atom