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

Taxonomy import templates [FC-0036] #593

Closed
wants to merge 20 commits into from

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    db25297 View commit details
    Browse the repository at this point in the history
  2. feat: add grades event bus event handler for rejected special exam

    This commit adds an event bus event handler to the grades application. This event handler handles the EXAM_ATTEMPT_REJECTED Open edX event,
     which is emitted when a learner's exam attempt is rejected. The event handler creates a subsection grade override, overriding the grade to
     0.0.
    MichaelRoytman committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b4cb93e View commit details
    Browse the repository at this point in the history
  3. feat: receiver for invalidate certificate (openedx#33319)

    * feat: receiver for invalidate certificate
    
    - consumes event of exam attempt rejected
    - initial commit, need to make tests
    
    * temp: moving consumer from signals to handlers.py
    
    - Still need to make this work
    - Need to make tests work too
    
    * feat: refactored underlying code to api.py
    
    - tests still need to be tweaked
    
    * fix: commit history
    
    * fix: improve api func name + add source param
    ilee2u authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2ae0738 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openedx#33412 from openedx/MichaelRoytman/MST-2107…

    …-EXAM_ATTEMPT_REJECTED-consumer
    
    Add grades event bus event handler for rejected special exam.
    MichaelRoytman authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a313b3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a59d7e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

    edx-enterprise version upgrade to deploy a fix.
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    saleem-latif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e3df004 View commit details
    Browse the repository at this point in the history
  3. chore: using edx-proctoring-proctortrack hash for django42 compatib… (

    openedx#33406)
    
    * chore: using `edx-proctoring-proctortrack` hash for django42 compatibility.
    * docs: link the follow up issue for github dependency
    
    ---------
    
    Co-authored-by: edX requirements bot <[email protected]>
    Co-authored-by: UsamaSadiq <[email protected]>
    3 people authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    46776e9 View commit details
    Browse the repository at this point in the history
  4. feat: handle exam submission and reset (openedx#33323)

    handles exam events from event bus that impact the 'instructor' app. These apis deal with learner completion and managing problem attempt state.
    zacharis278 authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9f16b0f View commit details
    Browse the repository at this point in the history
  5. fix: library ref mgmt cmd task params (openedx#33427)

    * fix: library ref mgmt cmd task params
    
    * fix: lint fix
    
    * fix: lint fix
    connorhaugh authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4d3ef54 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. chore(i18n): update translations

    Jenkins authored and edx-transifex-bot committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c376661 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge pull request openedx#33430 from openedx/saleem-latif/upgrade-ed…

    …x-enterprise-a59d7e5
    
    feat: Upgrade Python dependency edx-enterprise
    saleem-latif authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8eb236d View commit details
    Browse the repository at this point in the history
  2. chore: Adding condition to pick values in case of django42. (openedx#…

    …33440)
    
    * fix: add default for CSRF_TRUSTED_ORIGINS_WITH_SCHEME.
    awais786 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b353019 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade Python dependency edx-enterprise

    feat: Added enable_demo_data_for_analytics_and_lpr field to EnterpriseCustomer
    
    Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
    jajjibhai008 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c6f4ea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    b617969 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openedx#33444 from openedx/jajjibhai008/upgrade-ed…

    …x-enterprise-b353019
    
    feat: Upgrade Python dependency edx-enterprise
    jajjibhai008 authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    427c98b View commit details
    Browse the repository at this point in the history
  3. fix: replace py2neo with forked package (openedx#33453)

    * fix: replace py2neo with overhangio py2neo fork
    UsamaSadiq authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1db6867 View commit details
    Browse the repository at this point in the history
  4. feat: allow oauth configuration per site and backend (openedx#32656)

    Allows admins to configure same oauth backend for multiple sites.
    
    This change includes site_id in KEY_FIELDS for oauth configuration
    provider allowing a backend configuration for each site.
    navinkarkera authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    565b34e View commit details
    Browse the repository at this point in the history
  5. feat: remove Taxonomy.required, squash taxonomy migrations (openedx#3…

    …3438)
    
    * feat: remove Taxonomy.required, make allow_multiple True by default
    
    * chore: squash migrations
    
    * fix: more robust migration
    
    Co-authored-by: Jillian <[email protected]>
    
    * chore: version bump, use squashed migration
    
    ---------
    
    Co-authored-by: Jillian <[email protected]>
    bradenmacdonald and pomegranited authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d6e21a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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