- Aug 19, 2019
-
-
Feanil Patel authored
-
Dave St.Germain authored
-
Dave St.Germain authored
-
Nimisha Asthagiri authored
-
Feanil Patel authored
json doesn't do any magic with byte strings in python 3. In python 2 it used to convert str objects to unicode automatically.
-
Nimisha Asthagiri authored
-
Dave St.Germain authored
-
Nimisha Asthagiri authored
-
Dave St.Germain authored
-
Feanil Patel authored
-
Feanil Patel authored
More python 3 fixes in the safe_sessions middleware.
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
adeelehsan authored
Mergeback PR from private to public.
-
AsadAzam authored
social link validation
-
Waheed Ahmed authored
Newrelic released a patch, removing constraint.
-
adeelehsan authored
Removed google api key from github
-
Waheed Ahmed authored
PROD-533
-
- Aug 18, 2019
-
-
Feanil Patel authored
-
- Aug 17, 2019
-
-
Zainab Amir authored
Our internal docs suggest using manage_user instead of create_user. We are no longer using it and it can be removed LEARNER-3934
-
- Aug 16, 2019
-
-
Matt Hughes authored
JIRA:EDUCATOR-4537
-
Feanil Patel authored
reload is not a system built-in in python 3.
-
Feanil Patel authored
Be able to override this setting from yaml.
-
Feanil Patel authored
If we're in python 3 import reload from importlib.
-
Feanil Patel authored
-
Ayub authored
-
Emma Green authored
add endpoint that takes a user id to allow us to correctly get the di…
-
Brittney Exline authored
Reverting to last stable version of edx-enterprise
-
Stu Young authored
-
Brittney Exline authored
-
Ayub authored
* Update Financial Assistance logic Use the zendesk proxy app instead of the unsupported zendesk library. * Move to pre-fetching the group IDs. Rather than making extra requests to zendesk to list all groups and find a specific group ID. Just make a pre-filled list of group IDs for the groups we care about. When a group name is passed in, it is checked against this list and the ticket is created in the correct group so the right people can respond to it.
-
Feanil Patel authored
* Remove old performance tests that we haven't been running. As far as I can tell, these tests to capture HAR files were created 5 years ago and not being run as a part of our suite? They capture HAR data that we do nothing with so even if they were running we should remove them until we're ready to care about consuming this kind of information. * Update password test unicode string. * Add ugettext translation helper function. * Fix lambda syntax that is not valid in python 3. * Fix ur raw strings which his not valid in python 3 * Use edx_six.get_gettext instead of ugettext. * Fix a few other encoding issues. * Don't use old form of sorted funciton. This form which uses a 'cmp' method is not available in python 3.
-
Stu Young authored
-
Diana Huang authored
Remove microsite djangoapp and configuration.
-
Emma Green authored
add endpoint that takes a user id to allow us to correctly get the discount after checkout to correctly create order
-
Dave St.Germain authored
Upgrade edx-when to fix CR-1089
-
Matt Hughes authored
-
Dave St.Germain authored
-
Diana Huang authored
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Awais Jibran authored
Make CustomTagModule safe (remove Mako) [SEC-609]
-