Robert Raposa
f9613e8436
Merge pull request #22523 from edx/robrap/ARCH-1253-remove-DISABLE_DEPRECATED_LOGIN_POST
...
ARCH-1253: remove unused /login_post endpoint
2019-12-13 15:20:34 -05:00
Jeremy Bowman
e13855a295
Upgrade pycryptodomex ( #22520 )
2019-12-13 14:20:43 -05:00
edX cache uploader bot
595b2ce529
Updating Bokchoy testing database cache ( #22531 )
2019-12-13 13:34:40 -05:00
Feanil Patel
66a3cbc091
Merge pull request #22525 from edx/jenkins/upgrade-python-requirements-2316aba
...
Python Requirements Update
2019-12-13 13:30:53 -05:00
Awais Qureshi
078dd82a1e
Merge pull request #22514 from edx/awais786/BOM-1083
...
BOM-1083
2019-12-13 23:17:06 +05:00
Matt Tuchfarber
5039ec6a01
Merge pull request #22519 from edx/tuchfarber/enable_devstack_theming
...
Adds optional setting to enable devstack theming
2019-12-13 12:56:28 -05:00
edx-pipeline-bot
a751a4a069
Merge pull request #22530 from edx/release-mergeback-to-master
...
Merge release back to master
2019-12-13 12:44:27 -05:00
Usama Sadiq
08237d58f3
Merge pull request #22509 from edx/usama/prod-793-custom-backpopulate-credentials-arguments
...
Added custom arguments to the back-populate job
2019-12-13 21:04:17 +05:00
Feanil Patel
1411ef548c
Merge branch 'master' into release-mergeback-to-master
2019-12-13 10:28:35 -05:00
usama sadiq
044a4899c5
Added custom arguments to the back-populate job
...
BackPopulate Program Credentials job performs data for all the programs
and for all the available learners which takes a lot of time.
Adding in custom arguments will help run this job for specific learners
and specific programs.
2019-12-13 19:34:53 +05:00
Uzair Rasheed
98fe3eaa89
Merge pull request #22524 from edx/PROD-1066/update-tos-and-privacy-links
...
Update privacy and TOS links for edge.
2019-12-13 19:13:47 +05:00
uzairr
c545ed8bbe
Update privacy and TOS links for edge.
...
Currently,edge environment is serving empty pages against privacy
and TOS.Now, this behaviour is modified by pointing those links to
edX's privacy and TOS pages.
PROD-1066
2019-12-13 17:39:03 +05:00
AsadAzam
a6735cd8d3
Merge pull request #22252 from edx/asad/prod-969-export-csv
...
Export staff users csv
2019-12-13 17:31:35 +05:00
asadazam93
30c8e1571e
Export staff users csv
2019-12-13 16:57:01 +05:00
Awais Qureshi
222523ec24
BOM-1083
...
Upgrade django-debug-toolbar
2019-12-13 16:08:00 +05:00
edX requirements bot
e35eef88c8
Updating Python Requirements
2019-12-13 05:50:32 -05:00
Hasnain Naveed
2316aba391
Merge pull request #22456 from edx/hasnain-naveed/ENT-1961
...
ENT-1961 | Making the manual enrollment reason field optional via con…
2019-12-13 11:03:20 +05:00
Robert Raposa
a9825889bf
remove /login_post endpoint
...
- retires toggle DISABLE_DEPRECATED_LOGIN_POST
- permanently removes /login_post
Now that studio signin has been retired, we are able to remove the
unused /login_post endpoint.
ARCH-1253
2019-12-12 17:09:18 -05:00
Feanil Patel
d3517b0773
Merge pull request #22522 from edx/diana/py3-cleaned-data
...
Remove items from a different dictionary than the one we're iterating over.
2019-12-12 16:22:26 -05:00
Jeremy Bowman
6cb441b876
Upgrade edx-proctoring to fix Py3 bug ( #22521 )
2019-12-12 15:46:26 -05:00
Diana Huang
ddf3a8208f
Remove items from a different dictionary than the one we're
...
iterating over.
2019-12-12 15:18:01 -05:00
Calen Pennington
86d29fcc3a
Merge pull request #22516 from cpennington/run-wtw-upload-on-jenkins-worker
...
Archive WTW artifacts and send splunk files at the end of the WTW col…
2019-12-12 15:03:39 -05:00
Matt Tuchfarber
3e94db7449
Adds optional setting to enable devstack theming
...
The mako engine isn't able to find themed templates in devstack because
the path it checks is set before we enable comprehensive theming. This
Adds a settings section to comment out if you want to enable
theming in devstack.
2019-12-12 14:31:54 -05:00
Calen Pennington
842adc6fcd
Archive WTW artifacts and send splunk files at the end of the WTW collection phase
2019-12-12 13:49:44 -05:00
Feanil Patel
35c2d766e6
Merge pull request #22512 from edx/diana/fix-response-caching
...
Handle the caching of responses between Python 2 and Python 3.
2019-12-12 12:44:04 -05:00
Diana Huang
40c98fb22b
Copy list in a way that is both Py2 and Py3 compatible.
2019-12-12 12:17:56 -05:00
Feanil Patel
a8ea9844dc
Deal with cache misses.
2019-12-12 11:40:59 -05:00
Diana Huang
e005c0461e
Handle the caching of responses between Python 2 and Python 3.
2019-12-12 11:18:43 -05:00
Robert Raposa
9f72c69e8a
Merge pull request #22511 from edx/robrap/ARCH-1253-logistration-using-login-user-take-2
...
ARCH-1253: logistration using login user - take 2
2019-12-12 11:18:10 -05:00
Robert Raposa
d79e7df32b
use login_ajax for logistration
...
- use login_ajax (in place of login_session with shim) for
logistration's call to login POST
- add toggle for using login_ajax from logistration
- FEATURES['ENABLE_LOGIN_POST_WITHOUT_SHIM']
- add custom metrics for redirect_url
- update test for third-party auth error_code
NOTE: The error_code `third-party-auth-with-no-linked-account`
was introduced in JSON in this earlier PR:
https://github.com/edx/edx-platform/pull/22452/files
ARCH-1253
2019-12-12 10:39:49 -05:00
Diana Huang
fe5a862153
Merge pull request #22503 from edx/diana/logging-middleware
...
Add logging middleware to determine why our responses are bad.
2019-12-12 09:33:37 -05:00
Zainab Amir
7eb21f4dec
Change version of social-auth-app-django ( #21956 )
...
Microsoft social login is not working on edx mobile app. The issue
is fixed in newer version of social-auth-app-django.
PROD-718
2019-12-12 18:07:34 +05:00
Zainab Amir
3e426ccecc
Suppress grade on dashboard ( #22471 )
...
Learners should not be able to view final grade before course end
date.Suppress the grade achieved so far till course end date on
dashboard.
PROD-701
2019-12-12 17:22:58 +05:00
Waheed Ahmed
9cb4c8276f
Merge pull request #22502 from edx/geoip2-bot-update-country-database2019-12-11
...
geoip2: update maxmind geolite country database
2019-12-12 13:24:03 +05:00
brianhw
f3a1b28c53
Merge pull request #22504 from edx/brian/DE-1824-step2
...
Bump version of edxval to 1.1.33.
2019-12-12 02:20:38 -05:00
Feanil Patel
23e6f13937
Merge pull request #22506 from edx/nedbat/fix-codejail-serialization
...
Fix serialization issues in codejail
2019-12-11 21:17:24 -05:00
Ned Batchelder
13fdbd0c75
Fix serialization issues in codejail
2019-12-11 18:19:53 -05:00
Brian Wilson
929f53acde
Bump version of edxval to 1.1.33.
...
DE-1824: step 2 of 4 in renaming 'exists' field in ThirdPartyTranscriptCredentialsState to 'has_creds' (v1.1.33)
2019-12-11 17:32:27 -05:00
Diana Huang
28ce0e6739
Add logging middleware to determine why our responses are bad.
2019-12-11 17:01:07 -05:00
edX Transifex Bot
67cf593e0f
geoip2: update maxmind geolite country database
2019-12-11 20:33:17 +00:00
Abdul Hannan
c804bca577
Merge pull request #22496 from edx/rename_start_in_schedule_2.5/5
...
Custom management command for data migration in Schedule
2019-12-12 01:01:47 +05:00
Feanil Patel
617e8519d9
Merge pull request #22499 from edx/feanil/no-exception-to-re-raise
...
Re-raise issue was in codejail.
2019-12-11 14:56:10 -05:00
Jeremy Bowman
ca1265a679
Make XModuleDescriptor hashable again ( #22501 )
2019-12-11 14:37:07 -05:00
Diana Huang
d0ab1fc423
Merge pull request #22500 from edx/diana/update-lti
...
Update xblock-lti-consumer with more Python 3 fixes.
2019-12-11 14:33:14 -05:00
hunytalk
28d5458a1c
Custom management command for data migration in Schedule
2019-12-12 00:02:59 +05:00
Jeremy Bowman
09c995a3cd
Update xblock-poll with Python 3 fix ( #22497 )
2019-12-11 12:20:42 -05:00
Diana Huang
c958ff449b
Update xblock-lti-consumer with more Python 3 fixes.
2019-12-11 11:58:48 -05:00
Feanil Patel
f52a0f6b98
Re-raise issue was in codejail.
...
- Undo the previous change.
- Pull in the version of codejail with the fix for the issue.
2019-12-11 11:50:20 -05:00
adeel khan
2eab2a3a8a
Merge pull request #22350 from edx/adeel/prod_1005_automate_failed_photo_verification
...
Automate retry_failed_photo_verification mgt command
2019-12-11 14:17:03 +05:00
Nimisha Asthagiri
022a0117ae
Merge pull request #22468 from edx/arch/account-activation-cleanup
...
Account Activation cleanup
2019-12-10 21:26:03 -05:00