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

Merged
merged 8 commits into from
Jun 19, 2024
Merged

Upgrade to Redwood #74

merged 8 commits into from
Jun 19, 2024

Commits on May 2, 2024

  1. enhancement: upgrade python version to 3

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

    Muhammad Faraz Maqsood authored and Faraz32123 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2f9effd View commit details
    Browse the repository at this point in the history
  3. fix: fix compile messages error

    ModuleNotFoundError: No module named '_sqlite3'
    fixed above error on line
    >>> RUN python manage.py compilemessages
    Muhammad Faraz Maqsood authored and Faraz32123 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d27b752 View commit details
    Browse the repository at this point in the history
  4. 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 2, 2024
    Configuration menu
    Copy the full SHA
    34691b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 7, 2024

  1. feat: upgrade to redwood

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f4ccdf0 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://{{DISCOVERY_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 authored and Muhammad Faraz Maqsood committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e63be4f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. v18.0.0

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