-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: upgrade to Quince #25
Commits on Dec 12, 2022
-
docs: change quickstart to launch
This change is due to quickstart being renamed to launch in tutor.
Configuration menu - View commit details
-
Copy full SHA for 07255c2 - Browse repository at this point
Copy the full SHA 07255c2View commit details
Commits on Dec 22, 2022
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for aa3dc2b - Browse repository at this point
Copy the full SHA aa3dc2bView commit details
Commits on Feb 27, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedFeb 27, 2023 Configuration menu - View commit details
-
Copy full SHA for d0a4007 - Browse repository at this point
Copy the full SHA d0a4007View commit details
Commits on Mar 19, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMar 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 8318502 - Browse repository at this point
Copy the full SHA 8318502View commit details
Commits on May 16, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMay 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 0927834 - Browse repository at this point
Copy the full SHA 0927834View commit details
Commits on May 17, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMay 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 5595ba7 - Browse repository at this point
Copy the full SHA 5595ba7View commit details
Commits on May 19, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 33c4ca9 - Browse repository at this point
Copy the full SHA 33c4ca9View commit details
Commits on May 22, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMay 22, 2023 Configuration menu - View commit details
-
Copy full SHA for c40a96e - Browse repository at this point
Copy the full SHA c40a96eView commit details
Commits on May 26, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMay 26, 2023 Configuration menu - View commit details
-
Copy full SHA for e282c95 - Browse repository at this point
Copy the full SHA e282c95View commit details -
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedMay 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 70730f1 - Browse repository at this point
Copy the full SHA 70730f1View commit details -
This is to address overhangio/tutor-mfe#122 As a consequence of this change, images will be tagged with a "-nightly" suffix. Next, we'll probably have to build them periodically in CI.
Configuration menu - View commit details
-
Copy full SHA for 06c5390 - Browse repository at this point
Copy the full SHA 06c5390View commit details -
The package version number may not include the "-nightly" suffix. Otherwise, installation fails with: setuptools.extern.packaging.version.InvalidVersion: Invalid version: '15.0.7-nightly'
Configuration menu - View commit details
-
Copy full SHA for f9cf62c - Browse repository at this point
Copy the full SHA f9cf62cView commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3bc260 - Browse repository at this point
Copy the full SHA b3bc260View commit details
Commits on Jun 27, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 9787d8d - Browse repository at this point
Copy the full SHA 9787d8dView commit details
Commits on Jul 31, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 1ea6681 - Browse repository at this point
Copy the full SHA 1ea6681View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee0f356 - Browse repository at this point
Copy the full SHA ee0f356View commit details
Commits on Aug 14, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedAug 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 790405a - Browse repository at this point
Copy the full SHA 790405aView commit details
Commits on Sep 7, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedSep 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 4d75cd0 - Browse repository at this point
Copy the full SHA 4d75cd0View commit details
Commits on Oct 3, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedOct 3, 2023 Configuration menu - View commit details
-
Copy full SHA for b25a7e2 - Browse repository at this point
Copy the full SHA b25a7e2View commit details
Commits on Nov 14, 2023
-
Merge remote-tracking branch 'origin/master' into nightly
Overhang.IO committedNov 14, 2023 Configuration menu - View commit details
-
Copy full SHA for f81740f - Browse repository at this point
Copy the full SHA f81740fView commit details
Commits on Nov 21, 2023
-
fix: add missing pkg-config package (#26)
Build fails in nightly with the following error: #28 5.503 × Getting requirements to build wheel did not run successfully. #28 5.503 │ exit code: 1 #28 5.503 ╰─> [24 lines of output] #28 5.503 /bin/sh: 1: pkg-config: not found #28 5.503 /bin/sh: 1: pkg-config: not found #28 5.503 Trying pkg-config --exists mysqlclient #28 5.503 Command 'pkg-config --exists mysqlclient' returned non-zero exit status 127. #28 5.503 Trying pkg-config --exists mariadb #28 5.503 Command 'pkg-config --exists mariadb' returned non-zero exit status 127. #28 5.503 Traceback (most recent call last): #28 5.503 File "/openedx/venv/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> #28 5.503 main() #28 5.503 File "/openedx/venv/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main #28 5.503 json_out['return_val'] = hook(**hook_input['kwargs']) #28 5.503 File "/openedx/venv/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel #28 5.503 return hook(config_settings) #28 5.503 File "/tmp/pip-build-env-58chejnv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 355, in get_requires_for_build_wheel #28 5.503 return self._get_build_requires(config_settings, requirements=['wheel']) #28 5.503 File "/tmp/pip-build-env-58chejnv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 325, in _get_build_requires #28 5.503 self.run_setup() #28 5.503 File "/tmp/pip-build-env-58chejnv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 341, in run_setup #28 5.503 exec(code, locals()) #28 5.503 File "<string>", line 154, in <module> #28 5.503 File "<string>", line 48, in get_config_posix #28 5.503 File "<string>", line 27, in find_package_name #28 5.503 Exception: Can not find valid pkg-config name. #28 5.503 Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manuallY
Configuration menu - View commit details
-
Copy full SHA for 18a6d5b - Browse repository at this point
Copy the full SHA 18a6d5bView commit details
Commits on Dec 5, 2023
-
feat: simplify nightly version management
By pulling the version suffix from tutor, we avoid git conflicts when merging the release branch in nightly.
Configuration menu - View commit details
-
Copy full SHA for be48ede - Browse repository at this point
Copy the full SHA be48edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4256df3 - Browse repository at this point
Copy the full SHA 4256df3View commit details
Commits on Dec 9, 2023
-
local.overhang.io -> local.edly.io
This is related to overhangio/tutor#945
Configuration menu - View commit details
-
Copy full SHA for 67c55ff - Browse repository at this point
Copy the full SHA 67c55ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 241283e - Browse repository at this point
Copy the full SHA 241283eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8703186 - Browse repository at this point
Copy the full SHA 8703186View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f09751 - Browse repository at this point
Copy the full SHA 7f09751View commit details