diaspora/spec/lib
Jonne Haß 79a79d65d6 Bye Resque. Ohai Sidekiq.
* Dropped all references to Resque
* Moved all jobs under app/workers since that's the Sidekiq convention
* Renamed Jobs module to Worker to match new location
* Adapted all jobs to Sidekiq
* Replaced all enqueue calls with perform_async
* Dropped Resque hacks from specs and features, replaced with
  sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
* Updated scripts to start a Sidekiq server
* Inline Sidekiq sinatra app
* Let Sidekiq create the actual Redis instance
* Workaround already initialized constant warnings in service models
* Resolved ToDo in one job definition by creating proper exception clases
  for some errors in receiving posts
* Added sidekiq section to configuration to make it completly
  configurable to the user
* Add Sidekiq middleware for clean backtraces
* Delay HttpMulti retry to give offline pods a chance to come back up
* Do not retry on GUID already taken and alike errors
* Be graceful about deleted posts in GatherOEmbedData
2013-03-21 23:39:07 +01:00
..
diaspora End the require mess 2013-03-21 23:37:53 +01:00
postzord Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
rack add specs for chromeframe 2012-09-30 17:04:50 +01:00
salmon update factory girl 2012-09-12 13:24:23 +02:00
stream End the require mess 2013-03-21 23:37:53 +01:00
configuration_methods_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
csv_generator_spec.rb commented out empty spec 2011-09-07 03:07:27 -07:00
direction_detector_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
email_inviter_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
encryptor_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
evil_query_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
hcard_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
hydra_wrapper_spec.rb fix specs 2012-02-27 17:56:52 -08:00
i18n_interpolation_fallbacks_spec.rb update spec to match overriden translation 2013-01-31 19:25:30 +01:00
publisher_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
pubsubhubbub_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
rake_helper_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
statistics_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
template_picker_spec.rb End the require mess 2013-03-21 23:37:53 +01:00
webfinger_profile_spec.rb Rails.root and File.join cleanup 2012-06-11 03:13:20 -07:00
webfinger_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00