- 03 Nov, 2016 2 commits
-
-
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
-
- 01 Nov, 2016 2 commits
-
-
Merge release into master
Matthew Piatetsky committed -
Release Candidate rc/2016-11-01
Matthew Piatetsky committed
-
- 31 Oct, 2016 8 commits
-
-
Allow authors to remove option for unproctored exams
Andy Armstrong committed -
TNL-5084
Andy Armstrong committed -
Revert "Merge pull request #13846 from edx/ECOM-5050"
Matthew Piatetsky committed -
Revert "Bug fix: collect test results when running in multiprocess mode."
Jesse Zoldak committed -
Jesse Zoldak committed
-
This reverts commit c6b6d0bc, reversing changes made to fa2b1ae4.
Matthew Piatetsky committed -
Logging improved for case when exception is raised during submission to SoftwareSecure
noraiz-anwar committed -
MA-333 Added ability to refresh uploaded videos
Jillian Vogel committed
-
- 29 Oct, 2016 1 commit
-
-
This adds ability to refresh the list of uploaded videos without refreshing the whole page. Added a refresh button that when clicked: - fetches a fresh list of uploaded files from the server - updates `PreviousVideoUploadListView` - removes the successfully completed uploads from `ActiveVideoUploadListView` - retains the ongoing or failed uploads in `ActiveVideoUploadListView` so that they can be monitored/retried The view can also be refreshed without user action, but I felt it may be less surprising to have a button instead. MA-333 update: auto-refresh list, fix test failure Changes: 1. Refresh of file list triggered by upload completion. Refresh button retained and label changed to "Refresh List". 2. Added `aria-live="polite"` to `.active-video-upload-list` and `.assets-table`. 3. Removed unused parameter `evt`. 4. Added self to the `AUTHORS` file. MA-333 update: added tests MA-333 update: removed refresh button MA-333 update: address review comments of @mushtaqak MA-333 update: simplify nested `_each` MA-333 update: rename viewRefresh to isViewRefresh MA-333 update: doc string for `clearSuccesful` MA-333 update: fix accessibility MA-333 update: update only successfully uploaded videos MA-333 update: use window.SR feature to notify screen readers that video upload was successful (@pomegranited)
tan committed
-
- 28 Oct, 2016 13 commits
-
-
Allow zooming, fix button link.
Christina Roberts committed -
Add logging when header permissions in use.
Edward Fagin committed -
Instructor dashboard email history modal fix
alisan617 committed -
TNL-5829
cahrens committed -
Merge Release back into master
Diana Huang committed -
Enterprise Customer: model and admin integration
Eugeny Kolpakov committed -
Expose the user email to the api-admin view
Ahsan Ulhaq committed -
ECOM-5365
Ahsan Ulhaq committed -
Revert "update error messages in enrollment API"
Tasawer Nawaz committed -
Noraiz committed
-
This reverts commit 21746f1e.
tasawernawaz committed -
alisan617 committed
-
WL-614 | In Studio "View Live" button fix for theming.
Douglas Hall committed
-
- 27 Oct, 2016 13 commits
-
-
Update translations (autogenerated message)
Ned Batchelder committed -
Beryl/course grades glue
sanfordstudent committed -
ECOM-5769 Add hidden flag and return courses hidden in LMS when include_hidden is passed
Matthew Piatetsky committed -
Initial commit TNL-5484
Sanford Student committed -
Ned Batchelder committed
-
Hasnain committed
-
Matthew Piatetsky committed
-
Pin markey to 0.7
Calen Pennington committed -
Calen Pennington committed
-
Patch Release: Update proctoring version.
Diana Huang committed -
Calen Pennington committed
-
errors during password reset
Ahsan Ulhaq committed -
Bug fix: collect test results when running in multiprocess mode.
Ben Patterson committed
-
- 26 Oct, 2016 1 commit
-
-
Diana Huang committed
-