Commit Graph

2685 Commits

Author SHA1 Message Date
Jon Kiparsky
a85f456e21 INCR-222: Run python-modernize on common/test/acceptance/tests/lms (#20420)
* Run python-modernize on common/test/acceptance/tests/lms

* Fix code quality issues

* tweak mport order
2019-05-08 10:16:56 -04:00
Peter Pinch
f4dc8d57c4 incr-150 modernize common/test/acceptance/tests/video 2019-05-06 13:32:24 -04:00
edX cache uploader bot
e3079c2eb3 Updating Bokchoy testing database cache 2019-05-03 13:41:08 -04:00
Nimisha Asthagiri
4140e17946 Merge pull request #20387 from edx/revert-20355-bom/discussions-colocation
Revert "Discussions consolidation"
2019-05-02 15:59:35 -04:00
Alex Dusenbery
464eb5b354 omgz check if the list is empty before you pick something from it (bokchoy) 2019-05-02 15:40:39 -04:00
Nimisha Asthagiri
ef0e06cc0a Revert "Discussions consolidation" 2019-05-02 14:59:56 -04:00
Nimisha Asthagiri
df962a31b7 Move django_comment_common to openedx/core/djangoapps/discussion_common 2019-05-01 19:15:02 -04:00
Bill DeRusha
2b11068622 Revert "Convert Account Activation Emails to edx-ACE" 2019-05-01 16:30:09 -04:00
Alex Dusenbery
59b7cc5ba3 Remove flaky test_education_completed_field bokchoy test. 2019-05-01 13:47:48 -04:00
Alex Dusenbery
4768edabca Fix test_lms.PayAndVerifyTest.test_enrollment_upgrade bokchoy test. 2019-05-01 13:46:35 -04:00
Stuart Young
c89a0007eb remove flaky studio grading test 2019-04-30 13:20:06 -04:00
Stuart Young
92192debca delete flaky problem type bok choy test 2019-04-30 09:28:14 -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
edX cache uploader bot
8d4c7240f1 Updating Bokchoy testing database cache 2019-04-25 10:15:53 -04:00
edX cache uploader bot
d2ffe38733 Updating Bokchoy testing database cache 2019-04-24 13:59:35 -04:00
edX cache uploader bot
afc3d097ac Updating Bokchoy testing database cache 2019-04-24 09:58:15 -04:00
Stuart Young
6a8de2b049 add missing course_key to migrations for bokchoy 2019-04-23 13:35:50 -04:00
edX cache uploader bot
4a0256dcc6 Updating Bokchoy testing database cache 2019-04-19 16:31:37 -04: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
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
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
Michael Youngstrom
a87273ec01 Upgrade axe-core and ignore newly introduced failures 2019-04-17 12:18:32 -04:00
edX cache uploader bot
9b694f015e Updating Bokchoy testing database cache 2019-04-16 10:40:24 -04:00
edX cache uploader bot
b54bd1cae3 Bokchoy db cache update (#20199)
* Updating migrations for new waffle switch: enterprise_role_based_access_control
2019-04-09 16:16:46 -04:00
edx-cache-uploader-bot
ca3fb17406 Updating migrations 2019-04-08 10:56:30 -04:00
Michael Youngstrom
746b5a7e8d Merge pull request #20119 from edx/testeng/bokchoy_auto_cache_update_f2440cac82cfce5547d42c8bf9504468bee4a743
Bokchoy db cache update
2019-04-02 12:21:02 -04:00
edx-cache-uploader-bot
db6de5990d Updating migrations 2019-04-02 10:32:26 -04:00
Christie Rice
bfce40663e Merge pull request #20110 from edx/crice/flakyTest
Remove flaky test test_birth_year_not_set
2019-04-02 09:27:29 -04:00
Christie Rice
349bc33ac0 Remove flaky test test_birth_year_not_set 2019-04-01 09:32:37 -04:00
edx-cache-uploader-bot
d77b317273 Updating migrations 2019-03-29 12:31:00 -04:00
Michael Youngstrom
9c074eac86 Fix testing db 2019-03-22 16:59:57 -04:00
edx-cache-uploader-bot
7e66e2a6f6 Updating migrations 2019-03-19 15:10:54 -04:00
Ned Batchelder
561f0752ca Skip tests of help doc links on named release branches.
@skip_unless_master is used to skip tests because on named release
branches, most work happens leading up to the first release on the
branch, and that is before the docs have been published.  Tests that
check readthedocs for the right doc page will fail during this time, and
it's just a big distraction.  Also, if we bork the docs, it's not the
end of the world, and we can fix it easily, so this is a good tradeoff.
2019-03-14 14:01:30 -04:00
edx-cache-uploader-bot
d89c34369c Updating migrations 2019-03-12 12:29:28 -04:00
edx-cache-uploader-bot
adbf5fe33b Updating migrations 2019-03-11 16:43:55 -04:00
Stu Young
129438420e Merge pull request #19970 from edx/estute/remove-flaky-account-settings-test
remove flaky account settings page test
2019-03-11 11:18:04 -04:00
Stuart Young
648f15a514 remove flaky account settings page test 2019-03-08 17:38:27 -05:00
edx-cache-uploader-bot
96b39e4aa1 Updating migrations 2019-03-08 14:04:59 -05:00
Stu Young
dbbfaf8bae Merge pull request #19954 from edx/testeng/bokchoy_auto_cache_update_224fa696472c3fd35f4920ce2f428d351c3a948f
Bokchoy db cache update
2019-03-07 12:15:51 -05:00
edx-cache-uploader-bot
44b7dd2b28 Updating migrations 2019-03-07 10:56:29 -05:00
zrana
c43b14a0ff Merge pull request #19896 from edx/zeeshan/remove_flaky_studio_settings_test
Remove flaky studio settings test
2019-03-07 19:20:31 +05:00
zrana
72c9bd1bae Merge pull request #19901 from edx/zeeshan/remove_flaky_lms_insturctor_dashboard_test
Remove flaky lms instructor dashboard test
2019-03-07 19:20:16 +05:00
Cali Stenson
362403bf7a Delete flaky bokchoy tests.
EDUCATOR-4164, EDUCATOR-4165, EDUCATOR-4166
2019-03-06 14:20:18 -05:00
Stuart Young
a79e064192 remove flaky bokchoy test 2019-03-05 13:47:17 -05:00
Feanil Patel
c8ebcff16b Merge pull request #19908 from edx/feanil/remove_flaky_bokchoy_test
Remove a flaky bokchoy test.
2019-03-04 10:57:07 -05:00