Commit Graph

64430 Commits

Author SHA1 Message Date
ruzniaievdm
ff8d3eae72 feat: Unit page API as DRF 2024-01-10 11:53:36 +02:00
Ahtisham Shahid
2eabfe10c0 fix: remove sender id from audiance (#34005)
fix: resolved linter errors
2024-01-10 14:52:16 +05:00
Troy Sankey
0b95b5de03 Merge pull request #34031 from openedx/pwnage101/ENT-8169-2
chore: bump edx-enterprise to 4.9.1 to add more verbose error messages
2024-01-09 15:59:59 -08:00
Troy Sankey
3b84df3ed7 chore: bump edx-enterprise to 4.9.1 to add more verbose error messages
ENT-8169
2024-01-09 15:13:13 -08:00
David Nuon
ff3d21f186 feat: bump edx-search to 3.8.2 (#34032) 2024-01-09 15:03:57 -08:00
connorhaugh
2b47b8a379 feat: make course -> lib import synchronous (#34030)
* feat: make course -> lib import synchronous

---------

Co-authored-by: Kyle McCormick <kyle@axim.org>
2024-01-09 15:54:02 -05:00
Yusuf Musleh
8d2ddd73ec feat: Add tags count for v2 library components (#33979) 2024-01-09 10:23:30 -08:00
Troy Sankey
829ac5178f Merge pull request #34022 from openedx/pwnage101/ENT-8169
chore: bump edx-enterprise to 4.9.0 to get "Setup auth org id" button
2024-01-09 09:56:36 -08:00
leangseu-edx
a11d8fb563 feat: Upgrade Python dependency ora2
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2024-01-09 11:06:01 -05:00
David Nuon
150bcbc30d feat: bump edx-search to 3.8.1 (#34019) 2024-01-09 08:04:52 -08:00
connorhaugh
efaef4510e fix: protect video transcript handler from scraper (#34017)
Web scrapers do annoying stuff like visit urls they shouldn't know about and cause xblock handlers to break.
I tested this by:
Making sure video transcripts worked as normal while logged in
making sure that I got no 500s in my logs while attempting to view it logged out.
2024-01-08 18:14:03 -05:00
Troy Sankey
e65b6fe0ca chore: bump edx-enterprise to 4.9.0 to get "Setup auth org id" button
Together with a config change, this version bump will add a "Setup auth
org id" button to the Change Enterprise Customer django admin screen.

ENT-8169
2024-01-08 13:53:52 -08:00
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