Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Course blocks API with param return_type=list #34425

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 30, 2024

  1. Merge branch 'master' into dkaplan1/APER-3146_investigate-fix-excepti…

    …on-handling-in-program-cert-revocation
    deborahgu authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    02baf07 View commit details
    Browse the repository at this point in the history
  2. feat: linting error

    * unused import
    * format
    
    FIXES: APER-3146
    deborahgu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bde8411 View commit details
    Browse the repository at this point in the history
  3. feat: added setting to disable the survey report banner entirely (ope…

    …nedx#34092)
    
    * feat: added setting to disable the survey report banner entirely
    
    * fix: fixed unit test with new setting
    
    * refactor: changed conditions for better code readability
    
    * feat: added exception to stop the report from generating if the setting is set to false
    
    * chore: updated the readme file to include the new setting
    
    * refactor: move survey settings to common and disable admin by setting
    
    * docs: typos in README
    
    Co-authored-by: Tim McCormack <tmccormack@edx.org>
    
    * refactor: set default values to survey report settings
    
    * refactor: rename ENABLE_SURVEY_REPORT setting to SURVEY_REPORT_ENABLE
    
    * test: fix quality tests
    
    ---------
    
    Co-authored-by: Alejandro Cardenas <alecar.main@gmail.com>
    Co-authored-by: Tim McCormack <tmccormack@edx.org>
    3 people authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    76330b3 View commit details
    Browse the repository at this point in the history
  4. feat: relinting

    Trying with new autoformat settings.
    
    FIXES: APER-3146
    deborahgu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    adae7e3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dkaplan1/APER-3146_investigate-fix-excepti…

    …on-handling-in-program-cert-revocation
    deborahgu authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a387737 View commit details
    Browse the repository at this point in the history
  6. feat: lint

    autoformat errors
    
    FIXES: APER-3146
    deborahgu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f7a9efb View commit details
    Browse the repository at this point in the history
  7. Merge pull request openedx#34036 from raccoongang/ruzniaievdm/feat/un…

    …it-page-drf
    
    feat: [FC-0044] Unit page API as DRF
    arbrandes authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cbe865a View commit details
    Browse the repository at this point in the history
  8. refactor: change survey report message location (openedx#34126)

    * refactor: change survey report message location
    Alec4r authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3bf3aea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b7ef26 View commit details
    Browse the repository at this point in the history
  10. feat: tweaks from code review

    wording, switching to using a constant, fixing a string concat
    
    FIXES: APER-3146
    deborahgu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b75f8b0 View commit details
    Browse the repository at this point in the history
  11. fix: add missing function import in certificate template (openedx#33904)

    * fix: add missing function import in certificate template
    * test: add test case to check certificates generated when GA4 is enabled
    kaustavb12 authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d0a49d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. feat: Upgrade Python dependency edx-enterprise (openedx#34144)

    Added management command to fix `LearnerDataTransmissionAudit` table records.
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    Co-authored-by: zamanafzal <zamanafzal@users.noreply.github.com>
    Co-authored-by: Zaman Afzal <zamanafzal@gmail.com>
    3 people authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a8206c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82edbc6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34113 from openedx/iamsobanjaved/django-42…

    …-lts
    
    chore!: upgrade Django version to 4.2 (LTS)
    iamsobanjaved authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cd8e2d2 View commit details
    Browse the repository at this point in the history
  4. feat: Upgrade Python dependency edx-enterprise

    feat: update cornerstone client to store API calls in DB
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    hamzawaleed01 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    211fa93 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openedx#34148 from openedx/hamzawaleed01/upgrade-e…

    …dx-enterprise-cd8e2d2
    
    feat: Upgrade Python dependency edx-enterprise
    hamzawaleed01 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e1cfaa5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    790e364 View commit details
    Browse the repository at this point in the history
  7. Merge pull request openedx#34150 from openedx/revert-34113-iamsobanja…

    …ved/django-42-lts
    
    Revert "chore!: upgrade Django version to 4.2 (LTS)"
    iamsobanjaved authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3a16811 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    206ddd1 View commit details
    Browse the repository at this point in the history
  9. feat: add auth JWKS endpoint

    Adds an endpoint to expose JWT_PUBLIC_SIGNING_JWK_SET to other services
    Ben Lu committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a189bdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4590f1e View commit details
    Browse the repository at this point in the history
  11. Merge pull request openedx#34129 from openedx/dkaplan1/APER-3146_inve…

    …stigate-fix-exception-handling-in-program-cert-revocation
    
    feat: fix exception handling in program cert revocation
    deborahgu authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    33cd62e View commit details
    Browse the repository at this point in the history
  12. feat: Upgrade Python dependency ora2 (openedx#34154)

    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    Co-authored-by: nsprenkle <nsprenkle@users.noreply.github.com>
    github-actions[bot] and nsprenkle authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    192094b View commit details
    Browse the repository at this point in the history
  13. chore: geoip2: update maxmind geolite country database

    Jenkins authored and edx-transifex-bot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    abb4b0e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f7eb49 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. feat: added notifications when response is endorsed or answered (open…

    …edx#34082)
    
    * feat: added notification when response is endorsed or answered
    
    * test: added and fixed test cases
    
    * fix: fixed lint errors
    
    * refactor: changed method name for readibility
    
    * feat: added notification when my response is endorsed
    
    * test: fixed failed test cases
    ayesha-waris authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9f136a4 View commit details
    Browse the repository at this point in the history
  2. feat!: upgrade Django version to 4.2 (LTS) (openedx#34162)

    * feat!: upgrade Django version to 4.2 (LTS)
    ---------
    
    Co-authored-by: iamsobanjaved <iamsobanjaved@users.noreply.github.com>
    iamsobanjaved and iamsobanjaved authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1fc2e8a View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise (openedx#34155)

    Added logs and remove cornerstone from management command
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    Co-authored-by: zamanafzal <zamanafzal@users.noreply.github.com>
    Co-authored-by: Zaman Afzal <zamanafzal@gmail.com>
    3 people authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6b0c5c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23659d5 View commit details
    Browse the repository at this point in the history
  5. chore: rebase

    katrinan029 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d5fc369 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openedx#34159 from openedx/knguyen2/ent-8337

    chore: bump edx-enterprise dependencies version
    katrinan029 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    09493a8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request openedx#33922 from Zeit-Labs/plugins-i18n

    feat: atlas pull plugins translation | FC-0012
    Feanil Patel authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e6333d0 View commit details
    Browse the repository at this point in the history
  8. docs: ADR for course data independence from libraries

    This is an ADR around the idea that course content should not need to
    sync metadata from libraries during the import process or when copy and
    pasting.
    ormsbee authored and kdmccormick committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9d36257 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9bd61d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat!: upgrade Django version to 4.2 (LTS)

    This reverts commit 23659d5.
    iamsobanjaved committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e40a01c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d4835 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34153 from hilltop16/hilltop16/add-auth-JW…

    …KS-endpoint
    
    feat: add auth JWKS endpoint
    hilltop16 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    43747ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bf676c View commit details
    Browse the repository at this point in the history
  5. Merge pull request openedx#34021 from openedx/varshamenon4/refactor-c…

    …ert-signals
    
    refactor: move rejected exam event handlers
    varshamenon4 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ebb55ce View commit details
    Browse the repository at this point in the history
  6. fix: auth JWKS endpoint

    The original implementation of the endpoint returned
    a string instead of a JSON object. This fixes the
    return value to be the JSON object.
    Ben Lu committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2de48c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Merge pull request openedx#34176 from hilltop16/hilltop16/JWKS-endpoi…

    …nt-fixup
    
    fix: return a JSON object in JWKS endpoint response
    hilltop16 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f7cd677 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    6edc0c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d01394 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    d9d5531 View commit details
    Browse the repository at this point in the history
  2. feat: Upgrade Python dependency edx-drf-extensions (openedx#34189)

    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    Co-authored-by: syedsajjadkazmii <syedsajjadkazmii@users.noreply.github.com>
    github-actions[bot] and syedsajjadkazmii authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a492b40 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    update canvas client to store API calls in DB
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    MueezKhan246 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fc8fcfa View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34190 from openedx/MueezKhan246/upgrade-ed…

    …x-enterprise-a492b40
    
    feat: Upgrade Python dependency edx-enterprise
    MueezKhan246 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7dce9d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2dc8cd View commit details
    Browse the repository at this point in the history
  6. update edx platform codeowners for aperture ownership (openedx#34179)

    * feat: tagging ownership of aperture on our owned apps
    
    For all of the edx-platform apps for which 2u team aperture  is
    responsible,  mark us as the owners.
    
    FIXES: APER-3192
    deborahgu authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b6e181e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d65841a View commit details
    Browse the repository at this point in the history
  8. feat: Support Django 4.2 in devstack (openedx#34192)

    With the Django 4.2 upgrade, devstack needs `CSRF_TRUSTED_ORIGINS` for MFEs
    to work. This PR is probably not a complete list, but gets us started.
    
    Ticket: openedx#34180
    timmc-edx authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5e732f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d28684d View commit details
    Browse the repository at this point in the history
  10. feat: filter courses by user language by default (openedx#33647)

    Adds a feature flag to filter courses by users preferred language by default
    navinkarkera authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4a46ae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. feat: make notification channel headings clickable (openedx#34194)

    * feat: make notification channel headings clickable in notification preferences
    
    * refactor: serializer code updated for better readability
    
    * test: added a test for UserNotificationChannelPreferenceView API
    
    * fix: updated the api test that was failing due to conflicts
    
    ---------
    
    Co-authored-by: eemaanamir <eemaan.amir@gmail.com>
    ayesha-waris and eemaanamir authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    48f74fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    603d23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ed035 View commit details
    Browse the repository at this point in the history
  4. feat: Upgrade Python dependency edx-enterprise

    feat: register admin view for IntegratedChannelAPIRequestLogs
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    hamzawaleed01 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    51eca10 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openedx#34205 from openedx/hamzawaleed01/upgrade-e…

    …dx-enterprise-48f74fd
    
    feat: Upgrade Python dependency edx-enterprise
    hamzawaleed01 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bf34961 View commit details
    Browse the repository at this point in the history
  6. feat: remove rollout percentage code for learner home (openedx#34198)

    This code allowed us to control rollout but is no longer needed.
    nsprenkle authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7037c8d View commit details
    Browse the repository at this point in the history
  7. fix: handle countries not recognized by geoip2 DB

    The `geoip2` library returns `None` when it only identifies the continent
    related to the IP address.
    Agrendalath committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c1bd558 View commit details
    Browse the repository at this point in the history
  8. feat: allow disabling user tours

    A similar waffle flag was dropped in 2038633.
    Agrendalath committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    21f2e30 View commit details
    Browse the repository at this point in the history
  9. feat: transition learner_home to aperture (openedx#34206)

    previously assigned `learner_dashboard` to aperture (which is correct, aperture owns this) but the purpose of this effort was to assign `learner_home`, which is the backend people are referring to when they refer to "learner dashboard".
    
    FIXES: APER-3174
    deborahgu authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    340223b View commit details
    Browse the repository at this point in the history
  10. fix: fix default credentials internal service url in devstack settings

    I was trying to test a communication pathway between the CMS and Credentials and requests were failing with the following error:
    ```
    2024-02-07 19:25:46,524 ERROR 202 [celery.app.trace] [user 3] [ip 192.168.16.1] trace.py:270 - Task openedx.core.djangoapps.programs.tasks.update_credentials_course_certificate_configuration_available_date[898eae19-cd38-4857-a656-dc080d64a3c5] raised unexpected: ConnectionError(MaxRetryError("HTTPConnectionPool(host='localhost', port=18150): Max retries exceeded with url: /api/v2/course_certificates/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc5b2c357c0>: Failed to establish a new connection: [Errno 111] Connection refused'))"))
    Traceback (most recent call last):
      File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
        conn = connection.create_connection(
      File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
        raise err
      File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
        sock.connect(sa)
    ConnectionRefusedError: [Errno 111] Connection refused
    ```
    
    I have updated the default value of the `CREDENTIALS_INTERNAL_SERVICE_URL` in our devstack settings to use the internal server URL and this fixed the issue.
    justinhynes committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3a3b72c View commit details
    Browse the repository at this point in the history
  11. Merge pull request openedx#34207 from openedx/jhynes/fix-devstack-cre…

    …dentials-url-cms
    
    fix: fix default credentials internal service url in devstack settings
    justinhynes authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8175900 View commit details
    Browse the repository at this point in the history
  12. chore: geoip2: update maxmind geolite country database

    Jenkins authored and edx-transifex-bot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ab6793e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    81611a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. docs: add diagrams visualizing "available date" and "visiblity date"

    A PR that adds a diagram that visualizes how an update to a course run's availability date propogates through our systems.
    justinhynes committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    393c7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22b938 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34211 from openedx/jhynes/APER-3153_cad-spike

    docs: add diagrams visualizing "available date" and "visiblity date"
    justinhynes authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f6a67f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d91c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request openedx#34203 from eemaanamir/INF-1230

    fix: survey xblock styling issues on mobile app
    sundasnoreen12 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5023e69 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    b28db57 View commit details
    Browse the repository at this point in the history
  2. feat: Upgrade Python dependency edx-enterprise

    [ENT-8008] feat: add unique constraint on learner transmission audit
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    justEhmadSaeed committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    150233a View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34217 from openedx/justEhmadSaeed/upgrade-…

    …edx-enterprise-b28db57
    
    feat: Upgrade Python dependency edx-enterprise
    justEhmadSaeed authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d3be823 View commit details
    Browse the repository at this point in the history
  4. fix: require email verification on FA form (openedx#34219)

    fix: broken test lms/djangoapps/courseware/tests/test_views.py
    
    fix: refactor test
    christopappas authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    accfdcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e15d69 View commit details
    Browse the repository at this point in the history
  6. chore: add logging to fa form (openedx#34224)

    * chore: add logging to fa form
    
    * chore: formatting
    christopappas authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4a2e7c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    0486e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45547ca View commit details
    Browse the repository at this point in the history
  3. Update all edx-platform REST endpoints to support JWT Auth (openedx#3…

    …4152)
    
    * chore: update API endpoints to support default JWT auth
    
    The default DRF Auth classes were recently updated to allow for both JWT and Session auth by default. Any endpoint that overrides the AUTHENTICATION_CLASSES but has just session, just JWT or just both of those should be updated to remove the override.
    
    Details in openedx#33662
    salman2013 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    57b480b View commit details
    Browse the repository at this point in the history
  4. feat: send course role events to the event bus (openedx#34158)

    Notify the event bus when a user's role in a course is added or removed
    Zacharis278 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2f2ed4d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fix: update registration api response and replace username with name (o…

    …penedx#34226)
    
    Update api registration api response and add full_name in response
    ahtesham-quraish authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4bd0981 View commit details
    Browse the repository at this point in the history
  2. chore: Use preferred collection method delete_one (openedx#34214)

    `remove` method of Collection objects has been deprecated in favour
    of either `delete_one` or `delete_many`.
    
    This change will address 36 deprecation warnings that are generated from
    test runs.
    
    Co-authored-by: Lewis Kabui <lewisemm@users.noreply.github.com>
    lewisemm and lewisemm authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4ee11d3 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    recorded degreed, moodle, and SAP API calls
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    MueezKhan246 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6803ac8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34232 from openedx/MueezKhan246/upgrade-ed…

    …x-enterprise-4ee11d3
    
    feat: Upgrade Python dependency edx-enterprise
    MueezKhan246 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    592bc66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16e0333 View commit details
    Browse the repository at this point in the history
  6. fix!: infinite growth of cache when auto eviction is disabled

    See discussion here: overhangio/tutor#984
    
    This is a breaking change that will explicitely set the timeout of
    course structure cache entries to 1 week, instead of being unlimited. If
    you wish to revert to the former behaviour, you should set
    `course_structure_cache["TIMEOUT"] = None`.
    
    The course structure cache keys were previously set with an explicit
    timeout of `None` which was overriding the cache default timeout of 2h.
    This was OK in environments where the cache is configured with a maximum
    memory limit and an automatic key eviction strategy. But in others (such
    as Tutor), the course structure cache could grow infinitely.
    
    It was agreed that course structure cache keys should be long-lived but
    should respect the default cache structure timeout. Thus, we set here
    the TTL to 1 week.
    
    We can also configure Tutor to use a cache eviction policy. But that
    means we need to set a `maxmemory` value in Redis. It's not possible to
    set a value that will be appropriate for everyone:
    - if it's higher than the total memory (e.g: in small instances), server
      will crash before the cache is filled.
    - if it's too low (e.g: in large instances), the whole platform will abruptly
      slow down as many cache entries are suddenly evicted.
    
    That question of whether Tutor should define a cache eviction policy is
    still under discussion, but it can be resolved independently of this
    change.
    regisb authored and ormsbee committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4daf452 View commit details
    Browse the repository at this point in the history
  7. Remove bok-choy reference (openedx#34216)

    * chore: remove bok-choy references
    salman2013 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f76b6b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a36fa9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e0bc66 View commit details
    Browse the repository at this point in the history
  10. feat: Upgrade Python dependency edx-enterprise

    enterprise version bump 4.11.12
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    alex-sheehan-edx committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e0702f9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request openedx#34235 from openedx/alex-sheehan-edx/upgrad…

    …e-edx-enterprise-5a36fa9
    
    feat: Upgrade Python dependency edx-enterprise
    alex-sheehan-edx authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3919c45 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    63d1848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa66728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c0fba2 View commit details
    Browse the repository at this point in the history
  4. feat: add dismiss button to survey report banner (openedx#34160)

    * feat: add dismiss button to survey report banner
    
    * refactor: move banner script to js file
    
    * fix: remove not in conditional
    Alec4r authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d59dbbd View commit details
    Browse the repository at this point in the history
  5. feat: modified author labels to add moderator (openedx#34239)

    Co-authored-by: sohailfatima <23100065@lums.edu.pk>
    ayesha-waris and sohailfatima authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fc86b43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    008467c View commit details
    Browse the repository at this point in the history
  7. feat: Upgrade Python dependency ora2 (openedx#34244)

    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>
    Co-authored-by: Jansen Kantor <jkantor@edx.org>
    3 people authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    663feed View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. temp: add supplemental logging to debug IDV issues (openedx#34248)

    This commit adds some supplemental, more verbose logging to the results_callback view in the verify_student Djangoapp. This endpoint is called by identity verification (IDV) providers to POST an IDV review to edX.
    
    We are experiencing issues with receiving IDV reviews from our IDV provider, and these logs will help us diagnose whether there is an issue in edX's systems.
    
    These logs will be removed after our investigation is complete.
    MichaelRoytman authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    95b3e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1d82d View commit details
    Browse the repository at this point in the history
  3. feat: make FA form error messaging more descript (openedx#34247)

    * feat: make FA form error messaging more descript
    
    * chore: quality
    
    * fix: split up tests
    
    * fix: make test more specific
    
    * chore: fix comment typo
    
    * chore: fix comment typo
    christopappas authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6353bb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6366b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. feat: Add course price in mobile enrollment api (openedx#34255)

    * feat: Add course price in mobile enrollment api
    jawad-khan authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    79d692d View commit details
    Browse the repository at this point in the history
  2. chore: pull_translations: use less Makefile commands and move it to P…

    …ython
    
    `mkdir` should be in Python
    OmarIthawi committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    25b3794 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix: update activation email (openedx#34136)

    update account activation email message copy in body
    
    VAN-1800
    mubbsharanwar authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9fd5157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a05fd2 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    Added channel_name for api call logs records
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    MueezKhan246 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0b27767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255292a View commit details
    Browse the repository at this point in the history
  5. Merge pull request openedx#34262 from openedx/MueezKhan246/upgrade-ed…

    …x-enterprise-3a05fd2
    
    feat: Upgrade Python dependency edx-enterprise
    MueezKhan246 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0882832 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fb1dba View commit details
    Browse the repository at this point in the history
  7. Merge pull request openedx#34257 from Zeit-Labs/pythonize_pull_transl…

    …ations
    
    chore: pull_translations: use less Makefile commands and move it to Python | FC-0012
    Feanil Patel authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    92cde34 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. feat: Upgrade Python dependency edx-enterprise

    feat: unlink canvas user if decommissioned on canvas side
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    hamzawaleed01 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e819b80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#34268 from openedx/hamzawaleed01/upgrade-e…

    …dx-enterprise-92cde34
    
    feat: Upgrade Python dependency edx-enterprise
    hamzawaleed01 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    31408da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3dab82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac62e83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99147d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acd2a91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdb3c9f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. feat: add discussion configuration redirect in unit settings (openedx…

    …#34266)
    
    * feat: add discussion configuration redirect in unit settings
    
    * test: fix test course index file test cases after adding discussion redirection
    awais-ansari authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5007418 View commit details
    Browse the repository at this point in the history
  2. feat: update initialize endpoint and create assessments/feedback

    …endpoint in ORA Staff Grader (openedx#33632)
    BryanttV authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    20570ff View commit details
    Browse the repository at this point in the history
  3. Move user retirement scripts code from the tubular repo (openedx#34063)

    * refactor: Migragte user retirement scripts code from the tubular repo
    farhan authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    65ea55c View commit details
    Browse the repository at this point in the history
  4. feat!: Switch v2 libraries to Learning Core data models (openedx#34066)

    This moves the Content Libraries V2 backend from Blockstore [1] over to
    Learning Core [2] For high-level overview and rationale of this move, see
    the Blockstore DEPR [3]. There are several follow-up tasks [4], most notably
    adding support for static assets in libraries.
    
    BREAKING CHANGE: Existing V2 libraries, backed by Blockstore, will stop
    working. They will continue to be listed in Studio, but their content
    will be unavailable. They need to be deleted (via Django admin) or manually
    migrated to Learning Core. We do not expect production sites to be in
    this situation, as the feature has never left "experimental" status.
    
    [1] https://github.com/openedx-unsupported/blockstore
    [2] https://github.com/openedx/openedx-learning/
    [3] openedx/public-engineering#238
    [4] openedx#34283
    ormsbee authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    86f1e5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1748d96 View commit details
    Browse the repository at this point in the history
  6. fix: Support running pull_translations with base dependencies (opened…

    …x#34285)
    
    Since `make pull_translations` is now performed at build time (in the new
    Atlas workflow), it will generally only have access to base dependencies.
    However, it depends on the `i18n_tools` command that was only installed at
    the testing layer. This moves the dependency from testing to base.
    
    (There is no increase in artifact size, as ora2 already depends on it and
    is installed at the base later.)
    
    This also adds `API_ACCESS_MANAGER_EMAIL` to the minimal settings
    so that `make pull_translations` can be run using production envs in a
    local environment (to test the lack of dependency on developer-level deps.)
    
    This supports OEP-58.
    timmc-edx authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    45116b0 View commit details
    Browse the repository at this point in the history
  7. chore: version bump

    katrinan029 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    77b70f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc6cd7a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge pull request openedx#34286 from openedx/sundas/INF-1148

    fix: added table tags in allowed tags
    sundasnoreen12 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    826c164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78afee7 View commit details
    Browse the repository at this point in the history
  3. feat: add db models for course reset feature (openedx#34282)

    * feat: add db models for course reset feature
    
    * style: quality
    
    * fix: read only fields when creating / updating model
    jansenk authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ab4f627 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix: replace username with name in contact us form (openedx#34252)

    Description: Replace username with name in contact us form
    VAN-1822
    ahtesham-quraish authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c0020a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61df90 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    added management command to clear out excessive records for API log table
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    MueezKhan246 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6535962 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34293 from openedx/MueezKhan246/upgrade-ed…

    …x-enterprise-c61df90
    
    feat: Upgrade Python dependency edx-enterprise
    MueezKhan246 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    22ada3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3502096 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    7fec28d View commit details
    Browse the repository at this point in the history
  2. feat: add notification for course updates

    Saad Yousaf authored and saadyousafarbi committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a110fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383f5d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8cc1e View commit details
    Browse the repository at this point in the history
  5. refactor: Increase size for mobile config singelton value (openedx#34288

    )
    
    Co-authored-by: Abdul  Moeez Zahid <abdul.moeez@025907584957.2tor.net>
    moeez96 and Abdul Moeez Zahid authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fca5141 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openedx#31976 from openedx/MJG/acc-edx-brand-removal

    feat: Remove edX branding on account deletion
    arbrandes authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d95ac60 View commit details
    Browse the repository at this point in the history
  7. feat: Upgrade Python dependency edx-enterprise

    edx enterprise version bump 4.12.4
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    alex-sheehan-edx committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a497ff2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request openedx#34301 from openedx/alex-sheehan-edx/upgrad…

    …e-edx-enterprise-d95ac60
    
    feat: Upgrade Python dependency edx-enterprise
    alex-sheehan-edx authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7fe4c06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56d4b47 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix: hide help button in unauthenticated studio header (openedx#34249)

    Co-authored-by: Zia Fazal <zia.fazal@arbisoft.com>
    Danyal-Faheem and ziafazal authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3a2b6dd View commit details
    Browse the repository at this point in the history
  2. feat: Upgrade Python dependency edx-enterprise (openedx#34304)

    feat: Adding a group membership to the EnterpriseCustomerUserReadOnlySerializer
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    Co-authored-by: kiram15 <kiram15@users.noreply.github.com>
    Co-authored-by: Kira Miller <31229189+kiram15@users.noreply.github.com>
    3 people authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1339313 View commit details
    Browse the repository at this point in the history
  3. feat: fix pull_translations for production deployment

    Makefile paver usage replaced with manage.py.
    This avoids running the production-unsuitable
    `pavelib.prereqs.install_prereqs` step during deployments.
    OmarIthawi committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8599978 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34303 from openedx/jkantor/list-available

    feat: add list endpoint for course reset enabled enrollments
    hajorg authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    abce8a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix: add vanguards to CODEOWNERS (openedx#34291)

    Add vanguards to CODEOWNERS
    VAN-1817
    ahtesham-quraish authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c13c7d3 View commit details
    Browse the repository at this point in the history
  2. feat: updated api to get all question type reponses (openedx#34215)

    * feat: updated api to get all question type reponses
    
    * test: fixed and added new test cases
    ayesha-waris authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c913a55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18c9de View commit details
    Browse the repository at this point in the history
  4. fix: resolve lint issues

    hajorg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    45648c9 View commit details
    Browse the repository at this point in the history
  5. feat: Upgrade Python dependency edx-enterprise (openedx#34312)

    fix: Proximus learner transmission data failures
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    Co-authored-by: sameenfatima78 <sameenfatima78@users.noreply.github.com>
    github-actions[bot] and sameenfatima78 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    547f7fe View commit details
    Browse the repository at this point in the history
  6. feat: make hide from TOC a visibility section setting (openedx#33952)

    Exposes the hide_from_toc xblock attribute so course authors can configure it as a section visibility option in Studio. Before this change, the Hide from TOC functionality was mainly used by OLX components. Hence, it wasn't available for configuration through the Studio UI. Still, its implementation existed in the platform and could be used by setting the attribute: hide_from_toc=true as part of the OLX definition.
    Ref: https://openedx.atlassian.net/wiki/spaces/OEPM/pages/3853975595/Feature+Enhancement+Proposal+Hide+Sections+from+course+outline
    mariajgrimaldi authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f544a48 View commit details
    Browse the repository at this point in the history
  7. feat: Upgrade Python dependency edx-enterprise (openedx#34314)

    * feat: Upgrade Python dependency edx-enterprise
    
    Bump version of edx-enterprise to v4.13.0.
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    
    ---------
    
    Co-authored-by: adamstankiewicz <adamstankiewicz@users.noreply.github.com>
    Co-authored-by: Adam Stankiewicz <agstanki@gmail.com>
    3 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    feeda3a View commit details
    Browse the repository at this point in the history
  8. Merge pull request openedx#33690 from Inferato/lytvynenko/bulk_email_…

    …checkbox_master
    
    fix: course mode added to the metadata
    Feanil Patel authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ea55eca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix: fir segment event (openedx#34279)

    fire segment event for PWNED_PASSWORD on registration page password validation
    
    VAN-1830
    mubbsharanwar authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b6d89bc View commit details
    Browse the repository at this point in the history
  2. fix: add country field error message (openedx#34316)

    Description: Add country field error message in api response
    VAN-1862
    ahtesham-quraish authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e11474d View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34306 from Zeit-Labs/compile_js_no_paver

    feat: fix pull_translations for production deployment
    Feanil Patel authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5a5947e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13fbca1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openedx#34319 from openedx/knguyen2/ent-8531

    chore: edx-enterprise version bump
    katrinan029 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    887a8e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request openedx#34305 from openedx/hajorg/au-1847-create-c…

    …ourse-reset
    
    feat: add post endpoint for course reset
    hajorg authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3ffaa3d View commit details
    Browse the repository at this point in the history
  2. docs: add pruning-related warning messages in MongoDB connection

    We migrated the source of truth for what the active draft and published
    versions of course and v1 library content are to the
    SplitModulestoreCourseIndex Django model. But the contentpruning
    code (structures.py) that was developed in tubular and will be moved to
    edx-platform is not aware of this newer model, and still only pulls its
    source of truth from MongoDB. So we *must* continue to do writes to
    MongoDB, or the pruning code will start pruning live versions.
    
    The longer term fix for this is to make the pruning code aware of
    SplitModulestoreCourseIndex, which will be easier once it's moved into
    edx-platform.
    ormsbee committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8bb2f31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42418fb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    3cc40f8 View commit details
    Browse the repository at this point in the history
  2. fix: add notification expiry settings to cms

    Saad Yousaf authored and saadyousafarbi committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    95e0df5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34326 from openedx/catalog-info-updates

    chore: update arch bom team name
    jristau1984 authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3a343f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix: fix content_url for course update notification

    Saad Yousaf authored and saadyousafarbi committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e3467f9 View commit details
    Browse the repository at this point in the history
  2. feat!: atlas pull for studio-frontend translations (openedx#34261)

    This pull request pulls translations via atlas for `studio-frontend` and refactor `load_sfe_i18n_messages` to load new translations into `conf/plugins-locale/studio-frontend` instead of relying on deprecated node.js package bundled translations.
    OmarIthawi authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    83f4487 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    enterprise version bump 4.13.3
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    alex-sheehan-edx committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2fe3f28 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34333 from openedx/alex-sheehan-edx/upgrad…

    …e-edx-enterprise-e3467f9
    
    feat: Upgrade Python dependency edx-enterprise
    alex-sheehan-edx authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8a2c3ff View commit details
    Browse the repository at this point in the history
  5. fix: Open Responses Styling and Layout (openedx#33717)

    * fix: table styling on Instructor Dashboard
    
    Ref: openedx/wg-build-test-release#223
    The Open Responses tab on instructor dashboard on LMS has a few issues with table styling; there isn't enough spacing between some columns which makes the text difficult to read, and the bottom of some numbers in the summary table are cutoff
    This change adds padding to the right of each column to ensure longer text is still legible and changes the line height from 1em to 1 (unitless), which looks the same but doesn't cut off the bottom
    
    * fix: remove whitespace
    Remove extra whitespace line 1862 for better formatting
    tspring5000 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1dab744 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: update API endpoint to return task due time for future scheduled…

    … tasks (openedx#34332)
    
    * fix: update API endpoint to return task due time for future scheduled tasks
    
    * test: updated InstructorEmailContentList tests to accomodate changes
    
    * fix: returend unformatted created date to support easy conversion at frontend
    
    * test: updated tests to accommodate unformatted date value in API response
    
    * refactor: removed duplicate code and use of random numbers
    
    ---------
    
    Co-authored-by: eemaanamir <eemaan.amir@gmail.com>
    ayesha-waris and eemaanamir authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c848767 View commit details
    Browse the repository at this point in the history
  2. feat: add share link button when hide from toc is enabled in sections (

    …openedx#34043)
    
    * feat: add share link modal when hide from toc is enabled
    
    Adds a new button in the child subsections of sections with Hide From TOC enabled.
    This button displays a new modal with two tabs. The first tab displays a button
    that allows you to copy the link of that subsection to the clipboard. The second
    tab displays a button that allows you to copy the embedded link of the same
    subsection to the clipboard.
    
    Ref: https://openedx.atlassian.net/wiki/spaces/OEPM/pages/3853975595/Feature+Enhancement+Proposal+Hide+Sections+from+course+outline
    BryanttV authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    19bc5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f88673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b455285 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. feat: add new management command to approve submitted ID verification…

    … attempts
    
    This pull requests adds a new management command approve_id_verifications to manually approve submitted ID verification attempts (i.e. instances of the SoftwareSecurePhotoVerifications model).
    MichaelRoytman committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    56719e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0aba8a View commit details
    Browse the repository at this point in the history
  3. feat: add support for zip files to course and library import code (op…

    …enedx#34191)
    
    Co-authored-by: Rodrigo Ferreira de Souza <rodfersou@gmail.com>
    xitij2000 and rodfersou authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c3c0adf View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34340 from openedx/mroytman/COSMO-210-idv-…

    …approval-management-command
    
    Add new management command to approve submitted ID verification attempts.
    MichaelRoytman authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4a2e0f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb6801d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. feat: Upgrade Python dependency edx-enterprise

    Improved Enterprise Customer search on the django admin page for EnterpriseCustomerCatalog
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    irfanuddinahmad authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ce029a7 View commit details
    Browse the repository at this point in the history
  2. fix: removed waffle switch around oep-50 filter

    IrfanUddinAhmad committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8ea609f View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34346 from openedx/irfanuddinahmad/upgrade…

    …-edx-enterprise-cb6801d
    
    feat: Upgrade Python dependency edx-enterprise
    irfanuddinahmad authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1e140a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#34347 from openedx/iahmad/ENT-7614-2

    fix: removed waffle switch around oep-50 filter
    irfanuddinahmad authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f9200c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    2624d52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#34354 from openedx/hamzawaleed01/devstack-…

    …whitelist-admin-portal
    
    feat: add frontend-app-admin-portal to whitelisted origins
    hamzawaleed01 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    da244a9 View commit details
    Browse the repository at this point in the history
  3. chore: Moved structures.py from tubular repository (openedx#34328)

    * chore: Moved structures.py from tubular repository
    farhan authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7808913 View commit details
    Browse the repository at this point in the history
  4. feat: add sequence_ids to container response (openedx#34337)

    * feat: add sequence_ids to container response
    
    * fix: PR comments fix
    
    * fix: update
    
    ---------
    
    Co-authored-by: monteri <36768631+monteri@users.noreply.github.com>
    ruzniaievdm and monteri authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    844db29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a4e560 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b6a117 View commit details
    Browse the repository at this point in the history
  7. feat: [FC-0044] XBlock's children API as DRF (openedx#34055)

    * feat: XBlock's children API as DRF
    
    * fix: 500 error appears if user adds a Content Experiment
    
    * fix: wrap into try/except block getting icon for xblock (openedx#2509)
    
    * fix: wrap into try/except block getting icon for xblock
    
    * fix: revision after review
    ruzniaievdm authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cd5c4c9 View commit details
    Browse the repository at this point in the history
  8. feat: return navigation disabled as sequence metadata (openedx#34049)

    Return navigation disabled as sequence metadata when Hide From TOC
    is enabled, so the student cannot navigate to another sequences in
    the course outline.
    https://openedx.atlassian.net/wiki/spaces/OEPM/pages/3853975595/Feature+Enhancement+Proposal+Hide+Sections+from+course+outline
    mariajgrimaldi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    794c678 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51de2c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19c04fc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: Upgrade Python dependency edx-enterprise

    feat: disable failing content transmissions for 24hrs
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    hamzawaleed01 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    86215c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#34359 from openedx/hamzawaleed01/upgrade-e…

    …dx-enterprise-19c04fc
    
    feat: Upgrade Python dependency edx-enterprise
    hamzawaleed01 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ec1e58f View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    added get_queryset for fix of integrated channel api logs loading
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    MueezKhan246 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a9af752 View commit details
    Browse the repository at this point in the history
  4. feat: update page renders for studio-frontend pages (openedx#34329)

    * feat: update page renders for studio-frontend pages
    
    * fix: checklist redirect url
    
    * fix: failing tests
    
    * fix: checklist link
    
    * fix: redirect url typo
    
    * fix: no newline error
    KristinAoki authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dc234d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openedx#34362 from openedx/MueezKhan246/upgrade-ed…

    …x-enterprise-ec1e58f
    
    feat: Upgrade Python dependency edx-enterprise
    MueezKhan246 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1510196 View commit details
    Browse the repository at this point in the history
  6. docs: Update README with new Mongo Version

    Support was verified via openedx#34213
    but we forgot to update the README with this info.
    feanil committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0d92c3e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request openedx#34365 from openedx/feanil/edx-platform-mongo

    docs: Update README with new Mongo Version
    Feanil Patel authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    42f7fef View commit details
    Browse the repository at this point in the history
  2. feat: Upgrade Python dependency edx-enterprise

    fix: add missing filter to disable failing transmissions for 24hrs
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    hamzawaleed01 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b8684bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34371 from openedx/hamzawaleed01/upgrade-e…

    …dx-enterprise-42f7fef
    
    feat: Upgrade Python dependency edx-enterprise
    hamzawaleed01 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4659103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a10fce3 View commit details
    Browse the repository at this point in the history
  5. feat: address CR

    hajorg committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    72a85ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14199e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2694f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix: avoid removing Open_edX.egg-info/ with git clean (openedx#34380)

    git clean when used with glob pattern (*/) removes non-translations
    files.
    
    using `$ rm` to fix the issue.
    OmarIthawi authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    49c1d7c View commit details
    Browse the repository at this point in the history
  2. feat: support the core enrollment API's force_enrollment flag from en…

    …terprise_support
    
    This enables enterprise-specific callers trying to create lms
    enrollments to be able to create enrollments even after the enrollment
    deadline. The target use case for this feature is the enterprise bulk
    enrollment endpoint in edx-enterprise.
    
    ENT-8525
    pwnage101 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7e3e3a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be6ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f07f8f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    070582a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe1fcc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c48fbb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de60471 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat: update task and signals responsible for cert available dates in…

    … Credentials
    
    [APER-3229]
    
    The monolith and the Credentials IDA keep independent records of a course runs certificate availability/visibility preferences. This PR aims to improve the communication between the monolith and the Credentiala IDA to keep the availability date/preference in sync with the monoliths records.
    
    The current code is too strict and actually prevents valid updates in some configurations.
    
    Additionally, the Credentials IDA doesn't understand the concept of "course pacing" (instructor-paced vs self-paced) and has troubles with courses with an availability date of "end". Instead of having to add the concept of course pacing (and syncing more data between the two systems), this PR proposes sending the end date of a course as the "certificate available date" to Credentials.
    
    This way, the Credentials IDA can manage the visibility of awarded credentials in a course run with a display behavior of "end" using the existing feature set and models of the Credentials service.
    justinhynes committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8d7a13f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#34363 from openedx/jhynes/APER-3229_fix-v2

    feat: update task and signals responsible for cert available dates in Credentials
    justinhynes authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a976498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abbc4a6 View commit details
    Browse the repository at this point in the history
  4. feat: Manage access API (openedx#2500) (openedx#34360)

    * feat: [AXIMST-418] Manage access API
    
    * fix: tests and linter
    
    ---------
    
    Co-authored-by: monteri <36768631+monteri@users.noreply.github.com>
    ruzniaievdm and monteri authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    334348d View commit details
    Browse the repository at this point in the history
  5. feat: Upgrade Python dependency edx-enterprise

    fix: remove filter to debug failing transmissions
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    hamzawaleed01 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ef658f2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openedx#34382 from openedx/hamzawaleed01/upgrade-e…

    …dx-enterprise-334348d
    
    feat: Upgrade Python dependency edx-enterprise
    hamzawaleed01 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    72063a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6769669 View commit details
    Browse the repository at this point in the history
  8. fix: Use Locator property block_id. (openedx#34187)

    This change has been made to address 9 deprecation warnings which
    can be seen after the tests are run.
    
    `name` property of Locators has been deprecated and replaced by the
    `block_id` property.
    
    Co-authored-by: Lewis Kabui <lewisemm@users.noreply.github.com>
    lewisemm and lewisemm authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3a84339 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1247254 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bcf25f View commit details
    Browse the repository at this point in the history
  11. Merge pull request openedx#34376 from openedx/pwnage101/ENT-8525

    feat: support the core enrollment API's force_enrollment flag from enterprise_support
    pwnage101 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    762730a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat: Add EnrollmentsService in XBlockRuntime and block renderer (o…

    …penedx#34238)
    
    * feat: Add EnrollmentsService in XBlockRuntime and block renderer
    
    These changes give ability to use `EnrollmentsService` in XBlocks
    Add `get_active_enrollments_by_course_and_user` method to `EnrollmentsService` which can be used to get active enrollment of user for a give course
    ziafazal authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1556be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692965a View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#34300 from openedx/asaeed/add-application-…

    …scopes-to-default-scopes
    
    feat: add user_id in the default scopes if no scopes are requested from payload
    justEhmadSaeed authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    57970bd View commit details
    Browse the repository at this point in the history
  4. docs: document ENABLE_HIDE_FROM_TOC_UI feature toggle (openedx#34377)

    Docs for the ENABLE_HIDE_FROM_TOC_UI feature toggle so it can be extracted by the feature toggle sphinx plugin.
    mariajgrimaldi authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9600a90 View commit details
    Browse the repository at this point in the history
  5. feat: [FC-0044] add waffle flag support (openedx#34338)

    * feat: [FC-0044] add waffle flag support
    
    * fix: resolve discussions
    ruzniaievdm authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7189bd6 View commit details
    Browse the repository at this point in the history
  6. feat: Upgrade Python dependency edx-enterprise

    pass force_enrollment when bulk enrolling learners
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    pwnage101 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9ee167e View commit details
    Browse the repository at this point in the history
  7. Merge pull request openedx#34383 from openedx/pwnage101/upgrade-edx-e…

    …nterprise-762730a
    
    feat: Upgrade Python dependency edx-enterprise
    pwnage101 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cee42fd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat: added channels column to send notification on specific channels (

    …openedx#34289)
    
    * feat: added channels column to send notifications on specific channels
    AhtishamShahid authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c344fdc View commit details
    Browse the repository at this point in the history
  2. feat: allow instructors to manage certificates (openedx#31265)

    * feat: Add context to certificate webview.
    
    Add support to instructor certificates generation. If user has instructor permissions over a course, the staff permissions are also granted.
    * fix: rename local parameters to fix pylint redefined-outer-name alert
    * feat: create a setting to enable certificate panel for instructors
    * fix: remove unnecessary permisions
    * fix: update persmissions and testing
    * style: fix pylint issues
    
    ---------
    
    Co-authored-by: Squirrel18 <daniel.quiroga@edunext.co>
    Co-authored-by: Maria Fernanda Magallanes Zubillaga <maria.magallanes@edunext.co>
    3 people authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    490a3d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02dc682 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8571eec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45178e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7f02fe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    71396c3 View commit details
    Browse the repository at this point in the history
  2. fix: validation error for empty Batch Enrollment/Beta Tester (openedx…

    …#32684)
    
    Co-authored-by: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com>
    DmytroAlipov and abdullahwaheed authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    79f6223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09cb944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d19bd26 View commit details
    Browse the repository at this point in the history
  5. feat: Upgrade Python dependency edx-completion (openedx#34407)

    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>
    github-actions[bot] and jansenk authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8d8d9ba View commit details
    Browse the repository at this point in the history
  6. Merge pull request openedx#34350 from openedx/hajorg/au-1848-course-r…

    …eset-celery-task
    
    feat: add celery task to reset course progress for learner
    hajorg authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9c3833c View commit details
    Browse the repository at this point in the history
  7. feat: [FC-0044] textbooks API DRF (openedx#34388)

    * feat: [FC-0044] textbooks API DRF
    
    * fix: resolve discussions
    ruzniaievdm authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3ecc4bf View commit details
    Browse the repository at this point in the history
  8. fix: add validation to cdb and cad settings on update (openedx#34406)

    [APER-3228]
    
    This PR tries to correct bad data on a course update before it enters the system. There are times when we are updating a course (via Studio) and we save bad data that has been persisted and passed to the backend from the CMS's legacy Django template-based frontend.
    
    The bad data doesn't affect the LMS or CMS much, as there is extra logic in the monolith around course pacing. However, downstream services (e.g. Credentials) don't understand the concept of course pacing and will persist bad data (like a certificate available date associated with a self-paced course run).
    
    The most common problem that manifests is that Credentials will hide a certificate from a learner on their Learner Record, even though the course certificate is visible and accessible to the learner from the LMS.
    justinhynes authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    907c32a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09a8cfc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix: Course blocks API with param return_type=list error when the new…

    … discussion is enabled
    qasim.gulzar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e24ab0f View commit details
    Browse the repository at this point in the history