Dave St.Germain
1aa8c9c53d
Add a new courseware API Django app to support the courseware micro-frontend.
2020-01-28 14:59:07 -05:00
Robert Raposa
26d4cc6596
add newrelic metrics and trace details
...
Add newrelic metrics and trace details to determine performance issue
in CourseListView.
BOM-897
2020-01-28 12:44:11 -05:00
aarif
79bf089406
updated the django-waffle to support django 2.2
...
made changes to test with previous version of django-waffle
updated the query count to test
testing with version 0.13
testing with version 0.14
testing with version 0.15
added version 0.14
updated the django-waffle version to use 0.18
updated the django-waffle version to use 0.16
updated the query counts to pass tests
ran make upgrade
updated the django-waffle to support django 2.2
made changes to test with previous version of django-waffle
updated the query count to test
testing with version 0.13
testing with version 0.14
testing with version 0.15
added version 0.14
updated the django-waffle version to use 0.18
updated the django-waffle version to use 0.16
updated the query counts to pass tests
removed the pdb statements
ran make upgrade
2020-01-08 14:11:42 +05:00
Alex Dusenbery
6ab42849b7
CR-1640 | Makes course_api.api.get_due_dates() a little more defensive.
2020-01-07 21:34:09 -05:00
Feanil Patel
046feb0cf0
Merge pull request #22649 from edx/feanil/fix_pep8
...
Fix all E303 pep8 errors.
2019-12-30 13:32:26 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05:00
Feanil Patel
2df8b8226b
Merge pull request #22643 from edx/feanil/2to3_asserts
...
Run `2to3 -f asserts . -w` on edx-platform.
2019-12-30 12:13:42 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Feanil Patel
70294b0ad2
Run 2to3 -f asserts . -w on edx-platform.
...
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
2019-12-30 10:22:19 -05:00
Diana Huang
4a828d749a
Remove items from a different dictionary than the one we're
...
iterating over.
2019-12-10 13:21:03 -05:00
Matthew Piatetsky
bd76a71019
delete old holdback code
2019-11-07 09:51:39 -05:00
DawoudSheraz
4970e3d7e3
enable video url re-write flag for all the courses
2019-11-06 12:21:08 +05:00
DawoudSheraz
169349d57e
add encoded video key check in video transformer
2019-11-04 12:23:58 +05:00
Syed Muhammad Dawoud Sheraz Ali
83f567c485
Revert "enable video url rewrite flag"
2019-10-30 21:09:34 +05:00
DawoudSheraz
8c75a3757d
enable video url rewrite flag
2019-10-30 12:19:37 +05:00
Braden MacDonald
5fc73468b3
Change completion API to work with any learning context
2019-10-22 14:04:31 -04:00
Calen Pennington
7ceb0e30fa
Mark course outline with graded and scored status in the DOM so that we can run optimizely code on them
2019-10-17 12:14:49 -04:00
DawoudSheraz
aeeb76edd0
add information for missing annotation fields
2019-10-07 10:55:11 +05:00
Stu Young
8c94ee15ea
add missing annotation tokens to course api toggles ( #21831 )
2019-09-30 14:13:03 -04:00
DawoudSheraz
942c79e606
add video url transformer
2019-09-27 14:26:52 +05:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
Chris Pappas
4c9af183cb
ENT-2294 | Moving utility functions in program enrollments to places … ( #21752 )
...
* ENT-2294 | Moving utility functions in program enrollments to places related to the data they manipulate
* updating a mock path
* minor test fix
2019-09-24 10:07:38 -04:00
aarif
9301ec38f3
python 3 fixes
2019-09-12 17:29:34 +05:00
amitvadhel
b819024d0e
Fixes for encoding (Python 3.5)
2019-09-03 23:08:46 +03:00
Feanil Patel
9d7f0ca46e
Get LMS test collection working in python 3.
...
This should be all the changes needed to get test collection working in
python 3 for the `lms` folder.
2019-08-13 16:32:40 -04:00
Julia Eskew
a2dac21843
Add optional role parameter to course API endpoint. ( #21059 )
...
* Add optional role parameter to course API endpoint.
* fixup! Add optional role parameter to course API endpoint.
2019-08-02 12:52:30 -04:00
David Ormsbee
b3614f3a00
Merge pull request #20954 from open-craft/symbolist/html-block
...
HtmlModule to HtmlBlock [SE-1089]
2019-08-01 11:36:23 -04:00
Usman Khalid
8dfc8e5fda
Convert AboutModule, CourseInfoModule, HtmlModule and StaticTabModule to XBlocks.
2019-07-24 20:19:44 +05:00
Ayub khan
954ad2f75e
INCR-430 python3 compatibility
2019-07-16 15:38:50 +05:00
Amit
a1b5f6fe73
INCR-431: Updates on Python 3.x ( #21056 )
2019-07-11 10:47:15 -04:00
Calen Pennington
093fc9f68a
Allow a limited subset of fields in the Course Block View for blocks that have been denied authorization
2019-06-20 15:23:32 -04:00
Stu Young
b0e6870271
INCR-286 Run python-modernize on lms/djangoapps/course_api/blocks/tests ( #20593 )
...
* run python modernize
* run isort
* Fix quality
2019-05-21 11:24:39 -04:00
Stu Young
cea9390cdc
INCR-287 Run python-modernize on lms/djangoapps/course_api/blocks/transformers ( #20594 )
...
* run python modernize
* run isort
2019-05-21 11:23:12 -04:00
Stu Young
090b8ed011
incr-285 ( #20592 )
...
* run python modernize
* run isort
* quality
2019-05-16 12:42:56 -04:00
Dave St.Germain
b4ccd03740
This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface.
...
It adds a data migration for existing IDDE data.
2019-04-24 12:26:19 -04:00
Matthew Piatetsky
51b991c128
fix bug and add temporary waffle flag
2019-04-09 15:38:55 -04:00
Matthew Piatetsky
064f041276
Revert "Revert both"
2019-04-09 11:04:10 -04:00
Matthew Piatetsky
be9eb46364
Revert "handle missing fields on access denied blocks"
...
This reverts commit 418540b713 .
2019-04-08 12:13:30 -04:00
Matthew Piatetsky
418540b713
handle missing fields on access denied blocks
2019-04-03 12:32:35 -04:00
Matthew Piatetsky
c77ba984c9
fix traversal bug and keep current behavior as default
2019-03-28 15:50:05 -04:00
Matthew Piatetsky
1f6cd7aa5a
Revert "Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason""
2019-03-28 14:44:05 -04:00
Matthew Piatetsky
8eae694566
Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason"
2019-03-27 16:30:37 -04:00
Matthew Piatetsky
e6b55ede3d
Merge pull request #20003 from edx/mobile-access-denied
...
REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason
2019-03-26 17:33:57 -04:00
Matthew Piatetsky
4bb539c9aa
update user partition and access_denied_message_filter transformers
2019-03-26 15:26:59 -04:00
Calen Pennington
d23e888316
Revert "Reapply "Improve the performance of access checking for a specific user in CourseViewList by prefetching data""
...
This reverts commit 6059e21bff .
2019-03-21 14:26:00 -04:00
Calen Pennington
b89ce526ca
Revert "Batch queries to fetch all courses to prevent over-fetching during paging operations"
...
This reverts commit 544c7f7eff .
2019-03-21 14:26:00 -04:00
Calen Pennington
544c7f7eff
Batch queries to fetch all courses to prevent over-fetching during paging operations
2019-03-19 10:30:33 -04:00
Calen Pennington
6059e21bff
Reapply "Improve the performance of access checking for a specific user in CourseViewList by prefetching data"
...
This reverts commit d8cd6135a6 .
2019-03-18 15:24:40 -04:00
Calen Pennington
d8cd6135a6
Revert "Improve the performance of access checking for a specific user in CourseViewList by prefetching data"
...
This reverts commit a2a340bcd0 .
2019-03-14 10:31:24 -04:00
Calen Pennington
5d3c9b36df
Merge pull request #19964 from cpennington/fbe-query-perf
...
Sort in python and add an index to improve StackedConfigModel.current…
2019-03-11 12:22:59 -04:00