Michael Terry
c697acec2b
Merge pull request #26927 from edx/mikix/ace-braze
...
feat: update to edx-ace 1.0.0
2021-03-12 11:05:30 -05:00
Michael Terry
570a869bd3
feat: update to edx-ace 1.0.0
...
The new version switches how you specify recipients, to use
lms_user_id instead of usernames.
AA-489
2021-03-12 10:25:54 -05:00
David Ormsbee
bebcbef3dd
Merge pull request #26973 from open-craft/symbolist/convert-to-xblock
...
[BD-04] Create CustomTagTemplateBlock, convert TranslateCustomTagDescriptor to XBlock and remove RawDescriptor
2021-03-12 09:17:59 -05:00
Awais Qureshi
05504e25c5
Merge pull request #26952 from edx/pyupgrade-effort-esi
...
pyupgrade in enterprise_support
2021-03-12 17:28:22 +05:00
Awais Qureshi
71b38915e8
Merge pull request #26894 from edx/BOM-2375-student-2
...
BOM-2375-student-part2
2021-03-12 17:02:27 +05:00
Usama Sadiq
46b5f5c24a
refactor: ran pyupgrade on openedx/core/djangoapps ( #26845 )
...
upgraded course_date_signals & course_groups apps.
2021-03-12 16:44:43 +05:00
Usama Sadiq
32a4c70bef
refactor: ran pyugprade on openedx/core/djangoapps/cors_csrf ( #26844 )
2021-03-12 16:35:43 +05:00
Usama Sadiq
bd9bb424cd
refactor: ran pyupgrade on lms/djangoapps/certificates ( #26740 )
2021-03-12 14:47:30 +05:00
Usama Sadiq
82406e970a
reafctor: ran pyupgrade on lms/djangoapps/courseware ( #26739 )
2021-03-12 14:43:44 +05:00
M. Zulqarnain
6286de8bd1
refactor: pyupgrade on ace_common, api_admin, auth_exchange ( #26782 )
2021-03-12 14:15:03 +05:00
M. Zulqarnain
2c44315ce0
refactor: pyupgrade on pavelib & scripts ( #26769 )
2021-03-12 14:14:53 +05:00
Awais Qureshi
b5a6580ecc
BOM-2442
...
pyupgrade in enterprise-support.
2021-03-12 12:39:48 +05:00
Usama Sadiq
b1b3ba9c81
refactor: ran pyugprade on lms/djangoapps/courseware ( #26738 )
2021-03-12 12:16:46 +05:00
Usama Sadiq
859df03049
refactor: ran pyupgrade on lms/djangoapps/courseware ( #26737 )
2021-03-12 12:15:58 +05:00
Carla Duarte
dbf2b86f25
Merge pull request #26928 from edx/ciduarte/hack
...
AA-671: Course Home MFE Progress Tab API cleanup
2021-03-11 16:09:48 -05:00
Alex Dusenbery
bf577ee891
fix: enterprise 3.18.3 | Adds the catalog admin role to roles_api.roles_by_name().
2021-03-11 15:54:03 -05:00
Carla Duarte
99f73312b8
Progress Tab
2021-03-11 15:43:58 -05:00
Felipe Montoya
52f9c04a55
Merge pull request #26700 from jramnai/tst-automatic_auth_for_testing
...
[TSD] add annotations for AUTOMATIC_AUTH_FOR_TESTING feature flag
2021-03-11 15:10:21 -05:00
Usman Khalid
23d1e5b654
Remove unused RawDescriptor and EmptyDataRawDescriptor.
2021-03-11 22:20:33 +05:00
Usman Khalid
78cd8be24d
XMLModuleStore should use HiddenDescriptor instead of RawDescriptor.
...
In https://github.com/edx/edx-platform/pull/25955 `HiddenDescriptor`
(which was a subclass of `RawDescriptor` with a custom `student_view()`)
was converted to an XBlock. It is used as the `default_class` by the
`CachingDescriptorSystem` classes. However `RawDescriptor` is still
being used by `XMLModuleStore`. This has been replaced by
`HiddenDescriptor` as well.
2021-03-11 22:20:33 +05:00
Usman Khalid
fb02353719
Convert TranslateCustomTagDescriptor to TranslateCustomTagBlock.
2021-03-11 22:20:33 +05:00
Usman Khalid
556ef4cb39
Created CustomTagTemplateBlock to use with CustomTagBlock instead of RawDescriptor.
2021-03-11 22:20:33 +05:00
alangsto
027704adae
Added optional param on submit post request to mark experiment name ( #26925 )
2021-03-11 10:31:47 -05:00
Felipe Montoya
3ed4c6548e
Merge pull request #26942 from mitodl/arslan/243-allow-discussion-annotation
...
[TSD] Added annotation for ALLOW_HIDING_DISCUSSION_TAB feature flag
2021-03-11 10:29:20 -05:00
David Ormsbee
74ef4664c5
fix: Use fallback when titles are unavailable for outlines.
...
The Studio UI prevents you from creating a Section or Subsection
with no title (display_name). But OLX import allows you to bypass
these checks and create Sections ("chapter" tag) and Subsections
("sequential" tag) without display_name information specified in
the XML. When this happens, Studio and the LMS fall back to using
the url_name (the last part of the UsageKey) as a title, using the
display_name_with_default method.
This usually works, because url_names are derived from the import
file name, and if you're hand-editing a course in XML, your file
names are probably more intelligible than Mongo object IDs. In any
case, this commit updates get_outline_from_modulestore to match the
behavior of Studio and the LMS with respect to this situation.
This is part of the course outlines backfill rollout. TNL-8056
2021-03-11 09:19:57 -05:00
Awais Qureshi
d24f79a264
BOM-2442
...
pyupgrade in enterprise_support
2021-03-11 14:54:23 +05:00
stvn
435f2a3f79
Merge PR #26718 bd03/api/init
...
* Commits:
feat: Add discussions API endpoint [BD-03]
docs: Add ADR for DiscussionsConfiguration HTTP API [BD-03]
2021-03-11 00:17:16 -08:00
edX requirements bot
6a8d820d60
Updating Python Requirements ( #26946 )
2021-03-11 12:43:46 +05:00
Saad Yousaf
b6b8c3b8d6
[TNL-7970] - Convert anonymized id report code to an instructor task. ( #26778 )
...
Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local >
2021-03-11 11:48:35 +05:00
Braden MacDonald
f99c42fb0c
Merge pull request #26667 from BbrSofiane/bbrsofiane/tsd-relative_course_dates
...
[TSD] Annotate relative_dates waffle flag
2021-03-10 21:38:45 -08:00
Peter Pinch
8f0530288c
docs: add annotations for CUSTOM_COURSES_EDX ( #25333 )
...
* Add toggle and settings annotations for CCX
Co-authored-by: Robert Raposa <rraposa@edx.org >
2021-03-10 20:32:31 -05:00
Matt Tuchfarber
47b7c261c7
Merge pull request #26944 from edx/tuchfarber/add_cert_avail_date_logging
...
exp: Add logging to course cert availability date
2021-03-10 17:48:33 -05:00
Matt Tuchfarber
09bb25bbcd
exp: Add logging to course cert availability date
...
I believe there to be a race condition here that only manifests in a
non-devstack environment. Adding some logging to better diagnose.
2021-03-10 17:01:45 -05:00
Kyle McCormick
5557194af1
revert: BOM-2378 (B) : pyupgrade in common/lib ( #26943 )
...
Reverts #26731
The code in common/lib/capa/capa/safe_exec needs
to remain Python 3.5-compatible, since edx-sandbox
(ie codejail) is still running Python 3.5.
2021-03-10 15:01:09 -05:00
Dillon Dumesnil
e641ba368c
Merge pull request #26902 from edx/ddumesnil/segment-logout-aa-513
...
AA-513: Reset segment state if anon user and there is a segment user id
2021-03-10 11:08:16 -08:00
Felipe Montoya
dabfa5ff08
Merge pull request #26870 from jramnai/tsd-enable_discussion_home_panel
...
[TSD] add annotations for ENABLE_DISCUSSION_HOME_PANEL feature flag
2021-03-10 12:01:21 -05:00
Sarina Canelake
28933de4cb
Merge pull request #26837 from edx/sarina/LEARNER-8247
...
Update edX-hosted video player to use 2x playback speed
2021-03-10 10:20:32 -05:00
David Ormsbee
8aa056e230
perf: Instrument all learning_sequences API calls.
...
This will make it possible to make a New Relic dashboard for the
learning_sequences API calls that tracks call performance across
different transactions (by querying Spans). Our goal would be to
offer SLAs around 99th percentile performance.
Course IDs and User ID metrics are also added, so that we can see
outliers in Span reporting, for later investigation.
2021-03-10 10:19:30 -05:00
Awais Jibran
aad29c17f9
Updated drag and drop version ( #26934 )
2021-03-10 19:46:58 +05:00
Syed Muhammad Dawoud Sheraz Ali
4d58626fd4
fix: allow inactive users to submit support tickets ( #26933 )
2021-03-10 19:43:49 +05:00
Jeff Witt
ac4c1c37b7
feat: Allow HTML video player to use 2x playback speed
...
LEARNER-8247
Co-Authored-By: Sarina Canelake <sarina@edx.org >
2021-03-10 09:37:35 -05:00
AsadAzam
e797fec0df
added iframe mfe overrides ( #26824 )
...
* added iframe mfe overrides
* Added import to rtl
* Refactored
* Added comment
2021-03-10 19:06:51 +05:00
Zachary Hancock
88f0aa5e0c
update edx-proctoring to 3.7.9 ( #26926 )
2021-03-10 08:54:02 -05:00
Justin Hynes
1afdd71c53
Merge pull request #26921 from edx/jhynes/microba-1025_update_mngmt_cmd
...
MICROBA-1025 | Update cert_whitelist management command
2021-03-10 08:03:19 -05:00
M. Zulqarnain
b4614d75f0
BOM-2378 (C) : pyupgrade in common/lib/xmodule ( #26736 )
...
* refactor: pyupgrade in common/lib/xmodule
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com >
2021-03-10 17:56:39 +05:00
M. Zulqarnain
8e8420dd46
BOM-2378 (B) : pyupgrade in common/lib ( #26731 )
...
* refactor: pyupgrade on common/lib
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com >
2021-03-10 17:56:24 +05:00
M. Zulqarnain
deb7f5b026
refactor: pyupgrade in common/lib/xmodule ( #26780 )
2021-03-10 17:56:07 +05:00
M. Zulqarnain
8aec103447
refactor: pyupgrade in common/lib/xmodule ( #26781 )
2021-03-10 17:55:49 +05:00
Awais Qureshi
51d0d68a1e
BOM-2375-student-part2
...
pyupgrade in student app.
2021-03-10 16:50:00 +05:00
Arslan Ashraf
c2ca03ba94
Add annotation for ALLOW_HIDING_DISCUSSION_TAB feature flag
2021-03-10 16:32:56 +05:00