- Oct 21, 2019
-
-
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
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
-
Ben Holt authored
Add stable_bucketer helper tool
-
- Oct 17, 2019
-
-
Manjinder Singh authored
* explicitly setting strings to unicode
-
Adam Blackwell authored
Minor changes to CODEOWNERS file.
-
Emma Green authored
move the anonymous check earlier so that it cannot error out when it …
-
Calen Pennington authored
Pre-select the course overview during dashboard loading
-
Ayub authored
DescriptorWithMixins are dynamically created and do not have a hash class method. Those classes had hash values in python2 but do not have a default hash in python3. Thus those class objects can not be used as dict keys. Used location of section/unit instead of real object for cache dict. Location object is hashable.
-
Calen Pennington authored
-
Emma Green authored
-
Calen Pennington authored
Add graded and scored markers to the course outline
-
Adam Blackwell authored
-
Calen Pennington authored
Mark course outline with graded and scored status in the DOM so that we can run optimizely code on them
-