diaspora/spec/controllers
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
..
devise Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
jasmine_fixtures update factory girl 2012-09-12 13:24:23 +02:00
admins_controller_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
application_controller_spec.rb Move ApplicationController specs to application_controllers_spec 2012-10-14 19:32:53 -02:00
aspect_memberships_controller_spec.rb [WIP] aspect membership dropdown Backbone.js rework 2013-02-17 13:40:10 +01:00
aspects_controller_spec.rb Move ApplicationController specs to application_controllers_spec 2012-10-14 19:32:53 -02:00
blocks_controller_spec.rb bump rspec-rails, remove deprecated rspec syntax 2012-09-11 00:46:36 +02:00
comments_controller_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
contacts_controller_spec.rb Role system to replace the yml admins and community spotlight. we can 2012-04-27 16:14:43 -07:00
conversation_visibilities_controller_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
conversations_controller_spec.rb fix XSS vulnerability in conversations#new, closes #4010 2013-02-26 19:09:30 +01:00
home_controller_spec.rb do not redirect admin to his profile upon sign in 2012-09-14 15:01:19 +02:00
invitations_controller_spec.rb add email validation to invitations 2012-11-25 14:25:20 +01:00
likes_controller_spec.rb bump rspec-rails, remove deprecated rspec syntax 2012-09-11 00:46:36 +02:00
messages_controller_spec.rb Refactor MessagesController 2012-10-13 17:10:52 -02:00
notifications_controller_spec.rb add images to notifications 2013-01-11 12:30:12 +01:00
people_controller_spec.rb Merge branch 'hotfix/0.0.2.4' into develop 2013-02-01 22:24:37 +01:00
photos_controller_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
posts_controller_spec.rb Mark all unread post-related notifications as read, if one of this gets opened 2012-12-24 00:13:32 +01:00
profiles_controller_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
publics_controller_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
registrations_controller_spec.rb Avoid unnecessarily redirect 2013-03-03 23:10:53 -02:00
reshares_controller_spec.rb fix issue #3671 reshare a post multiple times 2013-01-12 04:52:56 -02:00
services_controller_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
sessions_controller_spec.rb Avoid unnecessarily redirect 2013-03-03 23:10:53 -02:00
share_visibilities_controller_spec.rb bang! kill redis cache. 2012-02-02 12:45:43 -08:00
status_messages_controller_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
streams_controller_spec.rb New configuration system 2012-09-26 20:19:37 +02:00
tags_controller_spec.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
users_controller_spec.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00