Commit Graph

  • 6e96b88518 On marketing site, disable course settings options that do not work. cahrens 2013-06-19 11:28:16 -04:00
  • 7c048fb243 Merge pull request #181 from edx/renzo/segment-io-sequentials Renzo Lucioni 2013-06-19 08:07:37 -07:00
  • cb3d46d815 Merge pull request #199 from edx/db/notifications-refactor David Baumgold 2013-06-19 08:04:18 -07:00
  • 86344417ff Merge pull request #207 from edx/dhm/pep8 Don Mitchell 2013-06-19 08:00:04 -07:00
  • 4cc30aab00 Cleanup pep8 violations in test_correctmap.py Calen Pennington 2013-06-19 10:04:32 -04:00
  • dece800888 Renames self.get_test_system to test_system, removes duplicate function. lapentab 2013-06-19 09:57:16 -04:00
  • fc6043876a Install python and node prerequisites before trying to run django-admin Calen Pennington 2013-06-19 09:01:52 -04:00
  • 2de645599a Remove trailing whitespace Calen Pennington 2013-06-19 09:01:30 -04:00
  • 03605ab686 Don't print error messages if log/db/data directories already exist Calen Pennington 2013-06-19 09:01:20 -04:00
  • 084160c1c9 Finishing up tests/modifications per @ormsbee feedback Jason Bau 2013-06-19 00:16:41 -07:00
  • ca649d3c33 Turn off Agreement to Terms of Service for Stanford shib Jason Bau 2013-06-14 22:12:35 -07:00
  • a39a384ed2 Handle the case where an existing user has email returned by shib Jason Bau 2013-06-14 15:07:44 -07:00
  • 824fb9a311 The bulk of Shibboleth authentication for Stanford Jason Bau 2013-06-03 17:48:44 -07:00
  • 23631b839a AWS settings hook for addl installed apps + lms/wsgi_apache.py Jason Bau 2013-06-04 10:34:15 -07:00
  • 841ff4765f Abridge tests in light of learning how Segment.io works Renzo Lucioni 2013-06-18 17:58:10 -04:00
  • b82eedbefd Merge pull request #184 from edx/will/fix-diff-cover-bug Will Daly 2013-06-18 14:32:46 -07:00
  • 1ff022e181 Incidental pep8 changes Don Mitchell 2013-06-17 17:09:39 -04:00
  • 905d884aa7 Removed a unnecessary imports from mongo_login_helpers.py and repeated code from tests.py. Jean Manuel Nater 2013-06-18 15:41:53 -04:00
  • 54a3bc620b Merge pull request #40 from edx/feature/brian/regrade-celery-2 brianhw 2013-06-18 12:36:36 -07:00
  • 9878c75b7a Sometimes the first click doesn't actually work, so call click up to 5 times. cahrens 2013-06-18 15:22:25 -04:00
  • 7633968701 Merge branch 'master' into peter-fogg/remove-video-xml Peter Fogg 2013-06-18 15:07:58 -04:00
  • fd206a4128 Make sure InstructorTask is committed. Brian Wilson 2013-06-18 15:07:15 -04:00
  • 5389bba490 Add changelog entry. Brian Wilson 2013-06-18 14:28:00 -04:00
  • 305e9315ef Write Jasmine tests to prove Segment.io works in Logger Renzo Lucioni 2013-06-18 14:27:43 -04:00
  • f0fb620be6 Fixes missing refactoring lapentab 2013-06-18 14:12:23 -04:00
  • 9dc1262719 This was causing some failures in the unit tests for some reason JonahStanley 2013-06-18 13:58:58 -04:00
  • 97275a3286 Refactored some of the classes in tests.py to not unnecessarily depend on the XML modulestore. Jean Manuel Nater 2013-06-18 11:53:43 -04:00
  • 2d1ebb7329 Test when querying for a non-existent task Brian Wilson 2013-06-18 13:51:05 -04:00
  • b9ca9a84d7 Merge branch 'master' into blapenta/fix-test-coverage lapentab 2013-06-18 13:41:53 -04:00
  • 78128e7672 Merge branch 'master' into jnater/playground Jean Manuel Nater 2013-06-18 13:36:24 -04:00
  • c5dc404b01 Merge pull request #150 from edx/fix/cale/update-django-wiki Calen Pennington 2013-06-18 10:29:33 -07:00
  • c74220779e Merge pull request #201 from edx/fix/cdodge/fix-busted-JS-pipeline chrisndodge 2013-06-18 10:21:51 -07:00
  • 0b51f1bbba Merge branch 'master' into jonahstanley/add-courseteam-tests JonahStanley 2013-06-18 13:20:13 -04:00
  • 85e3062225 Fixed click to comply to new css_click JonahStanley 2013-06-18 12:51:18 -04:00
  • ce3bc1e1cb Merge branch 'master' into jonahstanley/add-gradingsettings-tests JonahStanley 2013-06-18 12:47:30 -04:00
  • cf2675d701 Update fields.py Don Mitchell 2013-06-18 12:32:26 -04:00
  • b151d6c155 Merge pull request #183 from edx/dhm/timeconv/bug0 Don Mitchell 2013-06-18 09:09:24 -07:00
  • a1f181e7bb Make the variable and method names clearer Don Mitchell 2013-06-18 11:45:16 -04:00
  • 54cb64a2c6 actually, seems like if we remove it from PIPELINE_JS then it doesn't work in production Chris Dodge 2013-06-18 11:37:50 -04:00
  • b93f00e02f Rename system_test to get_test_system lapentab 2013-06-18 11:37:24 -04:00
  • 02626ffda7 Removed unused test code David Baumgold 2013-06-18 11:27:13 -04:00
  • 650a2ba423 Added deletion tests JonahStanley 2013-06-18 11:20:23 -04:00
  • 77032067ac Refactor test_views from test_api. Pull out pending_tasks.js. Brian Wilson 2013-06-17 18:20:48 -04:00
  • c129fa4a77 remove assets.js from the PIPELINE_JS since it seems to cause that file to be loaded twice Chris Dodge 2013-06-18 11:15:05 -04:00
  • c2aadbfb18 Fix issue with unicode in errors. Brian Wilson 2013-06-17 14:14:33 -04:00
  • a8c3e91051 Handle failure task_output that won't fit in the model column. Brian Wilson 2013-06-17 02:19:05 -04:00
  • eb1fe899e8 Fix progress reporting. Brian Wilson 2013-06-14 18:43:04 -04:00
  • 2c5e038f82 initial test_tasks Brian Wilson 2013-06-13 03:27:22 -04:00
  • 3bd2b08258 factor out InstructorTaskTestCase base class, for reuse in test_tasks. Brian Wilson 2013-06-12 17:51:42 -04:00
  • a0dcc97e08 tasks now extract task_input and course_id from InstructorTask, instead of passing explicitly. Brian Wilson 2013-06-12 13:49:59 -04:00
  • a67674fe34 set task_id on LMS side. Brian Wilson 2013-06-12 02:54:32 -04:00
  • b224f4e8cc move test_tasks to test_integration. Brian Wilson 2013-06-11 00:51:20 -04:00
  • c48dabc383 Move code to instructor_task Django app. Brian Wilson 2013-06-10 18:16:18 -04:00
  • a3c7ece85b Merge pull request #195 from pdehaye/patch-1 chrisndodge 2013-06-18 08:16:55 -07:00
  • d2b3977f57 Add dogstat logging to background tasks. Brian Wilson 2013-06-03 15:34:33 -04:00
  • 9e11a5659f Rename task_queue.py to task_submit.py. Brian Wilson 2013-06-02 22:09:28 -04:00
  • c676cfd64a Rename fields in CourseTaskLog, including a task_key column for indexing. Use 'rescore' instead of 'regrade'. Clean up task submission. Brian Wilson 2013-06-02 18:31:30 -04:00
  • 76773c5bdf Change updating of CourseTaskLog to mostly occur in worker thread. Brian Wilson 2013-05-30 01:34:27 -04:00
  • c1fff1568e reenable psychometrics for regrading Brian Wilson 2013-05-28 14:07:04 -04:00
  • 3b657d6d36 Disable randomized-problem test until bug-fix is merged in. Brian Wilson 2013-05-24 17:41:31 -04:00
  • 9c1881e5d6 Add unit test to regrade problem using randomization. Brian Wilson 2013-05-24 16:37:17 -04:00
  • d37ebea6c0 Add tracking calls to reset (and delete). Add tests for delete. Remove sleep statement used for manual testing. Brian Wilson 2013-05-24 03:24:44 -04:00
  • 79a0f6a16b remove call to psychometrics when regrading Brian Wilson 2013-05-24 03:21:57 -04:00
  • 003c9ba5d9 Define MITX_FEATURES['ENABLE_COURSE_BACKGROUND_TASKS'] to allow background tasks to be removed from instructor dash. Brian Wilson 2013-05-23 18:20:04 -04:00
  • 616d18e1e3 Post-rebasing fixes to re-enable masquerading. Brian Wilson 2013-05-23 12:35:22 -04:00
  • 1984cfecc1 Add duration to task status. Add tests for reset-attempts. Brian Wilson 2013-05-21 17:01:08 -04:00
  • 297206f260 Add background task history to instructor dash (as table). Add task-history-per-student button, and fix display of task messages. Brian Wilson 2013-05-16 19:03:50 -04:00
  • 6cd23875ea Remove delete button from instructor dash. (Also remove last-modified column from task-in-progress table). Brian Wilson 2013-05-16 11:52:00 -04:00
  • 8872fbccd2 Add factory for CourseTaskLog. Brian Wilson 2013-05-15 17:55:14 -04:00
  • 8660c9a7af Check descriptor to identify problems that don't support regrading. Brian Wilson 2013-05-15 02:10:19 -04:00
  • 73b25e1f32 Add check for problems that (do not) support regrading. Brian Wilson 2013-05-14 01:14:48 -04:00
  • 07d2de4789 Add tests for regrading at capa_module level. Brian Wilson 2013-05-13 17:20:45 -04:00
  • ee5ffedfee Clean up task progress javascript. Add before/after scores to tracking of regrading requests. Brian Wilson 2013-05-10 18:10:51 -04:00
  • 0d38789a1d Add additional background tasks: reset attempts, delete state. Update CourseTaskLog fully after task submission, so it works in Eager mode (for testing). Brian Wilson 2013-05-09 18:36:32 -04:00
  • 95c1c4b8a8 Refactor tracking and xqueue initialization to no longer require a request. Get tracking logs to work. Add transaction annotations. Brian Wilson 2013-05-09 03:07:05 -04:00
  • 7711c00e2c Pull task_queue.py methods out from tasks.py, to represent API calls from client. Tasks.py remains the task implementations running on the celery worker. Brian Wilson 2013-05-06 18:51:56 -04:00
  • d503e3313f Add task progress table to instructor dash. Brian Wilson 2013-04-30 02:16:15 -04:00
  • 91ac6e68e8 Define initial celery task on instructor dash. Brian Wilson 2013-04-25 18:22:00 -04:00
  • a4032522a3 Fix merge conflict in CHANGELOG.rst. Peter Fogg 2013-06-18 10:31:57 -04:00
  • 94238238e7 Merge pull request #58 from edx/jonahstanley/add-navigation-tests Jonah Stanley 2013-06-18 07:29:17 -07:00
  • 9cd9129d9f Merge pull request #101 from edx/anton/videoalpha_tests polesye 2013-06-18 07:26:27 -07:00
  • fb0d16afe2 Only show at most 300 chars in AJAX error notification David Baumgold 2013-06-18 10:23:44 -04:00
  • aa24508024 Add underscore.string library David Baumgold 2013-06-18 10:23:18 -04:00
  • b6e3b0ee03 Refactor Backbone Notifications David Baumgold 2013-06-18 09:55:41 -04:00
  • fe694a1548 Fixed up CHANGELOG. Valera Rozuvan 2013-06-18 16:57:06 +03:00
  • bb3cf56f7d Fixed up CHANGELOG. Valera Rozuvan 2013-06-18 16:55:28 +03:00
  • 3086f16d77 Added comment about enabling some Video Alpha tests when testing locally. Updated CHANGELOG. Valera Rozuvan 2013-06-17 20:03:59 +03:00
  • b75876e3ac As per PR comments from reviewer, fixing coding style. Valera Rozuvan 2013-06-14 10:53:26 +03:00
  • cfb9a54e21 Add tests for additional events Anton Stupak 2013-06-11 17:55:16 +03:00
  • 78e22a910e Disable tests because of problems with phantomjs Anton Stupak 2013-06-07 09:44:07 +03:00
  • 70889c3625 Add tests for Event Logger Anton Stupak 2013-06-10 10:52:46 +03:00
  • 499c682d95 Add tests for HTML5 part of Videoalpha Anto Stupak 2013-06-04 13:14:56 +03:00
  • 70cc9a168b Add tests for Youtube part of Videoalpha Anto Stupak 2013-05-31 11:24:49 +03:00
  • 80f38b8f3c python tests for videoalpha Vasyl Nakvasiuk 2013-06-03 11:46:45 +03:00
  • 8ae22cf3ed Fix merge conflict in CHANGELOG.rst. Peter Fogg 2013-06-18 09:01:37 -04:00
  • 048be222a6 Update CHANGELOG.rst Jason Bau 2013-06-17 18:02:03 -06:00
  • 33027e7e59 Merge pull request #175 from edx/fix/jbau/handle-None-discussion-start_time Jason Bau 2013-06-17 16:55:56 -07:00
  • 28ae2b6346 change form of making datetime.max aware (in UTC) Jason Bau 2013-06-17 16:11:35 -07:00
  • c1dc2628a0 need to import os pdehaye 2013-06-18 00:52:23 +02:00
  • a3f45bd94a moving segment io setting below auth.json John Jarvis 2013-06-17 17:45:22 -04:00