- 24 Jun, 2015 2 commits
-
-
use default cache for tests add test for when cache isn't configured add test for dummy cache noop if no cache found
Adam Palay committed -
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
-
- 22 Jun, 2015 13 commits
-
-
Revert "Merge pull request #8402 from edx/sarina/annotate-middleware"
Sarina Canelake committed -
mattdrayer/ECOM-1773: Fixed invalid URL reversal
Matt Drayer committed -
Matt Drayer committed
-
This reverts commit 09425c3d, reversing changes made to 410b9282.
Sarina Canelake committed -
ECOM-1772 Due date issue test case fixed.
Nimisha Asthagiri committed -
Use RequireJS Optimizer for content libraries
Andy Armstrong committed -
Remove hinting templates as 'tab:' definition fails on Split
Sarina Canelake committed -
fix problems with multi-seat purchases when accessibility review was …
chrisndodge committed -
Awais committed
-
Sarina Canelake committed
-
Andy Armstrong committed
-
Sarina Canelake committed
-
Chris Dodge committed
-
- 19 Jun, 2015 18 commits
-
-
I18N needs to not include the string substitution
chrisndodge committed -
Chris Dodge committed
-
fix price per seat
Nimisha Asthagiri committed -
Handle whitespace-only content in discussion API
Greg Price committed -
Add editable_fields to discussion API responses
Greg Price committed -
Fix discussion_api to handle old threads
Greg Price committed -
This will allow clients to determine what actions (e.g. following, endorsing, and editing content) a user can take on a piece of content.
Greg Price committed -
The comments service rejects whitespace-only content for certain strings, so the discussion API should also reject such content.
Greg Price committed -
MA-844 Video Upload: remove dependency on AssetMetaDataStore.
Nimisha Asthagiri committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Chris Dodge committed
-
Sarina Canelake committed
-
ECOM-1673 removed class and icon to always show full upsell content.
AlasdairSwan committed -
Cleanup of third-party login and auto-enrollment
Renzo Lucioni committed -
removed JavaScript function specific to the upsell toggle removed bok choy test Removed all referenced to toggleExpandMessage()
AlasdairSwan committed -
Treat aggregate sums of None as 0
chrisndodge committed -
Braden MacDonald committed
-
Braden MacDonald committed
-
- 18 Jun, 2015 7 commits
-
-
Extended hint features
Sarina Canelake committed -
Make a11y test inherit from a base class
Christine Lytwynec committed -
Nimisha Asthagiri committed
-
Update bok-choy cached db with the latest migrations
Jesse Zoldak committed -
Chris Dodge committed
-
Christine Lytwynec committed
-
SOL-939 Jasmine Tests
Matt Drayer committed
-