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

Upgrade to redwood #207

Merged
merged 18 commits into from
Jun 19, 2024
Merged

Upgrade to redwood #207

merged 18 commits into from
Jun 19, 2024

Commits on Jan 22, 2024

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

Commits on Feb 21, 2024

  1. fix: remove pkg_resources for compatibility with python 3.12

    pkg_resources is a package that is unavailable in python 3.12, unless
    setuptools is explicitely installed. Turns out, there are replacement
    functions coming from importlib_resources, which can be obtained from
    the importlib-resources pypi package. This package will be installed
    with tutor starting from 17.0.2.
    regisb committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c8a8160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3dd838 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat: enable atlas pull for all MFEs

    OmarIthawi authored and arbrandes committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    829ba70 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 5, 2024

  1. ci: don't even try to auto-add PRs to github project

    Auto-adding PRs to the Github project is not working because the
    github-token is not available there.
    regisb committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fbf84be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d985d60 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 9, 2024

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

Commits on Mar 26, 2024

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

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

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

Commits on May 14, 2024

  1. feat: Enable new Course Authoring features (#208)

    Add toggles for all the new Studio pages and features in the Course Authoring MFE.
    arbrandes authored May 14, 2024
    Configuration menu
    Copy the full SHA
    68fa387 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 19, 2024

  1. v18.0.0 upgrade to redwood

    hinakhadim authored and regisb committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6e16f2f View commit details
    Browse the repository at this point in the history