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

Merge latest devs on nutmeg to redwood #52

Merged
merged 5 commits into from
Oct 8, 2024

Commits on Sep 26, 2024

  1. feat: add cohort certificate overrides filter

    Add an Open edX Filter that configure cohort certificate overrides filter.
    
    fccn/nau-technical#257
    igobranco committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    757b0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f75de40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca74f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. build: print log messages during test run

    Print log message only if the test fails.
    igobranco committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6031aa0 View commit details
    Browse the repository at this point in the history
  2. feat: create an ID Verification for verified mode enrollments

    Add a receiver of `COURSE_ENROLLMENT_CHANGED` Open edX Event,
    that will create a new Manual ID Verification if the enrollment mode of the enrollment that was changed is `verified`.
    Added openedx-events as dependency.
    Update dependencies.
    Fix lint format code because of the test update dependencies.
    
    fccn/nau-technical#200
    igobranco committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8441557 View commit details
    Browse the repository at this point in the history