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
Feanil Patel
25a043e17c
Remove a flaky test.
...
Failing Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-pr/2061/
Passing Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-pr/2051/
The test passes in 2051 but then fails in build 2061 for the same
commit.
2019-03-01 14:31:10 -05:00
Feanil Patel
d9cfd19459
Delete flaky test.
...
Failing Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-pr/2051/
Passing Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-pr/2061/
This test fails on build 2051 and passes on 2061 but both builds are for
the same commit.
2019-03-01 14:28:32 -05:00
Feanil Patel
49784dc36c
Remove a flaky bokchoy test.
...
This test failed and then passed for edx-platform commit: 9b358aaffc
Failed Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-master/351/
Passing Build: https://build.testeng.edx.org/job/edx-platform-bokchoy-pipeline-master/352/
2019-03-01 11:29:22 -05:00
zrana
63c789ef18
Remove flaky lms instructor dashboard test
2019-02-28 17:11:52 +05:00
zrana
459d2f74a1
remove flaky studio advance settings test
2019-02-28 16:14:16 +05:00
Shadi Naif
1b83f24d3c
Convert the (Email Change Confirmation) message to use edx-ACE
...
Basically, this was done by:
1. Adding new class type in [common/djangoapps/student/message_types.py]
2. Adding new files for the ace template in a new directory named
[common/templates/student/edx_ace/emailchangeconfirmation]
3. Removing old template files
[confirm_email_change.txt] and [email_change_subject.txt]
from the directories:
[lms/templates/emails] and
[common/test/test_sites/test_site/templates/emails]
4. Converting the [confirm_email_change] code to use [ace.send()]
2019-02-27 16:22:16 +02:00
Matt Hughes
b4664f8377
Add IDV bypass mechanism for bok_choy tests
...
An older test was deleted based on flakiness around the ID
verification process; this test eliminates the dependency on IDV by
enabling manual ID verification (an enterprise-motivated workaround
for IDV requirements) via the auto_auth endpoint.
JIRA:EDUCATOR-1178
2019-02-25 15:58:11 -05:00
Stu Young
98326d7986
Merge pull request #19847 from edx/testeng/bokchoy_auto_cache_update_e403eee0109f7f5f12f75aded566044bb302816b
...
Bokchoy db cache update
2019-02-25 10:36:16 -05:00
Jeremy Bowman
5c7a8e3ac1
Merge pull request #19622 from cclauss/Fix-parens-for-Python3
...
Fix explicit tuple parameters for Python 3
2019-02-21 15:45:09 -05:00
edx-cache-uploader-bot
af31d6cc18
Updating migrations
2019-02-21 14:29:54 -05:00
Calen Pennington
cd107d3cf9
Merge pull request #19751 from edx/unicode10
...
enable unicode format string linter
2019-02-21 06:07:11 -05:00
zrana
7d59e82a86
Merge pull request #19429 from edx/lett_2_bc_lti_consumer_tests
...
Convereted lettuce tests into bokchoy for LTI Xblock
2019-02-21 14:54:49 +05:00
zrana
243145c706
Convereted lettuce tests into bokchoy for LTI Xblock
2019-02-21 13:31:27 +05:00
Calen Pennington
78c8950ea3
Clean up a few remaining unicode format string errors
2019-02-20 15:28:14 -05:00
Calen Pennington
0ffcf3a4b0
Merge pull request #19835 from edx/revert-19677-emma-green/REVEM-176/cache-course_runs-to-programs
...
Revert "WIP:Cache course runs to programs"
2019-02-20 13:37:57 -05:00
Matt Hughes
b7523aaea3
Merge pull request #19828 from edx/matthugs/fix-flaky-data-downloads-tab-tests
...
Fix flaky test_list_student_profile_information
2019-02-20 12:29:05 -05:00
emma-green
cbf3f78325
Revert "WIP:Cache course runs to programs"
2019-02-20 12:03:07 -05:00
Emma Green
f2139bbe2f
add courses to programs to cache
2019-02-19 15:17:23 -05:00
Matt Hughes
aebe6cf446
Fix flaky test_list_student_profile_information
2019-02-19 12:38:40 -05:00
cclauss
44d62fac75
Fix explicit tuple parameters for Python 3
2019-02-19 12:37:34 +01:00
Jeremy Bowman
911aecefbb
Merge pull request #19795 from edx/jmbowman/progress_page_screenshots
...
Capture screenshots on progress page test failures
2019-02-13 13:49:44 -05:00
Nimisha Asthagiri
d62114dede
Remove Profile Tab on Dashboard pages
2019-02-13 00:00:34 -05:00
Jeremy Bowman
193ef1ceb7
Capture screenshots on progress page test failures
2019-02-12 20:32:54 -05:00
Jeremy Bowman
b046ce89b4
More reliable container publish in bok-choy tests
2019-02-12 14:10:54 -05:00
stv
e7733faa1a
Fix tests: Show Answer, Number of Attempts
2019-02-08 12:33:45 -08:00
Stu Young
af94f3756f
Merge pull request #19760 from edx/estute/fix-flaky-problem-test
...
wait for ajax on problem reset in test
2019-02-07 09:51:12 -05:00
Waheed Ahmed
bf6301c11e
Merge pull request #19291 from edx/waheed/LEARNER-4434-discovery-support-beta-langs
...
Add support for beta languages
2019-02-07 13:10:27 +05:00
Stuart Young
ad6312b67b
wait for ajax on problem reset in test
2019-02-06 15:29:31 -05:00