Jason Bau
|
23631b839a
|
AWS settings hook for addl installed apps + lms/wsgi_apache.py
wsgi_apache.py passes an apache env variable for SERVICE_VARIANT
to the os environment, where it's normally set when we use gunicorn
|
2013-06-19 00:48:17 -07:00 |
|
Renzo Lucioni
|
841ff4765f
|
Abridge tests in light of learning how Segment.io works
|
2013-06-18 17:58:10 -04:00 |
|
Will Daly
|
b82eedbefd
|
Merge pull request #184 from edx/will/fix-diff-cover-bug
Fix a bug in diff-cover
|
2013-06-18 14:32:46 -07:00 |
|
Don Mitchell
|
1ff022e181
|
Incidental pep8 changes
|
2013-06-18 17:25:06 -04:00 |
|
Jean Manuel Nater
|
905d884aa7
|
Removed a unnecessary imports from mongo_login_helpers.py and repeated code from tests.py.
|
2013-06-18 15:41:53 -04:00 |
|
brianhw
|
54a3bc620b
|
Merge pull request #40 from edx/feature/brian/regrade-celery-2
Feature/brian/regrade celery 2
|
2013-06-18 12:36:36 -07:00 |
|
cahrens
|
9878c75b7a
|
Sometimes the first click doesn't actually work, so call click up to 5 times.
This seems to fix the sporadic failure (at least on my machine).
|
2013-06-18 15:22:25 -04:00 |
|
Peter Fogg
|
7633968701
|
Merge branch 'master' into peter-fogg/remove-video-xml
|
2013-06-18 15:07:58 -04:00 |
|
Brian Wilson
|
fd206a4128
|
Make sure InstructorTask is committed.
|
2013-06-18 15:07:15 -04:00 |
|
Brian Wilson
|
5389bba490
|
Add changelog entry.
|
2013-06-18 14:28:00 -04:00 |
|
Renzo Lucioni
|
305e9315ef
|
Write Jasmine tests to prove Segment.io works in Logger
|
2013-06-18 14:27:43 -04:00 |
|
lapentab
|
f0fb620be6
|
Fixes missing refactoring
|
2013-06-18 14:12:23 -04:00 |
|
JonahStanley
|
9dc1262719
|
This was causing some failures in the unit tests for some reason
|
2013-06-18 13:58:58 -04:00 |
|
Jean Manuel Nater
|
97275a3286
|
Refactored some of the classes in tests.py to not unnecessarily depend on the XML modulestore.
Conflicts:
lms/djangoapps/courseware/tests/test_navigation.py
lms/djangoapps/courseware/tests/test_view_authentication.py
lms/djangoapps/courseware/tests/tests.py
|
2013-06-18 13:54:16 -04:00 |
|
Brian Wilson
|
2d1ebb7329
|
Test when querying for a non-existent task
|
2013-06-18 13:51:05 -04:00 |
|
lapentab
|
b9ca9a84d7
|
Merge branch 'master' into blapenta/fix-test-coverage
Conflicts:
AUTHORS
common/lib/xmodule/xmodule/tests/test_annotatable_module.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
common/lib/xmodule/xmodule/tests/test_conditional.py
common/lib/xmodule/xmodule/tests/test_html_module.py
common/lib/xmodule/xmodule/tests/test_progress.py
common/lib/xmodule/xmodule/tests/test_xml_module.py
lms/djangoapps/courseware/tests/__init__.py
|
2013-06-18 13:41:53 -04:00 |
|
Jean Manuel Nater
|
78128e7672
|
Merge branch 'master' into jnater/playground
Conflicts:
common/lib/xmodule/xmodule/modulestore/tests/factories.py
lms/djangoapps/courseware/tests/tests.py
|
2013-06-18 13:36:24 -04:00 |
|
Calen Pennington
|
c5dc404b01
|
Merge pull request #150 from edx/fix/cale/update-django-wiki
Cherry pick change to url matching regular expression. Fixes LMS-37
|
2013-06-18 10:29:33 -07:00 |
|
chrisndodge
|
c74220779e
|
Merge pull request #201 from edx/fix/cdodge/fix-busted-JS-pipeline
remove assets.js from the PIPELINE_JS since it seems to cause that file ...
|
2013-06-18 10:21:51 -07:00 |
|
JonahStanley
|
0b51f1bbba
|
Merge branch 'master' into jonahstanley/add-courseteam-tests
|
2013-06-18 13:20:13 -04:00 |
|
JonahStanley
|
85e3062225
|
Fixed click to comply to new css_click
|
2013-06-18 12:51:18 -04:00 |
|
JonahStanley
|
ce3bc1e1cb
|
Merge branch 'master' into jonahstanley/add-gradingsettings-tests
|
2013-06-18 12:47:30 -04:00 |
|
Don Mitchell
|
cf2675d701
|
Update fields.py
When changing variable names for code review critique, accidental cut/paste prevented intended behavior.
|
2013-06-18 12:32:26 -04:00 |
|
Don Mitchell
|
b151d6c155
|
Merge pull request #183 from edx/dhm/timeconv/bug0
Fix a few remaining tz naive dates
|
2013-06-18 09:09:24 -07:00 |
|
Don Mitchell
|
a1f181e7bb
|
Make the variable and method names clearer
|
2013-06-18 11:45:16 -04:00 |
|
Chris Dodge
|
54cb64a2c6
|
actually, seems like if we remove it from PIPELINE_JS then it doesn't work in production
|
2013-06-18 11:37:50 -04:00 |
|
lapentab
|
b93f00e02f
|
Rename system_test to get_test_system
|
2013-06-18 11:37:24 -04:00 |
|
David Baumgold
|
02626ffda7
|
Removed unused test code
|
2013-06-18 11:27:13 -04:00 |
|
JonahStanley
|
650a2ba423
|
Added deletion tests
|
2013-06-18 11:20:23 -04:00 |
|
Brian Wilson
|
77032067ac
|
Refactor test_views from test_api. Pull out pending_tasks.js.
|
2013-06-18 11:19:25 -04:00 |
|
Chris Dodge
|
c129fa4a77
|
remove assets.js from the PIPELINE_JS since it seems to cause that file to be loaded twice
|
2013-06-18 11:17:29 -04:00 |
|
Brian Wilson
|
c2aadbfb18
|
Fix issue with unicode in errors.
|
2013-06-18 11:17:17 -04:00 |
|
Brian Wilson
|
a8c3e91051
|
Handle failure task_output that won't fit in the model column.
|
2013-06-18 11:17:17 -04:00 |
|
Brian Wilson
|
eb1fe899e8
|
Fix progress reporting.
|
2013-06-18 11:17:17 -04:00 |
|
Brian Wilson
|
2c5e038f82
|
initial test_tasks
|
2013-06-18 11:17:17 -04:00 |
|
Brian Wilson
|
3bd2b08258
|
factor out InstructorTaskTestCase base class, for reuse in test_tasks.
|
2013-06-18 11:17:16 -04:00 |
|
Brian Wilson
|
a0dcc97e08
|
tasks now extract task_input and course_id from InstructorTask, instead of passing explicitly.
|
2013-06-18 11:17:16 -04:00 |
|
Brian Wilson
|
a67674fe34
|
set task_id on LMS side.
|
2013-06-18 11:17:16 -04:00 |
|
Brian Wilson
|
b224f4e8cc
|
move test_tasks to test_integration.
|
2013-06-18 11:17:16 -04:00 |
|
Brian Wilson
|
c48dabc383
|
Move code to instructor_task Django app.
|
2013-06-18 11:17:15 -04:00 |
|
chrisndodge
|
a3c7ece85b
|
Merge pull request #195 from pdehaye/patch-1
need to import os
|
2013-06-18 08:16:55 -07:00 |
|
Brian Wilson
|
d2b3977f57
|
Add dogstat logging to background tasks.
|
2013-06-18 11:13:55 -04:00 |
|
Brian Wilson
|
9e11a5659f
|
Rename task_queue.py to task_submit.py.
|
2013-06-18 11:13:19 -04:00 |
|
Brian Wilson
|
c676cfd64a
|
Rename fields in CourseTaskLog, including a task_key column for indexing. Use 'rescore' instead of 'regrade'. Clean up task submission.
|
2013-06-18 11:13:19 -04:00 |
|
Brian Wilson
|
76773c5bdf
|
Change updating of CourseTaskLog to mostly occur in worker thread.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
c1fff1568e
|
reenable psychometrics for regrading
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
3b657d6d36
|
Disable randomized-problem test until bug-fix is merged in.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
9c1881e5d6
|
Add unit test to regrade problem using randomization.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
d37ebea6c0
|
Add tracking calls to reset (and delete). Add tests for delete. Remove sleep statement used for manual testing.
|
2013-06-18 11:13:18 -04:00 |
|
Brian Wilson
|
79a0f6a16b
|
remove call to psychometrics when regrading
|
2013-06-18 11:13:18 -04:00 |
|