alangsto
e3099bc486
Update edx-proctoring version ( #26895 )
2021-03-08 09:22:37 -05:00
Jason Myatt
6e743bc41a
Merge pull request #25941 from open-craft/mtyaka/SE-2888-forum-notification-url
...
Fix URL in forum notification post.
2021-03-08 09:13:20 -05:00
Kyle McCormick
f54e3752fa
fix: lower bundle cache timeout from 47hrs to 50mins ( #26863 )
...
S3 URLs served by Blockstore have a max TTL of
1hr, since the temporary credentials the Blockstore
uses to sign the URLs themselves have a TTL of
1hr. Thus, we must cache Blockstore bundles for
less than 1hr.
TNL-7771
2021-03-08 08:47:30 -05:00
Awais Qureshi
8168a3a322
Merge pull request #26673 from edx/BOM-2374-pipelinemako
...
Run Pyupgrade on pipeline mako.
2021-03-08 18:39:32 +05:00
Awais Qureshi
6832c95d8e
Merge pull request #26706 from edx/BOM-2376-terrain
...
Run Pyupgrade on terrain
2021-03-08 18:38:19 +05:00
Zainab Amir
a39befb548
VAN-113: Add error code for registration workflow ( #26821 )
2021-03-08 18:09:26 +05:00
Matthew Piatetsky
b8da9fb59b
Merge pull request #26868 from edx/AA-461
...
[AA-461] Add temporary debugging logs to determine why the highlights export is not working
2021-03-08 07:01:50 -05:00
edX requirements bot
311c30aa69
Updating Python Requirements ( #26886 )
2021-03-08 12:41:55 +05:00
Matjaz Gregoric
6204e5bcec
Fix URL in forum notification post.
...
urljoin('my.domain.com', '/my/path') returns '/my/path'. We have to make
sure to use the full base url (starting with http(s)://) and not just
the site's domain.
2021-03-08 08:32:13 +01:00
Michael Roytman
66f0f9891f
feat: This upgrades the version of edx-proctoring library to 3.7.6. This includes a fix to a bug that prevented course staff members from marking proctored exam attempts as ready_to_resume. The bug was that the course ID was being incorrectly determined by the StudentProctoredExamAttempt PUT handler. ( #26880 )
2021-03-05 19:50:17 -05:00
Nathan Sprenkle
e5c9ba183a
fix: add missing ORA hooks for some response areas ( #26875 )
2021-03-05 15:40:42 -05:00
Matthew Piatetsky
b46da1a7c1
Add temporary debugging logs to determine why the highlights export is not working
2021-03-05 10:23:35 -05:00
Kyle McCormick
9aefd6f986
style: django-not-configured is not a sensible lint-amnesty value ( #26862 )
...
django-not-configured is an error raised by pylint (with
the pylint-django plugin) when it's not correctly configured.
We should not be applying lint amnesty for such a violation.
2021-03-05 08:11:58 -05:00
Justin Hynes
8155190511
Merge pull request #26857 from edx/jhynes/microba-1038_fix-removal-bug
...
MICROBA-1038 | Don't check enrollment status when removing allowlist entries
2021-03-05 08:02:03 -05:00
Awais Qureshi
875a06d2fc
Merge pull request #26674 from edx/BOM-2373-course_action_state
...
Run Pyupgrade on course-action-state.
2021-03-05 17:24:13 +05:00
Matthew Piatetsky
013f7bfe34
Merge pull request #26744 from edx/AA-461
...
[AA-461] Export highlights to s3 for use by braze
2021-03-05 06:46:57 -05:00
M. Zulqarnain
e35d3de376
refactor: pyupgrade on docs & pavelib ( #26768 )
2021-03-05 15:24:59 +05:00
M. Zulqarnain
41e5403f4e
BOM-2369 (D): pyupgrade on contentstore/views ( #26767 )
...
* pyupgrade on contentstore/views
* Apply suggestions from code review
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com >
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com >
2021-03-05 14:55:14 +05:00
edX requirements bot
efe4041ef7
Updating Python Requirements ( #26864 )
2021-03-05 14:17:27 +05:00
edX cache uploader bot
39b9099cdf
Updating Bokchoy testing database cache ( #26861 )
2021-03-05 14:14:42 +05:00
Braden MacDonald
7a14c87865
Merge pull request #26535 from edx/ziafazal/annotations_ENABLE_ANNOUNCEMENTS
...
[TSD] Added annotations for ENABLE_ANNOUNCEMENTS feature flag
2021-03-04 15:15:45 -08:00
Matt Tuchfarber
7f1c5023cd
Merge pull request #26841 from edx/tuchfarber/fix_race_condition_cert_date
...
Move cert date signals to avoid race conditions
2021-03-04 17:40:50 -05:00
edx-abolger
c26b29d5d6
Merge pull request #26858 from edx/edx-abolger/ent-4262-enterprise-version-bump
...
Bumping edx-enterprise requirements to 3.17.47
2021-03-04 16:48:15 -05:00
Simon Chen
c729502b14
MST-686 Update the IDV approval email to say our IDV is now valid for 2 years ( #26859 )
2021-03-04 16:25:42 -05:00
Matthew Piatetsky
8d1d7b2222
feat: Export highlights to s3 for use by braze
...
Things other than highlights may be exported in the future. The storage class is flexible so backends other than s3 may be used in the future.
AA-461
2021-03-04 15:57:30 -05:00
Matt Tuchfarber
6c97dfe1e5
Move cert date signals to avoid race conditions
...
COURSE_CERT_DATE_CHANGE was being called before saving the new data in
the course overview. The listeners were expecting to pull the data out
of the course overview, and thus were only right about half the time.
This moves the signal to trigger after the course publish signals are
handled.
2021-03-04 15:57:21 -05:00
Adrienne Bolger
20637d16fa
edx-enterprise version bump
2021-03-04 14:26:04 -05:00
Justin Hynes
a3a05bc440
MICROBA-1038 | Don't check enrollment status when removing allowlist entries
...
[MICROBA-1038]
- Today, we check if a learner is actively enrolled in a course-run before we add or remove them from the Instructor Dashboard allow list. We ran into an issue where we couldn't remove an entry from the list because the learner is no longer actively enrolled in the course-run. Update instructor dashboard logic to only check enrollment status when _adding_ a learner to the allow list.
2021-03-04 13:44:45 -05:00
Felipe Montoya
b98bcb19e4
Merge pull request #26809 from jramnai/tsd-enable_cookie_consent2
...
[TSD] add annotaions for ENABLE_COOKIE_CONSENT feature flag
2021-03-04 12:19:29 -05:00
Jawayria
2b943d93eb
Merge pull request #26537 from edx/jawayria/bom-2352-2
...
BOM-2352: Removed unused imports from lms/djangoapps/{certificates, c…
2021-03-04 20:40:36 +05:00
Jawayria
bf9e498be7
Merge pull request #26536 from edx/jawayria/bom-2352-1
...
BOM-2352: Removed unused imports from lms/djangoapps/{badges, brandin…
2021-03-04 20:39:23 +05:00
Jawayria
c5e5b307b5
Merge pull request #26507 from edx/jawayria/bom-2351-6
...
BOM-2351: Removed unused imports from common/lib/xmodule
2021-03-04 20:36:46 +05:00
Carla Duarte
368df80c05
Merge pull request #26838 from edx/ciduarte/AA-517
...
AA-517: fix duplicate IDs in MessageBannerView
2021-03-04 09:46:26 -05:00
Christie Rice
8c2ce91a15
MICROBA-1033 Remove temporary id verification code. Require users to have a current id verification. ( #26834 )
2021-03-04 09:08:56 -05:00
adeel khan
18aa50ec0f
Merge pull request #26853 from edx/adeel/van_178_change_shadow_box_background_color
...
Change email shadow box color
2021-03-04 18:55:53 +05:00
adeel khan
cd848bf33c
Merge pull request #26850 from edx/adeel/van_177_reduce_top_padding
...
Reduce top padding by half for emails
2021-03-04 18:23:13 +05:00
Adeel Khan
416546791d
Change email shadow box color
...
VAN-178
2021-03-04 18:18:32 +05:00
Adeel Khan
883fffd2c6
Reduce top padding by half for emails
...
VAN-177
2021-03-04 17:28:41 +05:00
zia.fazal@arbisoft.com
d45d978aab
Added annotations for ENABLE_ANNOUNCEMENTS feature flag
...
fixed quality violations
Changed indentation
2021-03-04 16:44:40 +05:00
Usama Sadiq
519384edca
refactor: ran pyupgrade on lms/djangoapps ( #26733 )
...
ran pyupgrade on bulk_enroll & ccx apps.
2021-03-04 16:00:19 +05:00
Awais Jibran
ce0fc3804d
refactor: use q objects when fetching user using an identifier #26683 ( #26823 )
2021-03-04 15:16:54 +05:00
M. Zulqarnain
5562944e87
BOM-2369 (A): pyupgrade on api,contentstore and cms_user_tasks apps under CMS ( #26676 )
...
* pyupgrade on cms api,contentstore and cms_user_tasks apps
2021-03-04 15:06:07 +05:00
Usama Sadiq
a8449334af
refac: ran pyupgrade on lms/djangoapps/branding ( #26730 )
2021-03-04 14:42:42 +05:00
M. Zulqarnain
fa271dafe9
BOM-2369 (C): pyupgrade on contentstore/tests ( #26759 )
...
* pyupgrade on contentstore/tests
2021-03-04 14:37:39 +05:00
M. Zulqarnain
da970bf215
BOM-2369 (B): Pyupgrade on contentstore/management ( #26758 )
...
* pyupgrade on contentstore/management
2021-03-04 14:31:10 +05:00
adeel khan
32fd2407e3
Merge pull request #26819 from edx/adeel/van_274_fix_password_reset_button_style
...
Make button style primary
2021-03-04 10:59:54 +05:00
Adeel Khan
231dd68f90
Make button style primary
...
VAN-274
2021-03-04 07:50:09 +05:00
Carla Duarte
5868e3aef8
AA-517: fix duplicate IDs in MessageBannerView
2021-03-03 16:29:11 -05:00
Simon Chen
2b4b53d36f
MST-669 bump up the version of edx-proctoring for new 'other_course_approved' proctoring status on Student Onboarding Status panel ( #26839 )
2021-03-03 16:27:53 -05:00
Justin Hynes
c658c7e0e6
Merge pull request #26836 from edx/jhynes/mb-1023_bugfix
...
MB-1023 | Fix defect when removing allowlist entry on instructor dashboard
2021-03-03 14:02:05 -05:00