- Oct 24, 2019
-
-
edx-transifex-bot authored
-
Ayub authored
BOM-947
-
Ayub authored
BOM-946
-
Ayub authored
BOM-951
-
- Oct 23, 2019
-
-
edX Transifex Bot authored
-
adeelehsan authored
Added logs to investigate the issue
-
adeelehsan authored
-
Manjinder Singh authored
* Fix type mismatches in track migrations * Fix type mismatches in oauth_dispatch * Fix type mismatches in badges migrations * fix type mismatch in contentserver migrations * Fix type mismatches in mobile_api migrations * fix type mismatch in crawlers migrations * fix type mismatch in dark_lang migrations * fix type mismatch in branding migrations
-
julianajlk authored
REV-980
-
Feanil Patel authored
Python Requirements Update
-
edX requirements bot authored
-
Ayub khan authored
certificates: Explicitly Set fields to unicode to avoid migration
-
Ayub khan authored
lms_xblock: Explicitly Set fields to unicode to avoid migration
-
Ayub khan authored
waffle_utils: Explicitly Set fields to unicode to avoid migration
-
Ned Batchelder authored
Use sphinxcontrib-openapi to do the heavy lifting of Open API rendering.
-
Aarif authored
Updated the assertion make comparison consistent - BOM-960
-
Zia Fazal authored
Refactored enterprise unlink code to fix ENT-1890
-
aarif authored
changes made to allow non field dictionary comparisons as intended changes made to fix failure on reading values for dictionaries updated the comparison operation to make comparison consistent (irrespective of the order of items) changes made to allow non field dictionary comparisons as intended changes made to fix failure on reading values for dictionaries
-
Awais Qureshi authored
Fixing bytes issue.
-
Zia Fazal authored
Refactored enterprise unlink code to fix ENT-1890 Fixed quality violations and brokent test Fixed pylint quality violations Fixed failing unit test Fixed broken test after rebasing with master
-
Awais Qureshi authored
Open a file in read binary mode to avoid bytes issues.
-
- Oct 22, 2019
-
-
Jeremy Bowman authored
-
edX cache uploader bot authored
-
Ned Batchelder authored
-
Hassan authored
Added management command to populate history from snapshot data.
-
Robert Raposa authored
-
Hassan Javeed authored
-
Feanil Patel authored
Make settings regex non greedy.
-
Chris Pappas authored
-
David Ormsbee authored
Change completion API to work with any learning context
-
Alex Wang authored
MST-17 * Data migration: Alter CharField to SlugField for 2 fields in CourseTeam model
-
Feanil Patel authored
I'm surprised this didn't cause an issue before but as far as I can figure this should always be non-greedy. I think it worked before because the items we were looking for was previously the last item in the list but that is no longer the case in python 3 because of dictionary order changes.
-
Braden MacDonald authored
-
Kyle McCormick authored
* For all files, from __future__ import unicode_literals. * Add @python_2_unicode_compatible to both models. * Test six.string_type(obj) for both models. Also, fix some new pylint warnings and improve model repr methods. MST-24
-
Diana Huang authored
Update node version used for Jenkins.
-
Diana Huang authored
-
Feanil Patel authored
Merge pull request #22099 from edx/revert-22058-julianajlk/REV-980/first-purchase-discount-courseware Revert "add first purchase discount to courseware (#22058)"
-
Manjinder Singh authored
* Fixing test error due to dict ordering * Dict ordering fixes * replacing dict with list to maintain consistency * better html parsing
-
irfanuddinahmad authored
ENT-2473: Upgraded edx-enterprise version
-
- Oct 21, 2019
-
-
Calen Pennington authored
Expose access denial reasons inside verticals to the front-end on the…
-