Kristin Aoki
9085bc140e
fix: usage_locations always returning empty ( #33830 )
2023-11-28 16:35:45 -05:00
Kristin Aoki
a7ce23602c
fix: page redirect for libraries ( #33806 )
2023-11-28 12:29:12 -05:00
Jenkins
1734fdc0dc
chore(i18n): update translations
2023-11-26 16:09:14 -05:00
Navin Karkera
e9ca49d3a6
fix: session_language url renamed to update_language
...
The url was renamed from session_language to update_language but it was still referred to in some html templates
2023-11-23 22:06:19 +05:30
Kristin Aoki
ce2734e907
feat: update video and asset api to include usage loactions ( #33746 )
2023-11-22 12:11:35 -05:00
Chris Chávez
f72710e261
feat: Display tags on the Unit page in Studio (feature-flagged) - Take 2 ( #33761 )
2023-11-21 12:12:17 -08:00
Ahtisham Shahid
8c871e3e7f
fix: sync discussions config and course data ( #33675 )
...
* fix: sync discussions config and course data
2023-11-21 12:21:08 +05:00
Jesper Hodge
e5ff63c312
fix: remove slashes from authoring api ( #33741 )
2023-11-20 12:45:35 -05:00
Kyle McCormick
e800ae7622
feat: provisionally support V2 libraries in LibraryContentBlock (randomized only) ( #33263 )
...
Refactors and reworks the LibraryContentBlock so that its
sync-from-library operations are asynchronous and work with
V2 content libraries. This also required us to make
library_content block duplication asynchronous, as that
involves syncing from the source library.
For the sake of clarity, this PR includes two major method renames:
* update_children(...) -> sync_from_library(...)
* refresh_library(...) -> sync_from_library(upgrade_to_latest=True, ...)
an an XBlock HTTP handler rename:
/refresh_children -> /upgrade_and_sync
There are still a couple issues with import or duplication
of library_content blocks referencing V2 libraries other than
latest. These will be resolved in an upcoming PR.
Part of: https://openedx.atlassian.net/wiki/spaces/COMM/pages/3820617729/Spec+Memo+Content+Library+Authoring+Experience+V2
Follow-up work: https://github.com/openedx/edx-platform/issues/33640
Co-authored-by: Connor Haugh <chaugh@2u.com >
Co-authored-by: Eugene Dyudyunov <evgen.dyudyunov@raccoongang.com >
2023-11-20 15:58:10 +00:00
Jenkins
c53cf9f1c3
chore(i18n): update translations
2023-11-20 10:57:40 -05:00
Rebecca Graber
c66ed87f65
Revert "feat: Tag List on Unit page (feature-flagged) ( #33645 )" ( #33740 )
...
This reverts commit 104d42c67a .
2023-11-17 20:12:47 +00:00
Chris Chávez
104d42c67a
feat: Tag List on Unit page (feature-flagged) ( #33645 )
2023-11-17 10:03:28 -08:00
Jesper Hodge
7fd4c30daf
Chore adjust swagger for api gateway ( #33694 )
...
* chore: add api.edx.org server and correct route to swagger file endpoints
* chore: make server urls for swagger doc depend on env variables
* chore: add yaml file server descriptions
* chore: rename authoring api route and add description to swagger
* Update cms/urls.py
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
* fix: lint
* fix: lint
* fix: lint
---------
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
2023-11-16 15:39:46 -05:00
Braden MacDonald
ed379926c2
feat: display tag counts on course outline page (feature flagged) ( #33696 )
...
* feat: display tag counts on outline
* fix: taxonomies should default to allow_multiple=True
* fix: only load counts once per request
* chore: version bump for openedx-learning
2023-11-16 10:03:13 -08:00
Ahtisham Shahid
c6b36a8558
feat: added beamer to edx-platform ( #33701 )
2023-11-16 14:56:08 +05:00
Kristin Aoki
cca1e9e365
fix: video drf 500 error ( #33658 )
2023-11-09 11:34:06 -05:00
Zachary Hancock
10805a6a24
feat: remove old proctoring settings url ( #33679 )
...
This flag was introduced to gate the rollout of moving the UI component for proctoring settings into the pages and resources view and was never cleaned up. At this point we should always be linking the the new page for proctoring settings.
2023-11-09 08:54:28 -05:00
Yusuf Musleh
e311ef50ec
feat: Studio menu/button to display Unit's Tags (feature flagged) ( #33563 )
2023-11-08 12:23:05 -08:00
Zachary Hancock
a4b593193d
fix: practice exams assigned to wrong type ( #33661 )
2023-11-06 16:16:45 -05:00
Rodrigo Martin
e51c01bf4e
feat: add support for user feedback on autogenerated transcripts ( #33518 )
...
* feat: WIP transcript feedback
* feat: Add UI mock for Transcript Feedbacks (#33416 )
* feat: Add UI mock for Transcript Feedbacks
* fix: Fix mongo tests
* feat: Get video_uuid, user_uuid and language for request (#33445 )
* feat: make call to ai-translations to obtain feedback
* feat: Show widget if transcript was AI generated
* feat: bind all class methods
* fix: async calls
* feat: send request when choosing feedback
* feat: update showing condition (#33474 )
* fix: ajax success lint
* fix: video caption specs errors fixed
* feat: add coverage to feedback widget
* chore: connect XT to LMS and CMS
* feat: use url
* chore: add vars to devstack
* chore: fix url name
* feat: update unit tests regarding env vars
* fix: fix test_video_mongo
* feat: add more tests
* feat: remove console log
Co-authored-by: Jesper Hodge <19345795+jesperhodge@users.noreply.github.com >
* fix: rename shouldShowWidget to loadAndSetVisibility
---------
Co-authored-by: María Guillermina Véscovo <mvescovo@2u.com >
Co-authored-by: Jesper Hodge <19345795+jesperhodge@users.noreply.github.com >
2023-11-06 16:33:53 +00:00
Piotr Surowiec
2cf4d73a98
Merge pull request #33601 from DanielVZ96/dvz/clean-warnings
...
chore: clean and fix console warnings
2023-11-06 16:50:37 +01:00
bszabo
5d6e925c83
feat: TNL-11173 Authoring API is v0 for now ( #33644 )
...
* feat: TNL-11173 authoring API offered as v0, not v1
* docs: correct swaggerfile for authoring api
---------
Co-authored-by: Bernard Szabo <bszabo@edx.org >
Co-authored-by: Jesper Hodge <jhodge@outlook.de >
2023-11-03 11:49:35 -04:00
Rebecca Graber
ddabba458b
feat: remove manual sends of events ( #33642 )
2023-11-03 10:36:50 -04:00
Feanil Patel
66e987997c
Revert "Revert "chore: remove bok-choy settings""
2023-11-01 13:41:37 -04:00
Daniel Valenzuela
398c84e1bc
chore: ignore 'etree' is deprecated
...
Related issue: https://github.com/openedx/edx-platform/issues/32888
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
9752da2b03
chore: ignore warning from pkg_resources.declare_namespace
...
Related issue: https://github.com/openedx/edx-platform/issues/33592
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
ef0a9c00af
chore: ignore import ABCs from 'collections' warning
...
related issue: https://github.com/openedx/edx-platform/issues/33584
note: this warning is from a third party library (libsass)
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
d2f427a672
chore: ignore HTTPResponse.getheaders() deprecation warning
...
related issue: https://github.com/openedx/edx-platform/issues/33584
note: this warning is rased from a third party library (elasticsearch)
2023-11-01 00:18:40 -03:00
Daniel Valenzuela
66c5be8c02
chore: ignore default_app_config warning
...
related issue: https://github.com/openedx/edx-platform/issues/33572
2023-11-01 00:18:40 -03:00
Robert Raposa
083ccbf09b
Revert "chore: remove bok-choy settings"
2023-10-31 15:27:44 -04:00
Feanil Patel
3003abb092
Merge pull request #33350 from salman2013/salman/remove-bok-choy
...
chore: remove bok-choy settings
2023-10-31 11:19:56 -04:00
Kristin Aoki
8cfd04ff68
feat: add drf for studio video page ( #33528 )
2023-10-27 09:04:37 -04:00
Sid Verma
3bda3bed4a
feat: Add display_name filtering in GET assets/:course
...
This allows clients to check if a file already exist before
overwriting the asset with new data. See openedx/studio-frontend#384
2023-10-26 09:32:36 -04:00
salman2013
942e713ff0
chore: resolve conflicts
2023-10-26 14:20:26 +05:00
Muhammad Umar Khan
5b469371d5
chore: update connect_timeout for memcache server ( #33594 )
2023-10-25 17:11:12 +00:00
salman2013
8d7e451c98
Merge remote-tracking branch 'upstream/master' into salman/remove-bok-choy
2023-10-24 09:06:15 +05:00
Yusuf Musleh
08d6607636
feat: Add url that exposes taxonomy tags CRUD API ( #33525 )
...
* feat: Add url that exposes taxonomy tags CRUD API
Include `content_tagging` namespace for content_tagging urls in cms
for `sub_tags_link` to work in multi-level taxonomy tags.
* chore: Bump openedx-learning version
2023-10-23 11:07:46 -07:00
salman2013
9452cef97d
chore: resolve conflicts
2023-10-23 12:05:25 +05:00
Jenkins
7900711684
chore(i18n): update translations
2023-10-22 17:09:52 -04:00
Feanil Patel
2e75ced467
Merge pull request #33186 from thezaeemaanwar/remove_badges_app
...
[DEPR]: lms/djangoapps/badges
2023-10-20 10:29:43 -04:00
Jesper Hodge
db4911b90e
chore: rename Files & Uploads page ( #33546 )
2023-10-19 21:08:42 +00:00
Chris Chávez
1d58bd1106
feat: New link on studio home to Taxonomy list (if waffle flag set) ( #33439 )
2023-10-19 10:19:50 -07:00
Muhammad Abdullah Waheed
caf8e456e2
Revert "feat: Account and profile MFE legacy removal - redeployment ( #31893 )" ( #33542 )
...
This reverts commit 08f5e7e563 .
2023-10-19 12:26:29 +05:00
Muhammad Abdullah Waheed
08f5e7e563
feat: Account and profile MFE legacy removal - redeployment ( #31893 )
...
feat: Account and profile MFE legacy removal - redeployment
* Revert "Revert "FC-0001: Account pages -> micro-frontend (#30336 )" (#31888 )"
This reverts commit 90c4ca6e47 .
* refactor: removed filters test from user_api accounts
---------
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com >
2023-10-19 10:43:15 +05:00
thezaeemaanwar
0b3e4d73b6
feat!: Removed Badges App
...
fix: restored badges handlers
feat: remove FE code for badges
fix: resolved failing tests
fix: removed test case for badges app
fix: unused import error
fix: Response Field Count
fix: shareable account response length
fix: resolved PR comments
fix: revert settings override
feat!: Removed Badges App
fix: restored badges handlers
feat: remove FE code for badges
fix: resolved failing tests
fix: removed test case for badges app
fix: unused import error
fix: Response Field Count
fix: shareable account response length
fix: revert subscription badge
2023-10-18 20:30:04 +05:00
Feanil Patel
7202c22e1d
Merge pull request #33373 from openedx/feanil/update_password_length_default
...
feat: Update the minimum password length.
2023-10-17 10:08:15 -04:00
Rebecca Graber
80a25bc368
feat: use new event_bus_producer_config ( #33458 )
2023-10-16 14:07:10 -04:00
Feanil Patel
e3851ab3d1
test: Update to reuse variables in more places.
...
Some of the places where we had explicit copies of the password were not
necessary so we referece the exsting TEST_PASSWORD variable where
possible.
2023-10-16 12:33:25 -04:00
Jeremy Ristau
fd86ba15e1
Merge pull request #33343 from open-craft/kaustav/clarify_grade_range_numerical_values
...
fix: clarify grade range numerical values
2023-10-16 09:28:08 -04:00
Raymond Zhou
2033dcf6ac
fix: ref mgmt cmd logging ( #33481 )
2023-10-12 13:06:30 -04:00