- 08 Sep, 2015 1 commit
-
-
Bill DeRusha committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 13 Jul, 2015 1 commit
-
-
Adam Palay committed
-
- 24 Jun, 2015 1 commit
-
-
This is primarily to reduce load on MongoDB, where we've lately had performance problems that we suspect are caused by very large course structures being evicted from MongoDB's cache. This may potentially give us a path to better performance as well, but that's not the goal of this commit. Surprisingly, LZ4 seemed to actually run more slowly than zlib for this. Possibly because of some overhead in the Python bindings? GZip was also surprisingly slow given that it uses zlib underneath (something like 5x slower). Use separate cache backend for caching structures. Abstract out course structure cache. add datadog metrics for compressed course structure sizes Since we're using a different cache background, we don't need to have a cache prefix Use dummy cache backend for tests. Fallback to default cache if course_structure_cache doesn't exist.
David Ormsbee committed
-
- 23 Jun, 2015 1 commit
-
-
This is primarily to reduce load on MongoDB, where we've lately had performance problems that we suspect are caused by very large course structures being evicted from MongoDB's cache. This may potentially give us a path to better performance as well, but that's not the goal of this commit. Surprisingly, LZ4 seemed to actually run more slowly than zlib for this. Possibly because of some overhead in the Python bindings? GZip was also surprisingly slow given that it uses zlib underneath (something like 5x slower). Use separate cache backend for caching structures. Abstract out course structure cache. add datadog metrics for compressed course structure sizes Since we're using a different cache background, we don't need to have a cache prefix Use dummy cache backend for tests. Fallback to default cache if course_structure_cache doesn't exist.
David Ormsbee committed
-
- 19 Jun, 2015 1 commit
-
-
utkjad committed
-
- 17 Jun, 2015 1 commit
-
-
David Baumgold committed
-
- 15 May, 2015 1 commit
-
-
Andy Armstrong committed
-
- 08 May, 2015 3 commits
-
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
- 17 Apr, 2015 1 commit
-
-
TNL-1606
Andy Armstrong committed
-
- 14 Apr, 2015 1 commit
-
-
Added setting to enable/disable library indexing + moved is_index_enabled into search indexer classes Added task and signal to fire library reindex
E. Kolpakov committed
-
- 10 Apr, 2015 1 commit
-
-
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
Davorin Sego committed
-
- 11 Mar, 2015 1 commit
-
-
David Baumgold committed
-
- 09 Mar, 2015 1 commit
-
-
This allows the holder of a third-party access token (e.g. from Google or Facebook) to get a first-party access token for the edX account linked to the given access token.
Greg Price committed
-
- 26 Feb, 2015 1 commit
-
-
Daniel Friedman committed
-
- 29 Jan, 2015 1 commit
-
-
Davorin Sego committed
-
- 28 Jan, 2015 1 commit
-
-
Chris Rodriguez committed
-
- 16 Jan, 2015 2 commits
-
-
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
David Baumgold committed -
Matt Drayer committed
-
- 15 Jan, 2015 1 commit
-
-
Zia Fazal committed
-
- 14 Jan, 2015 2 commits
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed -
David Baumgold committed
-
- 12 Jan, 2015 1 commit
-
-
SOL-1, SOL-2, SOL-3
Braden MacDonald committed
-
- 12 Dec, 2014 1 commit
-
-
David Baumgold committed
-
- 11 Dec, 2014 1 commit
-
-
David Baumgold committed
-
- 10 Dec, 2014 1 commit
-
-
Tests in common are run with both CMS and LMS configuration (with different env files). Ensure the DEFAULT_FILE_STORAGE variables are in both environments.
cahrens committed
-
- 01 Dec, 2014 2 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 11 Nov, 2014 1 commit
-
-
stv committed
-
- 17 Oct, 2014 1 commit
-
-
Including: * Change path for mongo_metadata_inheritance to use unique temp dir * Update SASS_CACHE_PATH with thread-safe temp dir * Remove hard coded directory reference for grades download tests * Remove hard coded directory reference for direct mongo test
Jesse Zoldak committed
-
- 01 Oct, 2014 1 commit
-
-
We're better served by just directly testing if we're in the LMS or not.
David Baumgold committed
-
- 15 Sep, 2014 1 commit
-
-
Fix trivial excesses (2 splits configured & don't fetch courses if there are none) LMS-11220, LMS-11391, LMS-11390
Don Mitchell committed
-
- 12 Aug, 2014 1 commit
-
-
Update settings so unit tests pass
Will Daly committed
-
- 11 Aug, 2014 1 commit
-
-
settings are read in from environment variable
Jason Bau committed
-
- 18 Jul, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 14 Jul, 2014 1 commit
-
-
LMS-2936 Also, a bunch of ancillary cleanups. Conflicts: common/lib/xmodule/xmodule/modulestore/tests/test_publish.py Conflicts: cms/djangoapps/contentstore/management/commands/migrate_to_split.py cms/djangoapps/contentstore/management/commands/tests/test_rollback_split_course.py common/lib/xmodule/xmodule/modulestore/__init__.py common/lib/xmodule/xmodule/modulestore/mixed.py common/lib/xmodule/xmodule/modulestore/mongo/draft.py common/lib/xmodule/xmodule/modulestore/split_migrator.py common/lib/xmodule/xmodule/modulestore/split_mongo/split.py common/lib/xmodule/xmodule/modulestore/tests/test_split_migrator.py common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py
Don Mitchell committed
-
- 11 Jul, 2014 1 commit
-
-
Add filter to only show first occurance of DepWarning
Sarina Canelake committed
-
- 26 Jun, 2014 1 commit
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed
-