- Jun 28, 2020
-
-
Aarif authored
- Jun 26, 2020
-
-
Ben Warzeski authored
* modern eslint allowances * update topic teams to request team membership per local teamset * update tests for topic_teams change * cleanup Co-authored-by:
Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.cable.rcn.com>
-
Danial Malik authored
* Replace track calls with eventtracking in task_track and server_track * Making events compatible with events emitted via track app * Fixed broken tests and quality violation * Removed useless changes in shim. using in to have and keys in event context Co-authored-by:
zia.fazal@arbisoft.com <zia.fazal@arbisoft.com>
-
morenol authored
enum34 is causing problems in python3.8 tests of edx-platform because it has incompatibility with recent versions of python, the error the error happens while importing the re module in these python versions. This library is a backport of enum of python3.4 made for python<3.4, therefore is not needed anymore. edx-val was updated to remove that dependency: https://github.com/edx/edx-val/pull/245
-
Nathan Sprenkle authored
* Edit team manage to check sizes at end of import * Fix size validation to take new teams into account * Remove redundant max size check * Consolidate team membership counters * Remove unused user_ids_by_teamset_id set * Fix team removal to only occur after validation * Update team full error message * Prefetch users when looking up team counts
-
Brittney Exline authored
Upgrading edx-enterprise to 3.3.11
-
Ali Akbar authored
allow moderators to post in forum
-
Ali-D-Akbar authored
-
Usama Sadiq authored
Removed pymongo constraint in paver.in
-
Zainab Amir authored
Add a field to VEM config model that will decide the percentage of courses allowed to go to VEM pipeline. The courses that don't meet the criteria will go to VEDA. PROD-1722
-
M. Zulqarnain authored
-
- Jun 25, 2020
-
-
Brittney Exline authored
-
Matt Tuchfarber authored
- Add bootstrap utility function to lms-base-v1 CSS - Moved coaching sass to edx.org theme - Banner feature flag and MB program gated - Fixes previous issue of changes specificity in button selector by resetting the style inside the component's class
-
Awais Qureshi authored
[BD-6] Separate tests according to the python version, due to incompatibilities in sorted dicts.
-
Diana Huang authored
DEPR-43: Remove usage of CourseRegistrationCode and blocked courses from
-
Awais Qureshi authored
Fixing assert_has_calls() failure due to order difference
-
edX requirements bot authored
-
Awais Qureshi authored
assert_has_calls() has different order of specified calls. if any_order is true then the calls can be in any order, but they must all appear in mock_calls. https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock.assert_has_calls
-
Eric Herrera authored
-
Awais Qureshi authored
[BD-6] Attempt to fix db sync problem for python3.8
-
Awais Qureshi authored
[BD-6] Upgrade mongoengine
-
Calen Pennington authored
Prioritize access denied messages
-
Calen Pennington authored
-
julianajlk authored
REV-1204 Add translation by marking string as translatable w/o translating at runtime
-
usamasadiq authored
-
Eric Herrera authored
-
Eric Herrera authored
Remove mongoengine constraint to upgrade package avoiding raising StopIteration since after python 3.7 is produces an error.
-
- Jun 24, 2020
-
-
Zachary Hancock authored
-
Awais Qureshi authored
[BD-6] Order VideoBlock html metadata alphabeticallly to fix test.
-
Muhammad Ammar authored
override enrollment attributes for learners
-
muhammad-ammar authored
ENT-2998
-
Dillon Dumesnil authored
AA-44: Adding due dates into courseware
-
Luis Moreno authored
-
Eric Herrera authored
-
Luis Moreno authored
-
Kyle McCormick authored
-
morenol authored
the new keyword async is causing errors when we run this with python 3.8. https://docs.python.org/3/whatsnew/3.7.html I tried in the first place, to change the definition of that value in the place where the context is defined, but it seems that it is taken from https://github.com/jazzband/django-pipeline, This solves many problems for lms and cms tests that were making the jenkins workers get timeout. That template have not seen changed since 2012, so I had to do additional changes in the templates in order to pass the xsslint checks: mako-missing-default mako-invalid-html-filter I am not sure about the remove of the safe filter. But I didn't found information about the 'safe' filter. It is probably that the now default 'h' filter is enough.
-
Dillon Dumesnil authored
Due dates will only display for graded subsections. If the assignment has already been completed, there will be a pill to indicate that. If the assignment is past due, there will be a pill. If it is upcoming, there are no pills
-
Muhammad Ammar authored
Python Requirements Update
-