- 03 Nov, 2016 11 commits
-
-
[PERF-386] Utilize ForumsConfig to enable and disable forums.
Toby Lawrence committed -
Update translations (autogenerated message)
Ned Batchelder committed -
Ned Batchelder committed
-
Switch to using nodeenv
Max Rothman committed -
* Implement the newrelic_custom_metrics middleware * Instrument DjangoXBlockUserStateClient with New Relic
Troy Sankey committed -
Report to New Relic certain per-request details about the DjangoXBlockUserStateClient. The following metrics are reported for the get_many() call: xb_user_state.get_many.calls xb_user_state.get_many.duration xb_user_state.get_many.blocks_requested xb_user_state.get_many.blocks_out xb_user_state.get_many.size xb_user_state.get_many.<block_type>.blocks_requested xb_user_state.get_many.<block_type>.blocks_out xb_user_state.get_many.<block_type>.size Similarly, for the set_many() call: xb_user_state.set_many.calls xb_user_state.set_many.duration xb_user_state.set_many.blocks_created xb_user_state.set_many.blocks_updated xb_user_state.set_many.size xb_user_state.set_many.<block_type>.blocks_created xb_user_state.set_many.<block_type>.blocks_updated xb_user_state.set_many.<block_type>.size Where <block_type> is one of "chapter", "course", "problem", "video", etc. PERF-354
Troy Sankey committed -
Use this middleware and its helpers to accumulate custom New Relic metrics on a per-request basis. If, while handling a request, the app does not accumulate any metrics, this middleware is a very lightweight no-op. This commit also enables the middleware! PERF-354
Troy Sankey committed -
This specifically enables/disables the underlying comment service client used to make calls to the service. When disabled, this client will now throw an exception which can be propagated upwards so that callers can make the right decision about how to notify users of the error, or handle retry, etc etc.
Toby Lawrence committed -
Revert "format xml before displaying"
Mushtaq Ali committed -
Revert commit bf9d467f
Mushtaq Ali committed -
Mushtaq Ali committed
-
- 02 Nov, 2016 15 commits
-
-
Update xblock-lti-consumer version.
Diana Huang committed -
Hotfix 2016-11-02 Release to master
Eric Fischer committed -
Diana Huang committed
-
Use fonts from the Pattern Library
Andy Armstrong committed -
Update release with latest release-candidate
Eric Fischer committed -
Update to reduce flakiness of this test set removed flaky annotation
Albert (AJ) St. Aubin committed -
problem-builder's tags are vX.Y.Z not X.Y.Z
Kevin Falcone committed -
Kevin Falcone committed
-
TNL-5582
Albert St. Aubin committed -
log pip freeze output for debugging jenkins builds
Stu Young committed -
Max Rothman committed
-
Updates problem-builder version to match master
Diana Huang committed -
Add grades feature check to subsection task handler.
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 01 Nov, 2016 12 commits
-
-
Upgrade to django 1.8.16 for the security release
Kevin Falcone committed -
Hotfix for grades issues in 2016-11-01 release
Eric Fischer committed -
This reverts commit 7aacae9a.
Eric Fischer committed -
Fix bad closing tag in staff problem info template
Christina Roberts committed -
* Updated the SASS to point to the Pattern Library * Removed duplicate copies of fonts
Andy Armstrong committed -
Eric Fischer committed
-
DOC-2921 Fix certificates Studio page sidebar Help text
Carol Tong committed -
Merge release into master
Matthew Piatetsky committed -
stu committed
-
Release Candidate rc/2016-11-01
Matthew Piatetsky committed -
[DOC - 2921] Removed the emphasis on 'activate' and 'issuing' [DOC-2921] Removed the format statement
Mehul Smriti Raje committed
-
- 31 Oct, 2016 2 commits
-
-
Allow authors to remove option for unproctored exams
Andy Armstrong committed -
TNL-5084
Andy Armstrong committed
-