Greg Price
b1a9d33472
Add authorship data to thread list endpoint
2015-05-11 15:59:34 -04:00
Greg Price
fa6e5338c2
Add fields to discussion thread list endpoint
...
This commit adds fields that are related to the requesting user's
interaction with the thread (e.g. following).
2015-05-11 15:59:34 -04:00
Adam Palay
801ee67e63
add more logging to grading
2015-05-11 11:55:55 -04:00
David Ormsbee
69af4113c2
Merge pull request #7979 from edx/ormsbee/new_relic_xb_tx_reporting
...
Customize the transaction name sent to New Relic for XBlock handlers.
2015-05-11 11:06:47 -04:00
Phil McGachey
73b854e4f0
[LTI Provider] Adding signals for scoring events
2015-05-11 07:45:50 -04:00
David Ormsbee
f1f34b5ddf
Customize the transaction name sent to New Relic for XBlock handlers.
...
Currently, all XBlock/XModule handlers are lumped together in the
same transaction (courseware.module_render:handle_xblock_callback).
This makes it difficult to pinpoint problems with specific handlers.
With this change, the transaction name will now look like:
OpenAssessmentBlockWithMixins.save_submission
CapaDescriptorWithMixins.xmodule_handler/problem_show
2015-05-08 16:53:01 -04:00
Will Daly
0f634bb6a3
Merge pull request #7971 from edx/will/verification-status-admin-updates
...
Updates to the verify student Django admin.
2015-05-08 16:07:36 -04:00
Adam
58b34e1cc4
Merge pull request #7974 from edx/merge-release-to-master
...
Merge release to master
2015-05-08 14:24:14 -04:00
Christine Lytwynec
08993aead6
Merge pull request #7959 from edx/clytwynec/split_lms_unittests_into_shards
...
Clytwynec/split lms unittests into shards
2015-05-08 14:19:25 -04:00
Will Daly
4f156dc08f
Updates to the verify student Django admin.
...
* Ensure that VerificationStatus is append-only and immutable.
* Allow searching by student for verification status.
* Properly pluralize verification status.
* Use ConfigModelAdmin for ICRV config model admin.
2015-05-08 12:48:48 -04:00
Adam Palay
8243d934e4
Merge remote-tracking branch 'origin/release' into merge-release-to-master
...
Conflicts:
common/test/acceptance/tests/video/test_video_times.py
2015-05-08 10:23:04 -04:00
Feanil Patel
3d7a6d8b90
Fix for when celery runs in eager mode.
...
When celery runs in eager mode, there is a bug and an exception
is not thrown when using retry logic. A PR to fix the bug can
be found here: https://github.com/celery/celery/pull/2607
In the mean time, we have to deal with the fact that in eager mode
celery will not throw the exception but simply return it. So we
raise it ourselves.
2015-05-08 09:01:50 -04:00
Feanil Patel
e4aa91d510
Remove the mock, it doesn't seem like it's needed.
2015-05-08 09:01:49 -04:00
Feanil Patel
95c240d576
Fix a bug in the failure increment.
2015-05-08 09:01:49 -04:00
Aamir
17222bfa7c
Merge pull request #7864 from edx/aamir-khan/ECOM-1476-send-email-on-reverification
...
ECOM-1476: sending email on software secure response initial work
2015-05-08 11:22:49 +05:00
Greg Price
603eae65d8
Add params to CS query in thread list endpoint
...
The thread list endpoint needs to restrict the set of threads it
retrieves if the course is cohorted and the user is not privileged.
This also adds an explicit default sort (by most recent activity).
2015-05-07 15:59:23 -04:00
Adam Palay
afec81b662
prevent overly nesting _field_data (TNL-2050)
2015-05-07 14:05:27 -04:00
aamir-khan
a975b8384c
ECOM-1476: sending email on software secure response initial work
2015-05-07 18:56:49 +05:00
Christine Lytwynec
ddb1ae667e
Split lms unittests into multiple shards
2015-05-07 09:17:26 -04:00
Jim Abramson
2a449ade58
Merge pull request #7938 from edx/jsa/xcom-287
...
fix ecommerce api calls in verify_student and add tests.
2015-05-07 08:03:39 -04:00
jsa
cc1c7d5012
fix ecommerce api calls in verify_student and update tests.
...
XCOM-287
2015-05-06 23:44:25 -04:00
Muzaffar yousaf
0ca9f9667a
Merge pull request #7810 from edx/muzaffar/tnl1261-studio-prview
...
Enable unit preview by default.
2015-05-06 21:06:49 +05:00
muzaffaryousaf
f5de0bbf43
Enable unit preview by default.
...
TNL-1261
2015-05-06 12:40:44 +05:00
Muhammad Ammar
63f4aa8ceb
Merge pull request #7761 from edx/ammar/tnl1886-add-certificate-columns-in-grade-report
...
Add certificate columns in grade report
2015-05-06 09:32:42 +05:00
Clinton Blackburn
5e68753101
Deprecated Verify Later Page
...
We are moving toward a single workflow for verification.
2015-05-05 16:42:27 -04:00
Greg Price
f22756128d
Merge pull request #7881 from edx/gprice/discussion-api-thread-list
...
Add thread list endpoint to the new discussion API
2015-05-05 13:56:10 -04:00
Jim Abramson
1ce4baa67a
Merge pull request #7892 from edx/jsa/xcom-208
...
Pass tracking context to ecommerce api client.
2015-05-05 12:42:08 -04:00
Greg Price
90f28dce31
Add thread list endpoint to the new discussion API
...
This is an initial implementation that only allows retrieval of all
threads for a course and only returns an easily computed subset of the
fields that are needed, in order to keep this change from getting too
large.
JIRA: MA-641
2015-05-05 11:45:09 -04:00
jsa
26f9a5d76f
Pass tracking context to ecommerce api client.
...
XCOM-208
2015-05-05 10:50:46 -04:00
muhammad-ammar
3bb7a2508d
Add certificate columns to existing grade report
...
TNL-1886
2015-05-05 17:43:08 +05:00
zubair-arbi
7a1060cf56
Merge pull request #7849 from edx/zub/story/reverification-sevice-get-attempts-method
...
add 'get_attempts' method for 'ReverificationService'
2015-05-04 12:49:01 +05:00
Clinton Blackburn
bfb201ec7d
Merge pull request #7822 from edx/clintonb/receipt-page-update
...
Updated Receipt Page for Oscar
2015-05-02 09:32:11 -04:00
Clinton Blackburn
1a1fe56b29
Added Oscar-Compatible Receipt Page
2015-05-02 00:18:05 -04:00
E. Kolpakov
6db974c8ee
Fixes for course import-export:
...
* Updated XBlock hash - new version forces exposes force_dirty method on fields
* Includes Scope.children fields into xml_importer._update_module_location so that they are updated as well.
* Tests for mutable fields xml_importer._update_module_location with mutable fields and children
2015-05-01 18:36:14 +03:00
Greg Price
c006befdaf
Merge pull request #7767 from edx/gprice/discussion-api-topics
...
Add discussion topic API
2015-04-30 18:05:08 -04:00
Adam
af3519ce15
Merge pull request #7835 from edx/release
...
Release (DO NOT MERGE)
2015-04-30 16:24:47 -04:00
Greg Price
ebff94af3f
Add discussion topic API
...
This is the first stage of the new Discussion API.
JIRA: MA-604
2015-04-30 14:25:05 -04:00
Ned Batchelder
6fd60f21b5
Merge pull request #7358 from edx/ned/add_dunder_init_files
...
Add missing __init__.py files
2015-04-30 10:50:49 -04:00
Awais Qureshi
e465733778
Merge pull request #7811 from edx/awais786/ECOM-1284-re-generate-certs
...
ECOM-1284 enabling re-generate certs.
2015-04-30 18:46:12 +05:00
zubair-arbi
9edec96fb8
update django admin for 'verify_student' app
2015-04-30 18:02:24 +05:00
Ned Batchelder
777be12ada
Add missing __init__.py files
2015-04-30 07:43:08 -04:00
zubair-arbi
96d4a895f0
add 'get_attempts' method for 'ReverificationService'
2015-04-30 15:50:12 +05:00
Awais
19ab698f4c
ECOM-1284 enabling re-generate certs.
2015-04-30 14:15:33 +05:00
zubair-arbi
4d9781aaa7
Merge pull request #7813 from edx/zub/story/ecom-1477-verfication-model-add-itemid
...
add location_id field for the Reverification XBlock in VerificationStatu...
2015-04-30 11:27:22 +05:00
Sarina Canelake
aed9ba8a38
Merge pull request #7818 from mcgachey/mcgachey-lti-render
...
[LTI Provider] Wiring up LTI views to the courseware template
2015-04-29 10:34:09 -04:00
zubair-arbi
da94aca522
add location_id field for the Reverification XBlock in VerificationStatus model
...
ECOM-1477
2015-04-29 18:41:30 +05:00
Aamir
dc308d4f28
Merge pull request #7772 from edx/awais786/ECOM-1441-additional-methods
...
ECOM-1441 additional methods for skip re-verification links.
2015-04-29 14:13:10 +05:00
Awais
860467e7d2
ECOM-1441 additional methods for skip re-verification links.
2015-04-29 12:17:15 +05:00
Phil McGachey
854c9637f1
[LTI Provider] Addressing review comments
2015-04-28 10:35:44 -04:00
Sarina Canelake
b2d9d339d1
Docstrings for mailchimp scripts
2015-04-28 10:23:10 -04:00