- May 15, 2019
-
-
Stu Young authored
* run python modernize * run isort
-
Amit authored
* INCR-233: Run python-modernize and isort on openedx/core/djangoapps/django_comment_common * INCR-233: Fixes for basestring type as the six.string_types is tuple * INCR-233: Grouped absolute_import and unicode_literals imports * INCR-233: Grouped absolute_import and unicode_literals imports for migrations
-
edX cache uploader bot authored
-
emma-green authored
Merge pull request #20540 from edx/emma-green/REVEM-282/D/Connect-discount-lms-display-and-applicability-calc connect discount display to applicability
-
Douglas Hall authored
Send duplicate provider to account MFE.
-
Emma Green authored
-
edX requirements bot authored
-
Uzair Rasheed authored
Round off course card grade
-
Zainab Amir authored
Optimize award_program_certificates task
-
uzairr authored
Grades appeared with many decimals on their Programs page.To avoid it, course grade is rounded off so that decimals can be ignored. LEARNER-5984
-
- May 14, 2019
-
-
Emma Green authored
-
Jeremy Bowman authored
-
Stu Young authored
Estute/incr pr script enhancement
-
Stuart Young authored
-
Brian Mesick authored
DE-1479- update instructor dash verbiage for reports
-
Douglas Hall authored
-
Christie Rice authored
REVEM-350 Consolidate code for user-metadata and dashboard-metadata
-
Amit authored
* INCR-244: Make compatible with Python 3.x without breaking Python 2.7 support on common/test/acceptance/pages [common, xblock] * INCR-244: Add missing module docstring and fix for six import * INCR-244: Update module docstring
-
edX requirements bot authored
-
Christie Rice authored
-
Zainab Amir authored
More than 70% of the execution time is spent in CPU. The change of query is to avoid the massive course_id__in the GeneratedCertificate was doing on CourseOverview PROD-67
-
Uzair Rasheed authored
Anomaly in certs visibility on user profile.
-
- May 13, 2019
-
-
bmedx authored
-
Anthony Wee authored
* INCR-132: Run python-modernize on common/djangoapps/status * isort * isort migrations
-
Amit authored
* INCR-248: Make compatible with Python 3.x without breaking Python 2.7 support --> common/djangoapps/xblock_django * INCR-248: Grouped absolute_import and unicode_literals imports * INCR-248: Grouped absolute_import and unicode_literals imports for migrations
-
Amit authored
* INCR-249: Make compatible with Python 3.x without breaking Python 2.7 support --> openedx/core/djangoapps/content/block_structure * INCR-249: Grouped six package * INCR-249: Remove the duplicate lines for absolute_import
-
Amit authored
INCR-243: Make compatible with Python 3.x without breaking Python 2.7 support for openedx/core/djangoapps/models openedx/core/djangoapps/debug (#20532)
-
edX requirements bot authored
-
AsadAzam authored
Reverted logs
-
asadazam93 authored
-
edX requirements bot authored
-
- May 10, 2019
-
-
Richard I Reilly authored
Add PATCH method for program enrollments
-
Chris Pappas authored
ENT-1887 | Adding logic for new business marketing footer url constru…
-
Rick Reilly authored
-
Chris Pappas authored
ENT-1888 | Running make upgrade to upgrade edx-enterprise package
-
Christopher Pappas authored
-
Amit authored
* INCR-234: Run python-modernize and isort on openedx/core/djangoapps/oauth_dispatch * INCR-234: [ADD] Missing module docstring
-
Amit authored
* INCR-239: Run python-modernize and isort on openedx/core/djangoapps/programs [tests, tasks] * INCR-239: Grouped six package and represent unused variables with _
-
Bill Tucker authored
* INCR-211: run python-modernize and isort to support python2 --> python3 transition * INCR-211: fix pylint errors. Removed unused module import request and error. Used import as to avoid too deep a function call. Altering imports and using suppression of pylint's import error. * INCR-211: ignore pylint's import error from six module. * INCR-211: remove unused modules. Ignore pylint import error from six module. * INCR-211: ignore pylint's import error from six module. Group imports. * INCR-211: disable error of 'must be called with literal string' The specific context for this error means we can disable this. * INCR-211: change import to satisfy pylint by renaming import * INCR-211: fix imports so six.unichr works.
-
Amit authored
-