Dave St.Germain
f259c91efb
This upgrades XBlock, which now contains a default index_dictionary method.
2020-08-06 15:56:48 -04:00
Ahmad Bilal Khalid
71bbd9a5ec
Fix failing non-indexable tests
2020-07-20 12:06:42 +05:00
Diana Huang
99863aebff
Remove course_id field from CourseMode.
...
Handle this change appropriately in CourseModeFactory.
2020-04-06 11:21:28 -04:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Ayub khan
4ed93be5ff
INCR-328 python3 compatibility
2019-07-09 13:09:08 +05:00
Michael Youngstrom
16b5606404
Remove shards from cms
2019-02-12 11:26:39 -05:00
Matthew Piatetsky
7df30938c4
fix unicode strings in cms/
2019-02-04 13:01:51 -05:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
John Eskew
7dfb6cc681
Change all UTC timezones to import from pytz instead of Django.
2017-10-05 11:12:52 -04:00
Jeremy Bowman
97f5fe035b
Fixes for pytest database usage
2017-09-06 13:15:34 -04:00
Jeremy Bowman
0d7806e0cd
Fix tests that depend on execution order
2017-08-29 11:08:47 -04:00
Andy Armstrong
ebb04ca396
Reorder Studio imports using isort
2017-05-30 17:00:50 -04:00
John Eskew
3b57542ab0
Revert "Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance"
...
This reverts commit f97f052591 , reversing
changes made to 800bcd8e20 .
2017-05-30 12:42:54 -04:00
John Eskew
76389d8678
Run all files touched in inheritance/partition work through isort.
2017-05-25 13:24:08 -04:00
John Eskew
66f3aa5ccf
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 13:24:08 -04:00
Gregory Martin
b4f265ade2
Refactor CMS Signal Handling
...
https://openedx.atlassian.net/browse/EDUCATOR-389
2017-05-18 15:29:12 -04:00
Ned Batchelder
4a568476fd
Remove a number of unneeded super()-delegation methods
2017-04-27 14:12:56 -04:00
John Eskew
0899871958
Merge pull request #11042 from edx/jeskew/xml_removal
...
Remove XML modulestore code from most tests.
2016-04-27 11:20:02 -04:00
Omar Khan
6fc4b38ea0
Disallow free verified course modes
...
The verification workflow assumes that all verified courses will have a
price. Free verified course modes cause a 404 when the user attempts to
enroll or upgrade.
2016-04-12 18:06:16 -07:00
John Eskew
f9a85c4471
Remove XML modulestore code - discovery work
2016-04-12 11:49:32 -04:00
Ned Batchelder
2e1238b83e
Remove unused imports
2016-04-08 11:23:05 -04:00
Toby Lawrence
af102a6919
Remove duplicate test setup.
2016-02-16 11:30:46 -05:00
Toby Lawrence
e2cbb547b1
Switch to SharedModuleStoreTestCase in the 'contentstore' app where possible.
2016-02-16 09:39:00 -05:00
Nimisha Asthagiri
d6ced072c4
Refactor CourseDetails
2015-12-04 16:03:05 -05:00
Syed Hassan Raza
3102788bd1
Delete course entry from CourseAboutSearchIndex
2015-11-07 18:27:09 +05:00
Calen Pennington
8267a762c0
Move *ModuleStoreBuilders into xmodule.modulestore.tests.utils
2015-10-01 16:52:39 -04:00
Davorin Sego
a43cf589e0
Update edx-search, fix lms filter generator and courseware index tests
2015-07-22 16:44:01 +02:00
Dino Cikatic
862262bd2d
SOL-974 make index and remove calls use ES bulk API
2015-07-14 11:47:08 -04:00
dino-cikatic
099be9e7e3
Merge pull request #8229 from edx/dcikatic/SOL-536
...
Dcikatic/sol 536 [WIP]
2015-06-03 13:55:42 +02:00
Davorin Sego
d3aa9dfd87
SOL-536 Experiment-Aware content search
2015-06-03 12:47:45 +02:00
Ned Batchelder
cc5c1001d1
Fix simplifiable-range pylint warnings.
2015-06-02 09:47:13 -04:00
Davorin Sego
a455d9d50a
SOL-495 Cohort-Aware content search
2015-05-14 14:07:42 -04:00
Martyn James
552c0bc734
Move location identifying strings into index
2015-05-08 11:29:07 -04:00
Martyn James
b9f1c5db60
Index course information alongside courseware
...
Conflicts:
cms/djangoapps/contentstore/tests/test_courseware_index.py
2015-04-30 16:05:57 -04:00
E. Kolpakov
d4f85d876b
Removed unnecessary comments
2015-04-17 12:24:37 +03:00
E. Kolpakov
bd8754b0ee
Removed stale test helper method
2015-04-14 16:12:16 +03:00
E. Kolpakov
9bbad95497
Moved library key normalization into library_tools module, fixed library update task test
2015-04-14 14:43:37 +03:00
E. Kolpakov
5737364388
Added library update task test
2015-04-14 12:51:23 +03:00
E. Kolpakov
77cc80f6b6
Added code to fire library_updated signal when library is updated
2015-04-14 12:41:24 +03:00
E. Kolpakov
eb7c5be035
Refactored tests to explicitly state with which modulestores they work
2015-04-14 12:38:36 +03:00
E. Kolpakov
4f6905ed77
Added library search indexer and tests
...
Search indexer is not bound to any library modifications, so tests fail - this is expected.
2015-04-14 12:37:28 +03:00
Davorin Sego
e37a98d1be
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
2015-04-10 14:30:19 -04:00