Jeremy Bowman
47292e5f92
Update StringIO usage for Python 3 ( #20462 )
2019-05-08 12:13:22 -04:00
Jolyon Bloomfield
932a76c958
INCR-162 Migrated and cleaned up imports on /common/lib/capa/capa/tests/
2019-04-01 15:53:08 -04:00
cclauss
c0c935b685
Old style exceptions --> new style for Python 3
2019-02-19 13:09:23 +01:00
Awais Jibran
04d17d55a9
Fix csv of problem responses silent failure
2019-02-14 11:37:32 +05:00
Matthew Piatetsky
9681ca36b8
fix unicode strings in common/
2019-02-05 10:57:00 -05:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
Diana Huang
6572d99e76
Remove all references to datadog from our code.
2019-01-08 15:41:24 -05:00
Ned Batchelder
2d438d8bb5
Fix 'W605 invalid escape sequence' errors from pycodestyle
2018-11-02 06:06:43 -04:00
Ahmed Jazzar
b16b4eb4e7
Upgrade bleach to 2.1.4
...
Update ORA2 repo version
Fix Python tests
Upgrade Recommender XBlock version
Remove unnecessary requirements and update bleacher usage
Keep html5lib unpinned
Upgrading requirements
Ignore python-interpolate-html for bleached html
2018-10-31 12:24:22 -07:00
Peter Pinch
b43f2242ad
more descriptive error messages for UndefinedVariable
2018-09-17 17:14:25 -04:00
Peter Pinch
ddd8d41906
expose attempts to python custom grader
2018-08-27 11:49:55 -04:00
Jeremy Bowman
4241249119
TE-2524 Stop using nose.plugins
2018-07-30 21:11:05 -04:00
Kshitij Sobti
c7f980c9de
Add correct answer to response
2018-07-09 23:57:14 +05:30
Awais Jibran
a8d6443df3
Do not update correctmap if state is invaid.
2018-06-27 17:54:39 +05:00
Daniel Clemente Laboreo
6d3f8150db
Implement generate_report_data for capa problems
2018-05-24 22:09:58 +03:00
Jeremy Bowman
9477ad23d1
TE-2528 Upgrade testing dependencies
2018-04-25 16:37:29 -04:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
Jeremy Bowman
9ca9aa44c6
PLAT-2060 Use pip-tools to manage requirements files (take 2)
...
This reverts commit a7fa0c211d .
2018-04-12 17:22:48 -04:00
Feanil Patel
a7fa0c211d
Revert "PLAT-2060 Use pip-tools to manage requirements files"
2018-04-10 12:54:41 -04:00
Jeremy Bowman
432347b881
PLAT-2060 Use pip-tools to manage requirements files
2018-04-09 17:07:02 -04:00
Peter Pinch
ed90c80cca
catch mismatched parens
2018-02-27 23:20:57 -05:00
Jeremy Bowman
4cdff4518f
Merge pull request #17425 from edx/jmbowman/PLAT-1949
...
PLAT-1949 Less cluttered management command output
2018-02-07 16:26:39 -05:00
Jeremy Bowman
88cb9f8c77
PLAT-1949 Less cluttered management command output
2018-02-07 13:44:08 -05:00
bmedx
6a22de454f
Upgrade NLTK to 3.2.5, fixup usage and tests
2018-02-07 10:42:23 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Jeremy Bowman
d3d6272d8f
PLAT-1873 to_deprecated_string() cleanup part 1
2018-01-08 13:51:42 -05:00
Jeremy Bowman
65472399df
PLAT-1861 Upgrade to pyfilesystem2
2017-12-22 14:44:24 -05:00
Sofiya Semenova
b159c2712e
Merge pull request #16864 from edx/sofiya/symmath
...
Educator-1879 Symmath fails to initialize because of requests library
2017-12-13 10:18:44 -05:00
Ned Batchelder
3d49d80b58
Fix safe_lxml. SEC-338
...
The imports were sorted in May, which broke the monkeypatching in
safe_lxml. I added two tests that the XML parsers are properly patched,
but they didn't pass until I added the monkeypatching to the start of
the test runs. Once that was done, some tests failed because they
relied on specific details of how empty elements are represented. Those
tests are now fixed.
2017-12-12 16:13:47 -05:00
Sofiya Semenova
8030f82e1c
Ed-1879 Remove requests import in symmath
2017-12-12 15:57:42 -05:00
Jeremy Bowman
fdc50c3aa8
PLAT-1419 Make edxmako a proper template backend
2017-12-01 17:01:52 -05:00
David Ormsbee
94614db46e
CoffeeScript tests migration: Remove implicit returns
2017-11-22 15:39:50 -05:00
David Ormsbee
0880502f26
CoffeeScript tests migration: Decaffeinate files
...
This is running decaffeinate, with no additional cleanup.
2017-11-22 15:39:50 -05:00
David Ormsbee
5c64da2f63
CoffeeScript tests migration: Rename files
...
Step 1 in our migration steps is to rename the CoffeeScript files to
the JS files they will be replaced with, so that we can preserve file
history.
2017-11-22 15:39:50 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
ayub-khan
e0d96abf1c
Minor Code Refactor
...
LEARNER-2653
Jenkins translation job pybabel process
was not able to interpret this line
and causing syntax error.
2017-11-13 18:00:00 +05:00
John Eskew
4de2ad4c25
Upgrade lxml to use pre-built pkg - no longer requires Cython.
2017-09-25 10:33:15 -04:00
Jeremy Bowman
0d7806e0cd
Fix tests that depend on execution order
2017-08-29 11:08:47 -04:00
cahrens
4e3ed8b5c6
Restore more specific error messages.
...
EDUCATOR-929
2017-07-18 15:21:00 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Albert (AJ) St. Aubin
185bac1837
Merge pull request #15012 from edx/aj/EDUCATOR-60
...
Updated the message and style of the status notification when a user …
2017-05-03 13:29:03 -04:00
Albert St. Aubin
d9b8d51dab
Updated the message and style of the status notification when a user enters text into numerical input
2017-05-03 11:50:40 -04:00
J. Cliff Dyer
ea0027f338
refactor CAPA to use scorable xblock mixin
...
for TNL-6594
2017-05-01 15:08:17 -04:00
Jillian Vogel
f18a2be837
Implement optional hiding of capa assessment results
2017-04-13 15:52:57 -07:00
uzairr
d117222f7c
Add timeout in request to xqueue
2017-03-17 10:23:20 +00:00
Ned Batchelder
1ea92aa2d5
Prevent OpenBLAS from spawning worker threads. TNL-6456
...
The RLIMIT_NPROC limit is per-user so simultaneous student submissions
pile up and overflow the limit. Setting this environment variable will
prevent spawning any threads (the 1 means only have one threads, the
already existing main thread).
2017-02-22 16:39:51 -05:00
Jeff LaJoie
1c0a60ebc4
TNL-6095: adds trailing_text id and adds to describedby_html, updates tests
2017-01-10 10:27:59 -05:00
cahrens
ed614448e4
Cleanup of status.
...
Also remove unused empty jsinput_css.css.
2017-01-05 16:09:23 -05:00
cahrens
77be91baf9
Related to javascriptresponse, which was already deleted.
...
I missed these files the first time around.
2017-01-05 16:09:22 -05:00
Adam Palay
c4c5a8e8a9
Revert "tnl-4141 only whitespaces not allowed in answer and fixed the pep8 violation."
...
This reverts commit 3ad2f09233 .
2016-12-20 13:34:28 -05:00