canvas-lms/app
Ethan Vizitei 51baba3eeb move content_migration work into support bundle
refs CNVS-25916

the migration_tool plugin uses the secondary
bundle override technique of having an extension
bundle loaded in parallel.  I don't think we
want to support both that and the glue-module
extension approach since only one plugin makes
use of the former.  In order to migrate that
work to extend a core module, the work
needs to be moved to a non-entry-point
module (because overriding require names doesn't
work if you're talking about the bundles
rails knows how to load). All this patchset does
is move the core work done in the content_migration
bundle into it's own module to make a valid
override target for the plugin refactor.

Also adds this new module as a non-entry-point
exception in the bundles.js, just like it's sibling
file.

TEST PLAN:
 1) nothing should change on /courses/x/content_migrations

Change-Id: I2dfa0d1b1d11657bb5931e8caae6ef9d4b3c9aec
Reviewed-on: https://gerrit.instructure.com/70510
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
2016-01-19 18:25:12 +00:00
..
coffeescripts move content_migration work into support bundle 2016-01-19 18:25:12 +00:00
controllers rails 4.2: misc spec fixes 2016-01-18 21:45:39 +00:00
helpers switch a few things to use account_chain 2016-01-18 17:51:42 +00:00
jsx RCS - load tinymce on outcomes page remotely 2016-01-14 23:41:05 +00:00
messages link to specific group in new group notification 2016-01-13 21:58:09 +00:00
middleware move request_throttle code to app/middleware 2016-01-14 23:11:19 +00:00
models fix context module progression relocking race condition 2016-01-19 17:48:51 +00:00
observers added live events for assignments and submissions 2015-12-18 21:41:50 +00:00
presenters Revert "add graded anonymously indicator to grade summary page" 2015-12-11 22:57:20 +00:00
serializers Add an icon to quickly toggle post to SIS setting 2015-12-15 18:17:59 +00:00
stylesheets Fix focus indicator on discussions remove attachment button 2016-01-18 17:17:37 +00:00
views remove skip to question text accessiblity link 2016-01-19 18:22:05 +00:00