- Sep 18, 2019
-
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Feanil Patel authored
We updated the underlying methods to always be passing unicode strings aronud and only encode them to bytes when we need to hash them.
-
Feanil Patel authored
-
Ned Batchelder authored
Python 3 changed how rounding is performed. In Python 2, .625 rounded to .63 (as our grading code rounds it, so the test passed). In Python 3, .625 rounds to .62. This fixes the test by avoiding round() to calculate the expected value, and instead simply using the value we expect.
-
Feanil Patel authored
-
Feanil Patel authored
The django test client returns bytes, and many of our tests start using it like a string. This was fine in python 2 but not in python3.
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Jeremy Bowman authored
-
Ned Batchelder authored
-
Feanil Patel authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Feanil Patel authored
-
Feanil Patel authored
Update the tests around static_file code to use byte streams instead of string streams for generating static content. This is a fix to get these tests passing on python 3.
-
Aarif authored
BOM-485
-
Aarif authored
BOM-483
-
Feanil Patel authored
Feanil/unpin pip tools
-
adeel khan authored
Adds config model to pass arguments to management command
-
Aarif authored
BOM-486
-
Adeel Khan authored
This would enable simulate_publish management command to fetch its arguments from config model. PROD-548
-
- Sep 17, 2019
-
-
Michael Terry authored
Show Upgrade Deadline in Studio
-
Michael Terry authored
This shows the verified upgrade deadline for the course, as a read-only field. DISCO-1345
-
Awais Qureshi authored
BOM-422
-
Awais Qureshi authored
Awais786/prod 692
-
Ayub authored
BOM-438
-
David Ormsbee authored
SE-1553 conditionally run migration on CSMH Extended table
-
Stu Young authored
clean up toggle annotations and lint when running feature toggle report
-
Feanil Patel authored
-
Feanil Patel authored
Issue 851 seems to have been resolved and issue 8.5.2 while still open is not occuring with the latest version of pip-tools.
-
Feanil Patel authored
Update edx-platform dependencies.
-
aarif authored
-