- Apr 28, 2021
-
-
edX requirements bot authored
-
- Apr 27, 2021
-
-
stvn authored
* Commits: feat: Add support for legacy discussions settings to API test: Add CourseFactory to discussions API tests
-
stvn authored
-
stvn authored
-
Olivia Ruiz-Knott authored
perf: move notify_credentials to a celery task
-
Binod Pant authored
* fix:
Correctly check that saml provider is available using tpa_hint in next param This fixes the issue of 404 when an enterprise customer sends a tpa_hint in next, but that param is not correctly checked to disable auth MFE. The hinted login page now works with this change. ENT-4383 * feat: comment update comment update ENT-4383 -
stvn authored
* Commits: feat: Hide lti_configuration from non-LTI discussions providers fix: Update discussions lti_configuration during provider_type change feat: Add helper for discussions configuration to indicate feature support refactor: Remove superfluous dict comprehension
-
Zachary Hancock authored
-
Christie Rice authored
MICROBA-1106
-
Matt Hughes authored
By "useless" due dates I'm specifically talking about due dates which are erroneously set in the course strucutre, but which don't matter because the entire course is self-paced, rather than instructor-paced. JIRA:EDUCATOR-5713
-
Christie Rice authored
MICROBA-1106
-
Hammad Ahmad Waqas authored
Updated account view to accept application/json for the post request.
-
Awais Qureshi authored
refactor: removing Sphinx constraint.
-
HammadAhmadWaqas authored
-
Awais Qureshi authored
Python Requirements Update
-
edX requirements bot authored
-
Awais Qureshi authored
BOM-2191
-
Usama Sadiq authored
-
Usama Sadiq authored
pin pyjwt<2.0.0 version pin social-auth-core<4.1.0
-
- Apr 26, 2021
-
-
Bianca Severino authored
[MST-740] Toggle verification approved emails from ACE
-
Bianca Severino authored
-
oliviaruizknott authored
Before this change, the notify_credentials management command ran for about 10-15 minutes and occasionally overlapped with an edxapp deployment which would cause the machine the command was running on to die. The command ran through a bunch of certs and grades, and then spun off celery tasks to send the relevant data to credentials. Now, most of the logic of the notify_credentials management command has been moved into a new celery task, so that combing through longs lists of certs and grades is done asynchronously. This task then spins off the original data-sending tasks as before. Note that this requires a change in alerting: where the jenkins job would previously notify us about failures, we need to know when this new celery task fails for any reason. We’ve made this a LoggedTask so that failures will be logged to Splunk and alerting can be built off of the error messages. This commit also moves the relevant tests. MICROBA-963
-
Dillon Dumesnil authored
fix: AA-646: Fix is_staff_user check to check for course staff
-
Dillon Dumesnil authored
feat: AA-741: Enables the dates tab for all enrolled learners
-
Justin Hynes authored
docs: Add doc for recent cert revocation changes
-
alangsto authored
Synchronously registering proctored exams while saving content to studio is causing a significant slow down. The function that registers the exams has been moved to an async task. In addition, a signal handler on_course_publish has also been moved to the async task, as it relies on exam registration being complete before being executed.
-
Adam Stankiewicz authored
-
Julia Eskew authored
This PR might be causing e2e tests to fail. Reverting and merging without waiting on tests.
-
- Apr 23, 2021
-
-
Ned Batchelder authored
This was to support an experiment in using coverage test contexts to record what tests ran each line of code (informally known as who-tests-what, or wtw). It never became operational.
-
Justin Hynes authored
[MICROBA-1080] - Add additional context in the `invalidate` and `mark_notpassing` functions related to recent work
-
Mubbshar Anwar authored
Add country code in MFEAppContextView
-
Dillon Dumesnil authored
It was checking for global staff, but really only needed to check for course staff. This corrects the check.
-
mubbsharanwar authored
add new api MFEAppContextView to handle country code add unit test MFEAppContextViewTest this newly created api will be marged in TPAContextViewTest when margeing code in master branch VAN-366
-
Uzair Rasheed authored
update login api
-
uzairr authored
Modify the existing login api in a way that it will allow the user to login via username as well. currently it is only allowing email to log the user in. VAN-445
-
- Apr 22, 2021
-
-
Dillon Dumesnil authored
Removes the relative dates flag check as it is no longer necessary to show the dates tab
-
Kyle McCormick authored
Previously, ProblemBlock's implementation was split between CapaMixin/CapaFields (in capa_base.py) and ProblemBlock (in capa_module.py), the former being the base classes of the latter. The split existed for a historical reason: as a former XModule, ProblemBlock was once split between CapaDescriptor (author-facing) and CapaModule (learner-facing). Since ProblemBlock has been converted to being a pure XBlock, the division between the base classes and the block class are no longer necessary nor semantically helpful. docs: Flesh out ProblemBlock's docstring a bit.
-
Ali Akbar authored
updating thresholds after security fixes #27391
-
Muhammad Ammar authored
upgrade edx-enterprise to 3.22.8
-
Justin Hynes authored
fix: fix bug with `revoke_program_certificates` task
-