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 #81

Merged
merged 19 commits into from
Jun 20, 2024
Merged

Upgrade to Redwood #81

merged 19 commits into from
Jun 20, 2024

Commits on Jan 25, 2024

  1. feat: add atlas step to the build - FC-0012

    Adding the pull behind a feature flag until it's fully implemented
    
    Refs: FC-0012 OEP-58
    shadinaif authored and Faraz32123 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0c2e064 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix: typo in change log

    shadinaif authored and Faraz32123 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    13c429c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    49f5aa6 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
    ba3d85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5deea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12edb6b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 19, 2024

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

Commits on Mar 21, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 24, 2024

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

Commits on May 7, 2024

  1. feat: upgrade dockerfiles to be compatible with 3.12.

    2
    Muhammad Faraz Maqsood authored and Faraz32123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    638fb0a View commit details
    Browse the repository at this point in the history
  2. docs: add a comment explaining the need of root user

     => [minimal  7/19] RUN echo "{}" > /openedx/config.yml                                                                          0.2s
     => ERROR [minimal  8/19] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1                     0.4s
    ------
     > importing cache manifest from docker.io/overhangio/openedx-discovery:17.0.0-nightly-cache:
    ------
    ------
     > [minimal  8/19] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1:
    0.341 fatal: could not create work tree dir '/opt/pyenv': Permission denied
    ------
    Dockerfile:36
    --------------------
      34 |     ENV PYENV_ROOT /opt/pyenv
      35 |     # USER root
      36 | >>> RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1
      37 |     # Install Python
      38 |     RUN $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION
    --------------------
    ERROR: failed to solve: process "/bin/sh -c git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1" did not complete successfully: exit code: 128
    Muhammad Faraz Maqsood authored and Faraz32123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    48e503c View commit details
    Browse the repository at this point in the history
  3. change ecommerce-worker dockerfile according to celery version 5.3.6

    Muhammad Faraz Maqsood authored and Faraz32123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e6f260f View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    Muhammad Faraz Maqsood authored and Faraz32123 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    15344f0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat: upgrade to redwood

    Muhammad Faraz Maqsood committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2ca2546 View commit details
    Browse the repository at this point in the history
  2. fix: wrong mime type by adding mime-support

    The admin's stylesheets e.g.https://{{ECOMMERCE_HOST}}/static/admin/css/base.css, were not loaded because its MIME type appears to be "text/plain", It should be "text/css".
    Muhammad Faraz Maqsood committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5932443 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. v18.0.0

    Muhammad Faraz Maqsood authored and regisb committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5359f21 View commit details
    Browse the repository at this point in the history