M. Zulqarnain
16f600910b
pyupgrade on lms edxnotes,email_marketing,experiments apps ( #26531 )
2021-02-22 15:42:32 +05:00
edX requirements bot
f33f12bbea
BOM-2358 : Pyupgrade in dashboard, debug, discussion apps ( #26529 )
...
* Python code cleanup by the cleanup-python-code Jenkins job.
This pull request was generated by the cleanup-python-code Jenkins job, which ran
```
cd lms/djangoapps/dashboard; find . -type f -name '*.py' | while read fname; do sed -i 's/ # lint-amnesty, pylint: disable=super-with-arguments//; s/ # lint-amnesty, pylint: disable=import-error, wrong-import-order//; s/ # lint-amnesty, pylint: disable=wrong-import-order//' "$fname"; done; find . -type f -name '*.py' | while read fname; do pyupgrade --exit-zero-even-if-changed --py3-plus --py36-plus --py38-plus "$fname"; done; isort --recursive .
```
The following packages were installed:
`pyupgrade,isort`
* feedback done
Co-authored-by: Zulqarnain <muhammad.zulqarnain@arbisoft.com >
2021-02-22 15:42:21 +05:00
M. Zulqarnain
e505d99237
pyupgrade on lms gating and grades apps ( #26532 )
2021-02-22 12:58:41 +05:00
M. Zulqarnain
36748ff78f
pyupgrade on LMS instructor app ( #26533 )
2021-02-22 12:58:35 +05:00
M. Zulqarnain
f4a5af29d3
pyupgrade in program_enrollments ( #26597 )
2021-02-22 12:58:16 +05:00
M. Zulqarnain
b6a2b91dd5
pyupgrade on rss_proxy and shoppingcart ( #26628 )
2021-02-22 12:58:09 +05:00
Aarif
95d6397f41
replaced unittest assertions pytest assertions ( #26570 )
2021-02-22 12:25:27 +05:00
Aarif
98f5a886ba
replaced unittest assertions pytest assertions ( #26569 )
2021-02-22 12:24:59 +05:00
Aarif
cfcb9330b3
replaced unittest assertions pytest assertions ( #26568 )
2021-02-22 12:24:33 +05:00
Aarif
c880a44947
replaced unittest assertions pytest assertions ( #26566 )
2021-02-22 12:24:07 +05:00
Lunyachek
5906bdedad
Fix sidebar width on course about page when screen resolution less than 768px ( #26056 )
2021-02-19 16:16:21 -05:00
Maarten
469faaa62d
Only add the scrollbar when the width of the screen is small enough (xs) to highlight the whole sequence-nav item ( #26405 )
2021-02-19 16:11:25 -05:00
Maarten
ae3130b960
fix: remove surplus %20 and + from links to twitter and email ( #26393 )
2021-02-19 15:02:22 -05:00
Manjinder Singh
85242014b6
fix: changed setting to fix login through studio ( #26636 )
...
Login redirect was using wrong url, thus making it impossible to login from studio. This settings change should fix that.
Useful information to include:
Which edX user roles will this change impact? "Developer"
Supporting information
https://openedx.atlassian.net/browse/ARCHBOM-1687
Testing instructions
Bring up devstack studio and press sign in. If it redirects you correctly to lms login page, this works!
2021-02-19 14:33:43 -05:00
alangsto
f88181c3c8
update context key/value pair being used for approved email ( #26635 )
2021-02-19 14:15:09 -05:00
Adam Stankiewicz
623876c56c
bump edx-enterprise to 3.17.37 ( #26634 )
2021-02-19 13:20:05 -05:00
Calen Pennington
b7090ecf42
Merge pull request #26621 from cpennington/education-field-name
...
fix: Standardize the name of the education field in Segment
2021-02-19 10:17:21 -05:00
Zainab Amir
01501335fc
VAN-392: suppress PII from logistration error messages ( #26629 )
2021-02-19 19:04:54 +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
Calen Pennington
64c94174ed
fix: Standardize the name of the education field in Segment
...
The UserProfile fields level_of_education is named education in the identify call we send to segment on registration. This fixes it so that that same field name is used when we send identify events when user profiles change.
2021-02-18 14:25:09 -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