Commit Graph

19868 Commits

Author SHA1 Message Date
Stuart Young
c89a0007eb remove flaky studio grading test 2019-04-30 13:20:06 -04:00
Stu Young
6a8bb99ad0 Merge pull request #20365 from edx/estute/remove-flaky-test
delete flaky problem type bok choy test
2019-04-30 13:15:42 -04:00
Stuart Young
92192debca delete flaky problem type bok choy test 2019-04-30 09:28:14 -04:00
DawoudSheraz
6d137790a4 avoid video url rewrite for third party videos 2019-04-30 10:53:53 +05:00
Bill Gardynski
0cbf4845cf INCR-197 (#20156) 2019-04-29 13:00:59 -04:00
Michael Youngstrom
0c509689ea Merge pull request #20353 from edx/youngstrom/incr-lms-pages
INCR-216
2019-04-29 11:45:13 -04:00
Michael Youngstrom
872cddedbf INCR 2019-04-29 09:37:44 -04:00
Ned Batchelder
67008cec68 Merge pull request #18928 from shadinaif/activation-email-to-ace
Convert Account Activation Emails to edx-ACE
2019-04-27 15:06:18 -04:00
Shadi Naif
07f588517b Convert Account Activation Emails to edx-ACE 2019-04-27 13:21:34 +03:00
David Ormsbee
adb14e13e2 Merge pull request #20334 from edx/ormsbee/xmodule_readme
Initial README for XModule
2019-04-26 13:25:03 -04:00
David Ormsbee
5b4ff6c3af Merge pull request #20332 from edx/ormsbee/track_readme
Initial README for Track app
2019-04-26 13:24:44 -04:00
David Ormsbee
b667376d4b Merge pull request #20335 from edx/ormsbee/discussion_readme
Initial README for Discussion
2019-04-25 15:56:09 -04:00
David Ormsbee
d11ec72030 Merge pull request #20330 from edx/ormsbee/student_app_readme
Initial README for Student app
2019-04-25 15:14:58 -04:00
David Ormsbee
e2ec126d0d Initial README for Discussion 2019-04-25 15:13:59 -04:00
David Ormsbee
f42f8aedc4 Initial README for XModule 2019-04-25 14:40:18 -04:00
Michael Roytman
66dc07a49f Merge pull request #20295 from edx/mroytman/EDUCATOR-4229-lms-redirection-idp
add LMS endpoint to redirect to identity provider
2019-04-25 14:13:06 -04:00
David Ormsbee
cf42c67e52 Initial README for Track app 2019-04-25 13:53:55 -04:00
David Ormsbee
67cbc02411 Initial README for Student app 2019-04-25 13:39:12 -04:00
Stu Young
9f97039a6a Merge pull request #20328 from edx/testeng/bokchoy_auto_cache_update_d6d93178bf4109db7076fddb53b123df530412ae
Bokchoy Testing DB Cache update
2019-04-25 11:31:12 -04:00
Dave St.Germain
2193b21cf6 Merge pull request #20303 from edx/dcs/masters-access
Automatically add master's to the group access of verified content
2019-04-25 11:00:16 -04:00
Michael Youngstrom
e3e009df8c Merge pull request #20312 from cocococosti/INCR-162
INCR-162
2019-04-25 10:48:10 -04:00
edX cache uploader bot
8d4c7240f1 Updating Bokchoy testing database cache 2019-04-25 10:15:53 -04:00
Dave St.Germain
589bd9b660 Merge pull request #20121 from edx/dcs/add-edx-when
Add edx-when
2019-04-25 10:00:57 -04:00
Guruprasad Lakshmi Narayanan
73ab30e342 Fix the order randomization behaviour of Randomized Content Block
The Randomized Content Block XBlock only randomizes the selection of
the children blocks and has unpredictable randomization of
the order of the selected child blocks due to the usage of sets, which
are unordered, for storing the selected blocks. This becomes apparent
when all the available child blocks in a library are chosen for a
Randomized Content Block, to randomize just the order of the child
blocks and not just the selection of the blocks. The order of the
selected blocks ends up being similar for multiple learners.

This change modifies the XBlock to store the selected child blocks in
a list, instead of a set, after randomly shuffling them.
2019-04-25 10:23:46 +05:30
Michael Roytman
6d2e273819 address review 2019-04-24 21:02:35 -04:00
Jolyon Bloomfield
c3717cbf7f INCR-201 Migrate common/djangoapps/terrain/stubs (#20163) 2019-04-24 17:03:21 -04:00
Dave St.Germain
0e590c0f7e Moved these functions out of helpers because they're not needed elsewhere 2019-04-24 15:53:24 -04:00
Constanza Abarca
f88061a3b3 ran isort 2019-04-24 15:14:34 -04:00
edX cache uploader bot
d2ffe38733 Updating Bokchoy testing database cache 2019-04-24 13:59:35 -04:00
Constanza Abarca
0abba0e6f8 INCR-162 2019-04-24 13:44:27 -04:00
Dave St.Germain
b4ccd03740 This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface.
It adds a data migration for existing IDDE data.
2019-04-24 12:26:19 -04:00
edX cache uploader bot
afc3d097ac Updating Bokchoy testing database cache 2019-04-24 09:58:15 -04:00
Zach Hancock
afe3cdb3ec user lookup util 2019-04-24 09:47:38 -04:00
Michael Youngstrom
03db25bd50 Merge pull request #20278 from edx/youngstrom/INCR-189
INCR-189
2019-04-24 09:36:22 -04:00
Michael Roytman
14160b919f add LMS endpoint to redirect to identity provider 2019-04-23 17:10:31 -04:00
Dave St.Germain
27437bc03f Ran python-modernize 2019-04-23 15:29:27 -04:00
Dave St.Germain
a5e5591262 Automatically add master's to the group access of verified content 2019-04-23 14:14:32 -04:00
Stuart Young
6a8de2b049 add missing course_key to migrations for bokchoy 2019-04-23 13:35:50 -04:00
DawoudSheraz
0a690c31a3 remove mathjax autocollapse feature 2019-04-23 12:33:54 +05:00
Michael Youngstrom
2613aa703b INCR-189 2019-04-22 15:55:16 -04:00
edX cache uploader bot
4a0256dcc6 Updating Bokchoy testing database cache 2019-04-19 16:31:37 -04:00
adeelehsan
e99c3852b3 geoip2: update maxmind geolite country database 2019-04-19 16:25:48 +05:00
Michael Youngstrom
7ddb806135 Merge pull request #20223 from edx/youngstrom/deprecate-lettuce
Remove lettuce infrastructure
2019-04-18 11:54:57 -04:00
Michael Youngstrom
bfe10720c6 Remove lettuce infrastructure 2019-04-18 09:58:21 -04:00
Christie Rice
e00dbe6484 Remove flaky test LMSLanguageTest.test_lms_language_change (#20264) 2019-04-18 08:43:54 -04:00
Matthew Piatetsky
44bad70b2c Merge pull request #20238 from edx/REVMI-149
[REVMI-149] remove experiment code
2019-04-17 13:57:01 -04:00
Ned Batchelder
3328fec9cc Merge pull request #20260 from edx/nedbat/context-managers-need-finally
Context managers need to clean up properly
2019-04-17 13:56:23 -04:00
Michael Youngstrom
1bd29a5be0 Merge pull request #19960 from edx/youngstrom/axe-core
Upgrade axe-core (via bok-choy) to 3.2.2
2019-04-17 13:29:22 -04:00
Ned Batchelder
7d964b12db Context managers need to clean up properly
An @contextmanager will raise an exception from its yield statement if
an exception happens in the with-block that uses it.  If the context
manager needs to do clean up, it should do it even if an exception is
raised, so it needs to be done in a finally clause.
2019-04-17 13:14:48 -04:00
Christie Rice
9c1141c99d REVEM-305 Change default value of experiment flags to true (enabled) (#20242) 2019-04-17 12:22:53 -04:00