- Sep 05, 2019
-
-
Kyle McCormick authored
This is the second in a series of commits to create a Python API for the LMS program_enrollments app. We rename and reorganize some functions and classes in order to move towards the creation of that API. EDUCATOR-4321
-
Michael Roytman authored
add additional logging
-
Feanil Patel authored
BOM-127
-
Awais Qureshi authored
BOM-129
-
Michael Roytman authored
-
Chris Pappas authored
Updating course overview serializer to return bool data for has_end…
-
Feanil Patel authored
BOM-119
-
Alex Dusenbery authored
PROD-287 | Add an optional treat_undefined_as_zero flag to the helper functions is_score_higher_or_equal() and compare_scores(), which defaults to False, that we call with value True from SubsectionGradeFactory.update(), which occassionally deals with invalid subsection scores containing zero as the denominator.
-
Feanil Patel authored
Feanil/fix running on jenkins
-
Mushtaq Ali authored
Upgrade edx-enterprise package
-
Awais Qureshi authored
python3 tests failures.
-
Awais Qureshi authored
BOM-243
-
amitvadhel authored
-
Aarif authored
BOM-143
-
Aarif authored
BOM-130
-
Mushtaq Ali authored
-
Awais Qureshi authored
python3 tests failures.
-
Ayub authored
BOM-331
-
Awais Qureshi authored
BOM-149
-
arbisoft authored
This is the 1st commit message: BOM-149 python3 tests failures. This is the commit message #2: BOM-149 python3 tests failures.
-
amitvadhel authored
-
Aarif authored
BOM-125
-
Ayub khan authored
python3 compatibility
-
Ayub authored
BOM-245
-
Ayub authored
BOM-121
-
Ayub authored
BOM-363
-
Ayub authored
BOM-227
-
Awais Qureshi authored
BOM-364
-
Ayub authored
BOM-294
-
- Sep 04, 2019
-
-
Christopher Pappas authored
Updating course overview serializer to return string data for has_ended and has_started, and not a bound method Oops meant this to be a bool and not a string type Had to add a start and end date for the course overview test fixture for tests to pass
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Nimisha Asthagiri authored
Update ADR around HTTP_USE_JWT_COOKIE
-
Kyle McCormick authored
This is the first in a series of commits to create a Python API for the LMS program_enrollments app. We do some general refactoring, renaming, and clean-up in order to move toward the creation of that API. EDUCATOR-4321
-
Michael Terry authored
Use new ENABLE_PUBLISHER feature flag
-
Albert (AJ) St. Aubin authored
[ENT-2191]
-
Michael Terry authored
ENABLE_MKTG_SITE has been serving double duty to both indicate that an Open edX installation is using a Drupal marketing site AND is using the Publisher workflow tool for managing course metadata. But now that publisher-frontend is available and the Publisher feature is no longer tied to the marketing site, we want to tease apart those two concerns. Hence ENABLE_PUBLISHER. Only really used so far in Studio, to control which fields are shown (if using Publisher, some fields are only editable in Publisher).
-
Robert Raposa authored
Update the ADR to clarify another rollout strategy with HTTP_USE_JWT_COOKIE using the new JwtRedirectToLoginIfUnauthenticatedMiddleware and new permission class LoginRedirectIfUnauthenticated. ARCH-1051
-
Awais Qureshi authored
BOM-169
-