- 25 Mar, 2013 4 commits
-
-
it appears we are taking one too many round trips to do when pre-fetching children. This can be very expensive as the tree gets wider the deeper we go. For example, in courseware we want depth=2 (course, chapter, sequential). But looking at log output we were also getting verticals, which there can be a lot of. This should cut down on the total data we are grabbing from the DB.
Chris Dodge committed -
Carlos Andrés Rocha committed
-
cahrens committed
-
Don Mitchell committed
-
- 22 Mar, 2013 2 commits
-
-
Don Mitchell committed
-
Don Mitchell committed
-
- 21 Mar, 2013 2 commits
-
-
cahrens committed
-
Chris Dodge committed
-
- 20 Mar, 2013 13 commits
-
-
cahrens committed
-
Chris Dodge committed
-
if we're loading a course module with depth = 0, then we don't need to fetch/compute inherited metadata
Chris Dodge committed -
Chris Dodge committed
-
- improve docstrings - only pass in the state for a particular input and not the whole dictionary - refactor some common code - minor syntax cleanup
Diana Huang committed -
Jay Zoldak committed
-
Clean up some pylint errors
Diana Huang committed -
Diana Huang committed
-
Diana Huang committed
-
and add in a handler for ungraded responses via xqueue
Diana Huang committed -
the ModuleSystem.
Diana Huang committed -
- beginnings of new Matlab input type - update progress after getting a response from xqueue
Diana Huang committed -
Mark L. Chang committed
-
- 19 Mar, 2013 9 commits
-
-
add a finally statement to be sure to turn back on event firing on writes in case an import throws an exception
Chris Dodge committed -
cahrens committed
-
Have to explicitly specify safe option on mongo insert, remove, update because the debug toolbar specifies a default of safe=False.
cahrens committed -
Valera Rozuvan committed
-
Vasyl Nakvasiuk committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Always compute the metadata inheritance tree, even on a course module, so that when walking down the tree, we always get the right data
Calen Pennington committed -
cahrens committed
-
- 18 Mar, 2013 3 commits
-
-
cahrens committed
-
add an array of courses to not refresh the metadata cache on writes. This is needed for imports where we are doing bulk updates otherwise, the DB gets thrashed and the import takes too long, timing out the browser
Chris Dodge committed -
Vasyl Nakvasiuk committed
-
- 15 Mar, 2013 7 commits
-
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-