usamasadiq
dc36d0bfe8
Ran pyupgrade on lms/djangoapps
...
Ran pyupgrade on lms/djangoapps/mailing
Ran pyupgrade on lms/djangoapps/mobile_api
Ran pyupgrade on lms/djangoapps/monitoring
2021-02-19 17:47:37 +05:00
Aarif
ba16e05899
replaced unittest assertions pytest assertions ( #26564 )
2021-02-19 16:04:32 +05:00
Aarif
7d5f9b2016
replaced unittest assertions pytest assertions ( #26553 )
2021-02-19 16:03:53 +05:00
Aarif
944df92787
replaced unittest assertions pytest assertions ( #26548 )
2021-02-19 15:58:45 +05:00
Usama Sadiq
8f638723a2
Merge pull request #26627 from edx/testeng/bokchoy_auto_cache_update_d735a08ff384d4d10313e2115c5fb391c808f1ef
...
Bokchoy Testing DB Cache update
2021-02-19 15:08:34 +05:00
Usama Sadiq
a0852f4ff6
Merge pull request #26563 from edx/usamasadiq/bom-2244-remove-constraints
...
Remove numpy & scipy constraints
2021-02-19 14:40:16 +05:00
edX cache uploader bot
4f21aebd63
Updating Bokchoy testing database cache
2021-02-19 04:23:03 -05:00
Sameen Fatima
42d9c3c080
edx enterprise version bump to 3.17.35 ( #26624 )
2021-02-19 14:11:14 +05:00
Aarif
87fbbc7f3b
replaced unittest assertions pytest assertions ( #26547 )
2021-02-19 12:36:28 +05:00
Aarif
a332aac1f6
replaced unittest assertions pytest assertions ( #26541 )
2021-02-19 12:27:11 +05:00
Aarif
cce5c9ef1a
replaced unittest assertions pytest assertions ( #26530 )
2021-02-19 12:25:51 +05:00
usamasadiq
627209cdf1
Remove numpy & scipy constraints
2021-02-19 12:13:33 +05:00
Aarif
a8b9733654
replaced unittest assertions pytest assertions ( #26544 )
2021-02-19 11:59:44 +05:00
Aarif
0112339b20
replaced unittest assertions pytest assertions ( #26543 )
2021-02-19 11:58:27 +05:00
edX requirements bot
cd42829567
Updating Python Requirements ( #26623 )
2021-02-19 11:36:55 +05:00
alangsto
04046c727f
updated edx-proctoring version to latest release ( #26620 )
2021-02-18 15:00:10 -05:00
Sarina Canelake
ac999ec1fc
Merge pull request #25984 from naeem91/patch-1
...
Fix PY3 incompatible division
2021-02-18 14:57:38 -05:00
Kellie Selinka
2c4502db66
Merge pull request #26613 from edx/kselinka_bump_enterprise_to_3_17_33
...
bump edx-enterprise version to 3.17.33
2021-02-18 11:23:08 -05:00
Christie Rice
6b0bc6389a
MICROBA-918 Update allowlist check to handle more signals ( #26606 )
2021-02-18 10:48:53 -05:00
Kellie Selinka
83871fd37d
bump edx-enterprise version to 3.17.33
2021-02-18 09:50:15 -05:00
Aarif
d2a147bb47
replaced unittest assertions pytest assertions ( #26542 )
2021-02-18 19:14:41 +05:00
Aarif
f35ff6a1eb
replaced unittest assertions pytest assertions ( #26540 )
2021-02-18 19:13:47 +05:00
Aarif
874436b720
replaced unittest assertions pytest assertions ( #26539 )
2021-02-18 19:13:12 +05:00
Michael Terry
139a0f6ee1
Merge pull request #26290 from edx/mikix/effort-estimation
...
AA-614: Add initial effort estimation block transformer
2021-02-18 08:52:55 -05:00
Michael Terry
1b9119859e
AA-614: Add initial effort estimation block transformer
2021-02-18 08:31:19 -05:00
Kyle McCormick
136b16969d
refactor: Upgrade xblock-drag-and-drop-v2 to 2.3.2 ( #26235 )
...
Previous version was 2.2.10.
Pulls in fix to deprecated import path, which
will soon be unsupported.
Incidentally pulls in:
* Make drag-and-drop indexable.
* Drop Python 2 support from drag-and-drop-v2.
2021-02-18 08:18:08 -05:00
Aarif
a1406cddf2
replaced unittest assertions pytest assertions ( #26528 )
2021-02-18 18:09:45 +05:00
Aarif
802ae6343b
replaced unittest assertions pytest assertions ( #26527 )
2021-02-18 18:08:52 +05:00
Aarif
7dfd6edd23
replaced unittest assertions pytest assertions ( #26524 )
2021-02-18 18:08:23 +05:00
Aarif
774caac305
replaced unittest assertions pytest assertions ( #26513 )
2021-02-18 18:07:46 +05:00
Aarif
d2644e2dc2
replaced unittest assertions pytest assertions ( #26554 )
2021-02-18 18:06:13 +05:00
Aarif
1ead9f684c
replaced unittest assertions pytest assertions ( #26546 )
2021-02-18 18:01:41 +05:00
Aarif
906b6f7fed
replaced unittest assertions pytest assertions (19) ( #26545 )
2021-02-18 18:00:30 +05:00
Zainab Amir
c260f72c2e
VAN-311: Add multiple enterprise support for Authn MFE ( #26526 )
2021-02-18 17:24:44 +05:00
edX requirements bot
a5aa069115
Updating Python Requirements ( #26610 )
2021-02-18 12:19:54 +05:00
David Ormsbee
843668a011
Revert "feat: 403 logging for exchange_access_token ( #26511 )" ( #26608 )
...
This reverts commit 0517603b6d .
This was masking a LabXchange error by blowing up with:
"Stack trace builtins:AttributeError: 'NoneType' object has no attribute 'status_code'"
2021-02-17 17:08:44 -05:00
Feanil Patel
8925756f11
doc: Add some docs for how rate-limiting works. ( #26475 )
...
* doc: Add a decision around rate-limiting in edx-platform
While looking into whether a change to how we handle RateLimitExceptions
would impact logins, I learned the following about the current state of
how rate limiting works in our login flows. Based on what I learned, I captured
the current state as well as decisions on how we should rate limit in the future.
2021-02-17 13:16:57 -05:00
Felipe Montoya
6cb97b13ac
Merge pull request #26455 from jramnai/tsd-course_search_annotations
...
[TSD] add annotations for courseware and dashboard search feature flag
2021-02-17 10:02:48 -05:00
Ali Akbar
e4b3916724
Merge pull request #26596 from edx/IM/security-fixes-9-thresholds
...
update thresholds after IM security fixes 9
2021-02-17 16:07:16 +05:00
Ali-D-Akbar
bea2b12095
update thresholds after IM security fixes 9
2021-02-17 14:58:33 +05:00
edx-pipeline-bot
dd5c19b6cb
Merge pull request #26590 from edx/private_to_public_096bfe9
...
Mergeback PR from private to public.
2021-02-17 03:04:11 -05:00
edX requirements bot
57a8a8a0af
Updating Python Requirements ( #26589 )
2021-02-17 12:37:18 +05:00
Matt Tuchfarber
6efc6e1e6a
Merge pull request #26586 from edx/tuchfarber/allow_db_args
...
feat: Allow cert allowlist mgmt cmd to use db args
2021-02-16 15:45:58 -05:00
Ned Batchelder
cab184e356
chore: update LTI xblock to 2.6.0
2021-02-16 15:45:02 -05:00
Ali Akbar
096bfe95dc
Merge pull request #223 from edx/IM/security-fixes-12
...
Incident Management Security Fixes 12
2021-02-17 01:31:49 +05:00
Ali Akbar
d0d5cd7a1b
Merge pull request #222 from edx/IM/security-fixes-11
...
Incident Management Security Fixes 11
2021-02-17 01:31:40 +05:00
Ali Akbar
8ae7ae81c5
Merge pull request #26486 from edx/aakbar/disable-xsslint
...
Disable xsslint
2021-02-17 01:25:45 +05:00
Matt Tuchfarber
0374c3f62b
Update help text
2021-02-16 15:16:52 -05:00
Matt Tuchfarber
d380d85f5c
feat: Allow cert allowlist mgmt cmd to use db args
...
The management command to generate certificates for users on a course's
allowlist (formerly whitelist) now allows for database arguments to
allow it to be called outside of a manual shell.
2021-02-16 14:49:26 -05:00
Alexander J Sheehan
5a40a249fc
Merge pull request #26583 from edx/alex-sheehan-edx/bumping-enterprise-3.17.30
...
bumping enterprise version to 3.17.30
2021-02-16 14:29:50 -05:00