-
Notifications
You must be signed in to change notification settings - Fork 42
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
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 213e4db - Browse repository at this point
Copy the full SHA 213e4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9effd - Browse repository at this point
Copy the full SHA 2f9effdView commit details -
fix: fix compile messages error
ModuleNotFoundError: No module named '_sqlite3' fixed above error on line >>> RUN python manage.py compilemessages
Configuration menu - View commit details
-
Copy full SHA for d27b752 - Browse repository at this point
Copy the full SHA d27b752View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 34691b5 - Browse repository at this point
Copy the full SHA 34691b5View commit details
Commits on Jun 4, 2024
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for c692e75 - Browse repository at this point
Copy the full SHA c692e75View commit details
Commits on Jun 7, 2024
-
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed
Jun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for f4ccdf0 - Browse repository at this point
Copy the full SHA f4ccdf0View commit details -
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 committedJun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for e63be4f - Browse repository at this point
Copy the full SHA e63be4fView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48c13d7 - Browse repository at this point
Copy the full SHA 48c13d7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.