DawoudSheraz
197d281a1b
speech output for completion checkmarks
2019-09-11 09:26:51 +05:00
Braden MacDonald
48ee155af8
Minor fixes for blockstore runtime
2019-09-09 15:59:29 -07:00
Feanil Patel
6fa25509c9
Merge pull request #21592 from edx/feanil/fix_jenkins_tests
...
Feanil/fix jenkins tests in python 3
2019-09-09 13:43:39 -04:00
Brittney Exline
d35218a820
ENT-2230 Upgrade edx-enterprise to 1.9.12
2019-09-09 08:52:01 -06:00
Feanil Patel
f2445cfe36
Turn off hash randomization on the xdist workers as well.
2019-09-06 17:04:17 -04:00
Feanil Patel
3ec196405c
Merge pull request #21582 from edx/feanil/fix_more_test_collection_issues
...
Feanil/fix more test collection issues
2019-09-06 11:01:45 -04:00
edx-pipeline-bot
38cc1f0ab7
Merge pull request #21586 from edx/private_to_public_f98c819
...
Mergeback PR from private to public.
2019-09-06 12:32:38 +05:00
Awais Jibran
f98c819f74
Merge pull request #160 from edx/aj/add-noopener-to-new-window-urls
...
Update hyperlinks in platfrom
2019-09-06 11:43:38 +05:00
Feanil Patel
0f42c7bdb7
Unicode raw strings don't exist in python 3.
2019-09-05 11:15:00 -04:00
Chris Pappas
228920e701
Merge pull request #21566 from edx/cpappas/course-overview-serializer-bug-fix
...
Updating course overview serializer to return bool data for has_end…
2019-09-05 09:55:26 -04:00
Alex Dusenbery
6917a29e84
PROD-287 | Add an optional treat_undefined_as_zero flag to the helper functions is_score_higher_or_equal() and compare_scores(), which defaults to False, that we call with value True from SubsectionGradeFactory.update(), which occassionally deals with invalid subsection scores containing zero as the denominator.
2019-09-05 09:31:23 -04:00
Aarif
e0500adc90
Merge pull request #21539 from edx/BOM-125
...
BOM-125
2019-09-05 12:06:35 +05:00
Ayub
cf91c28b8f
Merge pull request #21559 from edx/BOM-245
...
BOM-245
2019-09-05 09:57:37 +05:00
Christopher Pappas
5f510a8dd5
Updating course overview serializer to return string data for has_ended and has_started, and not a bound method
...
Oops meant this to be a bool and not a string type
Had to add a start and end date for the course overview test fixture for tests to pass
2019-09-04 19:32:28 -04:00
Nimisha Asthagiri
1c4a645d4c
Merge pull request #21363 from edx/robrap/adr-update-jwt-login-redirect
...
Update ADR around HTTP_USE_JWT_COOKIE
2019-09-04 14:18:20 -04:00
Kyle McCormick
ea5652010c
Create Python API for program_enrollments: Part I ( #21511 )
...
This is the first in a series of commits to create
a Python API for the LMS program_enrollments app.
We do some general refactoring, renaming, and clean-up
in order to move toward the creation of that API.
EDUCATOR-4321
2019-09-04 14:06:00 -04:00
Robert Raposa
ab4ec931be
Update ADR around HTTP_USE_JWT_COOKIE
...
Update the ADR to clarify another rollout strategy with
HTTP_USE_JWT_COOKIE using the new
JwtRedirectToLoginIfUnauthenticatedMiddleware and new permission class
LoginRedirectIfUnauthenticated.
ARCH-1051
2019-09-04 12:13:57 -04:00
Ayub khan
611e43bc6d
BOM-245
...
python3 compatibility
2019-09-04 18:20:20 +05:00
aarif
929d73bd88
python 3 fixes
2019-09-03 20:33:22 +05:00
Ayub khan
da9c71557b
-Remove unicode and use six.text_type
2019-09-02 16:14:02 +05:00
Aarif
bb83ab683b
Merge pull request #21491 from edx/BOM-290
...
BOM-290 Python 3 fixes
2019-09-02 14:28:46 +05:00
Braden MacDonald
d3f6ed09d8
Learning Contexts, New XBlock Runtime, Blockstore API Client + Content Libraries
...
https://github.com/edx/edx-platform/pull/20645
This introduces:
* A new XBlock runtime that can read and write XBlocks that are persisted using
Blockstore instead of Modulestore. The new runtime is currently isolated so
that it can be tested without risk to the current courseware/runtime.
* Content Libraries v2, which store XBlocks in Blockstore not modulestore
* An API Client for Blockstore
* "Learning Context" plugin API. A learning context is a more abstract concept
than a course; it's a collection of XBlocks that serves some learning purpose.
2019-08-30 10:31:15 -07:00
aarif
0f4bc5a245
python 3 fixes
...
changes made as suggested
2019-08-30 13:53:31 +05:00
Awais Jibran
1a4eb7d2e8
Pervent reverse tabnabbing in edx platform
2019-08-28 16:08:34 +05:00
Alan Zarembok
b953841893
PROD-202: Add per-course flag to block access to youtube videos. Can be set
...
for courses that have lost access to their youtube channels.
2019-08-25 14:45:16 -04:00
noraiz-anwar
1c4f9da92d
improved quality of multiple files
2019-08-22 12:47:08 +05:00
Ayub
85be57b64a
Merge pull request #21397 from edx/BOM-95
...
BOM-95
2019-08-22 12:41:08 +05:00
Emma Green
ef71b51137
Merge pull request #21399 from edx/emma-green/REV-901/remove-user-join-from-holdback
...
remove user.joined_date from holdback as this condition will create a…
2019-08-21 12:22:53 -04:00
Emma Green
fc003c428d
remove user.joined_date from holdback as this condition will create a difference in the two a/b groups
2019-08-21 11:56:37 -04:00
Dave St.Germain
ab414c83c7
Merge pull request #21391 from edx/dcs/report-for-zoom
...
Include Zoom as a potential partner, for retirement requests
2019-08-21 11:34:07 -04:00
Feanil Patel
f332b81e4c
Merge pull request #21384 from edx/bom/python-3-swarm
...
Bom/python 3 swarm
2019-08-21 09:27:59 -04:00
Ayub khan
8a95a8e520
BOM-95
...
assertItemsEqual with six.assertCountEqual
2019-08-21 17:01:40 +05:00
Dave St.Germain
37827b5df5
Include Zoom as a potential partner, for retirement requests
2019-08-20 16:28:41 -04:00
Feanil Patel
73a146fbbe
Revert "assertItemsEqual() moved to assertCountEqual()"
...
This reverts commit 3d2617983b .
The change was not quite right because the method six provides needs to
have `self` be passed in as well. See the docs here:
https://six.readthedocs.io/#unittest-assertions
Reverting for now and we can fix it in smaller chunks later.
2019-08-20 15:31:20 -04:00
Feanil Patel
6e6c489f1f
Merge pull request #21372 from edx/feanil/fix_cmp_issues
...
Fix a few issues we run into when running tests in python 3.
2019-08-20 11:28:23 -04:00
Dave St.Germain
3d2617983b
assertItemsEqual() moved to assertCountEqual()
2019-08-19 17:00:17 -04:00
Dave St.Germain
9d8db8e4ca
Convert to utf-8 before JSON decoding
2019-08-19 15:10:56 -04:00
Feanil Patel
68933ec089
Fix quality issues.
2019-08-19 11:51:30 -04:00
David Ormsbee
9a1385585f
Convert response bytes to str before JSON parsing. ( #21375 )
...
Convert response bytes to str before JSON parsing.
2019-08-19 11:01:55 -04:00
Feanil Patel
1367b0cf3d
Move the unicode_compatible decorator to the class.
2019-08-19 11:00:25 -04:00
Nimisha Asthagiri
b80fd1f843
Fix for 'UUID' object has no attribute 'get_hex' in openedx/core/lib/xblock_utils/__init__.py
2019-08-19 10:36:43 -04:00
Nimisha Asthagiri
05e1ec5bc0
Fix "TypeError: cannot use a string pattern on a bytes-like object" in cookies.py
2019-08-19 10:29:08 -04:00
Dave St.Germain
5febcce20c
Fix python3 compatibility in SafeCookieData and elsewhere
2019-08-19 10:24:15 -04:00
Feanil Patel
269a57445d
Fix a few issues we run into when running the discussion tests.
2019-08-19 10:14:29 -04:00
Ayub khan
ea0c6922fe
BOM-87
...
Fixed the test for py3.
2019-08-19 18:52:19 +05:00
Feanil Patel
4c07dddc01
Merge pull request #21364 from edx/feanil/more_safe_session_fixes
...
More python 3 fixes in the safe_sessions middleware.
2019-08-19 09:41:09 -04:00
edx-pipeline-bot
b7392d809f
Merge pull request #21368 from edx/private_to_public_53f6d7f
...
Mergeback PR from private to public.
2019-08-19 15:24:43 +05:00
AsadAzam
53f6d7fe15
Merge pull request #157 from edx/asad/prod-471
...
social link validation
2019-08-19 14:57:21 +05:00
Feanil Patel
c2d76a6072
More python 3 fixes in the safe_sessions middleware.
2019-08-17 23:03:41 -04:00
Ayub
98fa0b7b3e
py3 bug fix ( #21351 )
2019-08-16 14:48:01 -04:00