- 07 Aug, 2017 1 commit
-
-
cahrens committed
-
- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 28 Nov, 2016 1 commit
-
-
jagonzalr committed
-
- 23 Nov, 2016 1 commit
-
-
jagonzalr committed
-
- 23 Jun, 2016 1 commit
-
-
This reverts commit 9967b6fd.
Toby Lawrence committed
-
- 22 Jun, 2016 1 commit
-
-
We're seeing errors in NR from objects read out of the cache lacking the 'StaticContent' object has no attribute 'content_digest' File "/edx/app/edxapp/edx-platform/common/djangoapps/contentserver/middleware.py", line 70, in process_request This reverts commit 849ebc5f.
Kevin Falcone committed
-
- 15 Jun, 2016 1 commit
-
-
Toby Lawrence committed
-
- 04 May, 2016 1 commit
-
-
Instead, use a class attribute to define test behavior. This allows for easier addition of new mixins over time.
Calen Pennington committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 15 Jun, 2015 1 commit
-
-
Brandon DeRosier committed
-
- 12 Jun, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 02 Jun, 2015 1 commit
-
-
Andy Armstrong committed
-
- 17 Mar, 2015 1 commit
-
-
Ned Batchelder committed
-
- 10 Mar, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 04 Feb, 2015 1 commit
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed
-
- 21 Jan, 2015 1 commit
-
-
Braden MacDonald committed
-
- 15 Dec, 2014 1 commit
-
-
This feature allows upload of video assets to S3. This requires that the VIDEO_UPLOAD_PIPELINE setting be properly configured and that each course be configured with a token issued by the media team for their processing purposes (e.g. linking the video with a YouTube channel). Co-authored-by: Greg Price <gprice@edx.org>
Nimisha Asthagiri committed
-
- 08 Dec, 2014 1 commit
-
-
Adam Palay committed
-
- 02 Dec, 2014 1 commit
-
-
Move modulestore config for tests to an importable location Disable pylnt warning for lms imports in common tests Refactor all testcases that loaded all xml courses TE-610 TE-489
Jesse Zoldak committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 31 Oct, 2014 1 commit
-
-
TE-489
muhammad-ammar committed
-
- 30 Oct, 2014 1 commit
-
-
add test for videomodule Import drafts handles modules w/o xml_attributes and ones using the old parent_sequential_url pointer Handle drafts for modules which don't define nor extract xml_attributes Support and in get_items qualifiers Unit test for value query
Adam Palay committed
-
- 09 Oct, 2014 1 commit
-
-
LMS-11437
Don Mitchell committed
-
- 29 Sep, 2014 1 commit
-
-
Don Mitchell committed
-
- 29 Aug, 2014 1 commit
-
-
Calen Pennington committed
-
- 27 Aug, 2014 1 commit
-
-
LMS-11213
Don Mitchell committed
-
- 18 Aug, 2014 1 commit
-
-
LMS-11210 Conflicts: common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py
Don Mitchell committed
-
- 08 Aug, 2014 2 commits
-
-
Don Mitchell committed
-
Nimisha Asthagiri committed
-
- 07 Aug, 2014 5 commits
-
-
cahrens committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
STUD-1726
Andy Armstrong committed -
cahrens committed
-
- 29 Jul, 2014 1 commit
-
-
Conflicts: cms/djangoapps/contentstore/tests/test_course_listing.py
Nimisha Asthagiri committed
-
- 28 Jul, 2014 1 commit
-
-
Added update_item, create_item, create_child to split_draft.py Cleaned up TODOs in test_mixed_modulestore.py Unit test for auto-publish LMS-11017 Added tests to test_mixed_modulestore.py for has_changes and added black_list to _auto_publish Moved DIRECT_ONLY_CATEGORIES to draft_and_publish.py Deleted test_split_draft_modulestore.py Added _auto_publish to create course Publish cleanups for update_version, source_version Changed has_changes to use source_version Removing mixed test that no longer makes sense in auto_publish world Addressed TODOs in test_branch_setting
Mathew Peterson committed
-
- 21 Jul, 2014 1 commit
-
-
Sarina Canelake committed
-
- 19 Jul, 2014 1 commit
-
-
Calen Pennington committed
-
- 18 Jul, 2014 1 commit
-
-
Nimisha Asthagiri committed
-