Danyal Faheem
Danyal Faheem
**Issue** - Git throws an EOF error while cloning large repositories on slow/unstable networks. ``` RUN mkdir -p /openedx/edx-platform && git clone https://github.com/openedx/edx-platform.git --branch open-release/quince.1 --depth 1 /openedx/edx-platform: Cloning into...
**Bug description** Using the latest mounting command `tutor mounts add /path-to-xblock`, I tried to install [scorm-xblock](https://github.com/overhangio/openedx-scorm-xblock) in my tutor install. This was on a fresh install of tutor and only...
# ⛔️ MAIN BRANCH WARNING! 2U EMPLOYEES must make branches against the 2u/main BRANCH - [x] I have checked the branch to which I would like to merge. # ⛔️...
Partially fixes #938. **Changes** - Changes the default character set of MySQL to `utf8mb4` and the default collation to `utf8mb4_unicode_ci`. - Also updated the `dosqlshell` command to use `utf8mb4` as...
Hi, I wanted to request a feature where buildkit containers should stop running after an image has been built successfully. For example, I use a specific builder context and then...
fixes #1089. For tutor instances that were created with tutor 15 and earlier and then upgraded to tutor 18, the launch process would fail as the MySQL connection could not...
**Bug description** When you upgrade from tutor 15.x to tutor 18.x, the LMS cannot connect to the MySQL server during the launch step with the error: ``` ERROR 1524 (HY000):...
Additional PR to close #938. The first part of this work can be found in #1084. Introduces a new do command `convert_mysql_utf8mb4_charset` that converts the default and current character and...
closes #1095 This PR is a continuation of the issue mentioned in #1089. - Add a do command to update the authentication plugin of MySQL users from mysql_native_password to caching_sha2_password....
This PR is a fix for the issues brought forward in #1102. We do this because MySQL 8.1 does not have the `--mysql-native-password` option and when upgrading from tutor v15...