Leangseu Kim
719ddff238
fix: section.due datetime version issue
2022-08-11 13:53:11 -04:00
Nathan Sprenkle
e025463872
feat: Learner Dashboard get enrollments ( #30808 )
...
* feat: fill out enrollment serializer
* test: add basic integration tests for enrollments
* feat: get info for user account activation
* test: test integrating user account activation
* feat: get course enrollments
* feat: get course email settings
* feat: add ecommerce info
* feat: add resume urls
* refactor: move learner home to separate app
* refactor: remove course limit
Co-authored-by: nsprenkle <nsprenkle@2u.com >
2022-08-11 11:05:07 -04:00
Attiya Ishaque
dafb9f7170
fix: Update to the new error messages and some fixes ( #30826 )
2022-08-11 15:39:49 +05:00
Muhammad Adeel Tajamul
f24af41b98
feat: redirect method for learners to new MFE ( #30769 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2022-08-11 11:49:45 +05:00
connorhaugh
6b6935b8f9
Revert "feat: add new template text for raw html editor" ( #30843 )
...
This reverts commit 95a13bff5d .
2022-08-10 15:17:20 -04:00
Alexander J Sheehan
58199ee670
Merge pull request #30842 from openedx/asheehan-edx/bumping-enterprise-3-56-1
...
chore: bumping enterprise requirements to 3.56.1
2022-08-10 13:16:36 -04:00
Alexander Sheehan
a5992fa080
chore: bumping enterprise requirements to 3.56.1
2022-08-10 12:36:20 -04:00
John Nagro
691a866b87
feat: release edx-enterprise 3.56.0 ( #30841 )
2022-08-10 11:16:18 -04:00
Zainab Amir
4f2aadb74e
feat: reposition code to set is_marketable ( #30839 )
2022-08-10 18:47:50 +05:00
Kristin Aoki
95a13bff5d
feat: add new template text for raw html editor
2022-08-09 14:42:31 -04:00
Alexander J Sheehan
7886ecad20
Merge pull request #30837 from openedx/asheehan-edx/bumping-enterprise-3-55-3
...
chore: bumping enterprise version to 3.55.3
2022-08-09 13:49:56 -04:00
Alexander Sheehan
e84502647f
chore: bumping enterprise version to 3.55.3
2022-08-09 12:56:27 -04:00
Alexander J Sheehan
b164b87c38
chore: bumping enterprise version to 3.55.2 ( #30833 )
2022-08-08 13:01:28 -04:00
edx-semantic-release
369e5af85a
chore(i18n): update translations
2022-08-07 16:58:05 -04:00
Waheed Ahmad
767646fde3
fix: broken promise for personalized recommendations ( #30828 )
...
VAN-1034
2022-08-05 19:01:32 +05:00
Muhammad Adeel Tajamul
525dfa6ef6
fix: author can see close edit reason ( #30819 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2022-08-05 16:38:32 +05:00
Waheed Ahmad
f8632ab721
fix: show general recommendations on error or empty list ( #30827 )
...
Currently, the loading sign shows indefinitely if the recommendation API response
is 200 with an empty recommended courses list. Fix, it by showing the general
recommendations.
VAN-1034
2022-08-05 15:14:08 +05:00
Zainab Amir
e73139d60f
feat: add error handling to email task ( #30820 )
2022-08-04 13:03:03 +05:00
Michael Roytman
6c47a6d0aa
Merge pull request #30824 from openedx/mroytman/bump-xblock-lti-consumer-4.3.3
...
fix: missing exception details in xblock-lti-consumer logs
2022-08-03 10:10:58 -04:00
michaelroytman
5d5fce2949
fix: missing exception details in xblock-lti-consumer logs
...
This commit updates the version of the lti-consumer-xblock from 4.3.2 to 4.3.3. This installs the newest version of the lti-consumer-xblock library. This version includes the following changes.
The error handler in LtiConsumerXBlock.lti_1p3_launch_callback logs a warning when a select set of exceptions are handled. That log does not contain useful information about the nature of the exception, because the exceptions were not being instantiated with error messages. The try...catch is a large block that contains code that can raise a multitude of errors, so these changes will enable better debugging.
This commit:
* adds helpful messages to the raised exceptions.
* adds the "exc_info=True" argument to include the stack trace of the handled exception.
* adds ValueError and TypeError to the list of handled exceptions, because the code can raise exceptions of these types.
2022-08-03 08:17:25 -04:00
SaadYousaf
a948f535c1
feat: add flag to pass inIframe query_param for discussions MFE.
2022-08-03 15:39:02 +05:00
edX requirements bot
d9377ca414
Django 3.2.15 security patch update ( #30822 )
...
* chore: Updating Python Requirements
* fix: pin pycodestyle<2.9.0 to fix quality
Co-authored-by: UsamaSadiq <usama.sadiq@arbisoft.com >
2022-08-03 14:28:22 +05:00
Tim McCormack
f95b414551
fix: Use non-yanked version of snowflake-python-connector ( #30821 )
...
2.7.10 was yanked for not having the right dependency constraints:
https://github.com/snowflakedb/snowflake-connector-python/issues/1206#issuecomment-1195840226
2022-08-02 20:04:10 +00:00
Marcin
86bd82c4fb
feat: added flag for exams ida ( #30815 )
2022-08-02 13:52:38 -04:00
Chris Chávez
ebd96cba8a
fix: Bug showing hidden sections for learners of a public course fixed ( #27925 )
...
The bug is explained in https://openedx.atlassian.net/browse/CRI-233 . Only is missing add the `VisibilityTransformer` in `get_blocks()` when the user is not enrolled to the course.
On the test, `html_block` is visible only for staff and `vertical_block` is a normal block. The new behaviour hides the `html_block` and show the `vertical_block` to anonymous users
2022-08-02 12:40:23 -04:00
Mubbshar Anwar
38e63681bb
fix: Update event property ( #30768 )
...
- Use course_key instead of course_run_key for the is_personalized_recommendation event.
VAN-1021
2022-08-02 21:04:43 +05:00
Justin Hynes
999970d60b
Merge pull request #30809 from openedx/jhynes/microba-1901_task-status-fix
...
feat: Add a little bit more detail to REVOKED (scheduled) bulk email tasks
2022-08-02 08:09:29 -04:00
Alexander J Sheehan
08eb1551b2
Merge pull request #30814 from openedx/asheehan-edx/bumping-enterprise-3-55-1
...
chore: bumping enterprise version to 3.55.1
2022-08-01 11:41:16 -04:00
Alexander Sheehan
37b3c40428
chore: bumping enterprise version to 3.55.1
2022-08-01 10:45:25 -04:00
Long Lin
124bd83124
chore: bump edx-enterprise version
2022-08-01 09:34:46 -04:00
edx-semantic-release
a73582962c
chore(i18n): update translations
2022-07-31 16:54:21 -04:00
Moeez Zahid
500cc9f0f0
fix: Add default video stream priority ( #30810 )
2022-07-29 22:31:47 +05:00
Justin Hynes
10014d79be
feat: Add a little bit more detail to REVOKED (scheduled) bulk email tasks
...
[MICROBA-1901]
- Update the task_output for (scheduled) bulk emails to include a _little_ more info when they are REVOKED.
2022-07-29 12:06:45 -04:00
Moeez Zahid
3311225292
feat: Add stream_priority for videos ( #30767 )
...
* feat: Add stream_priority for videos
2022-07-29 13:33:42 +05:00
Robert Raposa
2af65d1b77
feat: add monitoring for users across requests ( #30795 )
...
We already add the user id (imperfectly) to many requests.
However, when a user starts off unauthenticated, it is not
possible to correlate to those requests. Adding the raw
IP chain provides that possibility. See new custom attribute
ip_chain.raw.
2022-07-28 13:45:34 -04:00
Kyle McCormick
cd18f48ad7
docs: link to sub-project dissolution ADR in xmodule README ( #30794 )
...
Co-authored-by: Robert Raposa <rraposa@edx.org >
2022-07-28 12:32:58 -04:00
Zainab Amir
56e8203496
feat: set default value for is_marketable ( #30784 )
...
If a user is created using manage_user command, set value
for is_marketable attribute to false.
VAN-996
2022-07-28 18:10:10 +05:00
Mohammad Ahtasham ul Hassan
bd90ebde7b
fix: unpin numpy ( #30761 )
2022-07-28 15:56:03 +05:00
Raymond Zhou
6cdc481db8
feat: fix for course_keys nonetype error ( #30797 )
2022-07-28 10:39:05 +05:00
SaadYousaf
257a7f38d3
feat: enable moderators to unreport content for discussion api
2022-07-27 19:30:52 +05:00
Muhammad Ammar
24dbf9653c
Merge pull request #30792 from openedx/bilaltahir21/ENT-5938-fix
...
fix: revert api client for UNENROLL_DONE signal
2022-07-27 17:31:32 +05:00
Muhammad Soban Javed
3d96700189
Merge pull request #30791 from openedx/revert-30762-revert-30403-iamsobanjaved/BOM-2582-move-common-lib-capa
...
refactor: move common/lib/capa/capa to xmodule/capa
2022-07-27 16:41:50 +05:00
Muhammad Bilal Tahir
a35176e09b
fix: revert api client for UNENROLL_DONE signal
2022-07-27 16:35:59 +05:00
Sameen Fatima
282d639e32
refactor: simplify code logic for consent_needed_for_course utility ( #30775 )
2022-07-27 16:34:06 +05:00
Muhammad Soban Javed
d053bba952
Revert "Revert "refactor: move common/lib/capa/capa to xmodule/capa" ( #30762 )"
...
This reverts commit 4463ee751d .
2022-07-27 15:36:08 +05:00
Brian Beggs
6d80bddb95
Merge pull request #30693 from open-craft/pooja/fix-page-banner-message-not-seen
...
[BB-6438] Check if feature is enabled before calling enterprise api
2022-07-26 14:42:47 -04:00
John Nagro
ca13defc90
feat: release edx-enterprise 3.54.2 ( #30788 )
2022-07-26 14:14:28 -04:00
Kyle McCormick
423acd32f9
docs: retroactively add ADR for dissolution of sub-projects ( #30779 )
2022-07-26 11:33:01 -04:00
John Nagro
a69171204d
feat: release edx-enterprise 3.54.1 ( #30787 )
2022-07-26 10:22:09 -04:00
Muneeb Ur Rehman
6d8201b603
build(deps): upgrade edx-enterprise to latest version ( #30785 )
2022-07-26 18:40:42 +05:00