Commit Graph

64418 Commits

Author SHA1 Message Date
Jenkins
83d104f50d chore(i18n): update translations 2024-01-08 14:49:57 -05:00
Rômulo Penido
3c9ac69d8f chore: update openedx-learning version to 0.4.1 (#34015) 2024-01-08 10:53:50 -08:00
María Guillermina Véscovo
2dee428d06 Merge pull request #34014 from openedx/hot-fix-hide-feedback-widget-when-no-video-id
fix: prevent transcript feedback widget from appearing when there is no video_id
2024-01-08 13:37:41 -03:00
María Guillermina Véscovo
9979ea2ba9 fix: prevent transcript feedback widget from appearing when there is no
video_id
2024-01-08 13:04:35 -03:00
Navin Karkera
9cd1d7c3c8 feat: create DRF endpoint to get course index context (#33943)
* feat: create DRF endpoint to get course index context

* refactor: update serializers location and added some tests

* refactor: move modulestore usage out of views

* fix: move course index call under bulk_operations

* test: add test to track db and mongo queries

---------

Co-authored-by: ruzniaievdm <ruzniaievdm@gmail.com>
2024-01-08 09:36:56 -05:00
Justin Hynes
2209549e68 Merge pull request #34000 from openedx/jhynes/APER-2551
docs: add diagrams for course cert awarding and revocation
2024-01-05 14:13:11 -05:00
Nathan Sprenkle
b811b290fc chore: bump ORA to 6.0.22 (#34010) 2024-01-04 21:30:33 +00:00
Hamza Waleed
96b360a1ee Merge pull request #34009 from openedx/hamzawaleed01/upgrade-edx-enterprise-986737a
feat: Upgrade Python dependency edx-enterprise
2024-01-04 22:34:52 +05:00
hamzawaleed01
12c84184f3 Merge branch 'master' of github.com:openedx/edx-platform into hamzawaleed01/upgrade-edx-enterprise-986737a 2024-01-04 22:13:06 +05:00
Michael Roytman
7d8401c4cf Merge pull request #33972 from openedx/MichaelRoytman/devstack-exams-dashboard-url-setting
fix: correct EXAMS_DATE_MICROFRONTEND_URL devstack setting
2024-01-04 12:06:54 -05:00
hamzawaleed01
099fe145e0 feat: Upgrade Python dependency edx-enterprise
ENT-8130: add logs to debug

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-01-04 16:49:02 +00:00
Arslan Ashraf
986737a944 fix: Incorrect ORA assignment link in Dates tab (#33984) 2024-01-04 07:55:54 -05:00
Jenkins
13ff28eb62 chore: geoip2: update maxmind geolite country database 2024-01-03 15:59:20 -05:00
Justin Hynes
49537d5011 docs: add diagrams for course cert awarding and revocation
[APER-2551]

This PR adds some diagrams to help visualize the current certificate awarding and revocation process of the monolith.
2024-01-03 18:58:35 +00:00
Andrew Shultz
5001918d79 Merge pull request #33999 from openedx/ashultz0/chatty-reindex-cmd
feat: progress logging when doing a reindex
2024-01-03 11:06:23 -05:00
Andy Shultz
a471e59551 feat: progress logging when doing a reindex
logs total and every 10 items

includes a flag to reduce logging level because our normal info
logs swamp progress logging.
2024-01-03 10:37:52 -05:00
Asad Ali
ec86398550 fix: respect ENABLE_NEW_STRUCTURE_DISCUSSIONS flag in course import (#33975) 2024-01-03 10:03:06 -05:00
MueezKhan246
5e7a91f731 Merge pull request #33989 from openedx/MueezKhan246/upgrade-edx-enterprise-c2383fa
feat: Upgrade Python dependency edx-enterprise
2024-01-03 04:33:56 +05:00
MueezKhan246
0b8ba84317 Merge branch 'master' into MueezKhan246/upgrade-edx-enterprise-c2383fa 2024-01-03 04:09:47 +05:00
Jenkins
145609cb5e chore(i18n): update translations 2024-01-02 15:28:09 -05:00
Diana Huang
02574af8d0 fix: Update the date to the max year possible in a test. (#33994)
This test broke on January 1, 2024.
2024-01-02 14:50:01 -05:00
MueezKhan246
4ead1d0b11 feat: Upgrade Python dependency edx-enterprise
removed course completion check from is_already_transmitted utility

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-01-02 11:01:17 +00:00
Ahtisham Shahid
c2383fa0b5 feat: Show notification types with respect to user form roles (#33927) 2024-01-02 15:09:50 +05:00
SaadYousaf
8a9e19ad8f temp: add temporary logs for course wide notifications 2023-12-29 16:53:39 +05:00
Muhammad Adeel Tajamul
30c029f119 feat: added comment_endorsed, thread_followed and thread_unfollowed signals in mfe api (#33944) 2023-12-29 11:29:31 +05:00
Muhammad Adeel Tajamul
dd4a97d410 feat: added thread_flagged and comment_flagged signals in legacy discussion (#33949) 2023-12-29 11:29:17 +05:00
Jenkins
67803456f0 chore: geoip2: update maxmind geolite country database 2023-12-27 15:59:16 -05:00
Jenkins
13cee3eac0 chore(i18n): update translations 2023-12-24 16:04:21 -05:00
michaelroytman
3f65347240 fix: correct EXAMS_DATE_MICROFRONTEND_URL devstack setting
This commit corrects the EXAMS_DATE_MICROFRONTEND_URL devstack setting to EXAMS_DASHBOARD_MICROFRONTEND_URL. This ensures that the exams dashboard can load in the Instructor Dashboard when an LTI-based proctoring provider is selected.
2023-12-22 11:37:51 -05:00
Kristin Aoki
3c1b81c58b fix: timeout error for legacy page (#33965) 2023-12-21 09:27:52 -05:00
Jenkins
9a97ea78d9 chore: geoip2: update maxmind geolite country database 2023-12-20 15:59:16 -05:00
MueezKhan246
e03b0a2903 Merge pull request #33962 from openedx/MueezKhan246/upgrade-edx-enterprise-21515dc
feat: Upgrade Python dependency edx-enterprise
2023-12-20 18:28:07 +05:00
MueezKhan246
57fc9a1e8f feat: Upgrade Python dependency edx-enterprise
restructured response from moodle request wrapper and replaced non encrypted fields of moodle config model with encrypted ones

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-12-20 12:40:41 +00:00
Hamza Waleed
21515dcd11 Merge pull request #33961 from openedx/hamzawaleed01/upgrade-edx-enterprise-2d353f5
feat: Upgrade Python dependency edx-enterprise
2023-12-20 17:36:22 +05:00
Hamza Waleed
9448214f9a Merge branch 'master' into hamzawaleed01/upgrade-edx-enterprise-2d353f5 2023-12-20 17:02:13 +05:00
Zainab Amir
c233327ea0 feat: remove unused recommendations code (#33960) 2023-12-20 16:56:39 +05:00
hamzawaleed01
20e673db25 feat: Upgrade Python dependency edx-enterprise
feat: post skills metadata for Degreed2

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-12-20 11:40:57 +00:00
SaadYousaf
2d353f5594 feat: move new forum content creation notifications to use course wide notification event 2023-12-20 14:25:00 +05:00
github-actions[bot]
17a58cc9a0 feat: Upgrade Python dependency ora2 (#33958)
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: jansenk <jansenk@users.noreply.github.com>
2023-12-19 22:11:51 +00:00
Alejandro Cardenas
ebcbe1cd92 refactor: allow editing of ANONYMOUS_SURVEY_REPORT by env tokens (#33954) 2023-12-19 14:40:41 -05:00
Nathan Sprenkle
8e65b0e461 chore: bump ORA to 6.0.19 (#33956) 2023-12-19 18:10:03 +00:00
Feanil Patel
1b54e9169a Merge pull request #33296 from raccoongang/rg/feat/FC0031/extended_blocks_in_course_view
feat: [FC-0031] Add new endpoint BlocksInfoInCourseView
2023-12-19 13:02:05 -05:00
Glib Glugovskiy
cae4091579 docs: [FC-0031] Update docstring 2023-12-19 19:15:29 +02:00
KyryloKireiev
003f6d9bb4 refactor: [FC-0031] Use serializer instead of custom function 2023-12-19 19:15:29 +02:00
KyryloKireiev
81c992990a fix: [FC-0031] Add parameters description, refactor list method 2023-12-19 19:15:29 +02:00
KyryloKireiev
c4fe8d30e3 feat: [AXIM-26] Extended BlocksInCourseView API 2023-12-19 19:15:29 +02:00
Troy Sankey
9c48e38f9c Merge pull request #33947 from openedx/pwnage101/ENT-8078-3
feat: add new course access error_code for enterprise learners in future courses (2nd try)
2023-12-19 08:50:42 -08:00
María Fernanda Magallanes
7a15d3687e docs: add more details to the survey report README (#33623)
* docs: add more details to the survey report README

* docs: improve the doc with numbered steps, bold and capitalize words

* docs: add more information about the survey report banner
2023-12-19 11:21:52 -05:00
Kristin Aoki
9f5252c6ee feat: separate home api call into load, course, and library info (#33909) 2023-12-19 08:32:50 -05:00
MueezKhan246
e1b9da21e8 Merge pull request #33951 from openedx/MueezKhan246/upgrade-edx-enterprise-c287e0a
feat: Upgrade Python dependency edx-enterprise
2023-12-19 18:31:08 +05:00