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
Calen Pennington
83de2e1913
Update common/lib/xmodule/xmodule/docs/decisions/0001-move-due-dates-to-db.rst
...
Co-Authored-By: davestgermain <dave@st.germa.in >
2019-02-27 16:10:01 -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
Dave St.Germain
571b2a7227
Addressed feedback
2019-02-26 16:27:21 -05:00
Matt Tuchfarber
89c36ad65a
Merge pull request #19858 from edx/bessiesteinberg/ent-1591
...
ENT-1591: Validate Recovery Email a Primary Email
2019-02-26 12:37:51 -05:00
Matt Hughes
790f598ded
Merge pull request #19872 from edx/matthugs/old-IDV-flaky-bokchoy-test
...
Add IDV bypass mechanism for bok_choy tests
2019-02-26 10:50:09 -05:00
AsadAzam
69f2334934
Merge pull request #19867 from edx/asad/Educator-3928-add-logs
...
Added logs
2019-02-26 16:17:33 +05: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
emma-green
507cfb8942
Merge pull request #19849 from edx/emma-green/REVEM-176/C/Hacky-cache-course_runs-to-programs
...
add course to program caching
2019-02-25 10:41:51 -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
Nimisha Asthagiri
3b411890a6
Merge pull request #19510 from CredoEducation/text-input-problem-pr
...
Bugfix: Text Input problem type expects numeric answer when correct answer starts with a number
2019-02-25 10:28:32 -05:00
Dave St.Germain
954c8e1a67
Merge pull request #19771 from edx/dahlia/masters-track
...
Added master's track
2019-02-25 10:11:24 -05:00
asadazam93
12d20697c5
Added logs
2019-02-25 17:18:47 +05:00
Bessie Steinberg
16ceb8103c
ENT-1591: Validate Recovery Email a Primary Email
...
- On the accounts page validate that a recovery email is not any of the
existing primary emails or one that has been retired.
2019-02-22 13:27:10 -05:00
Emma Green
57b7150b09
add course to program caching
2019-02-22 13:18:23 -05:00
Michael Youngstrom
9631fc2f88
Unpin sortedcontainers for python3 support
2019-02-21 17:27:13 -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
Dave St.Germain
426bdce361
Proposed decision on due date refactoring
2019-02-21 13:52:08 -05:00
Farhanah Sheets
5b38c7e39e
Merge pull request #19825 from edx/aehsan/learner-6238/update_deprecated_pygeoip_to_geoip2
...
update pygeopip to geoip2
2019-02-21 13:02:47 -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
adeelehsan
3e2764d9c0
update pygeopip to geoip2
...
Update deprecated pygeoip
to geoip2 and all usages
of it
Learner-6238
2019-02-21 00:42:05 +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
17f0a4fb52
Allow educators to partition masters students as content groups
...
JIRA:EDUCATOR-4022
2019-02-20 12:40:53 -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
304fba5959
Merge pull request #19677 from edx/emma-green/REVEM-176/cache-course_runs-to-programs
...
WIP:Cache course runs to programs
2019-02-20 09:55:36 -05:00
cclauss
350b201e43
INCR-29: Run python-modernize on common/lib/chem
...
Signed-off-by: cclauss <cclauss@me.com >
2019-02-20 00:40:27 +01:00
Jeremy Bowman
974ae50bf4
Merge pull request #19620 from cclauss/new-style-exceptions
...
Old style exceptions --> new style for Python 3
2019-02-19 16:31:35 -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
bmedx
7df1e05f49
Fix xxslint errors in touched files
2019-02-19 11:24:24 -05:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
cclauss
c0c935b685
Old style exceptions --> new style for Python 3
2019-02-19 13:09:23 +01:00
cclauss
44d62fac75
Fix explicit tuple parameters for Python 3
2019-02-19 12:37:34 +01:00
adeelehsan
a05b3a3305
Merge pull request #19807 from edx/aehsan/LEARNER-6183/disable_third_party_if_account_password_is_unusable
...
Disbale third party login
2019-02-18 12:38:11 +05:00
Bessie Steinberg
1a94a69560
ENT-1512: Make Recovery Email Retireable
2019-02-15 14:21:32 -05:00
Awais Jibran
c3682237f8
Merge pull request #19782 from edx/aj/fix-capa-problem-response-csv
...
Fix csv of problem responses silent failure
2019-02-15 16:32:35 +05:00
adeelehsan
73f57457c0
Disbale third party login
...
if user password is unusable
then disable third party login
LEARNER-6183
2019-02-15 16:03:11 +05:00
Saleem Latif
00b0baabbb
Updating recovery email address from an already verified email address auto verifies the new address
2019-02-15 11:48:11 +05:00
Awais Jibran
04d17d55a9
Fix csv of problem responses silent failure
2019-02-14 11:37:32 +05:00
singuliere
631c173b1b
INCR-82 remove dependency on code_block_timer
2019-02-14 00:51:04 +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