Nimisha Asthagiri
b96d975b97
Django2 enrollments app: course_id str
2020-03-31 14:28:17 -04:00
Nimisha Asthagiri
da55a740a1
Django2 experiments app: Fix course_id string
2020-03-31 13:42:02 -04:00
Nimisha Asthagiri
0a57ff98c0
Merge pull request #23547 from edx/arch/django-22-content-type-gating
...
Django2 StackedConfigurationModel: Fix query filter
2020-03-31 13:32:38 -04:00
Nimisha Asthagiri
5447e86307
Django2 StackedConfigurationModel: Fix query filter
...
BOM-1432
2020-03-31 12:45:44 -04:00
Ali Akbar
358b181bdf
Merge pull request #23481 from edx/aakbar/demandhint-static-link-fix
...
add static links re-write for demnadhint tag
2020-03-31 15:04:33 +05:00
Saad Yousaf
521f5f2dc8
Merge pull request #23531 from edx/saad/PROD-1287-fix
...
[PROD-1287] - Optimize problem_grade_report code - FIX.
2020-03-31 14:35:08 +05:00
adeelehsan
8d840e6f55
Merge pull request #23529 from edx/revert-23509-aehsan/prod-1222/added_logs_for_investigation
...
Revert "Added logs for investigation"
2020-03-31 12:31:05 +05:00
Nathan Sprenkle
02392879b7
Team Management Upload A11y Improvements ( #23502 )
...
* Expose team management file input for better a11y
* Disable upload button when file not selected
2020-03-30 17:03:15 -04:00
Tim McCormack
5edc8fd380
Remove test for PREVENT_AUTH_USER_WRITES since code breaks in Django 2 ( #23536 )
...
...and it turns out we don't need the switch anymore, anyway.
When we upgraded to Django 1.11, this flag was added in order to
allow for a database migration that would render the user table
unwriteable for up to half an hour:
https://github.com/edx/edx-platform/pull/17561
This involved swapping out the signal handler for logins via
`user_logged_in.disconnect(django_update_last_login)`, but with
Django 2.0, that disconnect is silently failing (returning
false). Likely the disconnect is now happening too soon.
(See edx-platform/common/djangoapps/student/apps.py line 21 in 61e1eda.)
The result is that by the time the waffle switch is consulted, the
normal handler has already run, and the user's last login date has
already been updated.
For now we're just removing the test, and have filed ARCHBOM-1084 for
followup (deleting the switch and related code).
2020-03-30 20:28:18 +00:00
David Ormsbee
26d6ee0a5c
Merge pull request #23537 from edx/ormsbee/edx-when-index-drop
...
Bump edx-when to 1.1.4 (perf fix)
2020-03-30 15:42:21 -04:00
David Ormsbee
ab15d37655
Bump edx-when to 1.1.4 (perf fix)
2020-03-30 15:18:05 -04:00
Tim McCormack
2e059513d1
Downgrade pytest to 5.3.5 for now to avoid reporting bug ( #23533 )
2020-03-30 18:57:55 +00:00
Awais Qureshi
195d225044
BOM-1417 ( #23476 )
...
Fixing management command.
Django PR removed force_str method: dc8834cad4 (diff-55346957c9b0473492d19a390a7adb47L36)
None is not working now.
2020-03-30 14:10:58 -04:00
atesker
c4914bc2b3
EDUCATOR-4979. Bump ora2 verstion to 2.6.22
2020-03-30 14:05:49 -04:00
SaadYousaf
6fb9d199a0
optimize code for problem_grade_report.
2020-03-30 20:33:49 +05:00
Adam Butterworth
d53ab876e2
Fix public view of video xmodule ( #23518 )
...
TNL-7092 Properly include video javascripts for the video public view
2020-03-30 11:03:48 -04:00
Farhanah Sheets
564ffcfb79
Merge pull request #23528 from edx/revert-23267-saad/PROD-1287
...
Revert "[PROD-1287] - initial work to optimise problem_grade_report code."
2020-03-30 10:56:06 -04:00
adeelehsan
82bf1d744a
Revert "Added logs for investigation"
2020-03-30 19:15:26 +05:00
Saad Yousaf
a458491f04
Revert "[PROD-1287] - initial work to optimise problem_grade_report code."
2020-03-30 19:05:54 +05:00
Tim McCormack
22c963a935
Perform byte/string conversions where Django is no longer tolerant
2020-03-30 13:59:32 +00:00
Danial Malik
8d951ae8ae
Import private.py in devstack_docker.py files instead of devstack.py ( #23512 )
...
Background: I use private.py a lot in my devstack for my private configurations. But issues are raised when I need to change/override a setting that is defined in devstack_docker.py file. Since that file's contents are loaded after private.py, my private.py is useless against the settings in devstack_docker.py.
Description: Now that the devstack is dockerized, I think it makes more sense to import the private.py in the devstack_docker.py files i.e. at the end of configuration files hierarchy.
2020-03-30 09:38:25 -04:00
M Zulqarnain
0aba1af792
Merge pull request #23526 from edx/zulqarnain/BOM-1422
...
BOM-1420 : Fix Django 2.x tests in Discussion app
2020-03-30 17:48:47 +05:00
Zulqarnain
34bece208a
Fix discussion notif pref tests
2020-03-30 16:01:06 +05:00
Saad Yousaf
4c5006988f
Merge pull request #23267 from edx/saad/PROD-1287
...
[PROD-1287] - initial work to optimise problem_grade_report code.
2020-03-30 15:14:10 +05:00
Waheed Ahmed
a23a31c2be
Allow Block Structures Collect to work in Studio.
...
The collect process was broken before this commit because Studio's
runtime does not permit handler_url invocation on "thirdparty"
XBlocks.
PROD-1393
2020-03-30 13:24:34 +05:00
SaadYousaf
4e4bffe404
initial work to optimise problem_grade_report code.
2020-03-30 13:14:01 +05:00
Aarif
f7143906b6
Merge pull request #23472 from edx/BOM-1416
...
Fixed template engine error under Django 2 - BOM-1416
2020-03-30 11:38:14 +05:00
edX Transifex Bot
5f63c07ac7
fix(i18n): update translations
2020-03-29 17:24:51 -04:00
Aarif
765942d7d2
Updated the template loaders to make them compatible with django 1.11,2.0 and above
2020-03-28 13:27:38 +05:00
Ned Batchelder
136003fcff
Merge pull request #23015 from Abstract-Tech/fix/non-admin-error-descriptor
...
Add xblock.v1 and xmodule.v1 entrypoints for NonStaffErrorDescriptor
2020-03-27 17:43:16 -04:00
Zachary Hancock
b9bafed817
add pending role assignment model ( #23506 )
2020-03-27 14:29:09 -04:00
Albert (AJ) St. Aubin
c4bd06210e
Merge pull request #23503 from edx/aj/email_account
...
Added an email search parameter to accounts
2020-03-27 12:35:01 -04:00
Albert (AJ) St. Aubin
9fb65532d6
Added an email search parameter to accounts
2020-03-27 11:24:25 -04:00
Brandon Baker
824067bf3f
Upgrade edx-enterprise to 3.0.3 ( #23515 )
...
Upgrade uses renamed enterprise catalog endpoints
2020-03-27 11:14:40 -04:00
Ahtisham Shahid
42ccc5564c
Merge pull request #23498 from edx/ahtisham/PROD-1232
...
Fixed \n escape issue in import-export
2020-03-27 18:39:29 +05:00
adeelehsan
c04341f863
Merge pull request #23509 from edx/aehsan/prod-1222/added_logs_for_investigation
...
Added logs for investigation
2020-03-27 18:21:21 +05:00
edX cache uploader bot
a7494b22fc
Updating Bokchoy testing database cache ( #23511 )
2020-03-27 08:58:58 -04:00
adeelehsan
da875856c8
Added logs for investigation
2020-03-27 17:37:37 +05:00
AsadAzam
15f73195e4
Merge pull request #23451 from edx/asad/prod-1369
...
Fixed comparison mismatch
2020-03-27 14:00:36 +05:00
Syed Muhammad Dawoud Sheraz Ali
0f125e7bc3
update val ( #23510 )
2020-03-27 12:38:19 +05:00
Ahtisham Shahid
f264e5dd03
fixed \n escape issue in import
...
updated test
updated test
2020-03-27 12:29:32 +05:00
David Ormsbee
b2cedf7312
Merge pull request #23501 from edx/ormsbee/unpin-edx-when
...
Make upgrade to get the latest edx-when (1.1.3)
2020-03-26 12:43:39 -04:00
David Ormsbee
1e8b6d5a00
Make upgrade to get the latest edx-when (1.1.3)
...
Also pinned httpretty < 1.0 because that upgrade broke many tests.
2020-03-26 12:06:27 -04:00
Calen Pennington
e867c39763
Merge pull request #23495 from cpennington/unpin-edx-when
...
Unpin edx-when
2020-03-26 09:51:39 -04:00
Nick
f37c860c87
Merge pull request #23448 from edx/ndalfonso/AA-38-calendar-sync-email-template
...
AA-38 calendar sync email template
2020-03-26 08:51:53 -04:00
asadazam93
fc3e63714e
Fixed comparison mismatch
2020-03-26 14:11:31 +05:00
Waheed Ahmed
ccbd353201
Revert "Allow Block Structures Collect to work in Studio"
2020-03-26 13:22:10 +05:00
Nicholas D'Alfonso
52309d5541
AA-38 calendar sync email template
...
- create templates and methods to build/send calendar sync emails.
2020-03-25 16:40:19 -04:00
Calen Pennington
61c1909b6c
Unpin edx-when
2020-03-25 15:16:06 -04:00
edX cache uploader bot
a43edcb026
Updating Bokchoy testing database cache ( #23494 )
2020-03-25 15:11:34 -04:00