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

Edly: Integrate Forum V2 Application into edx-platform #35671

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. feat: Integrate Forum V2 into edx-platform

    This commit introduces the new Forum V2 application, allowing users to choose between the legacy Forum V1 and the new Forum V2 at the course level.
    
    Key Changes:
    - Added waffle flag `forum_v2.enable_forum_v2` to enable Forum V2 for selected courses, allowing coexistence with Forum V1.
    - Default data storage for Forum V2 is set to MongoDB, with an option to switch to MySQL using the waffle flag `forum_v2.enable_mysql_backend`.
    - Introduced management command `forum_migrate_course_from_mongodb_to_mysql` for per-course data migration from MongoDB to MySQL.
    
    Note: This PR does not include all unit tests for the Forum V2 native API due to ongoing migration efforts. Further updates will follow to ensure full test coverage before final release.
    
    Co-authored-by: [Muhammad Faraz Maqsood] <faraz.maqsood@arbisoft.com>
    Co-authored-by: [Ali Salman] <ali.salman@arbisoft.com>
    3 people authored and Muhammad Faraz Maqsood committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    dba51e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21af7fc View commit details
    Browse the repository at this point in the history
  3. fix: compile requirements with forum

    Muhammad Faraz Maqsood committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7cbdc46 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    4cb18eb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    ce65936 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    2f939f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    0a420d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    9597b45 View commit details
    Browse the repository at this point in the history