diaspora/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
..
assets/javascripts Add the ability to upload photos from the mobile site 2013-02-26 23:25:58 +01:00
diaspora Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
federated seperate interactions from posts 2012-05-12 17:41:58 -07:00
messagebus New configuration system 2012-09-26 20:19:37 +02: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 End the require mess 2013-03-21 23:37:53 +01:00
stream End the require mess 2013-03-21 23:37:53 +01:00
tasks Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
collect_user_photos.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
configuration_methods.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
csv_generator.rb remove use csv instead of fastercsv 2013-02-17 12:48:29 +01:00
development_mail_interceptor.rb should send the email when a new request is received. emails in dev should be intercepted to email@joindiaspora.com for now 2010-10-22 00:49:01 -07:00
diaspora.rb End the require mess 2013-03-21 23:37:53 +01:00
direction_detector.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
email_inviter.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
encryptor.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
evil_query.rb Revert "fix regression from #3968" 2013-02-16 23:48:10 +01:00
federation_logger.rb [SECURITY FIX] please update your pod ASAP 2012-07-02 10:00:12 -07:00
h_card.rb End the require mess 2013-03-21 23:37:53 +01:00
hydra_wrapper.rb End the require mess 2013-03-21 23:37:53 +01:00
i18n_interpolation_fallbacks.rb update i18n interpolation fallback to use renamed method 2012-09-01 01:07:17 +02:00
postzord.rb End the require mess 2013-03-21 23:37:53 +01:00
publisher.rb Mention the person who invited a user on first message 2011-10-31 22:16:58 -05:00
pubsubhubbub.rb fix some tests around pubsubhubub 2012-05-17 18:23:40 -07:00
rake_helpers.rb remove use csv instead of fastercsv 2013-02-17 12:48:29 +01:00
salmon.rb End the require mess 2013-03-21 23:37:53 +01:00
share_visibility_converter.rb it's enviroNment 2012-09-15 18:52:12 +02:00
sidekiq_middlewares.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
statistics.rb added first_name to csv task 2011-11-01 14:20:37 -07:00
stream.rb End the require mess 2013-03-21 23:37:53 +01:00
template_picker.rb kill rich-media type with fire 2012-05-21 12:33:28 -07:00
unicorn_killer.rb add unicorn back in. only use one worker process for now. also, move chrome_frame middleware into the correct load path in lib. [ci skip] 2012-01-24 14:56:55 -08:00
webfinger.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
webfinger_profile.rb improve webfinger failure handling 2012-04-27 16:53:26 +02:00