diaspora/features/support
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
..
application_cuke_helpers.rb added tests for flash messages on reshares 2012-04-27 19:23:30 +02:00
database_cleaner_patches.rb remove patch for db cleaner (version bump seemed to resolve it) 2011-12-05 23:50:50 -08:00
env.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
integration_sessions_controller.rb Render a little bit less in the IntegrationSessionsController 2011-07-04 16:07:05 -07:00
integration_sessions_form.haml make cucumber faster by logging in through a much simpler stubby controller. Save about 1m on my laptop. 2011-07-04 08:11:12 -07:00
paths.rb Refactored cucumber features, steps, and support helpers for change password feature 2012-08-07 21:23:20 +05:30
poor_mans_webmock.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
post_generation_helpers.rb update factory girl 2012-09-12 13:24:23 +02:00
publishing_cuke_helpers.rb fix remaining cukes and some cleanup 2012-09-17 20:35:38 +02:00
server.rb check to see if rails is already loaded in a couple of places 2011-01-19 13:30:12 -08:00
user_cuke_helpers.rb add cucumber feature for taking screenshots of important pages 2012-12-17 20:25:34 +01:00