- Feb 02, 2021
-
-
stvn authored
* Commits: feat: Allow filtering of discussion providers
-
Kyle McCormick authored
Several tasks are explicitly named as (or like) their old, deprecated import path. The issue here is that django-user-tasks listens for task invocations, and attempts to import the task based on its name. If the task name is completely wrong, user-tasks will catch the ImportError and move on. If the task is a valid *deprecated* import, though, then user-tasks will choke on the raised `DeprecatedEdxPlatformImportError`. Thus, we must rename three tasks to their new full path: 1. entitlements.expire_old_enrollments 2. third_party_auth.fetch_saml_metadata 3. student.send_activation_email The first two are run daily, and so are safe to be renamed in place. The third task must be renamed using an expand-contract pattern; otherwise, we would drop hundreds of tasks during the App vs. Worker out-of-sync version window that happens at deployments. This commit is the expand phase.
-
Usama Sadiq authored
Applied pylint-amnesty to pipeline_mako
-
Usama Sadiq authored
Applied pylint-amnesty to static_replace
-
stvn authored
Propose and implement organization-wide discussion-provider filtering. Fixes: TNL-7814
-
jawad khan authored
* Added completion from root to child blocks api and increased version Learner-8158
-
Jawayria authored
-
Jawayria authored
-
Jawayria authored
-
Jawayria authored
-
Usama Sadiq authored
Lower the UPPER_PYLINT_THRESHOLD to 5900
-
usamasadiq authored
-
Usama Sadiq authored
Applied pylint-amnesty to common/{lib, test, __init__.py}
-
Usama Sadiq authored
Applied pylint-amnesty to xblock_django
-
Usama Sadiq authored
Applied pylint-amnesty to terrain
-
Usama Sadiq authored
Applied pylint-amnesty to status
-
Usama Sadiq authored
Applied pylint-amnesty
-
Usama Sadiq authored
BOM-2306 : pylint amnesty in cms apps
-
Usama Sadiq authored
BOM-2282
-
Usama Sadiq authored
BOM-2283
-
Usama Sadiq authored
BOM-2285
-
Usama Sadiq authored
BOM-2286
-
Jawayria authored
-
Zulqarnain authored
-
usamasadiq authored
-
Jawayria authored
-
Jawayria authored
-
Jawayria authored
Applied pylint-amnesty to course_wiki
-
Jawayria authored
Applied pylint-amnesty to commerce
-
Jawayria authored
Applied pylint-amnesty to ccx
-
Jawayria authored
Applied pylint-amnesty to branding
-
Jawayria authored
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-
Awais Qureshi authored
Apply pylint-amnesty.
-