diaspora/features
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
..
step_definitions End the require mess 2013-03-21 23:37:53 +01:00
support Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
accepts_invitation.feature adds password_confirmation field to registration page 2012-10-11 19:45:52 -02:00
activity_stream.feature This doesn't work altogether, fix it yourself [ci skip] 2012-04-10 12:56:25 +02:00
aspect_navigation.feature add tests so it doesn't break again 2012-11-25 17:38:19 +00:00
blocks_user.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
change_email.feature Changing all statements of form "I fill in " to tabular form, helps when there are multiple such statements consecutively. Changed single statements also for clarity and uniformity 2012-08-21 16:41:06 +05:30
change_password.feature Refactored cucumber features, steps, and support helpers for change password feature 2012-08-07 21:23:20 +05:30
closes_account.feature update feature to match overriden translation 2013-01-31 19:31:38 +01:00
comments.feature lets see if this fixes anything about the randomly failing comments cuke, still no clue about the recent timeouts 2012-11-22 21:14:26 +01:00
connects_users.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
conversations.feature Collapsing some cucumber features to save time. Removing features that should be tested elsewhere in the stack. 2011-12-11 15:08:43 -08:00
conversations_mobile.feature * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
download_photos.feature make the photo downloaders wip to save mrzyx some emails untill we work it out 2011-03-17 18:40:26 -07:00
edits_profile.feature * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
edits_profile_mobile.feature * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
follows_tags.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
getting_started_mobile.feature * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
invitations.feature fix build 2012-05-07 15:55:34 -07:00
logged_out_browsing.feature Issue #3832: Logged-out users stream options 2013-01-18 15:10:13 -03:00
logs_in_and_out.feature fix login cukes 2012-05-19 22:29:12 +02:00
manages_aspects.feature fix all cukes but the tags feature [ci skip] 2012-01-07 14:24:27 -08:00
mentions.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
mentions_from_profile_page.feature fix remaining cukes and some cleanup 2012-09-17 20:35:38 +02:00
mobile.feature New_login_mobile_web_ 2012-09-08 15:30:59 +02:00
not_safe_for_work.feature finish beta striping 2012-09-12 07:51:19 +02:00
notifications.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
oembed.feature fix specs 2013-01-16 19:33:20 -02:00
photo_lightbox.feature Changing all statements of form "I fill in " to tabular form, helps when there are multiple such statements consecutively. Changed single statements also for clarity and uniformity 2012-08-21 16:41:06 +05:30
posts_from_main_page.feature * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
posts_from_main_page_mobile.feature * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
posts_from_profile_page.feature Fixed removing images from publisher on the profile and tags pages 2013-02-21 22:19:24 +01:00
reshare.feature fix reshares in single post-view 2013-03-11 22:45:25 -03:00
reshare_mobile.feature Fix mobile view of deleted reshares 2013-03-18 16:52:37 +01:00
screenshots.feature add cucumber feature for taking screenshots of important pages 2012-12-17 20:25:34 +01:00
show_more.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
signs_up.feature adds password_confirmation field to registration page 2012-10-11 19:45:52 -02:00
stops_following_users.feature Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
tags.feature fix all cukes but the tags feature [ci skip] 2012-01-07 14:24:27 -08:00
tags_and_comments.feature Fixed Issue #3382 - The comments under postings are missing when using the #tags -view 2012-06-18 22:46:01 -06:00