canvas-lms/lib
Simon Williams 720ee0e549 fix content migration notification datafix
the datafix logic got mistranslated when we switched to run in batches, so that
only 0.2% of NotificationPolicy objects were being considered for deletion.

test plan:
- set your 'For administrative alerts' notification to something other than
  immediate
- run the fix
- do a course export
- you should get an email when it completes/fails
- try this for a few different users

Change-Id: I29f2a0704294ad9e0a055d2a67cc5397f69af8b6
Reviewed-on: https://gerrit.instructure.com/11256
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2012-06-04 16:23:11 -06:00
..
api/v1 return collection item created_at and user_id in api 2012-05-30 17:12:33 -06:00
basic_lti set submission_type on lti submissions. fixes #8734 2012-05-23 15:10:51 -06:00
canvas use the pseudonym global_id for login attempts key 2012-06-04 12:03:37 -06:00
cc improve canvas cartridge import robustness 2012-06-04 15:25:05 -06:00
data_fixup fix content migration notification datafix 2012-06-04 16:23:11 -06:00
ext only queue one recompute_final_score per user+course 2012-01-04 11:24:25 -07:00
handlebars parallelize build tasks 2012-04-16 16:38:23 -06:00
i18n_extraction AMD Conversion 2012-02-06 16:41:40 -07:00
kaltura follow redirects in the kaltura bulk upload response 2012-02-08 12:47:58 -07:00
reporting switch back to the master to save results of CountsReport 2012-05-14 12:51:09 -06:00
sis fix case sensitivity in sis headers 2012-06-01 11:07:41 -06:00
stubs process page views in parallel for multiple shards 2012-06-03 05:36:09 -06:00
tasks disable parallel asset compilation 2012-05-22 09:50:03 -06:00
api.rb create discussion topic api, closes #8151 2012-05-23 15:54:58 -06:00
api_route_set.rb collections models and api 2012-05-10 13:38:58 -06:00
api_routes.rb mark collections api as beta 2012-05-14 09:57:16 -06:00
authentication_methods.rb actually remove stuff from sessions 2012-05-11 11:02:34 -06:00
auto_handle.rb use ActiveSupport::SecureRandom when generating random tokens 2011-07-18 14:44:59 -06:00
basic_lti.rb add extra tool information on LTI launch 2012-05-16 09:05:51 -06:00
canvas.rb link_data endpoint for canvas collections 2012-05-21 10:35:31 -06:00
cc.rb add calendar events to export/import 2011-04-26 12:28:31 -06:00
color.rb Initial commit. 2011-01-31 18:57:29 -07:00
content_zipper.rb use display name for files in downloaded zips fixes #6731 2012-04-30 16:40:11 -06:00
copy_authorized_links.rb Initial commit. 2011-01-31 18:57:29 -07:00
custom_validations.rb return a new 640x thumbnail size for collection items 2012-05-29 12:26:57 -06:00
cuty_capt.rb image support for collection items 2012-05-17 12:56:24 -06:00
delicious_diigo.rb fix cert verification in delicious calls 2011-11-18 09:12:03 -07:00
enrollments_from_user_list.rb remove "auto-accept" feature closes #7160 2012-02-10 15:13:11 -07:00
eportfolio_page.rb 1.9 - fix eportfolios 2012-05-17 23:10:51 -06:00
external_feed_aggregator.rb check all models for protecting attributes refs #3847 2011-05-25 17:38:50 -06:00
external_statuses.rb Initial commit. 2011-01-31 18:57:29 -07:00
facebook.rb check all models for protecting attributes refs #3847 2011-05-25 17:38:50 -06:00
file_in_context.rb don't bypass filename escaping in FileInContext; fixes #6912 2012-02-22 21:46:00 -07:00
file_splitter.rb Initial commit. 2011-01-31 18:57:29 -07:00
google_doc_entry.rb fixing google doc deletion. refs #5796 2011-10-31 17:13:06 -06:00
google_docs.rb don't cache twitter and linked_in settings process-wide 2012-05-25 10:13:03 -06:00
grade_calculator.rb optimize gradebook downloads 2012-03-01 14:55:54 -07:00
gradebook_csv_parser.rb csv lib compat in ruby 1.9.x 2011-10-12 09:36:18 -06:00
gradebook_importer.rb do gradebook upload diffing server side 2012-03-05 13:32:46 -07:00
has_content_tags.rb allow module progression when background job hasn't finished 2011-12-09 12:52:36 -07:00
host_url.rb support listing multiple domains in saml metadata fixes #6859 2012-04-18 15:13:58 -06:00
i18n_time_zone.rb localize Profile 2011-06-24 09:32:53 -06:00
imported_html_converter.rb interpolate links to module items on course copy. fixes #8754 2012-05-24 15:02:04 -06:00
incoming_message_processor.rb activate the messages shard for incoming messages 2012-06-03 05:36:56 -06:00
linked_in.rb don't cache twitter and linked_in settings process-wide 2012-05-25 10:13:03 -06:00
locale_selection.rb infer locale for groups based on group context; fixes #7069 2012-04-09 10:48:19 -06:00
message_dispatcher.rb don't dispatch cancelled messages, fixes #7397 2012-02-24 12:21:21 -07:00
model_cache.rb fixes for ruby 1.9.3 2012-05-12 14:34:23 -06:00
multipart.rb file upload api, refs #7775 2012-03-27 15:33:27 -06:00
mutable.rb conversation messages for submission comments, fixes #5443 2012-01-20 15:56:32 -07:00
nil_store.rb Initial commit. 2011-01-31 18:57:29 -07:00
permissions.rb allow registering new permissions in plugins 2012-03-02 09:38:06 -07:00
quiz_question_data_fixer.rb migration to fix bad assessment question data 2012-01-06 12:30:09 -07:00
quiz_question_link_migrator.rb don't die if a file or question is missing 2011-11-22 17:36:40 -07:00
request_context_generator.rb fix session id logging for cookie sessions 2012-06-01 12:49:05 -06:00
scribd_api.rb preliminary i18n setup, closes #4124 2011-06-06 14:19:03 -06:00
send_to_inbox.rb fix send_to_inbox for submission comments, closes #4898 2011-06-16 13:20:30 -06:00
send_to_stream.rb generate an error report for all errors, not just some of them 2011-05-11 10:36:56 -06:00
simple_tags.rb filter conversations by user or group, fixes #7175 2012-02-17 15:56:56 -07:00
sis.rb new generic-format importer classes 2011-09-26 11:24:58 -06:00
skip_callback.rb refactor sticky sis fields 2011-09-27 16:34:37 -06:00
ssl_common.rb support funky characters in username/passwords for http url parsing 2011-09-08 14:21:50 -06:00
stats.rb updated stats and related specs for situations in which there is very little data and we want quartiles. 2012-02-17 22:03:20 -07:00
sticky_sis_fields.rb allow sis imports to make things sticky or clear stickiness altogether 2011-10-13 10:54:58 -06:00
submission_list.rb fix undefined method `to_date' for nil:NilClass WIP 2012-02-07 14:50:10 -07:00
summary_message_consolidator.rb explicit utc db times in update_all 2011-08-30 16:46:25 -06:00
syslog_wrapper.rb log context when using local rails buffered logger 2011-07-25 13:25:18 -06:00
text_helper.rb new discussions UI 2012-03-26 16:53:46 -06:00
tinychat.rb don't cache tinychat settings on the Tinychat class 2012-03-14 23:08:21 -06:00
tmail_parser.rb Initial commit. 2011-01-31 18:57:29 -07:00
turnitin.rb fixes for ruby 1.9.3 2012-05-12 14:34:23 -06:00
twitter.rb don't cache twitter and linked_in settings process-wide 2012-05-25 10:13:03 -06:00
twitter_searcher.rb check all models for protecting attributes refs #3847 2011-05-25 17:38:50 -06:00
twitter_user_poller.rb fix twitter poller x-ratelimit-reset handling 2011-08-24 15:15:41 -06:00
unzip_attachment.rb make zip file processing asynchronous 2012-02-29 14:04:53 -07:00
user_content.rb interpolate links to module items on course copy. fixes #8754 2012-05-24 15:02:04 -06:00
user_list.rb fix pretending for preferred search method creating users with invalid emails 2012-04-09 12:14:20 -06:00
uuid_singleton.rb Initial commit. 2011-01-31 18:57:29 -07:00
workflow.rb fix licensing on workflow library 2011-05-03 12:25:21 -06:00
xmlcanonicalizer.rb Initial commit. 2011-01-31 18:57:29 -07:00
zip_extractor.rb Initial commit. 2011-01-31 18:57:29 -07:00