- Feb 27, 2020
-
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
These tests are not worth the amout of time we're spending on them because the things they are testing are not high value.
-
Feanil Patel authored
Not critical enough to keep as a part of bokchoy.
-
Feanil Patel authored
The batch feature is unlikely to change and hits a tested backend API. The EntranceExam is not a sufficiently highly used test to warrante the expense of UI tests.
-
Feanil Patel authored
This feature is not sufficiently important to warrant expensive UI tests.
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
These tests are very slow(10-40 seconds per test) and so don't provide enough value to be worth that much cost.
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
Don't iterate over an empty filters list.
-
Tim McCormack authored
-
Feanil Patel authored
-
Manjinder Singh authored
* Remove ThirdPartyAuthProviderApiPermission Also removed ProviderApiPermissions and ApiPermissionsAdminForm and removal of DOP for third_party_auth * Removing model * Replaced long_token with default_token_generator * Adding skip to test_migrations_are_in_sync
-
Calen Pennington authored
Only extract published dates into edx-when
-
Calen Pennington authored
-
Troy Sankey authored
Merge pull request #23224 from edx/revert-23214-pwnage101/rename_site_configuration_siteconfiguration_values_2.1 Revert "Rename values in SiteConfiguration (2/3) attempt #2"
-
Calen Pennington authored
Don't try and multiply None with a number when computing number of we…
-
Troy Sankey authored
-
Calen Pennington authored
-
Diana Huang authored
Removing dop code from oauth_dispatch
-
-
Feanil Patel authored
BOM-1292: remove uses of ApplicationOrganization
-
Troy Sankey authored
Rename values in SiteConfiguration (2/3) attempt #2
-
Awais Jibran authored
Workaround Error in find_question_label.
-
AsadAzam authored
Fixed duplicate asset on creating rerun
-
asadazam93 authored
-
Waheed Ahmed authored
Certificates API is retuning 500 error for old XML courses in which learners have a valid certificate. PROD-1247
-
Awais Jibran authored
-
Jeremy Bowman authored
Remove duplicate constraints in requirements/constraints.txt uncovered by the recent change in pip-compile output format. I sorted the pinned dependencies by name to try and make it more obvious if this happens again. I also upgraded to pip-tools 4.5.1, which removes the line numbers from the enhanced pip-compile output added in 4.5.0, which should reduce future diff churn and merge conflicts but means that there's a large diff this one last time. Also unpin edx-search again after the previous change to do that was apparently broken by a merge conflict.
-
- Feb 26, 2020
-
-
Feanil Patel authored
Move to using the filters list provided in the ApplicationAccess model to genarically store scopes instead of the org specific ApplicationOrg model mapping.
-
Matt Tuchfarber authored
Add phone number to account API
-
Matt Tuchfarber authored
This is so it's user editable in the Account MFE.
-
Troy Sankey authored
This commit fixes an issue originally in 3541643d where an instance method on a model was missing in a migration. The problem was that Django is smarter than we thought, and is somehow able to construct an older version of the model before the commit, where there was no such method. The solution is just to pull the method out of the model. DENG-18
-
edX cache uploader bot authored
-
Albert (AJ) St. Aubin authored
MICROBA-150 Creating EnternalIds for users enrolling in MB Programs
-
Awais Jibran authored
Fix Pavelib prereqs.
-