- 19 Sep, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 15 Sep, 2016 1 commit
-
-
- Default of "desc" is all that is in use, and remains as-is. - Discussion API keeps order_direction param, to minimize changes, but it only accepts "desc". - Discussion webapp simply no longer sends in the sort order.
Robert Raposa committed
-
- 09 Sep, 2016 1 commit
-
-
- Default to with_responses=False, except when required. - Clean up search call unused params.
Robert Raposa committed
-
- 08 Sep, 2016 1 commit
-
-
We're often grabbing the metadata of a specific thread to then be able to perform other operations, but we never need the actual responses or comments of a thread unless we're displaying it in the normal forum view. This change sets a default of with_responses=False, which instructs the comment service to not send back the responses/comments for the given thread. We only ask for responses in the case of rendering a single thread or inline discussion.
Toby Lawrence committed
-
- 03 Aug, 2016 2 commits
-
-
Calen Pennington committed
-
Ned Batchelder committed
-
- 28 Jun, 2016 1 commit
-
-
* Renames discussion_module to discussion_xblock * Moves common/lib/xmodule/xmodule_discussion to openedx/core/lib/xblock_builtin/xblock_discussion
E. Kolpakov committed
-
- 07 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 02 Jun, 2016 3 commits
-
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
- 14 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 06 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 17 Mar, 2016 1 commit
-
-
This will leverage the nose attrib plugin to allow us to break tests apart on our build system to run in parallel on separate nodes.
Ben Patterson committed
-
- 11 Feb, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 28 Jan, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 19 Jan, 2016 2 commits
- 16 Dec, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 03 Dec, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 25 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 19 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 17 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 22 Oct, 2015 3 commits
-
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
- 14 Oct, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 09 Oct, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 28 Sep, 2015 2 commits
-
-
Ben Patterson committed
-
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
Will Daly committed
-
- 25 Sep, 2015 1 commit
-
-
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
Will Daly committed
-
- 22 Sep, 2015 1 commit
-
-
MA-1212 - added response count field in tests removed unneccessary function "MA-1212 - added response count in thread retrieval service and updated tests" updated serializerz test for response count MA-1212 exclude response count from thread get list removed response_count field from update and create thread services made resp_total dynamic for cs thread in test_serielizer quality fixed improved quality add TODO JIRA ticket on removed fields
wajeeha-khalid committed
-
- 17 Sep, 2015 1 commit
-
-
An incorrect response was being returned when voting for a comment or thread.
christopher lee committed
-
- 14 Sep, 2015 1 commit
-
-
MA-1182 - added test for not enrolled in course, removed commented out nose test code, formatted import statements according to edx standards
wajeeha-khalid committed
-
- 10 Sep, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 26 Aug, 2015 1 commit
-
-
These signals are caught by the Teams app and used to update `last_activity_at` on both teams and individual users. TNL-2497
Peter Fogg committed
-
- 12 Aug, 2015 1 commit
-
-
Currently when GETting comments, the thread of the comment will be marked as read. This change makes this effect optional as well as setting the default to not mark the thread as read.
christopher lee committed
-
- 28 Jul, 2015 1 commit
-
-
Discussion API for thread sorting now takes the sort_by parameter for the sort key such as by comment_count or vote_count. Also takes the sort_direction parameter for sorting the thread results.
christopher lee committed
-
- 27 Jul, 2015 1 commit
-
-
This is a new TestCase base class, intended for situations where you only want to initialize course content in the setUpClass(), as opposed to setUp(). This is done for performance reasons, since many test cases only use courses in a read-only fashion, particularly in LMS tests. This commit also converts the following modules to use this new base class: lms/djangoapps/ccx/tests/test_ccx_modulestore.py (38s -> 4s) lms/djangoapps/discussion_api/tests/test_api.py (2m45s -> 51s) lms/djangoapps/teams/tests/test_views.py (1m17s -> 33s)
David Ormsbee committed
-