diaspora/spec/models
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
..
activity_streams update factory girl 2012-09-12 13:24:23 +02:00
notifications Fix message_spec test and add tests for private message notification unread count. Update changelog 2012-11-12 22:00:13 +02:00
services If post has photos, always include url in post to Facebook to stay consistant with other servies, fixes #3706 2013-03-10 08:15:12 +02:00
user update factory girl 2012-09-12 13:24:23 +02:00
account_deleter_spec.rb change close account to clear profile, still need to dispatch account deletion xml 2011-12-08 16:32:19 -08:00
account_deletion_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
acts_as_taggable_on_tag_spec.rb Refactor and backfill tags_following_controller_spec. Move normalize tag specs into model spec. Move rss fixture file into fixture directory. 2011-11-05 16:05:13 -07:00
aspect_membership_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
aspect_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
block_spec.rb wip 2011-11-03 12:31:24 -07:00
comment_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
contact_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
conversation_spec.rb added a id and a autoscroll to first unread message in conversation (Fix: #3216) 2013-02-11 16:15:01 +01:00
invitation_code_spec.rb New configuration system 2012-09-26 20:19:37 +02:00
invitation_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
like_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
mention_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
message_spec.rb Fix message_spec test and add tests for private message notification unread count. Update changelog 2012-11-12 22:00:13 +02:00
notification_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
participation_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
person_spec.rb query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
photo_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
pod_spec.rb Removed , but not the table. Record all in httpmulti success 2011-08-30 10:14:32 -07:00
post_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
profile_spec.rb query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
relayable_retraction_spec.rb delegate parent_author to the target of a RelayableRetraction 2013-02-28 17:01:58 +01:00
request_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
reshare_spec.rb remove unnecesary stuff from specs 2012-11-21 18:26:17 -02:00
retraction_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
role_spec.rb Role system to replace the yml admins and community spotlight. we can 2012-04-27 16:14:43 -07:00
service_spec.rb Do not strip "markdown" in links when posting to services, fix #3765 2012-11-26 14:16:43 +01:00
share_visibility_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
signed_retraction_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
status_message_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
tag_following_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
user_preference_spec.rb fix typo, puts in a test, and made the emails types a constant in UserPreferences 2011-03-14 12:21:30 -07:00
user_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00