Adds staff and instructor users of the master course to CCX - #208
Adds staff and instructor users of the master course to CCX#208amir-qayyum-khan wants to merge 215 commits into
Conversation
… our basic problem types respond in inconsistent ways.
8ef712f to
e5a6253
Compare
|
@giocalitri has some concerns about the reverse migration which he brought up over chat. |
|
@pdpinch since we are talking about this, he may wants to make the migration self contained and not import the functions from he also needs to import |
|
@pdpinch I also would like to take a deep look at this PR once you give your thumbsup. |
|
This PR should include the entire code currently in #207, given that most of that PR is about tests missing in the previous code and the actual changes in the rest APIs are trivial. |
|
@pdpinch what do you think? ^^ |
|
Yeah. I don't think you'll pass coverage without the changes to test_utils.
|
TNL-3840
TNL-3908
TNL-4108
|
@pdpinch @giocalitri done with adding tests for studio. (Test to check that ccx course filter out in studio dashboard). |
1f2ae22 to
2b18e9c
Compare
…_edx_proctoring_0_12_13 SOL-1653 SOL-1691 Upgrading edx-proctoring requirement to 0.12.13
Notes pagination
Remove course about 'Overview' link/tab.
Conflicts: lms/djangoapps/instructor/tests/test_api.py lms/djangoapps/instructor/utils.py lms/djangoapps/instructor/views/api.py lms/djangoapps/instructor/views/api_urls.py lms/djangoapps/instructor/views/instructor_dashboard.py lms/djangoapps/instructor_task/api.py lms/djangoapps/instructor_task/tasks.py lms/djangoapps/instructor_task/tasks_helper.py lms/djangoapps/instructor_task/tests/test_api.py lms/djangoapps/instructor_task/tests/test_tasks.py lms/djangoapps/instructor_task/tests/test_tasks_helper.py lms/envs/aws.py lms/envs/common.py lms/static/coffee/src/instructor_dashboard/data_download.coffee lms/templates/instructor/instructor_dashboard_2/data_download.html
There was a problem hiding this comment.
I believe the convention is to use a single _
There was a problem hiding this comment.
-
@giocalitri i think we use single
_forgettextand for unused variables we sue__, -
pylintrc take
__and_as good name,
Hotfix for March 9, 2016.
|
this is good to go on edx 👍 |
|
please squash before opening the PR against edx |
…n-studio-based-on-xblockasides XBlockAside improvement. Difficulty selectbox in Studio (based on new XBlockAside functionality)
WIP: Asynchronous download button for ORA2 data
clear_student_state(), a method defined by ORA, requires information about the user making the request. Since this xblock is not bound, we must provide that information explicitly.
…8_11 Upgrade to Django 1.8.11.
Improve accessibility for dashboard course settings dropdown
Fix for ORA delete state TNL-4152
Always uninstall python packages on the uninstall list
Update translations (autogenerated message)
2b18e9c to
79a0a67
Compare
79a0a67 to
eecb6d4
Compare
|
made PR upstream https://github.com/edx/edx-platform/pull/11787 |
Background
fixes #126, fixes #155, fixes #115 and fixes #205
This is an updated version of https://github.com/edx/edx-platform/pull/10877 which had to be reverted.
What is done in this PR
Studio Updates:
LMS Updates:
To run migration manually on devstack
python manage.py lms migrate ccx 0003 --settings=devstackTo reverse migration manually on devstack
python manage.py lms migrate ccx 0002 --settings=devstack@pdpinch @giocalitri
Fixed view as student
Fixed display name of ccx on coach dashboard.