- Apr 07, 2021
- Apr 06, 2021
-
-
Robert Raposa authored
ARCHBOM-1721: docs: improve CourseWaffleFlag admin docs
-
Awais Jibran authored
-
Awais Jibran authored
* Reference openedx/olxcleaner and remove pypi for olxcleaner
-
Justin Hynes authored
fix: invalidate certificate properly when regenerating certs from the support tool
-
Robert Raposa authored
Improve the docs for how to configure CourseWaffleFlag overrides via Django admin. ARCHBOM-1721
-
Justin Hynes authored
[MICROBA-974] * Update `regen_cert` function to call the certificate objects `invalidate` method, instead of just setting the certificate status as 'unavailable'. This change will make it so the certificate revoked signal is sent in an attempt to keep data in the Credentials IDA in sync
-
Justin Hynes authored
fix: update v2 certificate generation eligibility logic
-
Azan Bin Zahid authored
chore: update thresholds after IM security fixes 10
-
Justin Hynes authored
[MICROBA-1109] * Remove the requirement for the `auto_certificate_generation` waffle switch to be enabled in order for a learner to be eligible for a certificate. This switch should control _when_ a certificate is generated, not _if_ a certificate will be generated for a learner. * Move the `auto_certificate_generation_enabled` check to happen before we try to generate v2 certificates in signals.py * Update unit tests * Update documentation
-
Sarina Canelake authored
fix: Language preferences change enhancement.
-
Jawayria authored
build: updating commit message
-
Azan Bin Zahid authored
-
Usama Sadiq authored
-
Usama Sadiq authored
-
Usama Sadiq authored
ran pyupgrade on openedx/core/djangoapps/{schedules, self_paced, service_status}
-
- Apr 05, 2021
-
-
Simon Chen authored
* MST-734 Fix production issue on Learner Onboarding Status Panel Fix the prod issue where learning sequence service object missing the needed get_user_course_outline service API The user web API call currently returns 500
-
stvn authored
* Commits: fix: Allow capa_problem optioninput option with empty text refactor: Refactor capa_problem optioninput option text handling
-
Simon Chen authored
Add edx-proctoring=3.8.2 to edx-platform constraint file to prevent others from upgrading it to 3.8.3 accidentally (#27249)
-
Simon Chen authored
[Revert] The edx-proctoring version 3.8.3 resulted in 500 error on Onboarding Status Panel API call (#27247)
-
Christie Rice authored
DEPR-140 MICROBA-985
-
Simon Chen authored
The version of proctoring 3.8.3 uses the onboarding exam due dates or course end dates as the testing date for learning sequence service to test the visibility of the onboarding status panel for learners. This change would allow onboarding exam with due dates to display to course enrollees correctly
-
Robert Raposa authored
ARCHBOM-1721: docs: update toggle docs
-
alangsto authored
MST-706. ID Verification is now valid for 2 years, so messaging used to notify learners about their ID expiration should be updated to reflect this. We have chosen to only update the messaging that is related to the current IDV flow (going through IDV on the account MFE), as the old IDV flow is no longer used by learners on edX.
-
Justin Hynes authored
chore: remove `cert_allowlist_generation` management command
-
Awais Jibran authored
-
edX requirements bot authored
-
Ali Akbar authored
refactor: update contact us form
-
- Apr 02, 2021
-
-
stvn authored
This fixes TNL-7973 [1]. Background ---------- > An alert was sent out because a malformed capa problem caused block > transformers to fail to run. > This specific error/alert was triggered when an optionresponse problem > lacked text. The authoring-based fix is to edit the offending > option-response problem to remove the empty option. > Expected behavior: We should be able to keep the error local to the > ProblemBlock and not blow up the whole course publish block > transformer collection process. > This is a really easy error for authors to make, and the consequences > to them (one problem doesn’t work) are disproportionate to the > consequences [...] (alerting triggered). - [1] https://openedx.atlassian.net/browse/TNL-7973
-
Feanil Patel authored
feat!: Replace logging WaffleSwitch with a django settinge.
-
Feanil Patel authored
fix: Reduce safe-sessions false alarms.
-