Calen Pennington
|
c3bb2e9b3a
|
Use per-type cache set_many calls in FieldDataCache set_many
|
2015-05-20 15:07:26 -04:00 |
|
Calen Pennington
|
60e436c290
|
Push get down into per-type caches
|
2015-05-20 15:07:26 -04:00 |
|
Calen Pennington
|
407db16938
|
Implement per-type set methods in terms of set_many methods
|
2015-05-20 15:07:25 -04:00 |
|
Calen Pennington
|
12740fa4ac
|
Make test_model_data test_set_many_failure slightly more robust
|
2015-05-20 15:07:25 -04:00 |
|
Calen Pennington
|
67d66184a7
|
Push set_many save() calls into per-type caches
|
2015-05-20 15:07:25 -04:00 |
|
Calen Pennington
|
97c2513ed8
|
Push set_many object creation down into per-type caches
|
2015-05-20 15:07:24 -04:00 |
|
Calen Pennington
|
a0555d4cdc
|
Add more documentation to DjangoOrmFieldCache
|
2015-05-20 15:07:24 -04:00 |
|
Calen Pennington
|
7a9923e289
|
Inline find_or_create
|
2015-05-20 15:07:24 -04:00 |
|
Calen Pennington
|
6ce7cc771a
|
Move has logic down into per-scope caches
|
2015-05-20 15:07:23 -04:00 |
|
Calen Pennington
|
43d41d6648
|
Move delete logic down into per-scope caches
|
2015-05-20 15:07:23 -04:00 |
|
Calen Pennington
|
d1fae17ca2
|
Move the logic from find into the methods that use it
|
2015-05-20 15:07:23 -04:00 |
|
Calen Pennington
|
3bcd5ceb50
|
Push has down into FieldDataCache from DjangoKeyValueStore
|
2015-05-20 15:07:23 -04:00 |
|
Calen Pennington
|
9338b6a480
|
Push delete down into FieldDataCache from DjangoKeyValueStore
|
2015-05-20 15:07:22 -04:00 |
|
Calen Pennington
|
ebb3c906ff
|
Push set_many down into FieldDataCache from DjangoKeyValueStore
|
2015-05-20 15:07:22 -04:00 |
|
Calen Pennington
|
951c19d789
|
Push get down into FieldDataCache, from DjangoKeyValueStore
|
2015-05-20 15:07:22 -04:00 |
|
Calen Pennington
|
5df3c22651
|
Push cache_key transformations inside the cache objects
|
2015-05-20 15:07:21 -04:00 |
|
Calen Pennington
|
29606a170d
|
Extract common django-orm-backed-cache functionality
|
2015-05-20 15:07:21 -04:00 |
|
Calen Pennington
|
7909bee511
|
Stop leaking private _data members from per-scope caches
|
2015-05-20 15:07:21 -04:00 |
|
Calen Pennington
|
01cf2a3225
|
Store cache objects, rather than dictionaries generated by cache objects
|
2015-05-20 15:07:21 -04:00 |
|
Calen Pennington
|
21bcf55dba
|
Extract _all_block_types and _all_usage_keys out of cache class
|
2015-05-20 15:07:20 -04:00 |
|
Calen Pennington
|
4463f71148
|
Separate caching for particular fields from instantiating the cache
|
2015-05-20 15:07:20 -04:00 |
|
Calen Pennington
|
0d37ec8099
|
Change the central cache to store at two levels: first by scope, then by cache key
|
2015-05-20 15:07:20 -04:00 |
|
Calen Pennington
|
645d2a727f
|
Move field_object -> cache_key transformations to the scope-specific caches
|
2015-05-20 15:07:19 -04:00 |
|
Calen Pennington
|
7353d40b16
|
Push field_object iteration inside _retrieve_fields, and rename to _cache_fields
|
2015-05-20 15:07:19 -04:00 |
|
Calen Pennington
|
9059727672
|
Extract cache instantiation into classes per-scope
|
2015-05-20 15:07:19 -04:00 |
|
Calen Pennington
|
fd0c47bc42
|
Extract query chunking from FieldDataCache
|
2015-05-20 15:07:18 -04:00 |
|
Calen Pennington
|
4182f87490
|
Add the candidate XBlockUserStateClient interface
|
2015-05-20 15:07:18 -04:00 |
|
Calen Pennington
|
4312c0e763
|
Enable PyContracts during tests
|
2015-05-20 15:07:18 -04:00 |
|
Ned Batchelder
|
c2772e4aac
|
Merge pull request #8026 from edx/ned/tweak-contributing
Add pointers to guidelines of specific concern.
|
2015-05-13 12:36:39 -04:00 |
|
Jesse Zoldak
|
b34a48f09a
|
Merge pull request #8023 from edx/zoldak/update-bok-choy
Update bok-choy version to the latest release
|
2015-05-13 12:30:20 -04:00 |
|
Ned Batchelder
|
b5fbf853c7
|
Add pointers to guidelines of specific concern.
|
2015-05-13 11:21:16 -04:00 |
|
Adam
|
788991629d
|
Merge pull request #7991 from edx/adam/update-release-py
add troubleshooting for logging into stage to release script
|
2015-05-13 11:13:25 -04:00 |
|
Adam Palay
|
6d02beeff9
|
add troubleshooting for logging into stage to release script
|
2015-05-13 10:20:20 -04:00 |
|
Jesse Zoldak
|
e15590d28a
|
Update bok-choy version to the latest release
|
2015-05-13 10:12:27 -04:00 |
|
Diana Huang
|
ac8b75ca7f
|
Merge pull request #7804 from edx/diana/progress-summary-refactor
Implement the Weighted Problem Grade Report
|
2015-05-13 09:10:02 -04:00 |
|
Adam
|
9115960eac
|
Merge pull request #8013 from edx/merge-release-into-master
Merge release into master
|
2015-05-13 08:39:23 -04:00 |
|
Daniel Friedman
|
3acd7a008c
|
Refactor and add tests for new grade report.
* Handle grading errors
|
2015-05-13 06:58:02 -04:00 |
|
Brian Talbot
|
806e2b3901
|
Merge pull request #7985 from edx/talbs/sass-build-files
LMS/Studio: Sass Build Files to Reduce Compilation Redundancy
|
2015-05-13 05:33:43 -04:00 |
|
Awais Qureshi
|
b8efb5423a
|
Merge pull request #7951 from edx/awais786/ECOM-1531-fake-page-ssecure
ECOM-1531 adding the fake-page for softwar secure.
|
2015-05-13 12:02:32 +05:00 |
|
Brian Talbot
|
220b8d1cdb
|
LMS: removing conditional search Sass logic + simplifying _build-*.scss files
|
2015-05-12 22:13:31 -04:00 |
|
Brian Talbot
|
24673aa128
|
LMS: moving shared/redundant Sass partial calls to _build-*.scss partials
|
2015-05-12 22:03:43 -04:00 |
|
Brian Talbot
|
0550e39516
|
Studio: moving shared/redundant Sass partial calls to _build.scss partial
|
2015-05-12 22:03:43 -04:00 |
|
Daniel Friedman
|
84f3c33df7
|
Address doc review
|
2015-05-12 16:32:01 -04:00 |
|
Daniel Friedman
|
67fdca1847
|
Monitor performance through datadog
|
2015-05-12 16:32:01 -04:00 |
|
Andy Armstrong
|
2fafaec053
|
Implement grade report analytics
TNL-1988
|
2015-05-12 16:32:01 -04:00 |
|
Daniel Friedman
|
9269ec3b00
|
Add new instructor task for weighted problems
|
2015-05-12 16:32:00 -04:00 |
|
Diana Huang
|
9c32b1e878
|
Refactor course_structure_api to have separate
API Layer.
|
2015-05-12 16:32:00 -04:00 |
|
Diana Huang
|
7df9ab9c14
|
Extend the Score namedtuple to know about module locations.
|
2015-05-12 16:32:00 -04:00 |
|
Christina Roberts
|
53da306c00
|
Merge pull request #8010 from edx/christina/update-bok-choy
Update version of bok-choy.
|
2015-05-12 16:29:39 -04:00 |
|
Ned Batchelder
|
9ce9da8b1d
|
Merge pull request #8008 from schoolyourself/schoolyourself-xblock-update
Update schoolyourself-xblock to the latest version
|
2015-05-12 16:01:47 -04:00 |
|