Zainab Amir
c5395a2a67
Add veda fernet key to LMS ( #23722 )
2020-05-04 17:27:48 +05:00
adeel khan
0262d0e3ee
Merge pull request #23836 from edx/adeel/prod_1477_enable_recovery_email_for_all_learners
...
Removes enterprise filter for account recovery banner
2020-05-04 17:23:15 +05:00
edX requirements bot
bd9db3dd7e
Updating Python Requirements ( #23883 )
2020-05-04 08:22:40 -04:00
edx-pipeline-bot
bc3fe12a87
Merge pull request #23882 from edx/private_to_public_25e42cb
...
Mergeback PR from private to public.
2020-05-04 03:25:56 -04:00
Ali Akbar
25e42cb77e
Merge pull request #177 from edx/aakbar/PROD-1291
...
fixes for xss lint issues
2020-05-04 11:36:49 +05:00
edx-pipeline-bot
1d7d28e0ce
Merge pull request #23881 from edx/private_to_public_ae014af
...
Mergeback PR from private to public.
2020-05-04 02:28:26 -04:00
Ahtisham Shahid
ae014afa19
Merge pull request #175 from edx/ahtisham/PROD-1257
...
Fixed xss linter issue
2020-05-04 10:40:33 +05:00
Ahtisham Shahid
2968550928
Merge pull request #176 from edx/ahtisham/PROD-1253
...
Fixes xss linter issue
2020-05-04 10:40:25 +05:00
edX Transifex Bot
063e1d45c8
fix(i18n): update translations
2020-05-03 17:19:10 -04:00
Simon Chen
34d4d162f7
MST-108 Add masquerading fix to the upgrade message display
2020-05-01 16:54:43 -04:00
Nick
f47fc73f98
Merge pull request #23871 from edx/ndalfonso/AA-138-banner-debug
...
add logs for debugging
2020-05-01 15:45:40 -04:00
Nicholas D'Alfonso
21358b764e
add logs for debugging
2020-05-01 15:19:26 -04:00
Tim McCormack
5bb89d95c5
Revert "Revert "Fix Jenkins virtualenv issue that masked stale dependency" ( #23828 )" ( #23866 )
...
This reverts commit 70600d79d7 .
2020-05-01 17:33:38 +00:00
Matt Tuchfarber
78cd8b472b
Merge pull request #23860 from edx/tuchfarber/fix_program_to_slug
...
Change edx.org theme to use program slug
2020-05-01 13:26:55 -04:00
Matt Tuchfarber
2c64560989
Change edx.org theme to use program slug
2020-05-01 12:04:22 -04:00
Aarif
b13f207e1f
Merge pull request #23833 from edx/BOM-1353
...
remove useless-supression warnings - BOM-1353
2020-05-01 20:05:50 +05:00
Aarif
98af9ce418
remove useless-supression warnings
2020-05-01 19:42:15 +05:00
Aura Milena Alba
ce96d6c92d
DEPR-66 Remove pattern library on programs_details ( #23416 )
2020-05-01 10:39:51 -04:00
Ned Batchelder
92b67cac64
Merge pull request #23861 from regisb/regisb/quiet-imp-deprecation-warnings
...
CRI-196 Quiet deprecation warnings from imp and courseware modules
2020-05-01 10:29:57 -04:00
Dave St.Germain
2c12792be2
Merge pull request #23857 from edx/dcs/wikitab
...
Fixes hidden tabs showing up in courseware MFE.
2020-05-01 10:10:26 -04:00
edX requirements bot
10e5b1a2a8
Updating Python Requirements ( #23863 )
2020-05-01 09:33:10 -04:00
Régis Behmo
cc6e823fe6
Quiet courseware import warnings
...
As it is explained in courseware/__init__.py:
Importing 'lms.djangoapps.courseware' as 'courseware' is no longer
supported
This warning, while relevant, decreased the signal/noise ratio when
investigating the lms logs.
The "bulk_email" app was the only remaining app importing the courseware
module incorrectly. All edx-platform modules and dependencies now follow
the new convention.
This is in part for CRI-196.
2020-05-01 00:07:30 +02:00
Régis Behmo
cfe311be0f
Quiet deprecation warnings from imp module
...
The "imp" module is deprecated and should be replaced by "importlib". As
a consequence, loading the django settings used to raise deprecation
warnings:
DeprecationWarning: the imp module is deprecated in favour of
importlib; see the module's documentation for alternative uses
It should be noted that python 3.5.1 ships with an older release of
distutils which still relies on the imp module. Thus, users of python
3.5.1 (for instance: edx.org developers) will continue to see the
deprecation warning for some time, despite this patch. We suggest
upgrading to python 3.5.9.
This addresses part of CRI-196.
2020-04-30 23:41:40 +02:00
Robert Raposa
8ed8d1ed9f
add find_order_dependent_test_failures.py script ( #23851 )
...
In the case that that are order dependent failures on Jenkins, this
script can be used to automatically find the minimal set of tests
required to continue to test the failure locally.
2020-04-30 15:58:13 -04:00
Michael Terry
cce2c0e015
Merge pull request #23858 from edx/mikix/less-upselling
...
Reduce upselling on Dates tab
2020-04-30 15:55:37 -04:00
Michael Terry
70c9170ed2
Reduce upselling on Dates tab
...
The dates tab has a lot of redundant calls to action around
upgrading to verified track. This replaces them with a single
banner at the top of the page.
AA-102
2020-04-30 15:31:58 -04:00
Calen Pennington
810f29c12c
Merge pull request #23855 from cpennington/aa-138-reset-dates-graded-only
...
Only show the resets date banner if you have missed the due date on a…
2020-04-30 14:02:39 -04:00
Dave St.Germain
2def3f427d
Fixes hidden tabs showing up in courseware MFE. TNL-7149
...
Refactors courseware metadata code.
Enables masquerading in the courseware metadata API.
2020-04-30 12:19:43 -04:00
Calen Pennington
ff88f3d423
Only show the resets date banner if you have missed the due date on a graded subsection
...
[AA-138]
2020-04-30 11:50:45 -04:00
David Ormsbee
d1da021d77
Merge pull request #23469 from open-craft/blockstore-race-condition
...
Cache Blockstore XBlock field data per thread, not per-process
2020-04-30 11:33:43 -04:00
David Ormsbee
431fdb9009
Merge pull request #23233 from open-craft/blockstore-library-links
...
REST API for managing Content Library bundle links
2020-04-30 11:32:48 -04:00
Zachary Hancock
f9bd748169
remove bulk write of CourseAccessRoleAssignment ( #23849 )
2020-04-30 11:05:15 -04:00
Robert Raposa
2cde81e190
fix get_worker_test_list.py ( #23842 )
...
* fix get_worker_test_list.py
The test name is not always at the same index in the line, so pull
it from the regex instead.
2020-04-30 11:04:25 -04:00
julianajlk
d1ee55d57f
Add alert banner to Contact Us Page with Covid-19 message ( #23825 )
...
PROD-1480
2020-04-30 11:01:46 -04:00
edX requirements bot
5d0ec0be97
Updating Python Requirements ( #23853 )
2020-04-30 10:39:40 -04:00
Waheed Ahmed
07465b2b35
Ratelimit password reset by email instead of IP.
...
Also changed `password_reset` endpoint rate limit configuration to
1/minute from 30/5 minutes.
PROD-1427
2020-04-30 14:50:47 +05:00
edX Transifex Bot
6fac7449fb
geoip2: update maxmind geolite country database
2020-04-29 16:54:03 -04:00
Robert Raposa
c6e9e545f9
fix flaky tests ( #23848 )
...
It doesn't look like this setting was required, and because it didn't
use override_settings, it broke other tests.
2020-04-29 15:42:17 -04:00
stvn
d5ed3fcc22
Merge PR #23846 fix/learn-mfe/resize-iframe
...
* Commits:
Stop skipping chromeless iframe resize onload event
2020-04-29 11:43:06 -07:00
stvn
6c5edee219
Stop skipping chromeless iframe resize onload event
...
in the case where the MutationObserver has already tried resizing the
iframe prior to it fully loading.
2020-04-29 11:04:12 -07:00
Zachary Hancock
cb44075ace
only query due_dates for courses in progress ( #23823 )
2020-04-29 12:15:03 -04:00
Feanil Patel
d23393d76a
Merge pull request #23835 from edx/jenkins/upgrade-python-requirements-70600d7
...
Python Requirements Update
2020-04-29 09:32:04 -04:00
Dave St.Germain
0c67d91b16
Merge pull request #23774 from edx/dcs/tabfields
...
TNL-7148 -- support external links in courseware API
2020-04-29 09:31:14 -04:00
Dave St.Germain
1354172592
Merge pull request #23665 from edx/dcs/user-service
...
Add support for external user ids to the xblock user service.
2020-04-29 09:23:47 -04:00
Dave St.Germain
fbc18460ca
Add support for external user ids to the xblock user service.
2020-04-29 08:55:40 -04:00
Dave St.Germain
4548337114
Merge pull request #23826 from edx/robrap/fix-is_in_memory_db-issue
...
fix issue with is_in_memory_db
2020-04-29 08:51:02 -04:00
Adeel Khan
9778e69c76
Removes enterprise filter for account recovery banner
...
Previously code was only showing banner for enterprise
learners. This patch would remove this restriction
and is available to all edX learners provided that
'enable_secondary_email_feature' is switched on.
PROD-1477
2020-04-29 17:44:25 +05:00
edX requirements bot
033e79b688
Updating Python Requirements
2020-04-29 06:51:02 -04:00
Tim McCormack
70600d79d7
Revert "Fix Jenkins virtualenv issue that masked stale dependency" ( #23828 )
...
* Revert "Use pip-sync to make sure that dep cache tarball can go safely stale"
This reverts commit d435f4cd3e .
* Revert "Extract worker setup into own shell script, as much as possible"
This reverts commit 0a079e757c .
2020-04-29 02:15:57 +00:00
Robert Raposa
e63a7a4920
Revert "remove tests causing flakiness ( #23827 )" ( #23830 )
...
This reverts commit be1aaa00ff .
2020-04-28 17:31:45 -04:00