- Feb 07, 2020
-
-
edX requirements bot authored
-
- Feb 06, 2020
-
-
Michael Terry authored
Update requirements
-
Jansen Kantor authored
* wip * get * quality * change oauth2 to deprecated? * quality * remove duplicate enrollment check function * code review
-
Diana Huang authored
Add toggle to remove access to DOP code paths.
-
Michael Terry authored
Fix constraints to not have a lingering pin on edx-when. And add constraint on version of mock that supports python 3.5. And then a general make upgrade.
-
Calen Pennington authored
Add course_date_signals to INSTALLED_APPS
-
Calen Pennington authored
-
Diana Huang authored
-
Manjinder Singh authored
* Added new auth class - Created new class called OAuth2AuthenticationAllowInactiveUser, which replaces old class with same name - Renames previous OAuth2AuthenticationAllowInactiveUser to OAuth2AuthenticationAllowInactiveUserDeprecated - Replaced all imports of OAuth2AuthenticationAllowInactiveUser to call deprecated class instead - testing new class in discussion(added flag based on django setting)
-
Calen Pennington authored
Correctly wire in signal the new course_date_signals app so that it a…
-
Jeremy Bowman authored
Fixed the most frequently occurring deprecation warnings, which were causing over half of the 34,140 deprecation warnings raised during the unit tests: * `Use of .. or absolute path in a resource path is not allowed and will raise exceptions in a future release` - most of these were due to a single mis-configured resource path with a leading slash. * `count is deprecated. Use Collection.count_documents instead.` - I added a handful of simple workarounds for this pymongo deprecation that shouldn't increase the query counts Also did some cleanup of unused code in pavelib after the recent split of the new `i18n_compilejs` command from `i18n_dummy`. (This had caused a diff-quality failure on the first commit.)
-
Calen Pennington authored
-
- Feb 05, 2020
-
-
Diana Huang authored
Remove ENABLE_SQL_TRACKING_LOGS and all associated code.
-
Calen Pennington authored
-
Diana Huang authored
-
Ned Batchelder authored
Reveal a message to be extracted
-
Diana Huang authored
Remove the tracking django backend and the TrackingLog tables.
-
- Feb 04, 2020
-
-
Jansen Kantor authored
-
adeel khan authored
Adds compilejs task to paver.
-
Diana Huang authored
-
atesker authored
interim commit clean up Initial unit tests and pylint pylint cleanup Unit tests extended and passing. Pylint WIP - fix Unit tests extended and passing. Pylint Updated logic to validate before commit. CR pass1 CR pass1, pep8 pep8 2 interim cr interim cr2 refactor to using DictReader removed uneeded mixin pr comments encoding fix and return value Cache teams/membershipos ncr cr aed
-
Michael Terry authored
Limit course outline to a depth of two
-
Robert Raposa authored
add jwt auth to third-party auth endpoint
-
Calen Pennington authored
Duplicate signals handlers for course content dates from edx-when
-
irfanuddinahmad authored
ENT-2604: Updated edx-enterprise version
-
Robert Raposa authored
BOM-897
-
irfanuddinahmad authored
-
Manjinder Singh authored
* Added new authentication class(meets drf standards) The new class replaces the deprecated oauth2authetnication class from rest_framework_auth library(repo django-rest-framework-oauth). Majority of the code is combination of copy-pasta from old oauth2authentication class and Oauth2AuthenticationAllowInactiveUser class * Added ability to switch to new authentication class in bookmarks app * Changed error type reported by Outh class. It now outputs a json rather than a string.
-
- Feb 03, 2020
-
-
Calen Pennington authored
-
Calen Pennington authored
-
Michael Terry authored
Previously, we'd show three layers deep (section, subsection, and unit). But now we cut out unit and stop at subsection. AA-17
-
Dave St.Germain authored
Include bookmark info in sequence metadata.
-
Dave St.Germain authored
-
Chris Pappas authored
* Bumping edx-enterprise version * Running make upgrade to bump edx-enterprise * contraining a package * fix * adding yet another constraint
-
Robert Raposa authored
BOM-897: add course_ids api
-
Zainab Amir authored
Add unique_together on course_uuid and order_number to avoid duplicate records PROD-1064
-
- Feb 02, 2020
-
-
edX Transifex Bot authored
-
- Jan 31, 2020
-
-
Robert Raposa authored
Adds a course_ids api that can filter by user role, since the courses api could not perform well enough for this, and returned much more data than we need. Additionally, adds a LazyPageNumberPagination to provide more accurate counts in the pagination response when using LazySequence with the queryset. BOM-897
-
edX cache uploader bot authored
-
Simon Chen authored
-