- Oct 21, 2019
-
-
Feanil Patel authored
Mixing byte and unicode strings causes migrations to fail.
-
Feanil Patel authored
-
Awais Qureshi authored
Fixing python3 ordering issue in acceptance tests.
-
Aarif authored
Fix: Bokchoy "TypeError: write() argument must be str, not bytes"
-
Aarif authored
Updated the social link creation to return social links sorted - BOM-958
-
Ayub authored
BOM-848 Different Hash Values
-
aarif authored
reverted unnecessary changes added pylint supression for quality error fix
-
aarif authored
re arranged the imports to fix quality errors
-
Ayub khan authored
hashlib produces different md5 hash in python3 against same values as compared to python2.
-
syedimranhassan authored
Move lms/cms defaults from configuration repo
-
syedimranhassan authored
-
Muhammad Ammar authored
Merge pull request #22012 from edx/ammar/ent-1964-allow-user-to-edit-fullname-if-no-social-auth-record allow user to edit fullname if no social auth record exists
-
- Oct 19, 2019
-
-
Awais Qureshi authored
Fixing python3 ordering issue in acceptance tests.
-
Awais Qureshi authored
BOM-937
-
Ned Batchelder authored
Revert pull request #22042
-
- Oct 18, 2019
-
-
Matthew Piatetsky authored
[REV-736] disable discount when upgrade deadline has passed
-
Matthew Piatetsky authored
-
Ned Batchelder authored
Revert "Fix code quality test failures" This reverts commit 8c55e11d. Revert "Fix celery send_activation_email task failure" This reverts commit 810eea0e. Revert "Convert Account Activation Emails to edx-ACE" This reverts commit 7984c37a.
-
Feanil Patel authored
Create a custom Pickle Serializer
-
Feanil Patel authored
Update codejail.
-
Feanil Patel authored
We need to do this because when I tride to go to the JSON serializer a bunch of tests started failing because various parts of our code are putting things into the session that are not JSON serializable. We can't keep using the default pickle serializer because it defaluts to using the highest available protocol and that will cause issues with the python 2 to 3 upgrade since both will be running in production at the same time. We need to use a version of the pickle protocol that both can use interchangably. We also need to make sure we read with latin1 encoding to make datetimes work correctly between the two versions of python.
-
Feanil Patel authored
Set cache pickle protocol to 2.
-
Feanil Patel authored
Changes are here: https://github.com/edx/codejail/commit/33758da2609bd72c2c18efc2d4bdb93596523d5e
-
Kyle McCormick authored
Develop the capability to allow instructors to designate teams to have private discussions. This way, so non-teammembers cannot view discussion. And the intend is for course teams to manage the team membership as well. MST-10
-
Feanil Patel authored
-
Ned Batchelder authored
Activation email to ace
-
edX requirements bot authored
-
Michael Terry authored
Show Display Name advanced field again
-
Awais Qureshi authored
Open a file in read binary mode to avoid bytes issues.
-
Feanil Patel authored
HIGHEST_PROTOCOL will cause it to change when we move from python 2 to 3 and this may cause issues as older machines try to read objects pickeld with a version of the protocol they don't know. During deploys, and if we have to roll back are two examples.
-
Michael Terry authored
We had hidden it when using Publisher. But there are valid use cases for editing it, so we're adding it back again. DISCO-1390
-
Awais Qureshi authored
Open a file in read binary mode to avoid bytes issues.
-
Feanil Patel authored
This will force a logout as sessions fail to load but this should be a more performant and secure serializer moving forward. The reason we overwrote it in our config is that it previously used to be the default and we didn't want things to breake and force logouts when we changed it. We're no more okay with people getting logged out.
-
Alex Wang authored
MST-6
-
Jeremy Bowman authored
-
syedimranhassan authored
Revert "Added new variables from configuration repo"
-
syedimranhassan authored
-
syedimranhassan authored
Added new variables from configuration repo
-
syedimranhassan authored
-
muhammad-ammar authored
ENT-1964
-