InWork/queue_dispatcher

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
CHANGELOG.md
Gemfile
LICENSE
README.rdoc
Rakefile
app/assets/images/icon_aborted.png
app/assets/images/icon_acquire_lock.png
app/assets/images/icon_error.png
app/assets/images/icon_init_queue.gif
app/assets/images/icon_pending.gif
app/assets/images/icon_running.gif
app/assets/images/icon_successful.png
app/assets/images/icon_warning.gif
app/assets/images/lock.png
app/assets/javascript/tasks.js.coffee
app/helpers/tasks_helper.rb34
A
2 hrs
app/models/task_dependency.rb2
A
0 mins
app/views/queue_dispatcher_views/_search_results_events.html.haml
app/views/queue_dispatcher_views/_search_results_my_events.html.haml
app/views/queue_dispatcher_views/_task_event.html.haml
app/views/queue_dispatcher_views/_task_footer.html.erb
app/views/queue_dispatcher_views/_task_header.html.erb
app/views/queue_dispatcher_views/_task_my_event.html.haml
app/views/queue_dispatcher_views/my_events.html.haml
app/views/queue_dispatcher_views/my_events.js.erb
app/views/queue_dispatcher_views/update_events.js.erb
lib/generators/queue_dispatcher/migration/migration_generator.rb41
A
0 mins
lib/generators/queue_dispatcher/migration/templates/add_interrupts_to_tasks_queues.rb8
A
0 mins
lib/generators/queue_dispatcher/migration/templates/add_result_to_tasks.rb8
A
0 mins
lib/generators/queue_dispatcher/migration/templates/change_message_type_for_tasks.rb8
A
0 mins
lib/generators/queue_dispatcher/migration/templates/task_dependencies.rb14
A
0 mins
lib/generators/queue_dispatcher/migration/templates/task_queues.rb16
A
0 mins
lib/generators/queue_dispatcher/migration/templates/tasks.rb22
A
0 mins
lib/queue_dispatcher.rb19
A
0 mins
lib/queue_dispatcher/acts_as_task.rb172
A
2 hrs
lib/queue_dispatcher/acts_as_task_controller.rb74
B
4 hrs
lib/queue_dispatcher/acts_as_task_queue.rb331
F
3 days
lib/queue_dispatcher/deserialization_error.rb4
A
0 mins
lib/queue_dispatcher/message_sending.rb23
A
0 mins
lib/queue_dispatcher/psych_ext.rb110
B
5 hrs
lib/queue_dispatcher/qd_logger.rb12
A
0 mins
lib/queue_dispatcher/rc_and_msg.rb41
A
45 mins
lib/queue_dispatcher/serialization/active_record.rb17
A
25 mins
lib/queue_dispatcher/syck_ext.rb25
A
0 mins
lib/queue_dispatcher/target_container.rb8
A
0 mins
lib/queue_dispatcher/version.rb3
A
0 mins
lib/queue_dispatcher/yaml_ext.rb7
A
0 mins
lib/tasks/queue_dispatcher.rake
queue_dispatcher.gemspec