Eric Fischer
a54c4ea4f9
Revert "Unrevert "Fix Gating to use grades API, instead of its own calculations""
...
This reverts commit 7aacae9a4f .
2016-11-01 15:02:04 -04:00
Matthew Piatetsky
dc5f251938
Revert "Merge pull request #13846 from edx/ECOM-5050"
...
This reverts commit c6b6d0bc74 , reversing
changes made to fa2b1ae470 .
2016-10-31 10:04:20 -04:00
Matthew Piatetsky
ef0699c4d8
Add hidden flag and return courses hidden in LMS when include_hidden is passed
2016-10-27 13:43:35 -04:00
Nimisha Asthagiri
9fb9222a6c
Merge pull request #13806 from edx/beryl/gating-again
...
Unrevert "Fix Gating to use grades API, instead of its own calculations"
2016-10-24 13:33:50 -04:00
Nimisha Asthagiri
7aacae9a4f
Unrevert "Fix Gating to use grades API, instead of its own calculations"
2016-10-24 12:33:59 -04:00
Matthew Piatetsky
b2c8ff05a6
Merge pull request #13802 from edx/ECOM-5050
...
ECOM-5050 Expose mobile-friendly field for course runs returned by Course API
2016-10-21 10:27:07 -04:00
Nimisha Asthagiri
aa000c1a3d
Support for rescoring a problem only if the new score is higher
...
TNL-5046
2016-10-20 15:08:54 -04:00
Matthew Piatetsky
3d72229168
Expose mobile-friendly field for course runs returned by Course API
2016-10-20 14:35:31 -04:00
J. Cliff Dyer
62042188f5
Revert "Fix Gating to use grades API, instead of its own calculations"
...
This reverts commit 318121411a .
2016-10-04 17:19:30 -04:00
Nimisha Asthagiri
318121411a
Fix Gating to use grades API, instead of its own calculations
...
TNL-5062
2016-09-24 00:46:28 -04:00
Sanford Student
fc943ff539
moving milestones check to access.py and upgrading milestones version
2016-08-04 14:47:15 -04:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -04:00
Nimisha Asthagiri
a1a5a0fcb9
Enable Milestones in LMS Tests
2016-07-27 14:56:24 -04:00
Sanford Student
f02889e8d2
removing redundant inherit
2016-07-26 14:11:50 -04:00
Sanford Student
c3d829f2c5
adding query counts
2016-07-26 11:11:59 -04:00
Sanford Student
d9e0ba45cc
first round of self review and code review
2016-07-26 10:50:02 -04:00
sanfordstudent
ba54ad197e
Merge pull request #13075 from edx/sstudent/TNL-4925
...
generalizing proctored exam transformer to handle all milestones
2016-07-25 10:10:42 -04:00
wajeeha-khalid
98ba4b779c
MA-2076: add due date to course block API
2016-07-25 11:06:47 +05:00
Sanford Student
87a9ebce9a
generalizing proctored exam transformer to handle all milestones
2016-07-22 12:57:23 -04:00
sanfordstudent
f2a1984f1a
Revert "genericizing transformer" ( #13063 )
...
This reverts commit 4e65b1f14b .
2016-07-21 17:04:07 -04:00
Sanford Student
4e65b1f14b
genericizing transformer
2016-07-20 11:28:04 -04:00
Nimisha Asthagiri
37b8e6360c
HiddenContentTransformer to check for hide_after_due
2016-07-19 21:13:14 -04:00
Nimisha Asthagiri
69410948c9
Reduce number of transformer traversals ( #12881 )
...
This change improves grading performance by combining what had previously been
multiple course tree traversals into a single traversal with combined
filtering logic.
2016-07-01 12:28:33 -04:00
Nimisha Asthagiri
1fbb4b8b25
Update BlockStructure API
2016-06-23 20:22:31 -04:00
Nimisha Asthagiri
f016647fef
Enable Block Transformer Registry in tests
2016-06-23 20:22:31 -04:00
Eric Fischer
fdc6d91588
update_in_cache on lms worker ( #12689 )
...
This commit "undoes"a previous hotfix, and allows a cms course_publish
signal to trigger a block_structure update_course_in_cache task, which
is run on an lms worker queue.
Changes:
-exposes ALTERNATE_QUEUE_ENVS
-adds routing layer in celery.py
-moves prior dev_with_worker settings file to devstack_with_worker
-moves course_block api functionality into openedx/core/djangoapps/content/block_structure
2016-06-16 18:01:06 -04:00
wajeeha-khalid
05b2e65e0f
MA-2247 return student view data for discussion module
2016-05-09 17:37:31 +05:00
Carol Tong
26ea2dff56
Merge pull request #12311 from edx/carol/doc/DOC-2862_All
...
DOC-2862: Add doc for Courses API
2016-05-06 17:08:32 -04:00
Carol Tong
a1394e9945
Add documentation for Courses API
2016-05-06 15:40:21 -04:00
Calen Pennington
853bfe7a36
Add a TestCase mixin for enabling caches in tests
...
By default, disable all caching in tests, to preserve test independence.
In order to enable caching, inherit from CacheSetupMixin, and specify
which cache configuration is needed.
[EV-32]
2016-05-04 14:51:30 -04:00
Nimisha Asthagiri
c6954902e3
Create courseware/views folder
2016-05-03 09:02:45 -04:00
Ben Patterson
1db84e79df
Additional shard balancing changes for unit tests.
2016-04-28 10:09:32 -04:00
Ben Patterson
b9558a90f1
Create a 3rd explicit shard for unit tests.
...
More accurately, this creates a 4th shard because the
last shard is always the default.
2016-04-28 10:09:32 -04:00
Nimisha Asthagiri
2396cc493d
Fix Next Button's 404 error
...
MA-2305
2016-04-26 20:21:08 -04:00
Clinton Blackburn
00b48e54a1
Exposing absolute/CDN image URLs via Course API
...
ECOM-4013
2016-04-01 09:42:57 -04:00
Clinton Blackburn
1185fff1ec
Added pacing field Course API
...
ECOM-3994
2016-03-30 14:36:43 -04:00
George Schneeloch
6b8f372178
Added visible_to_staff_only field to course blocks API
2016-03-15 16:06:30 -04:00
Nimisha Asthagiri
a1458b99f8
Merge pull request #11684 from CredoReference/feature/edx-23-new
...
New optional parameters for course blocks API: lti_url, block_types_filter
2016-03-11 17:09:41 -05:00
lenacom
7e4f3fd00c
fixed comment
2016-03-10 16:47:35 +03:00
lenacom
2f2c6fc5da
fixed comments
2016-03-10 11:21:06 +03:00
lenacom
23b617492c
removed a trailing space
2016-03-09 18:07:47 +03:00
lenacom
3aafbe591a
fixed test changed by mistake
2016-03-09 16:57:45 +03:00
lenacom
f07bc1ce28
fixed comments
2016-03-09 16:52:02 +03:00
Sanford Student
6490551f1b
MA-2103
2016-03-08 16:17:01 -05:00
lenacom
016c8200ae
fixed comments
2016-03-01 09:39:24 +03:00
lenacom
236cf4e30d
removed check for 'root'
2016-02-29 19:12:44 +03:00
lenacom
f048a28fa0
added ending comma
2016-02-29 16:23:15 +03:00
lenacom
ae439310e1
New optional parameters for course blocks API: lti_url, block_types
2016-02-29 15:58:05 +03:00
Nimisha Asthagiri
70469c16b2
Block Structure API: Replace has_block with __contains__
2016-02-22 11:25:46 -05:00
Nimisha Asthagiri
d969f48646
Course Blocks API: Support accessing a substructure MA-1604
2016-02-18 10:03:58 -05:00