- Mar 05, 2021
-
-
Kyle McCormick authored
django-not-configured is an error raised by pylint (with the pylint-django plugin) when it's not correctly configured. We should not be applying lint amnesty for such a violation.
-
Justin Hynes authored
MICROBA-1038 | Don't check enrollment status when removing allowlist entries
-
Awais Qureshi authored
Run Pyupgrade on course-action-state.
-
Matthew Piatetsky authored
[AA-461] Export highlights to s3 for use by braze
-
M. Zulqarnain authored
-
M. Zulqarnain authored
* pyupgrade on contentstore/views * Apply suggestions from code review Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com> Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com>
-
edX requirements bot authored
-
edX cache uploader bot authored
-
- Mar 04, 2021
-
-
Braden MacDonald authored
[TSD] Added annotations for ENABLE_ANNOUNCEMENTS feature flag
-
Matt Tuchfarber authored
Move cert date signals to avoid race conditions
-
edx-abolger authored
Bumping edx-enterprise requirements to 3.17.47
-
Simon Chen authored
-
Matthew Piatetsky authored
Things other than highlights may be exported in the future. The storage class is flexible so backends other than s3 may be used in the future. AA-461
-
Matt Tuchfarber authored
COURSE_CERT_DATE_CHANGE was being called before saving the new data in the course overview. The listeners were expecting to pull the data out of the course overview, and thus were only right about half the time. This moves the signal to trigger after the course publish signals are handled.
-
Adrienne Bolger authored
-
Justin Hynes authored
[MICROBA-1038] - Today, we check if a learner is actively enrolled in a course-run before we add or remove them from the Instructor Dashboard allow list. We ran into an issue where we couldn't remove an entry from the list because the learner is no longer actively enrolled in the course-run. Update instructor dashboard logic to only check enrollment status when _adding_ a learner to the allow list.
-
Felipe Montoya authored
[TSD] add annotaions for ENABLE_COOKIE_CONSENT feature flag
-
Jawayria authored
BOM-2352: Removed unused imports from lms/djangoapps/{certificates, c…
-
Jawayria authored
BOM-2352: Removed unused imports from lms/djangoapps/{badges, brandin…
-
Jawayria authored
BOM-2351: Removed unused imports from common/lib/xmodule
-
Carla Duarte authored
AA-517: fix duplicate IDs in MessageBannerView
-
Christie Rice authored
MICROBA-1033 Remove temporary id verification code. Require users to have a current id verification. (#26834)
-
adeel khan authored
Change email shadow box color
-
adeel khan authored
Reduce top padding by half for emails
-
Adeel Khan authored
VAN-178
-
Adeel Khan authored
VAN-177
-
zia.fazal@arbisoft.com authored
fixed quality violations Changed indentation
-
Usama Sadiq authored
ran pyupgrade on bulk_enroll & ccx apps.
-
Awais Jibran authored
-
M. Zulqarnain authored
* pyupgrade on cms api,contentstore and cms_user_tasks apps
-
Usama Sadiq authored
-
M. Zulqarnain authored
* pyupgrade on contentstore/tests
-
M. Zulqarnain authored
* pyupgrade on contentstore/management
-
adeel khan authored
Make button style primary
-
Adeel Khan authored
VAN-274
-
- Mar 03, 2021
-
-
Carla Duarte authored
-
Simon Chen authored
MST-669 bump up the version of edx-proctoring for new 'other_course_approved' proctoring status on Student Onboarding Status panel (#26839)
-
Justin Hynes authored
MB-1023 | Fix defect when removing allowlist entry on instructor dashboard
-
Awais Qureshi authored
Fix running tests in common/lib.
-
Justin Hynes authored
[MB-1023] - Fix issue from recent refactor. Verify certificate is not none before attempting to invalidate the certificate. - Add more logging
-